:root{--bg-dark: #ffffff;--bg-gray: #191c24;--bg-light-gray: #2A3038 }*{margin:0;padding:0}html,body{background-color:var(--bg-dark);height:100vh;overflow-x:hidden}.background-gray{background-color:var(--bg-gray)}.background-dark{background-color:var(--bg-dark)}.input{background-color:var(--bg-dark);color:#fff;border-color:transparent}.input:focus{background-color:var(--bg-light-gray);color:#fff;border:1px solid green;box-shadow:none}.w-fixed{max-width:760px}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.719)}.modal-content{background-color:initial;min-height:100%;margin:auto;padding:20px;width:80%}#wrapper .background-dark{background-color:var(--bg-dark)}.home-sub-container{width:200px;margin:auto;margin-bottom:30px}
.multiselect.custom-select{background-color: #000;border:0px;}.multiselect-container.dropdown-menu{background-color:#000}