<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swc-fg {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

    .swc-fg input:not([type='submit']),
    .swc-fg textarea {
        width: 100%;
        padding: 5px 0;
        font-size: 15px;
        color: #fff;
        margin-bottom: 24px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: none;
        background: transparent;
    }

        .swc-fg input:not([type='submit']):focus,
        .swc-fg textarea:focus,
        .swc-fg select:focus {
            border-bottom: 1px solid deepskyblue;
        }

    .swc-fg select {
        width: 100%;
        padding: 5px 0;
        font-size: 15px;
        color: #fff;
        margin-bottom: 24px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: none;
        background: transparent;
    }

        .swc-fg select:focus {
            background-color: #212529 !important;
        }

    .swc-fg label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 0;
        font-size: 15px;
        color: #fff;
        pointer-events: none;
        transition: .5s;
    }

    .swc-fg input:focus ~ label,
    .swc-fg input:valid ~ label,
    .swc-fg input:-webkit-autofill ~ label,
    .swc-fg textarea:focus ~ label,
    .swc-fg textarea:valid ~ label,
    .swc-fg textarea:-webkit-autofill ~ label,
    .swc-fg select ~ label {
        top: -20px;
        left: 0;
        color: #FFF;
        font-size: 12px;
    }


.form-floating &gt; .form-control-plaintext ~ label,
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
    opacity: 1;
}

.form-floating &gt; label {
    top: 12px;
    font-size: 18px;
    transition: .5s;
}

.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:valid ~ label,
.form-floating &gt; .form-control:not(:required) ~ label {
    top: 0px;
    left: 0;
    color: var(--yellow);
    font-size: 15px;
}

.form-floating &gt; .form-control:disabled ~ label {
    top: 0px;
    left: 0;
    color: var(--yellow);
    font-size: 15px;
}

.form-floating &gt; .form-control:disabled {
    color: var(--yellow) !important;
}

input[type='checkbox'] {
    width: 22px;
    height: 22px;
}


.swc-button {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #03e9f4;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px;
    width: 100%;
    background: deepskyblue;
    border-radius: 5px;
}

    .swc-button input,
    .swc-button button {
        all: unset;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

    .swc-button:hover,
    .swc-button:focus-within {
        background: deepskyblue;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px deepskyblue, 0 0 25px deepskyblue, 0 0 50px deepskyblue, 0 0 100px deepskyblue;
    }

    .swc-button span {
        position: absolute;
        display: block;
    }

        .swc-button span:nth-child(1) {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #fff);
            animation: btn-anim1 1s linear infinite;
        }

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

.swc-button span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.swc-button span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #fff);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.swc-button span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}


/*FG2*/
.swc-fg2 {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

    .swc-fg2 input:not([type='submit']),
    .swc-fg2 textarea {
        width: 100%;
        padding: 5px 0;
        font-size: 15px;
        color: #fff;
        margin-bottom: 24px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: none;
        background-color: #1c1c1c !important;
        border: 1px solid #212529 !important;
    }

        .swc-fg2 input:not([type='submit']):focus,
        .swc-fg2 textarea:focus,
        .swc-fg2 select:focus {
            border-bottom: 1px solid deepskyblue;
        }

    .swc-fg2 select {
        width: 100%;
        padding: 5px 0;
        font-size: 15px;
        color: #fff;
        margin-bottom: 24px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: none;
        background: transparent;
    }

        .swc-fg2 select:focus {
            background-color: #212529 !important;
        }

    .swc-fg2 label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 0;
        font-size: 15px;
        color: #fff;
        pointer-events: none;
        transition: .5s;
    }

    .swc-fg2 input:focus ~ label,
    .swc-fg2 input:valid ~ label,
    .swc-fg2 input:-webkit-autofill ~ label,
    .swc-fg2 textarea:focus ~ label,
    .swc-fg2 textarea:valid ~ label,
    .swc-fg2 textarea:-webkit-autofill ~ label,
    .swc-fg2 select ~ label {
        top: -20px;
        left: 0;
        color: #FFD700;
        color: deepskyblue;
        font-size: 12px;
    }

.form-group, .form-floating {
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    /*margin-bottom: 3px;*/
}

    .form-floating &gt; .form-control,
    .form-floating &gt; .form-control-plaintext,
    .form-floating &gt; .form-select {
        height: auto;
        line-height: 1.5;
    }

.form-control, .form-select {
    color: var(--white) !important;
    background-color: #1c1c1c !important;
    border: 1px solid #212529 !important;
    transition: .5s;
}

    .form-control:focus, .form-select:focus {
        color: var(--white) !important;
        border: 1px solid var(--white) !important;
        box-shadow: 0 0 5px 2px !important;
        background-color: #1c1c1c !important;
    }

.form-check-input {
    background-color: black;
    border-color: deepskyblue;
    border-radius: 0px;
}

    .form-check-input:checked {
        background-color: black;
        border-color: lime;
    }

    .form-check-input:focus {
        box-shadow:none;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover {
    -webkit-text-fill-color: white !important;
    /*-webkit-box-shadow: 0 0 5px 2px !important; 
    -webkit-box-shadow: 0 0 5px 2px var(--white) !important;*/
    transition: background-color 5000s ease-in-out 0s;  
}

    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-text-fill-color: white !important;
        -webkit-box-shadow: 0 0 5px 2px !important;
        -webkit-box-shadow: 0 0 5px 2px var(--white) !important;
        transition: background-color 5000s ease-in-out 0s;
    }

.dropdown-menu {
    background-color: #1c1c1c !important;
}

    .dropdown-menu .dropdown-item {
        color: var(--white) !important;
    }

        .dropdown-menu .dropdown-item:hover {
            /*background-color: #0d6efd !important;*/
            background-color: var(--white);
            color: var(--black) !important;
        }

    .dropdown-menu li.selected .dropdown-item {
        color: var(--yellow) !important;
    }

        .dropdown-menu li.selected .dropdown-item:hover {
            background-color: #0d6efd !important;
        }

.dropdown button {
    color: var(--white) !important;
    background-color: #1c1c1c !important;
    border: 1px solid #212529 !important;
}

.dropdown-header {
    font-size: 17px;
    color: darkgray !important;
    background-color: #1c1c1c !important;
    cursor: pointer;
}

.dropdown .bootstrap-select .my-select {
    width: 400px;
}

.text-danger {
    text-align: center;
    --bs-text-opacity: 1;
    /*color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;*/
    color: darkorange !important;
    font-size: 15px;
}</pre></body></html>