﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.note-toolbar {
    background-color: black !important;
}
.note-toolbar button {
    background-color: rgba(18, 10, 10, 0.90);
    color:white;
}

.darkBg {
    background-color: rgba(0, 0, 0, 0.8);
}

.cardLogin {
    background-color: rgba(0, 0, 0, 1.00) !important;
    border-radius: 16px !important;
}

.inputs {
    background-color: rgba(0, 0, 0, 0.00);
    border-color: rgb(51, 54, 57);
    color: #fff;
}

    .inputs:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.00);
        border-color: rgb(29, 155, 240);
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }



.whiteFont {
    color: #fff;
}

.btnWhite {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgb(239, 243, 244);
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-weight: 600;
    width: 100%;
    padding: .375rem .75rem;
}

    .btnWhite:hover {
        background-color: rgb(29, 155, 240); /*rgba(239, 243, 244, 0.7);*/
        color: #fff;
    }


body {
    background-color: #000;
    color: #fff;
}

.navbar {
    background-color: #111;
    border: none;
}

.navbar-brand {
    color: #fff !important;
    font-weight: bold;
}

.navbar-nav > li > a {
    color: #aaa !important;
}

    .navbar-nav > li > a:hover {
        color: #fff !important;
    }

/*.card {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}*/

.card {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.custom-card {
    max-width: 540px;
    background-color: #111;
    border: 1px solid #222;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto;
    display: flex;
    align-items: center;
}

    .custom-card .row {
        margin: 0;
        display: flex;
        align-items: center;
    }

    .custom-card .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .custom-card .fa {
        font-size: 50px;
        color: #fff;
    }

    .custom-card .card-body {
        padding: 15px;
    }

    .custom-card:hover {
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
        opacity: 0.9;
    }

.btn-custom {
    background-color: #222;
    color: #fff;
    border: 1px solid #333;
}

    .btn-custom:hover {
        background-color: #444;
    }

.containerCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rowCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

/*SHIELD PAGE*/

/*.form-control {
    background: #253341;
    color: white;
    border: none;
    border-radius: 8px;
}*/

    .form-control::placeholder {
        color: #8899a6;
    }

.btn-primary {
    background: #1da1f2;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
}

    .btn-primary:hover {
        background: #0d8ae3;
    }

.checkbox-container label {
    display: flex;
    align-items: center;
    gap: 8px;
}


.navbar-nav > li > a {
    color: #aaa !important;
}

    .navbar-nav > li > a:hover,
    .navbar-nav > li.active > a {
        color: #fff !important;
    }

    .navbar-nav > li > a:focus,
    .navbar-nav > li.active > a {
        background-color: #111;
        color: #fff !important;
    }

.navbar-nav > li.active {
    position: relative;
}

    .navbar-nav > li.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: rgb(29, 155, 240);
        border-radius: 9999px;
    }


.rowCenter {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Ajusta según el ancho deseado */
    gap: 15px;
    align-items: stretch;
}

.custom-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.row:before{
    content:none;
}

.nav-pills li a {
    font-size: 1.5rem;
    color: #555;
    transition: all 0.3s ease-in-out;
}

    
        .nav-pills li a:hover.x, .nav-pills .active a.x {
            background-color: #000;
            color: #fff;
            border-radius: 50%;
        }

        .nav-pills li a:hover.instagram, .nav-pills .active a.instagram {
            background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
            color: #fff;
            border-radius: 50%;
        }

        .nav-pills li a:hover.tiktok, .nav-pills .active a.tiktok {
            background: linear-gradient(45deg, #ff0050, #00f2ea);
            color: #fff;
            border-radius: 50%;
        }

        .nav-pills li a:hover.youtube, .nav-pills .active a.youtube {
            background-color: #FF0000;
            color: #fff;
            border-radius: 50%;
        }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: transparent; 
}

.mt-15 {
    margin-top: 15px;
}

.mb-5{
    margin-bottom: 5px;
}

.modal-lg {
    width: 90vw;
}

.modal-backdrop {
    z-index: auto;
}

.modal-title {
    display: flex;
    justify-content: center;
    font-size: x-large;
}

.text-danger {
    font-weight: bold;
}

.font14 {
    font-size: 14px !important;
}

.estadoStyle {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
}

.estadoActivada {
    background-color: #449d44;
    border-color: #398439;
    font-weight: bold;
    opacity: 0.9;
    color: white;
}

.estadoPausada {
    background-color: #e0a800;
    border-color: #d58512;
    font-weight: bold;
    opacity: 0.9;
    color: white;
}


