
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");

[hide]{display:none;}

        body {
            font-family: 'DM Sans', sans-serif;
            font-size: .875rem;
            line-height: 1.5;
            margin: 10px;
            text-align: center;
            background-color: #f4f4f4;
            width: 400px;
            background: #252566;
        }

        #container {
            position: relative;
            max-width: 400px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        #container::-webkit-scrollbar {
            width: 6px;
        }

        #container::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 3px;
        }

        #logo {
            max-width: 200px;

            margin-bottom: 20px;
        }

        #folder-info {
            margin-top: 10px;
            margin-bottom: 20px;

        }

        .folder-options {
            display: block;
            padding: 10px;
            border: none;
            background-color: transparent;
            color: #0c004ec3;
            font-size: 14px;
            cursor: pointer;
            font-weight: 700;
        }

        .folder-icon {
            font-size: 24px;
            font-size: 14px;
            margin-bottom: 5px;
        }

        #register-link,
        .download-button,
        .clear-button {
            display: inline-block;
            padding: 10px 20px;
            text-decoration: none;
            color: #fff;
            border-radius: 5px;
            cursor: pointer;
        }

        #register-link {
            background-color: #4285f4;
            margin-right: 10px;
        }

        .download-button {
            border: 4px solid #fff51f;
            background-color: #fff51f;
            color: #252566;
        }

        .clear-button {
            display: inline-block;
            padding: 10px;
            border: none;
            background-color: transparent;
            color: #d32f2f;
            font-size: 14px;
            cursor: pointer;
            font-weight: 700;
        }

        .clear-button:hover {
            color: #ff0000;
        }

        .register-button {
            display: inline-block;
            padding: 10px;
            border: none;
            background-color: transparent;
            color: #313131;
            font-size: 14px;
            cursor: pointer;
            font-weight: 700;
        }

        .register-button:hover {
            color: #2d2d2d;
        }

        #company-info {
            margin-top: 20px;
            font-size: 12px;
            color: #000000;
        }

        #download-info {
            position: relative;
            margin-top: 20px;
            text-align: left;
        }


        .download-log {
            position: relative;
            width: calc(100% - 22px);
            max-height: 150px;
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            background-color: #f9f9f9;
            border-radius: 5px;
            margin-bottom: 10px;
            font-size: 8px;
            top: 0;
            bottom: 0;
        }

        .download-log::-webkit-scrollbar {
            width: 6px;
        }

        .download-log::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 3px;
        }

        .download-log::-webkit-scrollbar,
        .download-log::-webkit-scrollbar-horizontal {
            height: 6px;
        }

        .download-log::-webkit-scrollbar-thumb,
        .download-log::-webkit-scrollbar-thumb-horizontal {
            background-color: #888;
            border-radius: 3px;
        }


        #texto_correctos {
            color: rgb(0, 78, 0)
        }

        h4 {
            color: #3a3a3a
        }

        #texto_error {
            color: red
        }