@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
::selection {
    background: #a9713d;
    color: #fafafa
}

::-moz-selection {
    background: #a9713d;
    color: #fafafa
}
.text-white{
    color: #e1e1e1;
}
body{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #a9713d;
    line-height: 25px;
}
#buyBarrackers select, #buyTechnic select{
    background: white;
    border: unset;
    border-radius: 5px;
    height: 38px;
    padding: 0 15px;
    margin-bottom: 5px;
}
.armory_map{
    display: flex;
    justify-content: center;
}
div.btn{
    background: white;
    font-size: 14px;
    color: #4e4e4e;
}
div.btn:hover,div.btn:active{
    background: white !important;
    font-size: 14px;
}
.armory_map div{
    background: white;
    border: unset;
    border-radius: 5px 0 0 5px;
    height: 38px;
    padding: 0 15px;
    margin-bottom: 5px;
    color: black;
    line-height: 38px;
    border-right: 1px solid #211a0f;
}
.armory_map select{
    background: white;
    border: unset;
    border-radius: 0 5px 5px 0;
    height: 38px;
    padding: 0 15px;
    margin-bottom: 5px;
}
.input_hold{
    display: inline-flex;
    float: unset;
}
.input_hold input{
    border-radius: 5px 0 0 5px;
}
.pm_bar {
    background: #ffbc00;
    padding: 5px;
    color: black;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}
.input_hold button{

    border-radius: 0 5px 5px 0;
    color: black;
    border: none;
    padding: 0 15px 0 15px;
    font-size: 13px;

}
.invalid-feedback {
    font-size: 12px;
}
.modal-content{
    background-color: #222222f0;
}
.modal-footer, .modal-header{
    border-color: #a9713d;
}
.modal-title, .modal-body{
    color: #e1e1e1;
}
#TopicAModalCenter textarea, #TopicModalCenter textarea{
    max-width: 100%;
    min-width: 100%;
    background: #323232;
    color: white;
    font-size: 16px;
    padding: 0 10px 0 10px;
}
.noname{
    text-decoration: line-through;
}
.container{
    width: 100% !important;
}
.col-md-8.heroes{
    margin: 0 auto;
}
.col-md-12.center{
    display: flex;
}
a button.btn{
    color:#4e4e4e;
}
button.btn{
    color:#4e4e4e;
}
.updates .date{
    color: #a6a6a6;
    font-size: 14px;
}
.updates .update_holder{
    display: inline-flex;
}
button.btn.btn-white, button.btn.btn-white:hover,button.btn.btn-white:focus,button.btn.btn-white:active {

    background: white;
    font-size: 14px;
}
.shout_hold .message{
    width: 100%;
    display: block;
}
.shout_hold .stars{
    text-align: center;
}
.shout_hold .stars:before{
    content: "*** ";
    color: red;
}
.shout_hold .stars:after{
    content: " ***";
    color: red;
}
.color-red{
    color: red;
}
.box i{
    font-size: 16px;
}
.inner_block.center.box {
    font-size: 16px;
    line-height: 15px;
}
.box .line {
    font-size: 10px;
    color: #969595;
}
input:focus-visible.input-shoutbox,input:focus.input-shoutbox {
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f24641;
    outline: none;
}
input.input-shoutbox{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #5c5c5c;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #f0f0f0;
    -webkit-border-radius: 0;
    border-radius: 4px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    width: 300px;
    margin-top: 15px;
    margin-right: 10px;
    transition: 0.3s;
}
.message button{
    border: none;
    padding: 7px 15px 8px 15px;
    font-size: 14px;
    border-radius: 4px;
}
ul.meniu{
    list-style-type: none;
    width: 100%;
    display: flex;
    padding: 0;
}
.meniu li a:hover {
    background-image: linear-gradient(to right top, #d8d9da, #dde0e0, #e2e6e5, #e8ece9, #f1f2ed);
    color: #303232;
}
.center{
    text-align: center;
}
.meniu li a.active {
    background-image: linear-gradient(to right top, #d8d9da, #dde0e0, #e2e6e5, #e8ece9, #f1f2ed);
    color: #303232;
}
.meniu li a {
    float: left;
    padding: 10px 15px 10px 15px;
    display: block;
    color: #737373;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    background: #dcdcdc;
    margin-right: 5px;
    transition: 0.3s;
}
body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../images/foto.jpg) no-repeat;
    background-size: auto;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content{
    max-width: 900px;
    width: calc(100% - 20px);
    margin: 0 auto;
    min-width: 300px;
}
.content a{
    color: #e8554e;
    text-decoration: none;
}
.content a:hover{
    color: #ca635f;
}
.content .block{
    background-color: #020202a6;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.content .block .inner_block{
    background-color: #ffffff1c;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    color: #e1e1e1;
}
.home-head{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.content .block.titled{

}
.content .block.titled h2{
    display: table;
    margin: -20px auto 10px;
    background: white;
    padding: 5px 15px 5px 15px;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    font-size: 15px;
}
.content .block.logo{
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
    position: relative;
}
.content .block .sh_bottom{
    box-shadow: inset 0 -20px 20px -6px #000;
    -moz-box-shadow: inset 0 -20px 20px -6px #000000;
    -webkit-box-shadow: inset 0 -20px 20px -6px #000000;
    position: absolute;
    bottom: -1px;
    height: 50px;
    width: 100%;
    border-radius: 10px;
}
.content .block.logo img{
    max-width: 350px;
}
.content .footer.block{
    text-align: center;
    padding: 5px;
    font-size: 10px;
    line-height: 20px;
}
label.required:after{
    content: "*";
    color:red;
}
label{
    font-weight: normal;
}



.heroes ul {
  list-style-type: none;
  margin: 0;
    padding: 0;
}

.heroes li {
  display: inline-block;
}

.heroes input[type="radio"][id^="cb"] {
  display: none;
}

.heroes label {
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.heroes label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.heroes label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  filter: grayscale(1);
    box-shadow: 0 0 7px 4px #cfcfcf;
}


.heroes :checked + label:before {
  content: "✓";
  background-color: #b98250;
  transform: scale(1);
  z-index: 1;
}
.heroes .king_name{
    visibility: hidden;
    position: relative;
    bottom: 40px;
    display: inline-flex;
    justify-content: center;
    width: 100px;
    background: #a17349d4;
    font-size: 14px;
    line-height: 15px;
}
.heroes :checked ~ .king_name {
    visibility: visible;
}

.heroes :checked + label img {
    box-shadow: 0 0 7px 4px #b98250;
  z-index: -1;
  filter: grayscale(0);
}
.inner_block.profile{
    font-size: 15px;
}
.custom_link{
    cursor: pointer;
}
.inner_block.profile img{
    height: 150px;
    border: 3px solid #a05714;
    border-radius: 5px;
}
span.liner {
    color: #e8554e;
    font-weight: 600;
    margin-right: 5px;
}







@media (max-width:360px){
    .content .block.logo img{
        max-width: 100%;
    }
}
@media (max-width:560px){
    .home-head{
        width: auto;
    }
}
@media (max-width:621px){
    .heroes label img {
        width: 70px;
        height: 70px;
    }
    .heroes .king_name{
        width: 70px;
    }
}
