/* Nuevos estilos */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: GraphikLight;
    src: url("../fonts/Graphik-Font-Family/GraphikLight.otf") format("opentype");
}

@font-face {
    font-family: GraphikExtralight;
    src: url("../fonts/Graphik-Font-Family/GraphikExtralight.otf") format("opentype");
}

@font-face {
    font-family: GraphikSemibold;
    src: url("../fonts/Graphik-Font-Family/GraphikSemibold.otf") format("opentype");
}

@font-face {
    font-family: GraphikRegular;
    src: url("../fonts/Graphik-Font-Family/GraphikRegular.otf") format("opentype");
}

@font-face {
    font-family: GraphikMedium;
    src: url("../fonts/Graphik-Font-Family/GraphikMedium.otf") format("opentype");
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "GraphikLight";
    letter-spacing: 0.8px !important;
}

p {
    color: black;
}

tr {
    color: black;
}

h1,
h2,
h3,
h5 {
    font-weight: 900 !important;
    font-family: "GraphikSemibold";
    letter-spacing: 1.2px !important;
}

h4 {
    font-weight: 300 !important;
    font-family: "GraphikRegular";
    letter-spacing: 1.2px !important;
}

h6 {
    font-weight: 300 !important;
    font-family: "GraphikRegular";
    letter-spacing: 1.2px !important;
}

a {
    font-weight: 300 !important;
    font-family: "GraphikRegular";
    letter-spacing: 1.2px !important;
}

label {
    font-family: "GraphikRegular";
}

.btn {
    font-family: "GraphikMedium";
}


body {
    margin-left: 80px;
    margin-top: 80px;
    transition: margin-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

}

.tit-pers {
    font-family: "GraphikExtralight";
    letter-spacing: 0.3px;
    text-align: left;
}

header {
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 200;
    box-shadow: 0px 3px 15px #0000000D;
}



.icon__menu {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(10px);
}

.icon__menu i {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
}

.botonera-header {
    margin-left: 90%;
}

.demo-nav h1 {
    margin-top: 10px;
    font-family: "GraphikSemibold";
    letter-spacing: 0.9px;
    letter-spacing: 2.4px;
    color: #E6E6E6;
    opacity: 1;
}


.dropdown-menu {
    width: 200px;
    padding: 20px 0px;
    border: none;
    -webkit-box-shadow: 0px 0px 6px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 6px -4px rgba(0, 0, 0, 0.75);
}

.menu__side {
    width: 80px;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    color: black;
    font-size: 18px;
    z-index: 300;
    overflow: hidden;
    overflow-y: scroll;
    border-right: 20px solid white;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: 0px 3px 15px #0000000D;
}

/*Ocultar scroll para chrome, safari y opera*/
.menu__side::-webkit-scrollbar {
    display: none;
}

/*Ocultar scroll para IE, Edge y Firefox*/
.menu__side {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.name__page {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.name__page i {
    width: 20px;
    margin-right: 20px;
}

.options__menu {
    padding: 20px 30px;
    position: absolute;
    top: 80px;
}

.options__menu a {
    color: black;
    cursor: default;
    display: block;
    position: relative;
    transition: color 300ms;
    text-decoration: none;
}

.options__menu a:hover {
    color: #027AFF;
}

.options__menu .option {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.options__menu .option i {
    width: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.options__menu .option h4 {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

a.selected {
    color: #027AFF;
}

.selected:before {
    content: '';
    width: 3px;
    height: 80%;
    background: #027AFF;
    position: absolute;
    top: 10%;
    left: -30px;
}

/*Clases para usar en JavaScript*/

.body_move {
    margin-left: 270px;
}

.menu__side_move {
    width: 280px;
}

@media screen and (max-width: 920px) {
    .botonera-header {
        margin-left: 70%;
    }
}

@media screen and (max-width: 760px) {
    .body_move {
        margin-left: 0px;
    }

    .menu__side_move {
        width: 80px;
        left: -80px;
    }

    .botonera-header {
        margin-left: 80%;
    }
}


/* Configuración del Modal */

.modal-body {
    max-width: 1400px;
    height: 600px;
}

.modal-body p {
    font-family: "GraphikRegular";
    letter-spacing: 0.9px;
}

.modal-discard {
    width: 100% !important;
    height: 100px !important;
}

.modal-warning {
    width: 100% !important;
    height: 200px !important;
}

.inputModal {
    width: 250px;
    border: none;
}


/* Configuración formulario */

.form-control {
    height: 50px;
}

.inputPais {
    height: 50px;
}


/* Configuración de cuentas */




.configuracion-opciones a {
    text-decoration: none;

}

.configuracion-opciones p {
    height: 50px;
    text-decoration: none;
    color: #027AFF;

}

.active_f {
    border-right: 2px solid #027AFF;
}

.menu_left {
    align-items: center;
}


/* LOADER CIRCLE */

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://cdn.shopify.com/s/files/1/0568/8419/9598/t/16/assets/loading.gif?v=12211448342275261349') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

/* LOADER CIRCLE FOR MODAL */

.modal-loader.loading {
    position: absolute;
    inser: 0;
    background: url('https://cdn.shopify.com/s/files/1/0568/8419/9598/t/16/assets/loading.gif?v=12211448342275261349') 50% 50% no-repeat rgb(249, 249, 249);
}

/* SCROLLBAR */

/* width */
::-webkit-scrollbar {
    width: 8px;
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #0d6efd;
    width: 8px;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0d6efd;
}


/* Box Upload File */

#drop_file_zone {}


#drop_file_zone {
    background-color: white;
    background-image: repeating-linear-gradient(38deg, #e0e0e0, #e0e0e0 9px, transparent 9px, transparent 15px, #e0e0e0 15px), repeating-linear-gradient(128deg, #e0e0e0, #e0e0e0 9px, transparent 9px, transparent 15px, #e0e0e0 15px), repeating-linear-gradient(218deg, #e0e0e0, #e0e0e0 9px, transparent 9px, transparent 15px, #e0e0e0 15px), repeating-linear-gradient(308deg, #e0e0e0, #e0e0e0 9px, transparent 9px, transparent 15px, #e0e0e0 15px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    height: 200px;
    padding: 8px;
    font-size: 18px;
    border-radius: 5px;
}

#drag_upload_file {
    width: 50%;
    margin: 0 auto;
}

#drag_upload_file p {
    text-align: center;
}

#drag_upload_file #selectfile {
    display: none;
}


#uploadFile {
    display: none
}

#uploadFile label {
    margin-top: 100px;
}

.image_form input {
    height: 100px;
}

.custom-input-file {
    background-color: transparent;
    color: #0d6efd;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: center;
    width: 150px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    font-family: "GraphikMedium";
    margin-top: 2%;
    margin-left: 4%;
    transition: .2s ease all;
}

.custom-input-file:hover {
    transition: .2s ease all;
    background-color: #0d6efd;
    border: #0d6efd 1px solid;
    color: white;
}

.btn-noborder:hover {
    border: 1px solid gray;
}

.custom-input-file .input-file {
    border: 10000px solid transparent;
    cursor: pointer;
    font-size: 10000px;
    margin: 0;
    opacity: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    right: -1000px;
    top: -1000px;
}

.int-pd {
    border-radius: 10px;
}

.s-checkbox {
    color: #6c757d;
}

.s-checkbox:hover {
    background-color: #6c757d;
}


.d-pdr {
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #ccc;
    padding: .8rem .7rem;
    margin: 1rem;
    margin-left: 38%;
    position: absolute;
    height: px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: fixed;
    margin-top: 10px;

}

/*.d-hj {
    background-color: transparent;
    width: %;
    margin-left: auto;
    margin-right: auto;

} */

.discarded-record {
    background-color: #FFE9E9;
}