:root {
  --bg-neutral_pattern: rgb(148, 176, 192);
  --bgh-neutral_pattern: rgb(158, 185, 201);
  --bg-neutral: rgba(2,141,5,1);
  --bgh-neutral: rgb(2, 107, 4);
  --bg-success: rgb(1, 176, 88);
  --bgh-success: rgb(0, 177, 89);
  --bg-danger: #fe4c50;
  --bgh-danger: #ff6063;
  --bgh-danger2: #FE7C7F;
  --bg-warning: rgb(0, 255, 0);
  --bgh-warning: rgb(83, 255, 83);
  --bg-primary: #19222a;
  --bgh-primary: #212d38;
  --bg-secondary: black;
  --bgh-secondary: rgb(22, 22, 22);
  --bg-lightblue: rgb(200, 255, 255);
  --bgh-lightblue: rgb(255,255,255);
  --bg-sky: rgb(130, 225, 255);
  --bgh-sky: rgb(180, 255, 255);
  --bg-white: white;
  --bg-light: rgb(240, 240, 240);
  --bg-checked: rgb(200,240,240);
  --bgh-checked: rgb(200,220,220);
  --f-secondary: rgb(186, 186, 186);
  --f-success: rgb(0, 204, 102);
  --f-martel: rgba(250,255,0,1);
  --f-dark: black;
  --f-white: white;
  --f-light: rgb(200,200,200);
  --f-link: rgb(206, 227, 240);
  --fh-link: rgb(102, 191, 243);
  --body1: rgba(6,6,6,1);
  --body2: rgba(38,12,12,1);
}

body { 
  background-color: var(--body1); 
  position: relative;
  width: 100%;
}
.super_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

h1,h2,h3,h4,h5,label {
  color: white;
}

@font-face {
  font-family: 'Martel';
  src: url('../fonts/martel.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Martelli';
  src: url('../fonts/martelli-bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

.text-default { 
  font-family: 'Times New Roman', Times, serif !important;
}
.text-martel { 
  font-family: 'Martel', Arial, sans-serif !important; 
  color: var(--f-martel);
}
.f-martel { color: var(--f-martel) }
.text-martelli { 
  font-family: 'Martelli', Arial, sans-serif !important; 
  color: var(--f-martel);
}

.fs-10 { font-size: 10px !important;}
.fs-12 { font-size: 12px !important;}
.fs-14 { font-size: 14px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 20px !important;}
.fs-22 { font-size: 22px !important;}
.fs-24 { font-size: 24px !important;}
.fs-26 { font-size: 26px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-32 { font-size: 32px !important;}
.fs-34 { font-size: 34px !important;}
.fs-36 { font-size: 36px !important;}
.fs-38 { font-size: 38px !important;}
.fs-40 { font-size: 40px !important;}
.fs-42 { font-size: 42px !important;}
.fs-44 { font-size: 44px !important;}
.fs-46 { font-size: 46px !important;}
.fs-48 { font-size: 48px !important;}
.fs-50 { font-size: 50px !important;}

.text-right { text-align: right; }
.text-link { color: var(--f-link) !important; transition: .2s; }
.text-link:hover { color: var(--fh-link) !important; }
.text-white { color: var(--f-white) !important; }
.text-success { color: var(--f-success) !important; }
.text-dark { color: var(--f-dark) !important; }
.text-link2 { color: var(--f-link) !important; }
.text-secondary { color: var(--f-secondary) !important; }
.text-brasil { color: rgba(34,177,76,1) !important }
.text-dracoins { color: rgba(255,236,34,1) !important; transition: .2s; }
.text-dracoins:hover { color: rgb(209, 194, 33) !important }

.f-border { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000; }
.f-border-brasil { text-shadow: -1px -1px 0 rgba(255,0,0,1), 1px -1px 0 rgba(255,0,0,1), -1px  1px 0 rgba(255,0,0,1), 1px  1px 0 rgba(255,0,0,1); }
.f-bold { font-weight: bold; }
.f-lower { text-transform: lowercase !important; }
.lh-1 { line-height: 1; }
.lh-12 { line-height: 1.2; }

.form-control-dracoins {
  border: 3px solid var(--bg-danger);
  background-color: var(--bg-lightblue);
}
select.form-control-dracoins {
  height: calc(2.25rem + 5px) !important;
}
.failure {
  border: 2px solid var(--bg-danger);
  background-color: var(--bg-lightblue);
}

img { max-width: 100%; }
.w-180 { width: 180px; }
.w-100 { width: 100%; }
.minh-300 { min-height: 300px; }
.logo-fluid { height: 150px; }
.img-fluid { width: 100%; }
.no-radius { border-radius: 0; }
.b-radius { border-radius: 20px; }

.col-1_5 { flex: 0 0 auto; width: 12.5%; }
.col-2_5 { flex: 0 0 auto; width: 20.83333%; }
.col-3_5 { flex: 0 0 auto; width: 29.16667%; }
.col-4_5 { flex: 0 0 auto; width: 37.5%; }
.col-5_5 { flex: 0 0 auto; width: 45.83333%; }
.col-6_5 { flex: 0 0 auto; width: 54.16667%; }
.col-7_5 { flex: 0 0 auto; width: 62.5%; }
.col-8_5 { flex: 0 0 auto; width: 70.83333%; }
.col-9_5 { flex: 0 0 auto; width: 79.16667%; }
.col-10_5 { flex: 0 0 auto; width: 87.5%; }
.col-11_5 { flex: 0 0 auto; width: 95.83333%; }

.init-page {
  width: 100%;
	margin-top: 150px;
  /* padding-top: 40px;
  padding-bottom: 40px; */
}

.btn-danger.disabled { background-color: var(--bgh-danger) !important; }
.btn-success.disabled { background-color: var(--bgh-success) !important; }
.btn-warning.disabled { background-color: var(--bgh-warning) !important; }
.disabled { cursor: not-allowed !important; }

.mouse-pointer, .btnLink, .copyText { cursor: pointer; }
.mouse-wait { cursor: wait !important; }

.ml--4 { margin-left: -4px; }
.ml-150 { margin-left: 150px; }
.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.mt--26 { margin-top: -26px; }
.mt-7 { margin-top: 7px; }
.mt-10 { margin-top: 10px !important; }
.mt-13 { margin-top: 13px !important; }
.mt-19 { margin-top: 19px; }
.my-6 { margin-top: 6px; margin-bottom: 6px; }
.tp-6 { top: 6px !important; }

.nw { white-space: nowrap; }

.hidden { 
  visibility: visible; 
  transition: .5s;
  opacity: 1;
  height: 100%;
}
.hidden.hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.d-none { display: none }
.d-iflex { display: inline-flex }
.d-iblock { display: inline-block }
.d-flex { display: flex; }
.d-initial { display: initial; }

.p-absolute { position: absolute; }
.p-relative { position: relative; }

.bg-danger { background-color: var(--bg-danger) !important; }
.bg-success { background-color: var(--bg-success) !important; }
.bg-neutral { background-color: var(--bg-neutral) !important; }
.bg-warning { background-color: var(--bg-warning) !important; color: var(--f-dark) !important;}
.bg-body1 { background-color: var(--body1) !important; }
.bg-body2 { background-color: var(--body2) !important; }
.degrade { background: linear-gradient(170deg, var(--body1), var(--body2)) !important; }

.shadow-mark { box-shadow: 0px 0px 2px rgba(247,215,18,1); }
.shadow-mark-v2 { box-shadow: 0px 0px 4px rgba(247,215,18,1); }
.shadow-hover { box-shadow: 0px 0px 2px rgba(247,215,18,1); transition: .5s; }
.shadow-hover:hover { box-shadow: 0px 0px 12px rgba(247,215,18,1); }
.shadow { box-shadow: 0px 0px 12px rgba(247,215,18,1); }
.big-shadow { box-shadow: 0px 0px 20px rgba(247,215,18,1); }
.hover-light { transition: .5s; background-color: var(--bg-body1);}
.hover-light:hover { background-color: var(--bg-body2) !important; }

.icon-24 {
  top: 3px;
  position: relative;
}

.rotate { animation: spin infinite 1s; }
.expand { transition:  .2s; }
.expand:hover { transform: scale(1.1); }

.form-control-noW {
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-noW:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

/* form-control v2 */
select.form-control.v2 {
  padding: 0.5rem;
  color: var(--f-white);
  background-color: var(--bg-neutral);
  transition: .5s;
  font-size: 18px;
  line-height: 1.1;
  height: 40px !important;
}
input.form-control.v2 {
  padding: 0.5rem;
  color: var(--f-white);
  background-color: var(--bg-neutral);
  transition: .5s;
  font-size: 18px;
  line-height: 1.1;
}
input.form-control.v2::placeholder {
  color: var(--f-white) !important;
}
input.form-control.v2:focus {
  background-color: var(--bgh-neutral2);
}
.v2-label {
  position: absolute;
  transition: .5s;
  top: 11px;
  left: 41.5px;
  line-height: 1;
  pointer-events: none;
  font-size: 18px;
}
input.form-control.v2.active + .v2-label {
  top: 4px;
  font-size: 13px;
}
.v2-icon {
  position: absolute;
  top: 5px;
  left: 6px;
  color: var(--f-white);
  pointer-events: none;
}

/* INSIDE */
.inside-btn, .inside-select { position: relative; }
.inside-btn .icon {
  position: absolute;
  right: 15px;
  top: 13px;
  cursor: pointer;
  color: var(--secondary2);
}
.inside-btn .icon-2 {
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  color: var(--secondary2);
}
.inside-btn .icon-min {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
  color: var(--secondary2);
}
.inside-select .icon {
  position: absolute;
  right: 20px;
  top: 6px;
  cursor: pointer;
  color: rgba(100,100,100,0.8);
}
.inside-sd { right: 20px; bottom: 0; position: absolute; }
.inside-sd0 { right: 3px; bottom: 0; position: absolute; }
.inside-sd1 { right: 8px; bottom: 0; position: absolute; }

.inside-se { left: 20px; bottom: 0; position: absolute; }
.inside-se0 { left: 3px; bottom: 0; position: absolute; }
.inside-se1 { left: 8px; bottom: 0; position: absolute; }

.inside-nd { right: 20px; top: 0; position: absolute; }
.inside-nd0 { right: 3px; top: 0; position: absolute; }
.inside-nd1 { right: 8px; top: 0; position: absolute; }

.inside-ne { left: 20px; top: 0; position: absolute; }
.inside-ne0 { left: 3px; top: 0; position: absolute; }
.inside-ne1 { left: 8px; top: 0; position: absolute; }

/* Input Config */
.input {
  height: 46px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
  min-width: 300px;
  padding: 20px;
  transition: .5s;
}
.input:focus {
  border: 1px solid rgba(0,0,0,0.3);
}

/* Button */
.btnn {
  padding: 12px 15px;
  min-width: 165px;
	border: none;
  border-radius: 0;
	background: var(--bg-neutral);
	color: var(--f-white);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
  transition: .5s;
}
.btnn-icon {
  display: inline-block;
  padding: 2px 5px;
	border: none;
	background: var(--bg-neutral);
	color: var(--f-white);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
  transition: .5s;
  min-height: 35px;
}
.btnn-link {
  background-color: var(--bg-danger);
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  transition: .5s;
  color: var(--f-white);
  text-transform: uppercase;
  font-weight: bold;
}
.btnn:hover { background: var(--bgh-neutral); color: var(--f-white); }
.btnn-icon:hover { background: var(--bgh-neutral); color: var(--f-white); }
.btnn-success { background: var(--bg-success); color: var(--f-white); }
.btnn-success:hover { background: var(--bgh-success); color: var(--f-white); }
.btnn-danger { background: var(--bg-danger); color: var(--f-white); }
.btnn-danger:hover { background: var(--bgh-danger); color: var(--f-white); }
.btnn-warning { background-color: var(--bg-warning); color: var(--f-dark); }
.btnn-warning:hover { background-color: var(--bgh-warning); color: var(--f-dark); }
.btnn-link:hover { text-decoration: none; background-color: var(--bgh-danger); color: var(--f-white); }

/* CheckBox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 29px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .title {
  margin-top: 2px;
  font-size: 16px;
  position: absolute;
}
.checkbox .mark {
  position: absolute;
  top: 29px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: var(--bg-checked);
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
}
.checkbox:hover input ~ .mark { background-color: var(--bgh-checked); }
.checkbox input:checked ~ .mark { background-color: var(--bg-neutral); }
.checkbox .mark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .mark:after {
  display: block;
}
.checkbox .mark:after {
  left: 7px;
  top: 3px;
  width: 9px;
  height: 14px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Loader */
.loader {
  position: relative;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 65;
  position: fixed;
  opacity: 0;
  transition: .5s;
}
.loader.active { visibility: visible; opacity: 1; }
.loader img {
  width: 86px;
  display: flex;
  margin: auto;
  margin-top: -95px;
  animation: blink infinite 0.5s alternate;
}
.loader .loading {
  width: 100px;
  height: 100px;
  border: 3px solid rgba(155, 120, 120, 0.8);
  border-bottom: 5px solid white;
  border-radius: 50%;
  display: flex;
  margin: auto;
  margin-top: 40vh;
  animation: spin infinite 1s;
}
@keyframes blink {
  0% { opacity: 1; }
  100% { opacity: 0.7; }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg);}
}

/* toWait */
.toWait, .toWait-ext { position: relative; }
.m-modal .toWait.disabled, .m-modal .toWait-ext.disabled { top: -4.5px; }
.toWait-load {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  display: flex;
}
.toWait-icon { margin-left: auto; margin-right: auto; }

/* Tooltip */
.showTip { position: relative; }
.tip {
  position: absolute;
  padding: 3px 6px;
  border: 1px solid rgba(0,0,0,0.2);
  background-color: var(--bg-neutral);
  color: var(--f-white);
  top: calc(100% + 2px);
  z-index: 5;
  right: -1px;
  pointer-events: none;
}
.tip.top {
  top: calc(-100% + 2px);
  bottom: calc(100% + 2px);
}

/* AlertMessage */
#notify {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
}
.am {
  position: relative;
  display: block;
  min-width: 100%;
  left: 0;
}
.am .am-text {
  position: relative;
  visibility: hidden;
  background-color: var(--bg-neutral);
  color: var(--f-white);
  opacity: 0;
  transition: .5s;
  padding: 10px;
  top: -50px;
  left: 0;
  white-space: nowrap;
  z-index: 251;
  min-width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 3px;
}
.am.active > .am-text {
  top: 0px;
  opacity: 1;
  visibility: visible;
}

/* SideBar */
.sidebar {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 55;
  display: flex;
  align-items: center;
}
.sidebar-settings {
  transition: .2s;
  position: absolute;
  width: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sidebar-item {
  position: relative;
  transition: .5s;
  width: 100%;
}
.sidebar .link {
  display: flex;
  font-size: 15px;
  color: var(--f-light);
  height: 100%;
  padding: 10px 0;
  transition: .5s;
  line-height: 2;
  z-index: -1;
  white-space: nowrap;
}
.sidebar .submenu {
  position: absolute;
  top: 0;
  left: -250px;
  width: 250px;
  z-index: -1;
  transition: .3s;
  border-right: 1px solid var(--bg-secondary);
}
.sidebar .extramenu {
  position: absolute;
  left: -500px;
  width: 250px;
  margin-top: -50px;
  z-index: -1;
  transition: .3s;
}
.sidebar-settings:hover { width: 200px; }
.sidebar-item .title { visibility: hidden; transition: .5s; opacity: 0; }
.sidebar-item .has-links { opacity: 0; }
.sidebar-settings:hover .title { visibility: visible; opacity: 1; }
.sidebar-settings:hover .has-links { opacity: 1; }
.sidebar-item:hover .submenu { left: 200px; }
.submenu-item:hover .extramenu { left: 250px; }
.sidebar-item:hover > .link { background-color: rgba(255,255,255,0.1); }
.submenu-item:hover > .link{ background-color: rgba(255,255,255,0.1); }
.extramenu-item:hover > .link{ background-color: rgba(255,255,255,0.1); }
.sidebar .has-links { position: absolute; right: 0; }
.sidebar iconify-icon { font-size: 30px; padding: 0 5px 0; }

/* Modal */
.showModal { cursor: pointer; }
.m-modal {
  position: fixed;
  z-index: 249;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  width: 102vw;
  height: 100vh;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}
.m-modal.active {
  visibility: visible;
  opacity: 1;
}
.m-win {
  position: fixed;
  padding: 0;
  z-index: 250;
  top: 75px;
  width: 100%;
  max-height: 80vh;
  background-color: var(--secondary);
}
.m-win.m-small {
  top: 150px;
  max-height: 60vh;
}
.m-title {
  position: absolute;
  bottom: 50%;
  width: 100%;
  background-color: var(--body2) !important;
  padding-left: 30px;
  padding-top: 10px;
  height: 55px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: .5s;
  border: 1px solid rgba(247,215,18,1);
}
.m-modal.active .m-title { bottom: 100%; }
.m-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  max-height: calc(87vh - 55px);
  overflow: auto;
}
.m-win.m-small .m-body { max-height: calc(60vh - 55px); }
.m-footer {
  background-color: var(--body2);
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  transition: .5s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid rgba(247,215,18,1);
  min-height: 57px;
}
.m-modal.active .m-footer { top: 100%; }
.m-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* background-color: rgba(0,0,0,0.3); */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

body::-webkit-scrollbar, .m-body::-webkit-scrollbar, .content-page::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track, .m-body::-webkit-scrollbar-track, .content-page::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb, .m-body::-webkit-scrollbar-thumb, .content-page::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
}

/* Number In */
.number-in { position: relative; }

.number-in .number {
  position: absolute;
  background-color: var(--bg-neutral);
  color: var(--f-white);
  padding: 0px 5px;
  text-align: center;
  font-size: 12px;
  top: -10px;
  right: -10px;
}

/* Topbar */
.topbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
}

/* Footer */
.footer {
  position: relative;
  width: 100%;
  bottom: 0;
}
.footer_baseboard {
  border-top: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 5px;
  padding-top: 5px;
}

/* Edit */

.backbill {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}
.backbill img, .backbill .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
}
.backbill .overlay {
  width: 100%;
  backdrop-filter: blur(3px);
  background: linear-gradient(rgba(0,0,0, 0.7), rgba(0,0,0, 0.7), var(--body1));
}
.backbill img {
  z-index: -1;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(247,215,18,1);
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Hide details */
.details-item {
  max-height: 0px;
  overflow: hidden;
  transition: .5s;
}
.details-item.active {
  max-height: 400px;
}

/* 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;
  background-color: var(--bg-danger);
  transition: 0.4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.5);
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider { background-color: var(--bgh-success); }
input:checked + .slider:before { transform: translateX(26px); }

.btn-dracoins {
  height: 250px;
  width: 175px;
  position: relative;
  cursor: pointer;
}
.btn-dracoins .background {
  border-radius: 35px;
  width: 100%;
  height: 100%;
}
.btn-dracoins p {
  margin: 0px;
  position: absolute;
  bottom: 25px;
  left: 50px;
}
.btn-dracoins img {
  margin: 0px;
  max-height: 95%;
  position: absolute;
  right: 5px;
  top: -40px;
}

.btn-dracoins-small {
  height: 60px;
  position: relative;
  cursor: pointer;
}
.btn-dracoins-small .background {
  border-radius: 25px;
  width: 100%;
  height: 100%;
}
.btn-dracoins-small p {
  position: absolute;
  margin: 0px;
  top: 30px;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.btn-dracoins-small img {
  margin: 0px;
  height: 95%;
  position: absolute;
  left: -10px;
  bottom: 0;
}

input[type="range"] {
  background: transparent !important;
  border: 1px solid transparent;
  -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 13px;
  background: linear-gradient(90deg, rgba(255,236,34,0.3), rgba(255,236,34,1), rgba(255,236,34,0.3));
  border-radius: 5px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  background: url('../img/page/coin.gif') no-repeat center;
  background-size: cover;
  cursor: pointer;
  margin-top: -17px;
}


/*
  Azul - 27,51,221
  Amarelo - 255,236,34
  Vermelho - 85,2,5
  Marrom - 74,48,24
*/