@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Satoshi:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");:root{--dockerGrey:rgb(19,28,32);--dockerLightGrey:rgb(28,38,45);--dockerWhite:rgb(233,233,233);--dockerLightBlue:rgb(51,145,238);--dockerBlack:rgb(10,11,14);--dockerFadedBlack:rgba(10,11,14,.7);--unitedBlue:#1414D1}.custom-navbar{background:linear-gradient(120deg,#0C1A26,#132A72 200%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08);border-top-left-radius:12px;border-top-right-radius:12px}.nav-link,.navbar-brand{color:var(--dockerWhite)!important;font-weight:600}.custom-dropdown .dropdown-toggle:after{border-top:.4em solid white;border-right:.4em solid transparent;border-left:.4em solid transparent;margin-left:.25em}.dropdown-menu{background-color:#0F172A;color:white}.dropdown-item{color:var(--dockerWhite)}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--dockerFadedBlack);color:white}.searchBox,.searchBox:focus{background-color:black;border-radius:10px;color:var(--dockerWhite)}.searchBox::placeholder{background-color:black;border-radius:10px;color:var(--dockerWhite)}.searchBox:focus::placeholder{background-color:black;border-radius:10px;color:var(--dockerWhite)}.searchButton{border-radius:10px}#register{text-decoration:none;transition:1s}#register:hover{text-decoration:underline;text-underline-offset:3px}.custom-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.custom-toggler.navbar-toggler{border-color:var(--dockerWhite)}.custom-toggler:focus{box-shadow:0 0 0 .25rem rgba(255,255,255,.25)}@media (max-width:991.98px){.navbar-nav{padding-top:1rem}.form-inline{padding-top:.5rem;padding-bottom:.5rem}}.navbar{position:relative;z-index:100}.dropbtn{color:white;padding:16px;font-size:16px;border:none;cursor:pointer}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1}.dropdown-content a,.dropdown-content div{color:white;padding:12px 16px;text-decoration:none;display:block;background-color:black}.dropdown-content.show{display:block}.dropdown-content a:hover,.dropdown-content div:hover{background-color:#0D6DFC;color:white}.dropdown-content a:last-child:hover{background-color:#ec003f;color:white}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{background-color:rgba(0,0,0,.6)}