/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@&@&,,(&&&&&&&&@@&@@@@@@@@@&,,%&&@&&&&@&&@,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@#,&%,/&&&###########&@@@@,&&,*&&%///////%&,&,&,/
@@@@@@@@@@@@@@@@@@@@/*@,%&.(@@@&@@@@@@@@@@@@@,&&,&/,&&@@@@@@@@&&,&,,,,,,,,&@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@&,&//&,@@@@@@@@@@@@@@@@@@@,&((&,@@@@@@@@@@@@@&,&,&,/////(/@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@/(#*&,@@@@@@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@&,&,@,@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@,&*%/#@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@&((%*&,@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@,@,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@,&(/@,&@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@*%#/&,&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@(,&,#&*,&@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@*(&,&&,%@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@%,%&,,#&&@&&&&&&&&@@@@,&,&,@@@@@@@@@@@@@@@&@@/&,(&&&&@@&@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@&(,,/#%&&&&&&&&&&&&,&,&,@@@@@@@@@@@@@@@@@@&@@(,,#&@&&&&&@@&@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/***
Essenciais
*************/
body{
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(126deg, #0B061E 45.22%, #010719 85.25%, #020515 123.03%);
    overflow: hidden;
}

.brand-Math a:before {
    content: url(../svg/brand.svg);
    display: inline-block;
    width: 200px;
}

.geraltabs-produtos__adm ul {
    border: none;
}

header {
    padding: 25px 0;
}

header .sair_btn {
    padding: 10px 60px;
    background: #FE912A;
    color: white;
    font-size: 16px;
    border: 1px solid #FE912A;
    border-radius: 10000px;
    font-weight: 500;
    margin-left: auto;
    margin-right: 0;
    display: table;
}

.header-allprodcs {
    padding: 20px 0;
}

.header-allprodcs h3 {
    font-weight: 700;
    color: white;
    font-size: 64px;
}

.geraltabs-produtos__adm {
    padding: 30px;
    background: white;
    border-radius: 20px;
}

body:after {
    content: "";
    width: 180px;
    height: 180px;
    border-radius: 1060px;
    background: radial-gradient(50% 50% at 50% 50%, #FE912A 0%, rgba(254, 145, 42, 0.00) 89%);
    filter: blur(40px);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%) scale(3);
}

.geralbuttons-actions a {
    background: linear-gradient(126deg, #0B061E 45.22%, #010719 85.25%, #020515 123.03%);
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 100000px;
    font-weight: 600;
    margin-right: 10px;
    transition: 0.4s ease all;
}

.geralbuttons-actions {
    padding: 20px 0 0 0;
}

.geralbuttons-actions a:hover {
    color: white;
    background: linear-gradient(126deg, #0B061E 453.22%, #010719 85.25%, #020515 123.03%);
    transition: 0.4s ease all;
}

.bubble-form {
    padding: 30px;
    background: white;
    border-radius: 20px;
}

.header-formex h2 {
    font-size: 24px;
    font-weight: 700;
    color: #010618;
    margin-bottom: 20px;
}

.formg_math {
    margin-bottom: 20px;
}

.formg_math label h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0F123B;
}

.formg_math label input {
    width: 100%;
    padding: 14px;
    border-radius: 1000px;
    border: 1px solid #878787;
    font-size: 16px;
}

.formg_math label {
    width: 100%;
}

.formg_math.miniform_g span {
    font-weight: bold;
    font-size: 14px;
}

.formg_math.miniform_g {
    width: 19%;
    display: flex;
    flex-flow: wrap;
    margin-right: 1%;
    background: gainsboro;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1%;
}

.formg_math.miniform_g h4 {font-size: 14px;font-weight: bold;width: 100%;display: inline-block;color: #1a1f37;}

.formg_math.miniform_g label {
    width: 47%;
    margin-right: 3%;
}

.formg_math.miniform_g input {
    border-radius: 10000px;
    padding: 5px;
}

.formg_math.miniform_g label span {
    font-size: 12px;
    display: inline-block;
    line-height: 14px;
    margin-bottom: 10px;
}

.formg_math select {
    width: 100%;
    padding: 15px;
    border-radius: 10000px;
    border: 1px solid #878787;
}

.formg_math input[type="submit"] {
    font-weight: 600;
    background: #fe922b;
    color: white;
    border: none;
    border-radius: 10000px;
    padding: 15px 40px;
}

div.bubble_message div {
    margin-top: 20px;
    display: inline-block;
    padding: 15px 50px;
    font-weight: 600;
    border-radius: 10px;
}

.success-message {
    background: #c5ffc5;
    color: #195019;
    border: 1px solid #195019;
}

.error-message {
    background: #ffd7d7;
    color: red;
    border: 1px solid red;
}

select.disabled_unidadefield {
    opacity: 0.4;
    background: #bdbdbd;
    transition: 0.4s ease all;
    cursor: none;
    pointer-events: none;
}

.disabled_opt{
    display:none;
}

div#centraladm-content .bubble-form .nav-item button {
    border: 1px solid #939393;
    background: #eeeeee;
    color: black;
    font-size: 14px;
    padding: 10px 40px;
    font-weight: 600;
    border-bottom: none;
    margin-right: 5px;
}

div#centraladm-content .bubble-form .nav-item button.active {
    background: #fe922b;
    color: white;
    border: 1px solid #b46011;
}

div#myTabContent {
    padding: 30px;
    border: 1px solid #939393;
    border-radius: 0 20px 20px 20px;
}

.header-table_adm h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
    color: #030619;
}

.table_actions_adm table thead td {
    background: #fe922b;
    color: white;
    font-weight: bold;
    padding: 20px;
    border: 1px solid;
}

.unicatable_adm {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.table_actions_adm table tbody td {
    background: #efefef;
    border: none;
    padding: 15px;
    font-weight: 600;
}

.table_actions_adm table tbody td a {
    color: black;
    font-size: 14px;
    margin-right: 15px;
}