.breadcrumb-admin{ margin:0 0 1.2rem 0; text-align:left; }
.breadcrumb-admin a{ position:relative; padding:0 2.4rem 0 0; display:inline-block; color:#454545; }
.breadcrumb-admin a:after{ content:""; position:absolute; top:7px; right:16px; width:8px; height:8px; border:0; border-top:2px solid #454545; border-right:2px solid #454545; transform:rotate(45deg); }
.breadcrumb-admin a:last-child{ color:#F80000; }
.breadcrumb-admin a:last-child:after{ display:none; }

.admin-box-filter{ position:fixed; top:65px; right:0; background-color:#FFFFFF; padding:0.8rem 2rem 1rem 1.5rem; box-shadow:0px 4px 8px rgba(0,0,0,.04); }
.admin-box-filter form{ margin:0; }

.arrow-down{ position:relative; width:30px; height:30px; display:inline-block; }
.arrow-down:after{ content:""; position:absolute; top:7px; left:7px; width:12px; height:12px; border:0; border-top:2px solid #454545; border-right:2px solid #454545; transform:rotate(135deg); }
.arrow-down.on:after{ transform:rotate(315deg); top:12px; }

.line-div-right{ position:relative; padding-right:2rem; }
.line-div-right:after{ content:""; position:absolute; top:10%; right:0; width:1px; height:80%; background-color:#dbdbdb; }

.header-admin{ margin:2.5rem 0 1rem 0; }

.text-small{ font-size:0.85rem; line-height:1.3; }
.text-smaller{ font-size:0.65rem; line-height:1.3; }

.title-page { margin:0; padding:2rem 0 0 0; position:relative; display:block; line-height:1; font-weight:500; }

.title-section { margin:0; position:relative; display:block; line-height:2.4rem; font-weight:300; font-size:1.2rem; }
.subtitle-page { color:#90a4ae; font-weight:100; font-size:1.4rem; }
.title-side-btn { display:inline-block; position:relative; background-color:#fff; border-radius:3px; padding:8px 1.2rem 8px 30px; box-shadow:1px 2px 5px 0 rgba(0, 0, 0, .1); color:#90a4ae; text-decoration:none; white-space:nowrap; }
.title-btn:hover, .title-side-btn:hover { background-color:#eee; color:#403e3e; text-decoration:none; }
.title-btn-container { position:absolute; display:none; top:50px; right:15px; background-color:#fff; padding:15px; border-radius:5px; box-shadow:0 5px 10px 0 rgba(0, 0, 0, .1); z-index:10; }
.title-btn { display:block; position:relative; background-color:#fff; border-radius:3px; padding:8px 1.2rem 8px 30px; box-shadow:1px 2px 5px 0 rgba(0, 0, 0, .1); color:#90a4ae; text-decoration:none; white-space:nowrap; margin-bottom:10px; }
.add-title{ display:inline-block; position:relative; padding:0.8rem 1rem 0 2rem; height:3rem; }
.add-title:before { position:absolute; top:50%; left:7px; content:""; width:16px; height:16px; transform:translateY(-8px); background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512' version='1.1'%3E%3Cpath fill='%23AAAAAA' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z' /%3E%3C/svg%3E"); background-position:center center; background-repeat:no-repeat; background-size:100%; }
.add-title:hover:before { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512' version='1.1'%3E%3Cpath fill='%23333333' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z' /%3E%3C/svg%3E"); }

@media screen and (min-width:768px){
	.title-side-btn { max-width:100%; }
}

.image-box-shadow{ display:inline-block; width:100%; height:1px; padding-bottom:100%; background-color:#FFFFFF; background-size:contain; background-repeat:no-repeat; background-position:center; box-shadow:0px 3px 5px rgba(0, 0, 0, .2); border-radius:4px; overflow:hidden; }
.image-box-shadow img{ position:absolute; max-width:100%; max-height:100%; }

.explain{ font-size:0.8rem; color:var(--complementar1); margin:0 0 1rem 0; }

.text-danger, .text-success { color:#FFFFFF !important; font-weight:400; padding:4px 10px; border-radius:6px; }
.text-success { background:#27ae60; }
.text-danger { background:#dc354f; }

.name-category-on { font-weight:700; color:#039ee1; }

.previous-page{ display:block; position:relative; color:#90a4ae; background-color:#FFFFFF; cursor:pointer; padding:7px 0 7px 1.2rem; text-align:center; border-radius:5px; box-shadow:2px 2px 10px rgba(0,0,0,.05); }
.previous-page:after{ content:""; position:absolute; top:12px; left:12px; width:10px; height:10px; border:none; border-bottom:2px solid #999999; border-left:2px solid #999999; transform:rotate(45deg); }

.filter-row ul li{list-style:none;display: inline-block; margin-right: 1.2rem; font-size: 1.15rem;color:#A2A4B9; font-weight:500; position: relative;transition: all ease .3s; cursor: pointer}
.filter-row ul li:hover{color: black}
.filter-row ul li.active:hover{color: #A2A4B9; cursor: default!important}
.filter-row ul li.active::after{display: block}
.filter-row ul li::after{content: ""; background: #EA1F25; width: 100%; height: 3px; border-radius: 100px; position: absolute; bottom: -10px; left: 0; display: none}
.filter-row ul li a{color: inherit!important;font-size:inherit!important; cursor: inherit}


/* ACE - adicionado relationship */
.link-manage{ display:block; float:right; text-align:center; color:#454545; font-size:0.8rem; margin-left:1.5rem; }
.icon-cog{ display:inline-block; width:2.4rem; height:2.4rem; background-position:center; background-repeat:no-repeat; background-image:url("data:image/svg+xml,%3Csvg width='36' height='35' viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9737 13.2861L30.0829 11.1732C30.0829 11.1732 32.1501 6.50844 31.9706 6.32896L29.2328 3.65477C29.0419 3.4704 24.3739 5.598 24.3739 5.598L22.2202 4.72836C22.2202 4.72836 20.3129 0 20.0551 0H16.1882C15.9206 0 14.1618 4.74142 14.1618 4.74142L12.0097 5.61432C12.0097 5.61432 7.24218 3.58788 7.05944 3.76246L4.32326 6.44317C4.13399 6.6308 6.31217 11.2009 6.31217 11.2009L5.42458 13.3138C5.42458 13.3138 0.591797 15.1722 0.591797 15.4267V19.2153C0.591797 19.4764 5.436 21.201 5.436 21.201L6.32522 23.3073C6.32522 23.3073 4.25636 27.9753 4.43747 28.1548L7.17692 30.8323C7.36129 31.0134 12.0325 28.8825 12.0325 28.8825L14.1879 29.7587C14.1879 29.7587 16.0903 34.4838 16.3514 34.4838H20.2183C20.4842 34.4838 22.248 29.7424 22.248 29.7424L24.4017 28.8695C24.4017 28.8695 29.1627 30.8959 29.347 30.7213L32.0849 28.0406C32.2725 27.8595 30.0927 23.2861 30.0927 23.2861L30.9835 21.1732C30.9835 21.1732 35.8179 19.3083 35.8179 19.0538V15.2685C35.8196 15.009 30.9737 13.2861 30.9737 13.2861ZM18.2049 22.7657C15.0967 22.7657 12.5612 20.2856 12.5612 17.2394C12.5612 14.1965 15.0967 11.7165 18.2049 11.7165C21.318 11.7165 23.8486 14.1965 23.8486 17.2394C23.8486 20.2873 21.318 22.7657 18.2049 22.7657Z' fill='%234F4F4F'/%3E%3C/svg%3E"); }
.icon-nickname{ display:inline-block; width:2.4rem; height:2.4rem; background-position:center; background-repeat:no-repeat; background-image:url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.125 35.625H30.875V29.6875C30.8725 27.4837 29.9959 25.3708 28.4375 23.8125C26.8792 22.2541 24.7663 21.3775 22.5625 21.375H15.4375C13.2337 21.3775 11.1208 22.2541 9.56245 23.8125C8.0041 25.3708 7.12751 27.4837 7.125 29.6875V35.625Z' fill='%234F4F4F'/%3E%3Cpath d='M10.6875 10.6875C10.6875 12.3316 11.175 13.9387 12.0884 15.3057C13.0018 16.6727 14.3 17.7381 15.8189 18.3672C17.3379 18.9964 19.0092 19.161 20.6217 18.8403C22.2342 18.5195 23.7153 17.7278 24.8778 16.5653C26.0403 15.4028 26.832 13.9217 27.1528 12.3092C27.4735 10.6967 27.3089 9.02535 26.6797 7.50644C26.0506 5.98753 24.9852 4.6893 23.6182 3.77591C22.2512 2.86252 20.6441 2.375 19 2.375C16.7954 2.375 14.6811 3.25078 13.1222 4.80967C11.5633 6.36857 10.6875 8.48289 10.6875 10.6875Z' fill='%234F4F4F'/%3E%3C/svg%3E%0A"); }
.icon-relationship{ display:inline-block; width:2.7rem; height:2.4rem; background-position:center; background-repeat:no-repeat; background-image:url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0625 6.09375C17.0625 5.77052 17.1909 5.46052 17.4195 5.23196C17.648 5.0034 17.958 4.875 18.2812 4.875H35.3438C35.667 4.875 35.977 5.0034 36.2055 5.23196C36.4341 5.46052 36.5625 5.77052 36.5625 6.09375V8.53125C36.5625 8.85448 36.4341 9.16448 36.2055 9.39304C35.977 9.6216 35.667 9.75 35.3438 9.75H18.2812C17.958 9.75 17.648 9.6216 17.4195 9.39304C17.1909 9.16448 17.0625 8.85448 17.0625 8.53125V6.09375ZM1.08965e-07 29.25C1.08965e-07 27.3106 0.770422 25.4506 2.14178 24.0793C3.51314 22.7079 5.3731 21.9375 7.3125 21.9375C9.2519 21.9375 11.1119 22.7079 12.4832 24.0793C13.8546 25.4506 14.625 27.3106 14.625 29.25C14.625 31.1894 13.8546 33.0494 12.4832 34.4207C11.1119 35.7921 9.2519 36.5625 7.3125 36.5625C5.3731 36.5625 3.51314 35.7921 2.14178 34.4207C0.770422 33.0494 1.08965e-07 31.1894 1.08965e-07 29.25ZM17.0625 25.5938C17.0625 25.2705 17.1909 24.9605 17.4195 24.732C17.648 24.5034 17.958 24.375 18.2812 24.375H35.3438C35.667 24.375 35.977 24.5034 36.2055 24.732C36.4341 24.9605 36.5625 25.2705 36.5625 25.5938V28.0312C36.5625 28.3545 36.4341 28.6645 36.2055 28.893C35.977 29.1216 35.667 29.25 35.3438 29.25H18.2812C17.958 29.25 17.648 29.1216 17.4195 28.893C17.1909 28.6645 17.0625 28.3545 17.0625 28.0312V25.5938ZM17.0625 13.4062C17.0625 13.083 17.1909 12.773 17.4195 12.5445C17.648 12.3159 17.958 12.1875 18.2812 12.1875H30.4688C30.792 12.1875 31.102 12.3159 31.3305 12.5445C31.5591 12.773 31.6875 13.083 31.6875 13.4062C31.6875 13.7295 31.5591 14.0395 31.3305 14.268C31.102 14.4966 30.792 14.625 30.4688 14.625H18.2812C17.958 14.625 17.648 14.4966 17.4195 14.268C17.1909 14.0395 17.0625 13.7295 17.0625 13.4062ZM17.0625 32.9062C17.0625 32.583 17.1909 32.273 17.4195 32.0445C17.648 31.8159 17.958 31.6875 18.2812 31.6875H30.4688C30.792 31.6875 31.102 31.8159 31.3305 32.0445C31.5591 32.273 31.6875 32.583 31.6875 32.9062C31.6875 33.2295 31.5591 33.5395 31.3305 33.768C31.102 33.9966 30.792 34.125 30.4688 34.125H18.2812C17.958 34.125 17.648 33.9966 17.4195 33.768C17.1909 33.5395 17.0625 33.2295 17.0625 32.9062ZM7.3125 2.4375C6.35221 2.4375 5.40132 2.62664 4.51413 2.99413C3.62693 3.36162 2.82081 3.90025 2.14178 4.57928C1.46275 5.25831 0.924119 6.06443 0.556631 6.95163C0.189143 7.83882 0 8.78971 0 9.75C0 10.7103 0.189143 11.6612 0.556631 12.5484C0.924119 13.4356 1.46275 14.2417 2.14178 14.9207C2.82081 15.5997 3.62693 16.1384 4.51413 16.5059C5.40132 16.8734 6.35221 17.0625 7.3125 17.0625C9.2519 17.0625 11.1119 16.2921 12.4832 14.9207C13.8546 13.5494 14.625 11.6894 14.625 9.75C14.625 7.8106 13.8546 5.95064 12.4832 4.57928C11.1119 3.20792 9.2519 2.4375 7.3125 2.4375ZM7.3125 13.4062C6.3428 13.4062 5.41282 13.021 4.72714 12.3354C4.04146 11.6497 3.65625 10.7197 3.65625 9.75C3.65625 8.7803 4.04146 7.85032 4.72714 7.16464C5.41282 6.47896 6.3428 6.09375 7.3125 6.09375C8.2822 6.09375 9.21218 6.47896 9.89786 7.16464C10.5835 7.85032 10.9688 8.7803 10.9688 9.75C10.9688 10.7197 10.5835 11.6497 9.89786 12.3354C9.21218 13.021 8.2822 13.4062 7.3125 13.4062Z' fill='%234F4F4F'/%3E%3C/svg%3E%0A"); }
.icon-inactive{ position:absolute; display:block; top:20%; left:0; width:100%; height:70px; pointer-events:none; opacity:0.2; }
.icon-inactive:before{ content:""; position:absolute; top:18px; left:-5%; width:110%; height:2.4rem; background-color:var(--alert); transform:rotate(-7deg); }
.list-select{ position:relative; }
.list-select-item{ position:relative; display:block; width:100%; padding:10px 2.4rem 10px 0; border-top:1px solid #828282; }
.list-select-item.on{ cursor:pointer; }
.list-select-item.on:after{ content:""; position:absolute; top:10px; right:10px; width:1.2rem; height:1.2rem; background-position:center; background-repeat:no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2.31625L13.4241 13.6669L3 25.0176' stroke='%23828282' stroke-width='4.39916' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.list-parents{ color:var(--primaryColor); padding:10px 0 10px 0; }

.icon-gear{ display:inline-block; width:1.4rem; height:1.4rem; background-position:center; background-repeat:no-repeat; background-size:contain; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Ccircle cx='128' cy='128' r='48' fill='none' stroke='%23018cb7' stroke-linecap='round' stroke-linejoin='round' stroke-width='14'/%3E%3Cpath d='M183.7,65.1q3.8,3.5,7.2,7.2l27.3,3.9a103.2,103.2,0,0,1,10.2,24.6l-16.6,22.1s.3,6.8,0,10.2l16.6,22.1a102.2,102.2,0,0,1-10.2,24.6l-27.3,3.9s-4.7,4.9-7.2,7.2l-3.9,27.3a103.2,103.2,0,0,1-24.6,10.2l-22.1-16.6a57.9,57.9,0,0,1-10.2,0l-22.1,16.6a102.2,102.2,0,0,1-24.6-10.2l-3.9-27.3q-3.7-3.5-7.2-7.2l-27.3-3.9a103.2,103.2,0,0,1-10.2-24.6l16.6-22.1s-.3-6.8,0-10.2L27.6,100.8A102.2,102.2,0,0,1,37.8,76.2l27.3-3.9q3.5-3.7,7.2-7.2l3.9-27.3a103.2,103.2,0,0,1,24.6-10.2l22.1,16.6a57.9,57.9,0,0,1,10.2,0l22.1-16.6a102.2,102.2,0,0,1,24.6,10.2Z' fill='none' stroke='%23018cb7' stroke-linecap='round' stroke-linejoin='round' stroke-width='14'/%3E%3C/svg%3E"); }
.icon-close{ display:inline-block; width:1.4rem; height:1.4rem; background-position:center; background-repeat:no-repeat; background-size:120%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23018cb7' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.btn-manage{ position:relative; display:block; text-align:center; color:#454545; font-size:0.8rem; margin:-1.42rem 0 0 auto; width:4rem; }

.label-data{ display: block; margin:1.8rem 0 0 0; font-size:1rem; line-height:1; color:var(--complementar2); font-weight:500; }
.info-data{ font-size:1rem; margin:0.8rem 0 0 0; line-height:1 }

.list-error, .list-ok, .list-alert{ position:relative; display:block; padding:0 0 0 30px; }
.list-error:before{ content:""; position:absolute; top:0px; left:0px; width:24px; height:24px; background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.193701 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7363 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0ZM10 18C8.41775 18 6.87104 17.5308 5.55544 16.6518C4.23985 15.7727 3.21447 14.5233 2.60897 13.0615C2.00347 11.5997 1.84504 9.99113 2.15372 8.43928C2.4624 6.88743 3.22433 5.46197 4.34315 4.34315C5.46197 3.22433 6.88743 2.4624 8.43928 2.15372C9.99113 1.84504 11.5997 2.00346 13.0615 2.60896C14.5233 3.21447 15.7727 4.23984 16.6518 5.55544C17.5308 6.87103 18 8.41775 18 10C18 12.1217 17.1572 14.1566 15.6569 15.6569C14.1566 17.1571 12.1217 18 10 18Z' fill='%23EA1F25'/%3E%3Cpath d='M10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15Z' fill='%23EA1F25'/%3E%3Cpath d='M10 5C9.73478 5 9.48043 5.10536 9.29289 5.29289C9.10536 5.48043 9 5.73478 9 6V11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12C10.2652 12 10.5196 11.8946 10.7071 11.7071C10.8946 11.5196 11 11.2652 11 11V6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5Z' fill='%23EA1F25'/%3E%3C/svg%3E%0A") no-repeat center; }
.list-ok:before{ content:""; position:absolute; top:0px; left:0px; width:24px; height:24px; background:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 11C22 13.9174 20.8411 16.7153 18.7782 18.7782C16.7153 20.8411 13.9174 22 11 22C8.08262 22 5.28473 20.8411 3.22183 18.7782C1.15893 16.7153 0 13.9174 0 11C0 8.08262 1.15893 5.28473 3.22183 3.22183C5.28473 1.15893 8.08262 0 11 0C13.9174 0 16.7153 1.15893 18.7782 3.22183C20.8411 5.28473 22 8.08262 22 11ZM16.5413 6.83375C16.443 6.73588 16.3261 6.65881 16.1974 6.60717C16.0687 6.55553 15.9309 6.53037 15.7923 6.53319C15.6537 6.53602 15.5171 6.56677 15.3906 6.62361C15.2641 6.68045 15.1504 6.76221 15.0562 6.864L10.2809 12.9484L7.403 10.0691C7.20751 9.88696 6.94895 9.7878 6.68178 9.79251C6.41462 9.79722 6.15971 9.90545 5.97077 10.0944C5.78183 10.2833 5.6736 10.5382 5.66888 10.8054C5.66417 11.0726 5.76334 11.3311 5.9455 11.5266L9.58375 15.1662C9.68176 15.2641 9.79848 15.3412 9.92693 15.3929C10.0554 15.4447 10.1929 15.47 10.3314 15.4675C10.4699 15.4649 10.6064 15.4345 10.7328 15.378C10.8593 15.3215 10.9731 15.2401 11.0674 15.1388L16.5564 8.2775C16.7435 8.08294 16.8469 7.82275 16.8443 7.55282C16.8417 7.28288 16.7334 7.02471 16.5426 6.83375H16.5413Z' fill='%2327AE60'/%3E%3C/svg%3E%0A") no-repeat center; }
.list-alert:before{ content:""; position:absolute; top:0px; left:0px; width:24px; height:24px; background:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8V13' stroke='%23F2C94C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 16.5V17' stroke='%23F2C94C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.23154 18.0163L9.34954 2.05225C10.0625 0.64925 11.9395 0.64925 12.6515 2.05225L20.7685 18.0163C21.4495 19.3603 20.5435 21.0002 19.1155 21.0002H2.88254C1.45554 21.0002 0.548542 19.3603 1.23254 18.0163H1.23154Z' stroke='%23F2C94C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center; }

.item-history{ position:relative; margin:0 0 6px 0; z-index:5; cursor:pointer; }
.item-history-hover{ position:absolute; bottom:10px; left:20%; background-color:#FFFFFF; padding:10px; box-shadow:2px 5px 10px rgba(0,0,0,.2); display:none; font-size:0.7rem; max-height:60vh; overflow:auto; }
.item-history:hover .item-history-hover{ display:block; }

.message-history{ position:relative; margin:10px 0 0 0; background-color:#FEFEFE; border:1px solid #EDEDED; padding:1rem; border-radius:5px; }

.stars-container{ position:relative; display: block; margin:1rem 0 0 0; }
.stars-value{ font-size:2.5rem; margin:0.6rem 0 0.6rem 0; }
.stars-points{ position: relative; width:100%; height:20px; }
.stars-image{ position:relative; display:inline-block; width:18px; height:17px; margin:0 0.7rem 0 0; background-position:center; background-repeat:no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27547 2.38525C7.13303 -0.254065 10.867 -0.254065 11.7245 2.38525V2.38525C12.1081 3.56559 13.208 4.36475 14.4491 4.36475V4.36475C17.2242 4.36475 18.3781 7.91593 16.1329 9.54712V9.54712C15.1289 10.2766 14.7087 11.5697 15.0922 12.75V12.75C15.9498 15.3893 12.929 17.5841 10.6839 15.9529V15.9529C9.6798 15.2234 8.3202 15.2234 7.31614 15.9529V15.9529C5.07101 17.5841 2.05019 15.3893 2.90776 12.75V12.75C3.29127 11.5697 2.87113 10.2766 1.86708 9.54712V9.54712C-0.378063 7.91593 0.775787 4.36475 3.55093 4.36475V4.36475C4.79201 4.36475 5.89195 3.56559 6.27547 2.38525V2.38525Z' fill='%23BDBDBD'/%3E%3C/svg%3E%0A"); }
.stars-image.on{ background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27547 2.38525C7.13303 -0.254065 10.867 -0.254065 11.7245 2.38525V2.38525C12.1081 3.56559 13.208 4.36475 14.4491 4.36475V4.36475C17.2242 4.36475 18.3781 7.91593 16.1329 9.54712V9.54712C15.1289 10.2766 14.7087 11.5697 15.0922 12.75V12.75C15.9498 15.3893 12.929 17.5841 10.6839 15.9529V15.9529C9.6798 15.2234 8.3202 15.2234 7.31614 15.9529V15.9529C5.07101 17.5841 2.05019 15.3893 2.90776 12.75V12.75C3.29127 11.5697 2.87113 10.2766 1.86708 9.54712V9.54712C-0.378063 7.91593 0.775787 4.36475 3.55093 4.36475V4.36475C4.79201 4.36475 5.89195 3.56559 6.27547 2.38525V2.38525Z' fill='%2356CCF2'/%3E%3C/svg%3E%0A"); }
.stars-helper{ font-size:0.85rem; color:#CCCCCC; }
.stars-counts{ width:100%; }
.stars-counts-item{ display:block; margin:0; }
.stars-counts-text{ display:inline-block; width:30%; font-size:0.8rem; color:#828282; }
.stars-counts-bar{ display:inline-block; width:54%; }
.stars-counts-bar .progress{ height:5px; margin:0.3rem; }
.stars-counts-bar .progress .progress-bar{ height:5px; background-color:#56CCF2; }
.stars-counts-number{ display:inline-block; width:10%; font-size:0.8rem; color:#828282; }

.review-stars .stars-image{ width:10px; height:10px; background-size:cover; margin:0 0.4rem 0 0; }
.review-title{ font-weight:600; color:121212; margin:0.4rem 0 0.6rem 0; }
.review-text{ color:#666666; }
.review-date{ color:#CCCCCC; font-size:0.75rem; }

.list-order-amount{ position:relative; display:table; padding:0.3rem 1rem; margin:1.8rem 0; background-color:var(--complementar2); color:#FFFFFF; border-radius:7px; font-size:1.25rem; }
.list-order-amount b{ font-size:1.7rem; }
.list-order-item{ position:relative; }
.list-order-item td{ font-size:0.9rem; }
.list-order-status{ border-radius:0.7rem; height:1.4rem; color:#FFFFFF; background-color:#606060; text-align:center; padding:0.3rem 1rem; font-size:0.8rem; }
.list-order-status.approved{ background-color:#27AE60; }
.list-order-status.denied{ background-color:#EA1F25; }
.list-order-status.pending{ background-color:#F2C94C; }

.list-users{ position:relative; display:block; margin-top:2rem; }
.list-users .row-pad{ border-bottom:1px solid #E5E5E5; margin:0 0 0.5rem 0; }

.block-json{ position:relative; display:block; border:1px solid #CDCDCD; width:100%; height:2.3rem; overflow:hidden; margin:0 0 0.3rem 0; }
.block-json-content{ position:absolute; display:block; background-color:#FFFFFF; font-size:0.65rem; line-height:1.3; padding:0.3rem; width:100%; }
.block-json-content hr{ margin:0.2rem 0; }
.block-json:hover{ overflow:visible; }
.block-json:hover::after{ content:''; position:absolute; top:0.2rem; left:0.8rem; width:0.5rem; height:0.5rem; border:0.8rem solid transparent; border-left-color:#CCCCCC; }
.block-json:hover .block-json-content{ margin:auto auto 0 2rem; bottom:0; border:1px solid #CDCDCD; width:calc(100% + 6rem); max-height:10rem; overflow:auto; box-shadow:0 0.3rem 0.3rem #00000022; z-index:100; }

.id{ background-color:#DDDDDD; padding:0.3rem 0.5rem 0 0.5rem; text-align:center; font-size:1.2rem; line-height:1; font-weight:600; border-radius:0.3rem; }