body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #1d1818;
    font-family: Tahoma;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

table {
    width: 211;
    margin-bottom: 3px;
    border-radius: 4px;
    cursor: default;
}
table tr {
    height: 20px;
    border-radius: 5px;
    cursor: default;
}
table tr td {
    color: #b5b5b5;
    padding: 0px 5px 2px 7px;
    height: 20px;
    cursor: default;
}
table tr td:nth-child(2) {
    padding-right: 0px;
    cursor: default;
}
table tr td:nth-child(3) {
    padding-left: 0px;
    cursor: default;
}

.dashboard {
    background: url('../images/bg.png') repeat-y top center;
    background-color: #1d1818;
    width: 265px;
    height: 400px;
    margin: auto;
    background-size: cover;
}


#menu {
    position: absolute;
    background: url(../images/menu_bg.png) no-repeat top center;
    /* color: rgb(20 42 56); */
    /* background-color: rgb(0 38 63 / 75%); */
    border-radius: 5px;
    border: 1px solid;
    /* background-size: cover; */
    border-color: #711d0d;
    margin-left: 6px;
    margin-top: 319px;
    height: 44px;
    width: 251px;
}

#header {
    position: absolute;
    background: url(../images/header.png) no-repeat top center;
    margin-left: 0px;
    margin-top: 0px;
    height: 29px;
    width: 266px;
}

#logo {
    position: absolute;
    background: url(../images/logo.png) no-repeat top center;
    margin-left: -68px;
    margin-top: 7px;
    width: 231px;
    height: 68px;
    background-size: 36% 30%;
}


a.button-header:nth-child(2) {
    position: fixed;
    width: 37px;
    height: 19px;
    margin-left: 179px;
    margin-top: 6px;
    z-index: 999;
}

a.button-header:nth-child(3) {
    position: fixed;
    width: 18px;
    height: 19px;
    margin-left: 220px;
    margin-top: 6px;
    z-index: 999;
}

a.button-header:nth-child(4) {
    position: fixed;
    width: 18px;
    height: 19px;
    margin-left: 242px;
    margin-top: 6px;
    z-index: 999;
}

a#button-open {
    background: url('../images/open.png') no-repeat top center;
    background-size: 100% 100%;
}

a#button-open:hover {
    background: url('../images/open_hover.png') no-repeat top center;
    background-size: 100% 100%;
}

a#button-minimizer {
    background: url('../images/minimizer.png') no-repeat top center;
    background-size: 100% 100%;
}
a#button-minimizer:hover {
    background: url('../images/minimizer_hover.png') no-repeat top center;
    background-size: 100% 100%;
}

a#button-close {
    background: url('../images/close.png') no-repeat top center;
    background-size: 100% 100%;
}
a#button-close:hover {
    background: url('../images/close_hover.png') no-repeat top center;
    background-size: 100% 100%;
}




.button-hunt {
    background-image: url(../images/hunt_btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 19px;
    height: 20px;
    position: absolute;
    margin-left: -19px;
    margin-top: -5px;
    cursor: default;
}

.button-hunt-none {
    
    background-image: url(../images/huntpoint-none.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 38px;
    height: 43px;
    position: absolute;
    margin-left: 17px;
    margin-top: -16px;

}


a.button-menu {
    position: fixed;
    width: 34px;
    height: 34px;
    margin-left: 86px;
    margin-top: 6px;
    z-index: 999;
}

a.button-menu:nth-child(2) {
    position: fixed;
    width: 34px;
    height: 34px;
    margin-left: 128px;
    margin-top: 6px;
    z-index: 999;
}

a.button-menu:nth-child(3) {
    position: fixed;
    width: 34px;
    height: 34px;
    margin-left: 171px;
    margin-top: 6px;
    z-index: 999;
}
a.button-menu:nth-child(4) {
    position: fixed;
    width: 34px;
    height: 34px;
    margin-left: 212.5px;
    margin-top: 5px;
    z-index: 999;
}

a#button-users {
    background: url('../images/characters_btn.png') no-repeat top center;
    background-size: cover;
}
a#button-users:hover {
    background: url('../images/characters_btn_hover.png') no-repeat top center;
    background-size: cover;
    height: 34px;
    width: 34px;
    margin-top: 6px;
    margin-left: 86px;
}
a#button-users.active{
    background-image:none;
}

a#button-users.active::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -16px;
    width: 60px;
    height: 45px;
    background-image: url(../images/hover_glow.png);
    background-repeat: no-repeat;
    background-position: top center;
    /* background-size: cover; */
}

a#button-users.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 34px;
    background-image: url(../images/characters_btn_hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /* background-size: cover; */
}

a#button-kad {
    background: url('../images/kad_btn.png') no-repeat top center;
    background-size: cover;
}
a#button-kad:hover {
    background: url('../images/kad_btn_hover.png') no-repeat top center;
    background-size: cover;
    height: 34px;
    width: 34px;
    margin-top: 6px;
    margin-left: 128px;
}
a#button-kad.active{
    background-image:none;
}

a#button-kad.active::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -16px;
    width: 60px;
    height: 45px;
    background-image: url(../images/hover_glow.png);
    background-repeat: no-repeat;
    background-position: top center;
    /* background-size: cover; */
}

a#button-kad.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 34px;
    background-image: url(../images/kad_btn_hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /* background-size: cover; */
}



a#button-events {
    background: url('../images/events_btn.png') no-repeat top center;
    background-size: cover;
}
a#button-events:hover {
    background: url('../images/events_btn_hover.png') no-repeat top center;
    background-size: cover;
    width: 34px;
    height: 34px;
    margin-top: 6px;
    margin-left: 171px;
}

a#button-events.active{
    background-image:none;
}

a#button-events.active::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -16px;
    width: 60px;
    height: 45px;
    background-image: url(../images/hover_glow.png);
    background-repeat: no-repeat;
    background-position: top center;
}

a#button-events.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 34px;
    height: 34px;
    background-image: url(../images/events_btn_hover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

a#button-settings {
    background: url('../images/settings_btn.png') no-repeat top center;
    background-size: cover;
}
a#button-settings:hover {
    background: url('../images/settings_btn_hover.png') no-repeat top center;
    background-size: cover;
    width: 34px;
    height: 34px;
    margin-top: 5px;
    margin-left: 212.5px;
}

a#button-settings.active{
    background-image:none;
}

a#button-settings.active::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -12px;
    width: 55px;
    height: 45px;
    background-image: url(../images/hover_glow.png);
    background-repeat: no-repeat;
    background-position: top center;
}

a#button-settings.active::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 34px;
    background-image: url(../images/settings_btn_hover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


#users-list {
    position: fixed;
    max-width: 257px;
    min-width: 241px;
    width: 245px;
    max-height: 296px;
    height: 296px;
    min-height: 233px;
    padding-left: 0px;
    padding-top: 0px;
    margin-left: -2px;
    margin-top: -2px;
    /* border-radius: 3px; */
    font-size: 11px;
    font-family: Arial;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}

#users-list table {
    width: 99%;
    margin-bottom: 0px;
}
#users-list table tr td {
    color: #b5b5b5;
    padding: 0px 3px 3px 0px;
    height: 27px;
}
#users-list table tr td div {
    border-radius: 7px;
    /* background-image: url('../images/bg_character.png'); */
    /* background-size: cover; */
    background-color: rgb(95 3 25 / 49%);
    border: 1px solid;
    border-color: #ad2c13;
    width: 219px;
    /* height: 78px; */
    /* height: 7px; */
    /* width: 99%; */
    /* max-width: 245px; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* font-size: 12px; */
    padding-left: 7px;
    height: 66px;
}
#users-list table tr td div:hover {
    /* background-image: url('../images/pin-bg-hover.png'); */
}
#users-list table tr td div table tr td {
    height: 7px;
    font-size: 12px;
    text-align: left;
    line-height: 0px;
    padding: 0px;
    color: #ccc;
}
#users-list table tr td div table tr td:nth-child(2) {
    /*text-align: right;*/
    /*vertical-align: top;*/
}
#users-list table tr td div table tr td:nth-child(2) a {
    background-color: #711d0d;
    padding: 5px 8px;
    border-radius: 3px;
    margin-left: -30px;
    margin-top: 5px;
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    color: #b5b5b5;
}
#users-list table tr td div table tr td:nth-child(2) button {
    background-color: transparent;
    background-image: url('../images/button-news.png');
    background-size: cover;
    border: 0px;
    width: 39px;
    height: 33px;
    font-size: 10px;
    color: #999;
    font-weight: 100;
    padding-left: 3px;
    margin-top: 2px;
    margin-left: 3px;
}
#users-list table tr td div table tr td:nth-child(2) button:hover {
    background-image: url('../images/button-news-hover.png');
    color: #ccc;
    font-weight: 100;
}


#events-list {
    position: fixed;
    max-width: 243px;
    min-width: 226px;
    width: 243px;
    /* max-height: 271px; */
    height: 296px;
    min-height: 233px;
    padding-left: 0px;
    padding-top: 0px;
    /* margin: 0px; */
    margin-top: -2px;
    border-radius: 3px;
    font-size: 11px;
    font-family: Arial;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

#kad-list {
    position: fixed;
    max-width: 243px;
    min-width: 226px;
    width: 243px;
    /* max-height: 271px; */
    height: 296px;
    min-height: 233px;
    padding-left: 0px;
    padding-top: 0px;
    /* margin: 0px; */
    margin-top: -2px;
    border-radius: 3px;
    font-size: 11px;
    font-family: Arial;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}


#settings-list {
    display: none;
}

#settings-list table {
    width: 100%;
}

#settings-list table tr td:last-child {
    padding-right: 0px;
    text-align: right;
}

#settings-list table tr td:first-child {
    padding-left: 6px;
    font-size: 12px;
    text-align: left;
}

#settings-list table tr:first-child td {
    padding-top: 6px;
    padding-bottom: 0px;
}

#settings-list h3 {
    font-size: 13px;
    color: #ffffff;
    padding: 0px;
    line-height: 100%;
    margin: 0px;
    font-weight: normal;
}

#settings-list hr {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-track {
    background: url('../images/scrollbar.png') no-repeat top center;
    width: 10px;
    height: auto !important;
    background-size:100% 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
}
::-webkit-scrollbar {
    width: 10px;
    margin: auto;
}
::-webkit-scrollbar-thumb {
    background: url('../images/nav-scrollbar.png') no-repeat top center;
    margin: auto;
    width: 8px;
    min-height: 75px;
    height:auto !important;
    background-size:100% 100%;
    -webkit-background-size: 75% 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
}
::-webkit-scrollbar-button {
    background: url('../images/top-button-scrollbar.png') no-repeat top center;
    background-size:100% 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
    height: 13px;
}
::-webkit-scrollbar-button:end:increment {
    background: url('../images/bottom-button-scrollbar.png') no-repeat top center;
    height: 13px;
    background-size:100% 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
}
::-webkit-scrollbar-button:start:decrement {
    background: url('../images/top-button-scrollbar.png') no-repeat top center;
    background-size:100% 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
    height: 13px;
}


#container {
    /* background: url(../images/bg.png) no-repeat top center; */
    background-color: rgb(95 3 25 / 33%);
    position: relative;
    margin: 6px auto;
    /* max-height: 283px; */
    /* max-width: 253px; */
    height: 300px;
    width: 236px;
    padding: 0px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 10px;
    border: 1px solid;
    border-color: #711d0de0;
    border-radius: 4px;
}


.sortnr {
	display: none;
}
.sound {
	font-size: 13px;
	cursor: pointer;
}
.fa-volume-off {
	color: #555;
	margin-right: 6px;
	margin-left: -5px;
}
.fa-volume-off:hover {
	color: #666;
	font-size: 15px;
}
.fa-volume-up {
	color: #d02f10e0;
	margin-right: 1px;
	margin-left: -6px;
}
.fa-volume-up:hover {
	font-size: 14px;
	color: #ff3c17e0;
	margin-right: 0px;
}
.event-timer {
	text-align: right;
}
.time-off {
	border-radius: 3px;
	padding: 1px 5px 3px 5px;
	background-color: rgb(0 0 0 / 48%);
}
.time-on {
	border-radius: 3px;
	padding: 1px 5px 3px 5px;
	background-color: #ad2c13;
}

.events-list-button {
    position:fixed;
    background:url(../images/bg_event.png) no-repeat top left;
    background-color: #360d05;
    width: 235px;
    height: 34px;
    margin-left: -5px;
    margin-top:-3px
}
a.button-event {
    display: flex;
    background-color: #711d0dde;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 4px;
    border-color: #711d0d;
    position:fixed;
    width: 51px;
    height:20px;
    text-align:center;
    padding-top: 0px;
    color:rgba(255,255,255,.6);
    font-size:9px;
    font-family:Arial;
    text-decoration: none;
    margin-left: 1px;
    margin-top: 2px;
    padding-right: 0px;
}
a.button-event:hover {
    background:url(../images/button-event-hover.png) no-repeat top center;
    color:rgba(255,255,255,.9)
}
a.button-event:nth-child(2) {
    margin-left: 58px;
}
a.button-event:nth-child(3) {
    margin-left: 115px;
}
a.button-event:nth-child(4) {
    margin-left: 172px;
}
a.button-event.active {
    background:url(../images/button-event-hover.png) no-repeat top center;
    color:rgba(255,255,255,.9)
}







#hunt-point {
	position: fixed;
	max-width: 240px;
	min-width: 226px;
	width: 240px;
	max-height: 295px;
	height: 295px;
	min-height: 233px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	border-radius: 3px;
	font-size: 11px;
	font-family: Arial;
	overflow-y: hidden;
	overflow-x: hidden;
	display: none;
}

#hunt-point table {
	/* width: 99%; */
	/* background-image:url('../images/bg-hunt.png'); */
	/* background-repeat: no-repeat; */
}
#hunt-point table tr td {
	color: #b5b5b5;
	padding: 0px 0px 0px 0px;
	color:white;
	/* height: 27px; */
	/* border: 1px solid; */
}
#hunt-point table tr td div {
	/* border-radius: 3px; */
	/* background-image: url('../images/pin-bg.png'); */
	/* width: 99%; */
	max-width: 237px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	/* padding-left: 7px; */
	/* height: 20px; */
}
#hunt-point table tr td div:hover {
	/* background-image: url('../images/pin-bg-hover.png'); */
}
#hunt-point table tr td div table tr td {
	height: 7px;
	font-size: 9px;
	text-align: left;
	line-height: 0px;
	padding: 0px;
}
#hunt-point table tr td div table tr:nth-child(2) td p {
	margin-top: -3px;
	text-align: left;
	font-size: 11px;
	color: #ccc;
}
#hunt-point table tr td div table tr td:nth-child(2) {
	text-align: right;
	vertical-align: top;
}
#hunt-point table tr td div table tr td:nth-child(2) a {
	background-color: #711d0d;
	padding: 5px 8px;
	border-radius: 3px;
	margin-left: -30px;
	margin-top: 5px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	color: #b5b5b5;
}
#hunt-point table tr td div table tr td:nth-child(2) button {
	background-color: transparent;
	background-image: url('../images/button-news.png');
	background-size: cover;
	border: 0px;
	width: 39px;
	height: 33px;
	font-size: 18px;
	color: #dbaf20;
	font-weight: 100;
	padding-left: 3px;
}
#hunt-point table tr td div table tr td:nth-child(2) button:hover {
	background-image: url('../images/button-news-hover.png');
	color: #dbaf20;
	font-weight: 100;
}



li:nth-child(odd) {
    background-image: url(../images/label-li.png);
    background-position-x: -5px;
    background-repeat: no-repeat;
    height: 14px;
    padding-top: 0px;
    list-style-type: none
}

li:nth-child(even) {
    height: 14px;
    /* margin-bottom: 2px; */
    /* margin-top: -12px; */
    list-style-type: none;
}


#progress-circle {
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  margin-left: -30px;
  margin-top: 18.5px;
}


.progress-bar2 {
  width: 141px;
  height: 9px;
  background-color: #0f131d;
}

.progress2 {
  height: 7px;
  width: 220px;
  margin-top: 1px;
  background-image: url(../images/progress-bar-level.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  clip: rect(auto, 220px, auto, auto);
  transition: width 0.3s ease-in-out;
  position: absolute;
}




/* MonsterDay   */

#progress-circle-monster {
  position: absolute;
  border-radius: 50%;
  margin-left: 12px;
  margin-top: -92px;
}


.progress-bar-monster {
  width: 141px;
  height: 9px;
  background-color: #0f131d;
}

.progress-monster {
  height: 100%;
  background-color: #8dc7fd;
  transition: width 0.3s ease-in-out;
}

/* Training   */

#progress-circle-training {
  position: absolute;
  border-radius: 50%;
  margin-left: 12px;
  margin-top: -2px;
}


.progress-bar-training {
  width: 141px;
  height: 9px;
  background-color: #0f131d;
}

.progress-training {
  height: 100%;
  background-color: #8dc7fd;
  transition: width 0.3s ease-in-out;
}

#move{
position: relative;
    margin: 0px auto;
    height: 80px;
}




.patent-img {
    background-size: cover;
    position: absolute;
    width: 15%;
    margin-left: -19px;
    margin-top: 28px;
}

.patent-img-bg {
    background-size: 100% 100%;
    background-image: url(../images/bg-header-hunt3.png);
    position: absolute;
    width: 236px;
    height: 50px;
    margin-left: 0px;
    margin-top: -44px;
}

.custom-patent-name {
    position: absolute;
    font-size: 8px;
    margin-top: 51px;
    margin-left: 8px;
    font-weight: bold;
    width: 60px;
    text-align: center;
}

.custom-hunt-name {
    margin-top: -88px;
    margin-left: 19px;
    position: absolute;
    font-size: 10px;
    font-weight: bold;
}

.custom-hunt-level {
    position: absolute;
    margin-top: -88px;
    margin-left: 168px;
    font-size: 10px;
    font-weight: bold;
}

.custom-hunt-levelpercent {
    position: absolute;
    margin-left: 204px;
    margin-top: -16px;
    font-size: 9px;
    font-weight: bold;
}

.custom-progress-bar {
    position: absolute;
    margin-top: -1px;
    margin-left: 8px;
}

.progress-bar2 {
    background-image: url(../images/box-progress-bar-level.png);
    background-size: 100% 100%;
    width: 221px;
    margin-top: -5px;
}

.custom-hunt-status {
    font-size: 9px;
    position: absolute;
    margin-top: -16px;
    margin-left: -49px;
    font-weight: bold;
}

.custom-hunt-statusInactive {
    font-size: 9px;
    margin-top: -16px;
    float: right;
    padding-right: 0px;
    font-weight: bold;
}

.custom-offensive-status {
    margin-top: -6px;
    margin-left: 7px;
    font-weight: bold;
    font-size: 10px;
}

.custom-buff-list {
    margin-top: -4px;
    margin-left: 31px;
    list-style: none; 
    padding-left: 0; 
    
}

.custom-monster-img {
    background-size: 100% 100%;
    position: absolute;
    width: 14%;
    margin-left: 23px;
    margin-top: -73px;
}

.custom-monster-canvas {
    position: absolute;
    margin-top: -79px;
    margin-left: 10px;
}

.custom-monster-limit {
    font-size: 8px;
    line-height: 10px;
    position: absolute;
    margin-top: -32px;
    margin-left: -4px;
    font-weight: bold;
}

.custom-training-img {
    background-size: 100% 100%;
    position: absolute;
    width: 14%;
    margin-left: 23px;
    margin-top: 16px;
}

.custom-training-canvas {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

.custom-training-week {
    font-size: 8px;
    line-height: 10px;
    position: absolute;
    margin-top: 60px;
    margin-left: 0px;
    font-weight: bold;
}

.custom-defensive-status {
    margin-top: -10px;
    margin-left: 7px;
    font-weight: bold;
    font-size: 10px;
}

.custom-buff-list2 {
    margin-top: -3px;
    margin-left: 31px;
    line-height: 5px;
    list-style: none;
    padding-left: 0; 
    
}

.button1 {
    
    background-image: url(../images/map.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 14px;
    height: 12px;
    position: absolute;
    margin-left: -5px;
    margin-top: 1px;
    
}

.button2 {

    background-color: #d0363600;
    border: 0px;
    width: 45px;
	border-radius: 50%;
    height: 45px;
    position: absolute;
    margin-left: -2px;
    margin-top: 5px;
    cursor: pointer;
	z-index: 2
    
}

.button3 {

    background-image: url(../images/close.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 16px;
    height: 11px;
    position: absolute;
    margin-left: 11px;
    margin-top: 1px;
    
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #711d0d;
  border: 1px solid;
  border-color: #711d0d;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b9260a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1343b4;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


#kad-list table {
    width: 98%;
}

#kad-list table tr td {
    padding-right: 0px;
    text-align: center;
}

#kad-list table tr {
    padding-right: 0px;
    text-align: right;
}


select {
    background-color: #1a365900;
    color: #fff;
    border: 1px solid #711d0d;
    border-radius: 4px;
    padding: 2px;
    font-size: 12px;
    width: 88px;
}

select::-ms-expand {
    display: none;
}
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
    display: none;
}

select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

select:hover {
    border-color: none;
    background-color: #ffffff00;
}

select option {
    background-color: #071124;
    color: #fff;
}


select:disabled {
    opacity: 0.5;
}