@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
    --light: #f6f6f9;
    --primary: rgb(243, 146, 0);
    --light-primary: #fadbac;
    --grey: #eee;
    --dark-grey: #AAAAAA;
    --dark: #363949;
    --danger: #D32F2F;
    --light-danger: #FECDD3;
    --warning: #FBC02D;
    --light-warning: #FFF2C6;
    --success: #388E3C;
    --light-success: #BBF7D0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body,
html {
    overflow: hidden;
    height: 100%;
    overflow: auto;
}

.enlace {
    color: #000000;
    text-decoration: none;
}

.enlace:hover, .enlace:focus {
    color: #f39200;
    text-decoration: none;
}

select.form-control option:hover {
    background-color: transparent;
}

.container {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3); /* Agrega sombra */
}

.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
    background-color:#fca92d;
}

#btn,
#btnSubmit,
#exportarEmpleadosBtn {
    background-color: #f39200;
    border-radius: 20px;
    color: #000000;
}

#btn:hover,
#btnSubmit:hover,
#exportarEmpleadosBtn:hover {
    background-color: #fca92d;
    color: #000000;
}

.row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.form-control,
.custom-select {
    border: 0;
    border-radius: 0;
    outline: none;
    outline: 1px solid #6b6b6b;
}

.form-control:hover,
textarea:hover,
.custom-select:hover {
    border: 0;
    outline: 1px solid #6b6b6b;
}

form,
table {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
}

textarea {
    border: 0;
    height: 100px;
    outline: 1px solid #6b6b6b;
    width: 100%;
}

.form-check-label a {
    text-decoration: none;
    color: #6b6b6b;
}

.form-check-label a:hover {
    color: #f39200;
}

.form-group input,
.form-group select {
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #6b6b6b;
    outline: 0;
    transition: background-color 0.3s, color 0.3s;
}

.form-group input:hover,
.form-group select:hover {
    background-color: #fff;
    border: 1px solid #6b6b6b;
    outline: 0;
    box-shadow: none;
}

.form-group input:focus,
.form-group select:focus {
    background-color: #ffd89e;
    border: 1px solid #f39200;
    outline: 0;
    box-shadow: none;
}

.custom-file-label::after {
    content: 'Buscar';
}

.custom-file-input:focus~.custom-file-label,
.custom-file-input:valid~.custom-file-label {
    border: 1px solid #6b6b6b;
    background-color: #fff;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.custom-file-label span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.custom-file:hover .custom-file-label::after {
    border-color: #f39200;
}

.form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 2px solid #f39200;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out;
    padding: 4px;
}

.form-check-input:hover {
    border-color: #df8600;
}

.form-check-input:checked {
    background-color: #f39200;
}

.form-check-label {
    font-size: 20px;
    margin-left: 10px;
}

.img-responsive {
    width: 200px;
    border-radius: 10px;
}

.card a,
.card {
    text-decoration: none;
    color: #333;
    border: none;
    border-radius: 0;
}

.card-body a:hover,
.card-body a:focus {
    text-decoration: none;
    color: #f39200;
}

.password-container {
    position: relative;
}

#eyeIcon, #userIcon,
#eyeIconRepeat {
    position: absolute;
    right: 10px;
    top: 50px;
    transform: translateY(-50%);
    cursor: pointer;
}

.bx {
    font-size: 25px;
}

.navbar-brand img {
    max-height: 50px;
}


.ver_subcontrata:hover {
    background-color: #f5cc7c;
}

.bx-edit:hover,
.bx-edit:focus{
    color:#069926;
}

.bx-download:hover,
.bx-download:focus{
    color:#008cff;
}

.bx-trash:hover,
.bx-trash:focus
{
    color: #ec1d1d;
}

.bx-upload:hover,
.bx-upload:focus,
#doc:hover,
#doc:focus {
    text-decoration: none;
    color: #f39200;
}

.btn-link {
    margin: 0;
    color: black;
    padding: 6px
}

#doc {
    color: black;
    text-decoration: none;
}

.btn-link:hover {
    color: black;
}

.bx-move-vertical:hover,
.bx-move-vertical:focus {
    text-decoration: none;
    color: #f39200;
    cursor: grab;
}

.bx-move-vertical:active {
    cursor: grabbing;
}

.img-responsive {
    width: 200px;
    border-radius: 10px;
}

.bx-save:hover,
.bx-save:focus {
    text-decoration: none;
    color: #069926;
}

.bx-move-vertical:hover,
.bx-move-vertical:focus {
    text-decoration: none;
    color: #f39200;
    cursor: grab;
}

.bx-move-vertical:active {
    cursor: grabbing;
}

.form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 2px solid #f39200;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out;
    padding: 4px;
}

.form-check-input:hover {
    border-color: #df8600;
}

.form-check-input:checked {
    background-color: #f39200;
}

.form-check-label {
    font-size: 16px;
    margin-left: 10px;
}

.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Agrega sombra */
}

.reminders,
.orders {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Agrega sombra */
}
