@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://ezhik.pp.ua/assets/fonts/fonts.css');

* {
  box-sizing: border-box;
}

html {
  font-family: 'Open Sans', sans-serif;
}

body {
  background-color: #171926
    /*#b4d4dd*/
  ;
  margin: 5px auto;
  color: #FFFFFF;
  font-size: 13px;
  max-width: 550px;
  font-family: 'Montserrat Alternates', sans-serif;
}

.row {
  display: flex
}

.g10 {
  gap: 10px
}

.ac {
  align-items: center
}

a {
  /*color: #2B587A;*/
  color: #1e3241;
  text-decoration: none;
  transition: 0.5s;
}


a.content {
  color: white
}

.avatar {
  width: 128px;
  border-radius: 8px;
}

a:hover {
  color: #FF0000;

}

.header {
  background-image: linear-gradient(290deg, #667eea 0%, #764ba2 100%);
  border-radius: 6px;
  color: white;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Verdana;
  position: relative;
}

.footer {
  background-image: linear-gradient(290deg, #667eea 0%, #764ba2 100%);
  border-radius: 6px;
  color: white;
  padding: 12px;
}

.footer a {
  color: #fff;
}

.title {
  background-color: #EEE5B8;
  font-weight: bold;
  color: #292929;
  text-align: left;
  border-radius: 6px 6px 0 0;
  border: 1px solid #D7CF9E;
  padding: 4px 5px 4px 10px;
  margin: 0px;
}

.button {
  background-color: #36638E;
  color: #FFFFFF;
  font-size: 11px;
  padding: 4px 7px;
  text-align: center;
  font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans;
  border: 0px;
}

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

.menu_list li {
  list-style-type: none;
  border: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  border-radius: 6px;
  background: linear-gradient(180deg, white, #f6f6f6);
  margin-bottom: 1px;
}

.content {
  background-color: white;
  color: black;
  text-align: left;
  padding: 12px;
  border-left: solid 1px #DAE1E8;
  border-right: solid 1px #DAE1E8;
  border-bottom: solid 1px #DAE1E8;
  border-collapse: collapse;
  margin-top: 0;
  border-radius: 0 0 6px 6px;
  margin-bottom: 5px;
}

.content2 {
  background-color: white;
  color: black;
  text-align: left;
  padding: 12px;
  border-left: solid 1px #DAE1E8;
  border-right: solid 1px #DAE1E8;
  border-bottom: solid 1px #DAE1E8;
  border-collapse: collapse;
  margin-top: 0;
  border-radius: 0 0 6px 6px;
  margin-bottom: 5px;
}

.logo {
  margin: 0px;
  padding-top: 0;
  padding-left: 10px;
  text-shadow: 1px 1px 0 #7c573b, 2px 2px 0 #292929;
  font-size: 16px;
  color: #fff;
}

.logo a {
  color: #fff;
}

.yo {
  padding-left: 0;
  color: #fff;
  font-size: 10px;
}

.desc {
  padding-left: 10px;
  animation: color-change 2s ease-out;
  padding-bottom: 5px;
}


.he {
  background-color: #BFDFFF;
  text-align: left;
  margin: 0px;
  border: 1px solid #0683FF;
  padding: 0px;
}

.all {
  margin: 0px;
  padding: 0px;
  border: 1px solid #FF5AFA;
}

.header_top {
  font-size: 11px;
  font-family: Sans-serif;
  background-color: #FA05FA;
  background-image: url(/img/hetop000.gif);
  background-repeat: repeat-x;
  background-position: 0 top;
  margin: 0;
  padding: 3px 1px;
  border-top: 0px solid #01796f;
  border-bottom: 1px solid #01796f;
}

pre {
  white-space: pre-wrap !important;
}

code {
  white-space: pre-wrap !important;
}

textarea {
  width: 98%;
  height: 300px;
  box-shadow: inset 0 0 5px #b1aeae;
  border: 2px solid #978ad0;
  color: #337;
  font-size: 13px;
  border-radius: 5px;
}

input {
  background-color: #ffffff;
  padding: 3px 8px 3px 8px;
  border: 2px solid #978ad0;
  border-radius: 5px;
  width: 190px;
  box-shadow: inset 0 0 5px #c3c2c2;
}

button,
input[type="submit"] {
  background-color: #764ca3;
  padding: 3px 8px 3px 8px;
  border: 2px solid #978ad0;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 0 0;
  width: fit-content;
}

input:hover {
  background-color: #EEE5B8;
  color: black;
}

span {
  color: #96dc2c;
}

.newsdate {
  background: #2ECC71;
  padding: 2px;
  color: #fff;
  border-radius: 3px;
}

.newstitle {
  background: #F62459;
  padding: 2px;
  color: #fff;
  border-radius: 3px;
}

.news {
  margin: 0;
  background: #fefefe;
  padding: 5px;
  border: 1px solid #e5e5e5;
  color: #292929;
  border-radius: 3px;
  margin-top: 5px;
}

/* Style by Sparky */
h2 {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

.b {
  font-weight: bold;
  font-size: 24px;
}

/*extra colors*/
.sky {
  color: #1E8BC3;
}

.green {
  color: #2ECC71;
}

.red {
  color: #F03434;
}

/*.content2 a {
    color: #222;
}*/
.snipbox {}

.snipbox>.title {
  display: flex;
  gap: 5px;
  background-color: #2c2e3e;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  padding: 5px 5px;
  align-items: center;
}

.snipbox>.content {
  border-radius: 0;
}

.snip_name {
  color: #333;
  border-bottom: 2px solid #555;
}

.snip_js {
  background: #f7ff5c;
  color: #000;
  padding: 3px;
  border: 1px solid #888d3e;
  box-shadow: 0 2px 0 #888d3e;
  border-radius: 5px;
  font-weight: 700;
  font-size: 9px;
}

.snip_html {
  background: #ff8d23;
  color: #060606;
  padding: 3px;
  border: 1px solid #be610b;
  border-radius: 5px;
  box-shadow: 0 2px 0 #888d3e;
  font-weight: 700;
  font-size: 9px;
}

.snip_css {
  background: #f7ff5c;
  color: #000;
  padding: 3px;
  border: 1px solid #c4ca57;
  border-radius: 5px;
  font-weight: 700;
  font-size: 9px;
}

.snip_user {
  padding: 3px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 9px;
}

.snip_main {
  height: 65px;
  font-size: 12px !important;
  font-family: monospace;
  padding: 0;
  padding: 6px 9px 12px !important;
}

.snip_main::-webkit-scrollbar {
  width: 12px;
}

.snip_user a {
  color: #fff !important;
}

.snip_main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.snip_main::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #666;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.news_block {
  margin-bottom: 5px;
}

.count {
  background: #fff;
  box-shadow: inset 0px 0px 4px #7258b5;
  border: 2px solid #7550a9;
  width: 20px !important;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  color: #444;
}

.title a {
  color: #383838;
}

.pagination {
  display: inline;
}

.editor {
  border-radius: 0 0 5px 5px !important;
  width: 96.6%;
  outline: none;
  border: 2px solid #eee5b8;
  padding: 7px;
}

.edit_panel {
  background: #eee5b8;
  border-radius: 5px 5px 0 0;
  padding: 4px;
  border-top: 2px solid #f4e490;
}

.edit_panel a {
  background: #fff;
  border-radius: 6px;
  padding: 2px 5px 2px;
  box-shadow: 0 2px 0 #444;
  bordeR: 1px solid #ccc;
}

#color_picker {
  border: 1px solid #bbb;
  width: 31px;
  box-shadow: 0 2px 0 #444;
  height: 22px;
  margin-bottom: 0px;
  padding: 0px;
}

/* dashboard */
.file-item {
  background: #f2f2f2;
  margin-bottom: 2px;
}
.file-item:nth-child(odd) {
    background: #effac6;
}


/*ALERT*/
.alert {
  padding: 5px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {
  border-left: 4px solid #2fd432;
  background: #bdfac5;
  color: #444;
}

/* Pagination links */
.pagination a {
  color: black;
  padding: 3px 7px 3px;
  display: inline;
  text-decoration: none;
  transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active {
  background-color: dodgerblue;
  color: white;
}

.breadcrumb {
  background: #c5dbfd;
  padding: 2px 10px;
  font-size: 12px;
  border: 1px solid #a0bce7;
  text-shadow: 1px 1px 0 #444;
}

.langbox {
  position: absolute;
  top: 0;
  right: 0;
  background: #303030;
  border-radius: 0 5px 0 6px;
  box-shadow: -1px 2px 4px #444;
  padding: 3px;
}

.langbox a {
  padding: 1px 5px 2px;
  border: 1px 1px 0 0 solid #fff;
  color: #fff;
}

.langbox a:nth-child(1) {
  border-right: 1px solid #ccc;
}

.langbox a:nth-child(3) {
  border-left: 1px solid #ccc;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.row {
  display: flex;
}

.col {
  display: flex;
  flex-direction: column;
}

.g5 {
  gap: 5px;
}
.g10 {gap:10px}
.p5 {padding:5px;}
.p10 {padding:10px;}
.p15 {padding:15px}
.aic {
  align-item: center;
}

.sb {
  justify-content: space-between;
}

@keyframes color-change {
  0% {
    color: white;
  }

  25% {
    color: yellow;
  }

  50% {
    color: orange;
  }

  75% {
    color: lime;
  }

  100% {
    color: gray;
  }
}