body { background-color: #262626; } /* .title { color: #6dabf1; text-align: center; } */ .filesList { display: flex; gap: 10px; justify-content: center; } table { display: table; width: 68vw; max-width: 1140px; border-collapse: separate; box-sizing: border-box; text-indent: initial; /* border-spacing: 2px; */ border-spacing: initial; /* border-color: gray; */ } td { padding: 10px; border-bottom: solid; /* border-style: solid; */ } td:first-child{ border-top: solid; border-top-style: none !important; border-top-left-radius: 15px; } td:last-child{ border-top: solid; border-top-style: none !important; border-top-right-radius: 15px; } tr:last-child td { border: none; } .container { display: flex; margin: 10px; justify-content: center; } #selectedFiles { text-align: -webkit-center; max-width: 1140px; background-color: lavender; border-radius: 20px; /* padding-bottom: 10px; */ border-style: outset; } body { /* color: #fff; */ font-family: 'Rubik', sans-serif; /* margin:0; */ max-width: 1140px; margin: 0 auto; } .logo { display: flex; align-items: center; } .flex { display: flex; justify-content: space-between; align-items: center; } .nav-bar { padding: 3px 10px 3px 20px; background-color: rgb(0, 0, 0); } .nav-bar a { color: #fff; cursor: pointer; } .nav-bar .hm { font-size: 20px; } #m-bar { display: none; font-size: 20px; } #menu-links ul { margin: 0; padding: 0; } #menu-links ul li { display: inline-block; margin: 0 35px; list-style-type: none; } #menu-links a { text-decoration: none; font-weight: 500; font-size: 15px; text-transform: uppercase; } .nav-btn { padding: 3px 15px; background-color: #868686; text-decoration: none; color: black; border-radius: 35px; } .nav-btn:hover { background-color: #6791e0 !important; } .active { color: #2d6cdf !important; } #menu-links a:hover { color: #6dabf1 !important; } @media only screen and (max-width: 900px) { #btn { display: none; } } @media only screen and (max-width: 880px) { .nav-bar { display: block; text-align: center; background-color: rgba(0, 0, 0, .4); } #menu-links ul li { display: block; margin: 25px 0; } #btn { display: block; } #m-bar { display: block; } .hidden { display: none !important; } .not-hidden { display: block !important; } } .bg-tarakan { display: none; position: absolute; max-width: 1140px; width: -webkit-fill-available; } .show-tarakan { display: block; } .control { display: flex; gap: 20px; margin: auto; text-align-last: center; justify-content: center; } /* #getFileStateBtn { padding: 10px; } */ .btn { padding: 12px; border-radius: 10px; color: #f5f5f5; /* background-color: #2d6cdf; */ background: linear-gradient(40deg, #000000, #698ed1); font-size: 16px; cursor: pointer; align-self: center; box-shadow: 0 4px 7px rgb(99 139 255 / 40%); border-style: hidden; } .upload-section { display: flex; gap: 30px; align-content: center; justify-content: center; } #fileInput { opacity: 0; width: 0.1px; height: 0.1px; position: absolute; } .upload-section input[type=submit] { /* padding: 12px 30px; */ border: none; /* background-color: #333333; */ /* color: #ffffff; */ font-size: 16px; } .btn:hover , .btn:focus { transform: scale(1.09); } form { /* width: 50%; */ /* margin: auto; */ /* background-color: #f5f5f5; */ /* padding: 30px; */ /* font-size: 20px; */ /* padding: 10px; */ /* border-radius: 10px; */ /* color: #f5f5f5; */ /* background-color: #2d6cdf; */ } #dropZone { background: repeating-linear-gradient(45deg, black, transparent 100px); padding: 30px; text-align: center; margin-bottom: 10px; color: white; } /* Add a style for the disabled button */ #getFileStateBtn[disabled] { color: #ccc; /* Grey text color */ cursor: not-allowed; /* Change cursor to 'not-allowed' */ } .title { color: #6dabf1; display: flex; align-items: center; justify-content: center; gap: 5px; } .tooltip { position: relative; display: inline-block; cursor: help; /* Change cursor to pointer on hover */ } .tooltip .tooltiptext { visibility: hidden; width: 327px; background-color: #333; color: #fff; text-align: center; border-radius: 9px; padding: 5px; position: absolute; z-index: 1; bottom: -87px; /* left: 50%; */ margin-left: -60px; opacity: 0; transition: opacity 0.3s; font-size: 16px; } .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } footer { position: fixed; left: 0; bottom: 0; width: 100%; padding-top: 5px; padding-bottom: 5px; display: flex; justify-content: center; background-color: #000000; color: lightgray; font-family: sans-serif; text-decoration: none !important; }