body {
     font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
 }

a, p, ul, li, div, span, label {
    font-size: 13px;
}
.sticky-create {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 30px;
}
.sticky-create  .btn-ds-primary {
    max-width: 100%;
}
.image-zone {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.image-zone img {
    width: 145px;
    height: auto;
    cursor: pointer;
}
.image-zone input {
    cursor: pointer;
    opacity: 0;
    height: 119px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

nav {
    background-color: #487b2c;
    color: #fff;
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.6rem;
}
nav .logo {
    height: 30px;
    width: auto;
}
nav .logo img {
    height: 100%;
    width: auto;
}
nav .right {
    display: flex;
    align-items: center;
}
nav .right img.user-image {
    width: 30px;
    height: auto;
    border-radius: 30px;
    margin-right: 15px;
}
nav .right a {
    color: #fff;
}

#panel {
    display: flex;
    height: calc(100vh - 56px);
}
#panel .left_side {
    flex-basis: 250px;
    width: 250px;
    border-right: 1px solid #dfe3e8;
    background: #f4f6f8;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
}
#panel .left_side .content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem 0.8rem;
    height: 100%;
}

#panel .left_side .content-left .link_options p {
    font-weight: 600;
    color: #212b3687;
    font-size: 14px;
}

#panel .left_side .content-left .link_options a,
#panel .left_side .content-left .link_options .p-link{
    border-radius: 3px;
    color: #212b36;
    font-weight: 600;
    font-size: 13px;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
}
#panel .left_side .content-left .link_options a:hover {
    opacity: 1;
    color: #477d29;
    background-color: rgba(92,106,196,.05);
}
#panel .left_side .content-left .link_options a .icon,
#panel .left_side .content-left .link_options .p-link .icon{
    width: 20px;
    margin-right: 10px;
}
#panel .left_side .content-left .link_options a .icon svg,
#panel .left_side .content-left .link_options .p-link .icon svg {
    width: 100%;
    height: auto;
    fill: #919eab;
    color: transparent;
}
#panel .left_side .content-left .link_options .active-only {
    color: #477d29;
    font-weight: 600;
    opacity: 1;
    background-color: rgba(181,201,8,.12);
}
#panel .left_side .content-left .link_options a.active {
    opacity: 1;
    font-weight: 600;
    color: #477d29;
    background-color: rgba(181,201,8,.12);
}
#panel .left_side .content-left .link_options .p-link.active {
    opacity: 1;
    font-weight: 600;
    color: #477d29;
}
#panel .left_side .content-left .link_options a.active .icon svg,
#panel .left_side .content-left .link_options .p-link.active .icon svg,
#panel .left_side .content-left .link_options a:hover .icon svg {
    color: #fff;
    fill: #b4c912;
}
#panel .left_side .content-left .footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#panel .left_side .content-left .footer-left * {
    color: #fff;
}
#panel .left_side .content-left .footer-left .user img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-bottom: 15px;
}

#panel .right-side {
    flex-basis: calc(100% - 250px);
    width: calc(100% - 250px);
    height: calc(100vh - 56px);
    overflow-y: auto;
}
#panel .right-side .bottom-right-side {
    padding: 3.2rem 3.2rem 0 3.2rem;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

a {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.icon_form {
    display: inline-block;
    width: 40px;
    height: auto;

}
.icon_form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.icon_form button:focus {
    outline: none;
}
.icon {
    width: 20px;
    height: auto;
}

/*Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #477d29;
}

input:focus + .slider {
    box-shadow: 0 0 1px #477d29;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/*Selector de idioma*/

.language-selector {
    position: relative;
    width: 70px;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.language-selector .language-options {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
}
.language-selector .language-option {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.language-selector .language-option.selected .arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.language-selector .language-option.selected .arrow.active {
    transform: rotate(180deg);
}
.language-selector .language-options.active{
    z-index: 999;
    width: 150px;
    top: 47px;
    visibility: visible;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    border-radius: 4px;
}
.language-selector .language-options.active .language-option {
    padding: 5px;
    border-radius: 0.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.language-selector .language-options.active .language-option:hover {
    background-color: #487b2c;
    color: #fff;
}
.language-selector .language-option .flag {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

/*Paginador*/
.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow-y: auto;
}
.pagination div {
    margin-right: 15px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pagination .page:hover {
    font-weight: bold;
    border-bottom: 1px solid #487b2c;
}
.pagination div.active {
    background: linear-gradient(to bottom, #637712, #487b2c);
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
}


/*Panel Drasanvi*/
.panel_breadcrum {
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.panel_breadcrum .first {
    font-size: 1.2rem;
    font-weight: 500;
    color: #434349;
    margin-right: 1rem;
    margin-bottom: -2px;
}
.panel_breadcrum span {
    color: #676c7b;
}

.panel_card {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
}
.header_card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header_card p {
    font-size: 13px;
}
.header_card .info_icon {
    width: 40px;
    height: auto;
}
table {
    width: 100%;
}
table tr td {
    max-width: 0;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table .icon_button {
    cursor: pointer;
    min-width: 35px;
}
table .tr-image .td-image {
    width: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 2px 2px 22px -12px rgba(0,0,0,0.61);
    -moz-box-shadow: 2px 2px 22px -12px rgba(0,0,0,0.61);
    box-shadow: 2px 2px 22px -12px rgba(0,0,0,0.61);
}

/* -- Secciones de busqueda -- */
.search-list {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
}

/* -- Botones -- */

.create_button.pear_container {
    position: absolute;
    bottom: 15px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.create_button.pear_container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0 15px;
    border-radius: 50px;
    background: #b4c912;
    border: 2px solid #b4c912;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.create_button.pear_container a:hover {
    background-color: #fff;
    color: #b4c912;
}

.btn-ds-primary {
    width: 100%;
    max-width: 140px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #b4c912;
    background: #b4c912;
    color: #fff;
}
.btn-ds-primary:hover {
    background: #487b2c;
    color: #fff;
}

.float_button_content {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    justify-content: flex-end;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.other_bottoms {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 105px;
    right: -300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.other_bottoms.active {
    right: 50px;
}
.other_bottoms .float_button {
    margin-bottom: 20px;
}

.export_product {
    position: absolute;
    bottom: 125px;
    right: 120px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c50030;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}
.export_product p {
    margin-bottom: 8px;
}
.export_product label{
    margin-bottom: 10px;
}
.export_product .label_input_check input:checked+label:before {
    background-color: #c50030;
}
.export_product .button_export {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 15px;
    background-color: #c50030;
    border: 2px solid #c50030;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.export_product .button_export:hover {
    cursor: pointer;
    background-color: #fff;
    color: #c50030;
}
.float_button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 45px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.float_button svg {
    width: 45%;
    height: auto;
    fill: #fff;
}
.float_button:hover {
    cursor: pointer;
}
.float_button.options {
    background-color:#b4c912;
    border: 1px solid #b4c912;
}
.float_button.options:hover {
    background-color: #fff;
    color: #b4c912;
}

.float_button.create {
    background-color: #b4c912;
    border: 1px solid #b4c912;
}
.float_button.create:hover {
    color: #b4c912;
    background-color: #fff;
    border: 1px solid #b4c912;
}
.float_button.normal_product {
    background-color: #487b2c;
    border: 1px solid #487b2c;
}
.float_button.normal_product.active,
.float_button.normal_product:hover {
    color: #487b2c;
    background-color: #fff;
}
.float_button.normal_product.active svg,
.float_button.normal_product:hover svg {
    fill: #487b2c;
}

    /*Input*/
.form-control:focus {
    box-shadow: none;
    border: 2px solid #477d29;
}

.label_input_check {
    width: 100%;
    display: flex;
    align-items: center;
}
.label_input_check label {
    cursor: pointer;
    position: relative;
    width: 23px;
    height: 23px;
    min-height: 23px;
    min-width: 23px;
    margin-bottom: 0;
    border: 1px solid #000;
}
.label_input_check input:checked+label:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 4px;
    width: 13px;
    height: 13px;
    background-color: #477d29;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 2px;
}
.panel_select {
    width: 100%;
    padding: 15px 10px;
    font-size: 12px;
    border: 1px solid #000;
    background-color: #ffff;
    box-shadow: none;
}
.panel_select:focus {
    border-color: #000;
    outline-color: #000;
}

/* Buscador */

.search-zone {
    display: flex;
    width: 100%;
}
.search-zone .input {
    min-width: 600px;
    width: 100%;
    flex: 1;
    position: relative;
}
.search-zone .input .submit-button {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    color: #ced4da;
    height: 37px;
    background-color: transparent;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search-zone .input .submit-button:hover {
    color: #487b2c;
}
