#title {
    font-size: 35px;
    color: white;
    text-shadow: black 0 0 4px;
    font-family: "TTLakes" !important;
    text-decoration: none;
    transition: all 0.3s ease
}

a {
    color: #ff4c4c;
    text-decoration: none !important;
}

a:hover {
    color: #ff7777;
}

.headtos {
    font-size: 13px;
    background-color: #171717;
    text-transform: uppercase;
}

html,
body {
    height: 100%;
}

.highlight-text {
    color: #28a745;
    text-shadow: 0 0 20px rgba(0, 255, 0, 0.2);
}

.main-content {
    color: #cccccc;
    min-height: 100%;
}

.container-fluid {
    position: relative;
}

.navbar-toggler {
    position: absolute;
    top: 25px;
    right: 14px;
    z-index: 1044;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") no-repeat center center;
    background-size: 100% 100%;
}

footer {
    margin-top: -20px;
    height: 45px;
}

.headtos a {
    color: #bbb;
    transition: 0.2s all linear;
}

.headtos a:hover {
    color: #fff;
    transition: 0.2s all linear;
}

.headtos span {
    color: #ccc;
}

h1 {
    color: white;
    font-size: 22px;
    font-family: "SFUI" !important;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 50%;
    width: 16px;
    height: 16px;

    border: 2px solid #999;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 5px;

    position: relative;
    top: 4px;
}

input[type="radio"]:checked {
    border: 6px solid #ff3636;
}

.button {
    border-radius: 5px;
    max-width: 200px;
    padding: 10px;
    font-family: "SFUI";
    font-size: 15px;
    box-shadow: none;
    background-color: #424242;
    color: #ccc;
    outline: 0;
    border: 0;
    transition: all 0.3s ease;
}

.button:hover {
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #343434 !important;
    color: #a8a8a8;
}

.mention-style {
    color: #DEE0FC;
    border-radius: 6px;
    background: rgba(88, 101, 242, 0.2);
    transition: all 0.3s ease;
}

.mention-style:hover {
    background: rgb(88, 101, 242);
    color: #E9FFFF;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hidden {
    display: none;
    transition: all 0.3s ease;
}

.mention {
    background-color: hsla(235, calc(85.6%), 64.7%, 0.3);
    transition: background-color 50ms ease-out, color 50ms ease-out;
    border-radius: 3px;
    padding: 0 2px;
    font-weight: 500;
    position: relative;
}

.mention.interactive:hover {
    color: #fff;
    cursor: pointer;
    background-color: hsl(235, calc(85.6%), 64.7%);
}

.no-outline:focus {
    outline: transparent !important;
}

.modal-btn-confirm {
    color: #2a2a2a;
    background-color: #87c07c;
    text-align: left;
    line-height: 0.9;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
    border-radius: 0.6em;
    border: None;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: .4s;
}

.modal-btn-delete {
    color: #2a2a2a;
    background-color: #c07c7c;
    text-align: left;
    line-height: 0.9;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
    border-radius: 0.6em;
    border: None;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: .4s;
}

.modal-btn-confirm:hover {
    background-color: #abff93;
    transition: .4s;
}

.modal-btn-delete:hover {
    background-color: #ff9393;
    transition: .4s;
}

.toast-container {
    z-index: 2077!important;
}

.custom-toast {
    background: rgba(37, 37, 37, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.custom-toast .toast-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.custom-toast .toast-body {
    color: #e0e0e0;
}

.btn-close-white {
    filter: invert(1);
}


.modal-custom {
    background-color: rgba(13, 13, 13, 0.75);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(12px);
    color: #CCCCCC;
    border-radius: 16px;
    border: 1px solid #2a2a2a;
}

.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.modal-custom .form-control {
    background-color: #0D0D0D;
    border: 1px solid #333;
    color: #CCCCCC;
}

.modal-custom .form-control:focus {
    background-color: #0D0D0D;
    border: 1px solid #CCCCCC!important;
    color: #CCCCCC;
    box-shadow: none;
}

.modal-custom .btn-submit {
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.4);
}

.modal-custom .btn-submit:hover {
    background-color: #218838;
    box-shadow: 0 0 12px rgba(40, 167, 69, 0.7);
}

.dropzone-area {
    border: 2px dashed #444;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    background-color: #0D0D0D;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.dropzone-area:hover {
    background-color: #111;
    border-color: #CCCCCC;
}

.dropzone-area.dragover {
    background-color: #1f1f1f;
    border-color: #CCCCCC;
}

.dropzone-text {
    color: #888;
    font-size: 0.95rem;
}

