.login-box {
	background: rgba(28, 32, 48, 0.8);
	padding:25px;
	width: 480px;
	max-width: 100%;
	border-radius: 12px;
	clear: both;
	overflow: hidden;
	margin: 150px auto 0px auto;
}

.login-box h1 {
	color: #f5f5f5;
	padding-bottom: 25px;
	font-weight: 600;
	text-align: center;
}
.login-box .checkbox {
	color: #f5f5f5;
	margin-top: 7px;
}

.overlejjj
{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	display: none;
	height: 100%;
z-index: 1;
}	

.overlejjj .center 
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.with-errors {
	color: #a94442 !important;
}

.login-box .forgot {
	color: #f5f5f5f5;
	padding-top: 20px;
	text-align: center;
	clear: both;
	overflow: hidden;
}
.login-box .forgot a {
	color: #f5f5f5f5;
}
.login-footer {
	width: 480px;
	max-width: 100%;
	clear: both;
	overflow: hidden;
	margin: 10px auto 0px auto;
	color: #f5f5f5;
	font-weight: 600;
}
.login-footer a {
	color: #5cb85c;
}
.login-footer a:hover {
	color: #4cae4c;
}
.modal-body {
	clear: both;
	overflow: hidden;
	color: #f5f5f5;
}

.disabled{
   curosor: no-drop;
   pointer-events: none !important;
}

.contect {
	background: rgba(28, 32, 48, 0.8);
	border: 1px solid #7b83aa;
	padding: 20px;
	clear: both;
	overflow: hidden;
	border-radius: 4px;
}
.contect .white {
	color: #fff;
}
.footer {
	color: #f5f5f5;
	font-weight: 600;
}
.contect h2 {
	font-weight: 600;
	color: #f5f5f5;
}
.contect h2 i {
	vertical-align: middle;
	margin-right: 2px;
}
.contect .table {
	color: #f5f5f5;
}
.contect .table td {
	font-weight: 600;
}
.green {
	color: #41a85f;
}
.yellow {
	color: #fac51c;
}
.red {
	color: #b8312f;
}
.contect .server-name {
	color: #f5f5f5;
	font-weight: 600;
	font-size: 24px;
}
.contect .btn {
	margin-left: 5.2px;
}
.space1 {

	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.space2 {

    margin-top: 45px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.space3 {

    margin-bottom: 45px;
    clear: both;
    overflow: hidden;
}

.space-top {

    margin-top: 10px;
    clear: both;
    overflow: hidden;
}
.space-bottom {

    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}
.line {

    border-top: 2px solid #7b83aa;
}
.panel .show-pw {
	padding-left: 5px;
}
.panel .show-pw:hover {
	text-decoration: none;
}
.contect .table td i {
	vertical-align: middle;
} 
.contect .form-group label {
	color: #f5f5f5;
}
.contect .table-responsive {
	clear: both;
	overflow: auto;
}

/* Message */

#msg_bar_ok{
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    background: #07c10d;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
}
#msg_bar_ok p{   
    margin-top: 1%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
#msg_bar_error{
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    background: red;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
}
#msg_bar_error p{   
    margin-top: 1%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
#msg_bar_info{
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    background: #0971af;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
}
#msg_bar_info p{   
    margin-top: 1%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

/* End Message */

/* POD NAV */

.srwinfonav > li {
  display: inline-block;
  border: 1px solid #7b83aa;
  padding: 6px 12px ;
  background-color: rgba(28, 32, 48, 0.8);
  margin-left: -5px;
}

.srwinfonav > li:hover {
	background: #32374c;
}

.srwinfonav a{
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
}

/* END POD NAV */

.pagg {
	text-decoration: none;
    display: table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagg a:hover { 
   color: #fff
}

.prev {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: rgb(60, 63, 82);
    border: 1px solid rgb(123, 131, 170);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
}

.pages {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: rgb(60, 63, 82);
    border: 1px solid rgb(123, 131, 170);
    border-left-width: 0;
    color: #bbb;
    font-size: 12px;
    font-weight: bold;
}

.next_page {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid rgb(123, 131, 170);
    background-color: rgb(60, 63, 82);
    border-left-width: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
}

.pages.active {

    background: #1e202c;
    color: #7b83aa;

}

.srwnamebtn {
    border: 1px solid #7b83aa;
    display: flow-root;
    background: #1c2030; 
    border-radius: 5px;
    padding: 8px 0px;
    margin: auto;
    width: 97%;
}

.editfajl {
    margin: 0px;
    width: 100%;
    height: 500px;
    padding: 15px;
    background: rgb(34, 37, 54);
    color: rgb(255, 255, 255);
    resize: none;
    margin-bottom: 15px;
    outline :none;
    border: 2px solid #7b83aa;
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px;
    cursor: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-style: none;
}

.pmtabel {

    border: 1px solid #7b83aa;
    padding: 15px;
    background: #2327389e;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 10px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.mod-plugin {

   margin: 0px 10px; 
}

.upload {

    display: inline-block;
    margin: 0;
}

.upload li {

    color: #fff;
    display: inline-block;
}

input#cfolder {

    outline: none;
    background: #7b83aa;
    border: 2px solid #7b83aa;
    border-radius: 15px;
    padding: 1px 10px;
}

.console {

    width: 100%;
    height: 550px;
    background: none;
    color: #fff;
    border-top: 2px solid #7b83aa;
    border-bottom: 2px solid #7b83aa;
    border-left: 2px solid #7b83aa;
    border-right: none;
    border-radius: 15px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px; 
    padding: 15px;
}

.consolebtn {

    width: 55px;
    height: 34px;
    text-align: center;
    border-radius: 30px!important;
    margin: 0px -20px;
    margin-top: 2px;
    margin-left: -20px!important;
}

.consoleinput {

    border-radius: 30px!important;
}

.info {

    color: #7b83aa!important;
    font-weight: bold;
}

.line2 {

    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( to top, #1c2030, rgba(123, 131, 170, 0.7) ) 1 1%;
}

.ps {

    border: 1px solid #393e54!important;
}

.s-map {

    margin: 10px 0px -5px;
    color: #7b83aa;
}

.map-image {

    border: 2px solid #7b83aa;
    border-radius: 20px;
}

.banner-image {

}

.label-pw {

    color: black !important;
    background-color: #7b83aa;
    border: 1px solid #7b83aa;
}

.bb {
    font-size: 15px;
    font-weight: 600;
}

.fa-nav {

    color: #7b83aa;
}

.fa-color {

    color: #7b83aa;
}

.border-bottom {

    border-bottom: 1px solid #7b83aa !important;
}

.btn-ticket {

    display: block;
    width: 100%;
    margin: 5px auto;
    margin-left: 0px !important; 
}

.name {

    color: #f5f5f5;
    font-weight: 600;
    font-size: 24px!important;
}




.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: #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: #7b83aa;
}

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

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

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

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


/* volume track */

.slidecontainer {
  width: 100%;
}

.sliderv {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  margin: 6px 0px;
  background: #7b83aa;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.sliderv:hover {
  opacity: 1;
}

.sliderv::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 40px!important;
}



.sliderv::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.volume {
  width: 150px!important;
  position: relative;
  height: 15px;
  display: inline-block;
  margin: 0px 10px;
}

.player {

  position: relative;
  height: 15px;
}
/* End volume track */

  .card {

    background: rgba(28, 32, 48, 0.8);
  }

  .card-heading {

  color: #f5f5f5;
    background: rgb(28, 32, 48);

  padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #f5f5f5;
    cursor: pointer;

  }

  .card-body {

    padding: 0px !important;
    font-weight: 400;
  }

.bot-settings {

  padding: 15px;
  color: #fff;
  font-weight: 100!important;
}

.audio {

    position: relative;
    height: 15px;
    /* display: inline-block; */
    margin: 0px 10px;
}

.equalizer {
  font-size: 0;
}

.equalizer-bar {
  transition: transform 150ms linear;
  display: inline-block;
  background: rgb(255, 255, 255);
  width: 3px;
  height: 20px;
  border-radius: 1px;
  margin: 0 1px;
  transform: scaleY(0.1);
  transform-origin: center center;
}

.profile-logout {

  float: right;
    padding: 10px;
    background: #1f212e;
    margin: 0px -20px;
    border: 1px solid #7b83aa;
}