* {
  margin: 0;
  padding: 0;
}

body {
  
}

@font-face {
    font-family: Lava; /* Гарнитура шрифта */
    src: url("fonts/Lava/LavaPro-Regula.ttf"); /* Путь к файлу со шрифтом */
   }

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-HeavyItalic.eot');
    src: local('Lava Pro Heavy Italic'), local('LavaPro-HeavyItalic'),
        url('fonts/Lava/LavaPro-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-HeavyItalic.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-HeavyItalic.woff') format('woff'),
        url('fonts/Lava/LavaPro-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-BoldItalic.eot');
    src: local('Lava Pro Bold Italic'), local('LavaPro-BoldItalic'),
        url('fonts/Lava/LavaPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-BoldItalic.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-BoldItalic.woff') format('woff'),
        url('fonts/Lava/LavaPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-Medium.eot');
    src: local('Lava Pro Medium'), local('LavaPro-Medium'),
        url('fonts/Lava/LavaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-Medium.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-Medium.woff') format('woff'),
        url('fonts/Lava/LavaPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-Bold.eot');
    src: local('Lava Pro Bold'), local('LavaPro-Bold'),
        url('fonts/Lava/LavaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-Bold.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-Bold.woff') format('woff'),
        url('fonts/Lava/LavaPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-Regular.eot');
    src: local('Lava Pro Regular'), local('LavaPro-Regular'),
        url('fonts/Lava/LavaPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-Regular.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-Regular.woff') format('woff'),
        url('fonts/Lava/LavaPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-MediumItalic.eot');
    src: local('Lava Pro Medium Italic'), local('LavaPro-MediumItalic'),
        url('fonts/Lava/LavaPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-MediumItalic.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-MediumItalic.woff') format('woff'),
        url('fonts/Lava/LavaPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-RegularItalic.eot');
    src: local('Lava Pro Regular Italic'), local('LavaPro-RegularItalic'),
        url('fonts/Lava/LavaPro-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-RegularItalic.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-RegularItalic.woff') format('woff'),
        url('fonts/Lava/LavaPro-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-Heavy.eot');
    src: local('Lava Pro Heavy'), local('LavaPro-Heavy'),
        url('fonts/Lava/LavaPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-Heavy.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-Heavy.woff') format('woff'),
        url('fonts/Lava/LavaPro-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

:after, :before {
    box-sizing: border-box;
 }  

 textarea {
  resize: none;
  outline: none;
  -moz-appearance: none;
  padding: 5px;
}

 /******** Чекбокс**************/

.checkbox-google {
  display: inline-block;    
  height: 28px;    
  line-height: 28px;      
  margin-right: 10px;       
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;  
}

.checkbox-google .checkbox-google-switch {
  display: inline-block;  
  width: 36px;
  height: 14px; 
  border-radius: 20px;
  position: relative;
  top: 6px;     
  vertical-align: top;
  background: #9f9f9f;
  transition: .2s;
}

.checkbox-google .checkbox-google-switch:before {
  content: '';
  display: inline-block;  
  width: 20px;  
  height: 20px;
  position: absolute;
  top: -3px;
  left: -1px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
  transition: .15s;   
}
.checkbox-google input[type=checkbox] {
  display: block; 
  width: 0;
  height: 0;  
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
  background: #9ABEF7;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
  background: #1a73e8;
  transform:translateX(18px);
}
 
/* Hover */
.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, .3);
}
 
/* Active/Focus */
.checkbox-google input[type="checkbox"]:not(:disabled):active + .checkbox-google-switch:before, 
.checkbox-google input[type="checkbox"]:not(:disabled):focus + .checkbox-google-switch:before {
  animation: checkbox-active-on 0.5s forwards linear;
}
@keyframes checkbox-active-on {
  0% {
    box-shadow: 0 0 0 0 rgba(212,212,212, 0);
  }
  99% {
    box-shadow: 0 0 0 10px rgba(212,212,212, 0.5);
  }
}
 
.checkbox-google input[type="checkbox"]:not(:disabled):checked:active + .checkbox-google-switch:before, 
.checkbox-google input[type="checkbox"]:not(:disabled):checked:focus + .checkbox-google-switch:before {
  animation: checkbox-active-off 0.5s forwards linear;
}
@keyframes checkbox-active-off {
  0% {
    box-shadow: 0 0 0 0 rgba(154,190,247, 0);
  }
  99% {
    box-shadow: 0 0 0 10px rgba(154,190,247, 0.5);
  }
}
 
/* Disabled */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
  filter: grayscale(60%);
  border-color: rgba(0, 0, 0, .1);
}
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
  background: #eee;
}

 /******************************/ 

.container-dashboard {
  background: #f7f7f7;
  background: #555;
  width: 100%;
  height: 100%;
  margin: 0 auto;
 position: relative;
}

/* ------- Левое меню ---------- Start*/
/* Профиль инфо */

.topbar {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}



.white-text p{
  color: white;
}

.sidebar {
  width: 250px;
  margin-left: 0px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  background-color: #233C46;
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden;
}

/*
::-webkit-scrollbar { width: 8px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #233C46; }
::-webkit-scrollbar-track {  background-color: #233C46;}
::-webkit-scrollbar-track-piece { background-color: #233C46;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #D05151; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}

*/
.profile-info {
  width: 250px;
  height: 70px;
  border-bottom: 1px solid #547481;

}

.profile-info img {
  width: 56px;
  height: 56px;
  position: relative;
  left: 25px;
  margin-top: 6px;
  float: left;
}

.profile-desc {
  position: relative;
  top: 5px;
  display: block;
}

.item-name {
  position: relative;
  left: 40px;
  color: #FFF6F6;
  font-size: 14px;
}

.item-status {
  position: relative;
  font-size: 12px;
  left: 40px;
  color: #A9A8A8;
}

/* Профиль меню */

.sidebar-menu {
  position: relative;
  /*
  width: 250px;
  */
  height: auto;
  border-bottom: 1px solid #547481;
}

.sidebar-menu-p {
  position: relative;
  padding: 15px 25px;
  color: #A9A8A8;
  font-size: 16px;
  font-family: Lora;
}

.sidebar-main-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 5px;
  top: 0px;
}

.sidebar-main-item {
  width: 200px;
  padding: 5px 10px;
  color: #FFFFFF;
  margin-top: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  list-style-type: none;
}

.sidebar-main-item:hover {
  background-color: #FFFFFF;
  color: black;
  transition: all 300ms ease-in-out;
}

.sidebar-main-item-site {
  width: 200px;
  padding: 10px 10px;
  color: #FFFFFF;
  margin-top: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  list-style-type: none;
}

.sidebar-main-item-site span {
  padding: 0 15px;
}

.sidebar-main-item-site:hover {
  background-color: #D05151;
  transition: all 300ms ease-in-out;
}

.sidebarActived {
  background-color: #BCBCBC;
  width: 200px;
  padding: 5px 10px;
  color: black;
}

.sidebar-actived:hover {
  background-color: #BCBCBC;
}

.sidebar-menu-dropdown {
  position: relative;
  
  visibility: visible;
  background-color: #547481;
  border-radius: 0px 0px 10px 10px;
}

.wrapper-sidebar-menu-dropdown {
  position: relative;
  height: auto;

  transition: all 500ms ease-in-out;
}

.carouselactive {
  width: 200px;
  padding: 10px 10px 10px 10px;
  color: #D3D3D3;
  background-color: #D05151;
  border-radius: 5px 5px 0px 0px;
}

.icon-user {
  position: relative;
  top: 2px;
  padding: 0 15px;
}

.icon-main-competition {
  position: relative;
  bottom: 3px;
}

.iconactive {
  top: 4px;
  -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}

.icon-user img{

}






/* Профиль подвал */

.sidebar-bottom {
  position: absolute;
  bottom: 0px;
}

/* ------- Левое меню ---------- Finish*/

/*--------- Основной контент ----- Start*/
.title-topbar {
  position: fixed;
  top: 70px;
  left: 250px;
  right: 0px;

  height: 45px;
  background-color: #F9F9F9;
  border: 1px solid #F0F0F0;
  line-height: 45px;
}

.title-topbar p {
  text-align: left;
  font-size: 12px;
  font-family: lora;
  margin-left: 20px;
  color: #7E7E7E;
  cursor: pointer;
}


.filterbar {
  position: absolute;
  top: 78px;
  right: 0px;
 
  height: 70px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0,.10);
}

.topbar-menu {
  position: absolute;
  top: 156px;
  right: 0px;
  height: 50px;
  padding-left: 20px;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0,.10);
  background-color: #ffffff;
}

.topbar-menu a {
  float: left;
  margin-left: 0px;
  font-size: 16px;
  padding: 14px 20px;
  cursor: pointer;
  text-decoration:none;
  color: black;
}

.topbar-menu-nav {
  
}

.deactivated-btn:hover {
  background-color: #F8F5F5;
}

.active {
  background-color: #F1F1F1;
  border-bottom: solid 2px black;
}

.active a {
  color: #8E37D7;
}

.content {
   display: flex;
  flex-direction: column;
  /*flex-wrap: wrap-reverse;*/
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  min-height: 100%;
  bottom: 0px;
}

.content input {

}
/* Стили фильтра */
.filter-votes-select {
  width: 150px;
  padding: 5px;
  border: 1px solid #E3E3EB;
  border-radius: 4px;
  height: 3rem;
  margin-left: 5px;
  float: left;
  outline: #00BDD0;
  font-family: Lora;
  font-size: 15px;
}

.filter-votes-select:focus {
  border: 0.5px solid #1AB394;
}



.fade-enter-active, .fade-leave-active {
   transition: all .6s ease;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
  transform: translateX(-20px);
  opacity: 0;
}



.bar {
  position: relative;
  float: left;
  left: 20px;
}

.filter-votes {
  top: 12px;
  position: relative;
  margin-left: 15px;
  background: white;
  /*
  float: right;
  right: 10px;
  */
}

.button-votes-filter {
  padding: 14px 20px;
  line-height: 48px;
  min-width: 100px;
  border-radius: 39px;
  text-decoration: none;
  color: #00ACF0;
  border: 1px solid #00ACF0;
  /* background-color: #00ACF0; */
  font-family: lora;
  font-size: 14px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.button-votes-filter:hover {
  background-color: #00ACF0;
  color: white;
}

.button-votes-filter-reset {
  padding: 13px 19px;
  line-height: 48px;
  border-radius: 39px;
  border: 1px #ED5565 solid;
  text-decoration: none;
  color: #ED5565;
  min-width: 100px;
  font-family: lora;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.button-votes-filter-reset:hover {
  background-color: #ED5565;
  color: #FFFFFF;
}

.filter-votes-select option {
  width: 300px;
}

.filter-votes-option {
  width: 300px;
}


/* header */

.header-dashboard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  right: 0;
  /*
  left: 250px;
  */
  z-index: 100;
  flex: 1 1 100%;
  position: fixed;
  opacity: 1;
  background-color: #fff;
}

.header-dashboard-logo {
  width: 60px;
  height: 60px;
}
.header-dashboard-menu {
  padding: 0px 20px;
  width: 30px;
  height: 23px;
  cursor: pointer;
}

.header-dashboard-menu img {
  width: 30px;
  height: 23px;
  z-index: 102;

}

.header-dashboard-notifications-bell {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  
}

.header-dashboard-notifications-bell span {
   position: absolute;
   padding: 4px;
   width: 10px;
   height: 12px;
   background-color: red;
   border-radius: 50%;
   text-align: center;
   font-size: 0.6em;
   color: #ffffff;
   bottom: 13px;
   right: -4px;
}

.header-dashboard-notifications-bell img {
  opacity: 0.75;
  transition: all 0.3s ease;
}

.header-dashboard-notifications-bell img:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.header-dashboard-messages span {
  position: absolute;
   padding: 4px;
   width: 10px;
   height: 12px;
   background-color: red;
   border-radius: 50%;
   text-align: center;
   font-size: 0.6em;
   color: #ffffff;
   bottom: 13px;
   right: 4px;
}

.header-dashboard-notifications {
  position: relative;
  padding: 0px 0px;
  display: flex;
  align-items: center;
}

.header-dashboard-messages {
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}

.header-dashboard-messages img {
  cursor: pointer;
   opacity: 0.75;
}

.header-dashboard-messages img:hover {
   opacity: 1;
}


.header-dashboard-messages-popup {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 250px;
  height: 350px;
  background-color: #ffffff;
   border: 1px solid #F3F3F3; 
  border-radius: 10px;
  right: 0px;
  top: 75px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.header-dashboard-messages-popup:after {
  top: -10px;
  content: '';
  right: 117px;
  z-index: 500;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ffffff;
}


.header-dashboard-popup-head {
  font-size: 16px;
  font-family: Lora;
  padding: 15px 20px;
  text-align: center;
   line-height: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.header-dashboard-popup-body {
  padding: 15px 20px;
  text-align: center;
  margin-top: 100px;
  color: #979696;
}



.header-dashboard-notifications-popup {
   display: flex;
  flex-direction: column;
  position: absolute;
  width: 250px;
  height: 350px;
  background-color: #ffffff;
   border: 1px solid #F3F3F3; 
  border-radius: 10px;
  right: 0px;
  top: 75px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.header-dashboard-notifications-popup:after {
   top: -10px;
  content: '';
  right: 170px;
  z-index: 500;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ffffff;
}





.header-dashboard-user {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 11px 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.header-dashboard-user:hover {
  background-color: #f7f7f7;
  transition: all 0.4s ease;
}

.header-dashboard-user-pic {
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
  border: 1px solid #D3D3D3;
}

.header-dashboard-popup-status {
  font-size: 11px;
  color: #A9A9A9;
}

.header-dashboard-user-angle {
  position: relative;
  margin-left: 5px;
    
}

.header-dashboard-user-popup {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 250px;
  height: 120px;
  background-color: #ffffff;
   border: 1px solid #F3F3F3; 
  border-radius: 10px;
  right: 0px;
  top: 75px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.header-dashboard-user-popup:after {
  top: -10px;
  content: '';
  right: 50px;
  z-index: 500;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.header-dashboard-popup-menu {
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  color: #979696;
   transition: all 0.3s ease;
}

.header-dashboard-popup-menu:hover {
  background-color: #f7f7f7;
   transition: all 0.3s ease;
}


/* Галерея votes */


.votes-gallery {
  display: flex;
  position: relative;
  width: 1000px;
  height: 320px;
  background-color: #FFFFFF;
  margin-top: 8px;
  border-radius: 11px;
  
}

.votes-gallery-img {
  padding: 20px;
  height: 270px;
  width: 350px;
  margin: 0;
}

.votes-gallery-img img {
   height: 100%;
  object-fit: cover;
  width: 100%;
}

h1{
  font-size: 20px;
  letter-spacing: -.05em;
  line-height: 1.2;
  margin: .25em 0;
}

.votes-gallery-info {
  width: 320px;
  padding-top: 20px;
  /*
  background-color: red;
  */
}

.votes-jury-block {
  position: relative;
  padding-top: 15px;
}

.votes-radio {
  padding-top: 3px;
  position: relative;
  width: 190px;
}

.votes-radio input {
  padding: 10px;
}

.triangle {
  content: "";
  width: 0;
  height: 0;
  right: 20px;
  margin-top: 4px;
  position: absolute;
  border-top: 7px solid transparent;
  border-right: 10px solid red;
  border-bottom: 7px solid transparent;
  
  
}

.votes-gallery-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.votes-gallery-empty-message {
  width: 1000px;
  height: 300px;
  background-color: #FFFFFF;
  margin-top: 8px;
  border-radius: 11px;
}

.votes-gallery-empty-message-header {
  text-align: center;
  font-size: 22px;
  font-family: Lora;
  padding: 20px 20px;
}

.votes-gallery-empty-message-body {
  font-size: 16px;
  font-family: Lora;
  padding: 10px 40px;
}

.votes-gallery-empty-message-footer {
  font-size: 16px;
  font-family: Lora;
  padding: 10px 40px;
  text-align: right;
}

.votes-gallery-content {
  position: relative;
  margin-top: 210px;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  align-items: center;
  width: 100%;
}

.jury-list-content {
  position: relative;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  width: 100%;
}

/* radio стилизация */
.radio {
  position: relative;
  float: left;
}

.radio_input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  outline: none;
}

/* Стиль идея  */
.radio_label-idea {
  padding-left: 25px;
  font-size: 1rem;
  color: #444;
  cursor: pointer;
  outline: none;
}

.radio_label-idea:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #32CD32;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  outline: none;
}

.radio_label-idea:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  opacity: 0;
  top: 2px;
  left: 2px;
  z-index: 2;
  outline: none;
}

/* Стиль композиция */
.radio_label {
  padding-left: 25px;
  font-size: 1rem;
  color: #444;
  cursor: pointer;
  outline: none;
}

.radio_label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px black;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  outline: none;
}

.radio_label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  opacity: 0;
  top: 2px;
  left: 2px;
  z-index: 2;
  outline: none;
}

.radio_input:checked + .radio_label:before {
  border-color: black;
}

.radio_input:checked + .radio_label:after {
 opacity: 1;
}

/* Ошибка Валидации */

.errorVote {
  padding-left: 25px;
  font-size: 1rem;
  color: #444;
  cursor: pointer;
  outline: none;
}

.errorVote:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px red;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  outline: none;
}



.button-votes {
   width: 160px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-content: center;
   align-items: center;
}

.button-votes-info-box {
  margin-top: 15px;
}

.button-votes-info-box p {
  padding-top: 5px;
}

.button-votes-info-box-icons {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  position: relative;
}

.button-votes-info-box-icons-img-p {
   background-color: #FAEBD7;
   position: absolute;
   bottom: 40px;
   padding: 3px 15px;
   border-radius: 15px;
   
}

.button-votes-info-box-icons-img {
   display: flex;
   flex-direction: column;
}

.button-votes-info-box-icons-img:nth-child(1) {
  margin-left: 0px;
  cursor: pointer;
}

.button-votes-info-box-icons-img:nth-child(2) {
  margin-left: -10px;
  cursor: pointer;
}

.button-votes-info-box-icons-img:nth-child(3) {
  margin-left: -10px;
  cursor: pointer;
}

.button-votes-enter {
  padding: 0px 20px;
  line-height: 48px;
  border-radius: 39px;
  text-decoration: none;
  color: white;
  min-width: 130px;
  background-color: #4676D7;
  font-family: lora;
  font-size: 14px;
  margin-left: 0px;
  position: relative;
  top: 22px;
  border: 0; /* Сбрасываем стили кнопок по умолчанию */
  -webkit-appearance: none;/* Сбрасываем стили кнопок по умолчанию */
     -moz-appearance: none;/* Сбрасываем стили кнопок по умолчанию */
          appearance: none;/* Сбрасываем стили кнопок по умолчанию */
}

.button-votes-enter:hover {
  background-color: #1d49aa;
}

.button-votes-enter:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}

.button-votes-enter:disabled,
 button[disabled] {
  background-color: #6C7589;
}

.button-votes-refresh {
  padding: 0px 20px;
  line-height: 48px;
  border-radius: 39px;
  text-decoration: none;
  color: black;
  min-width: 130px;
  border: 1px solid black;
  background-color: white;
  font-family: lora;
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  /* border: 0;  Сбрасываем стили кнопок по умолчанию */
  -webkit-appearance: none;/* Сбрасываем стили кнопок по умолчанию */
     -moz-appearance: none;/* Сбрасываем стили кнопок по умолчанию */
          appearance: none;/* Сбрасываем стили кнопок по умолчанию */
}

.button-votes-refresh:hover {
  background-color: #FFFAFA;
}

.votes-result {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center; 
  justify-content: space-evenly;
}

.votes-result-modal {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start; 
  justify-content: space-evenly;
}

.votes-result-section {
  display: flex;
  flex-direction: row;
  align-content: center; 
}

.votes-result-section-one {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 40%;
  padding: 15px;
  border-radius: 15px;
  background-color: #ADD8E6;
}

.votes-result-section-two {
  position: relative;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 15px;
}

.votes-result-section-two-info-jury {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.votes-result-section-two-name {
  font-size: 1.5em;
}

.votes-result-section-two-email {
  font-size: 0.8em;
  color: #A9A9A9;
}

.votes-result-section-two img {
  margin-top: 15px;
  width: 60px;
  height: 60px;
}

.votes-result-box {
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  margin: 10px;
  background-color: #e8f4f8;
  padding: 10px;
}

.votes-result-box-p-first {
  margin-top: 5px;
  margin-right: 10px;
}

.votes-result-box-p {
  margin-top: 5px;
  margin-right: 10px;
}

.votes-result-box-p-end {
  position: relative;
  margin-top: 5px;
  margin-right: 10px; 
}

.idea {
  border: 2px solid #32CD32;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.composition {
  border: 2px solid #DC143C;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.technicality {
  border: 2px solid #4682B4;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.emotionality {
  border: 2px solid #FFD700;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.picturesque {
  border: 2px solid #9400D3;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.votes-result-modal-block {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.votes-result-modal-block-left {
  margin-right: 3px;
  cursor: pointer;
}

.votes-result-modal-block-right {
  margin-left: 3px;
  cursor: pointer;
}

.idea-text {
  margin-left: 10px;
  margin-top: 10px;
}

.votes-result-section-two-plagiarism-comments {
  display: flex;
}

.votes-result-section-two-plagiarism {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 15px;
}

.votes-result-section-two-plagiarism p{
  text-align: center;
  font-size: 0.8em;
  color: #A9A9A9;
}

.votes-result-section-two-comments-green p{
  text-align: center;
  font-size: 0.8em;
  color: #12BC0E;
}

.votes-result-section-two-plagirism-red p{
  text-align: center;
  font-size: 0.8em;
  color: #FC1111;
}

.votes-result-section-two-plagiarism img{
  height: 35px;
  width: 35px;

}

.votes-result-section-two-comments {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-shadow: inset 4px 4px 10px 1px rgba(20, 20, 20, 0.1);
  cursor: pointer;
}

.votes-result-section-two-comments img{
  height: 25px;
  width: 25px;

}

.votes-result-section-two-send-message-jury {
  position: relative;
  margin-bottom: 10px;
}

.votes-result-section-two-send-message-jury img{
  cursor: pointer;
}

.general {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  border-radius: 50%;
  border: 2px solid #696969;
  display: flex;
  justify-content: center;
  align-items: center;
}

.votes-result-number {
  padding-top: 6px;
  text-align: center;
  font-size: 20px;
}

.votes-result-criterion {
  margin-top: 12px;
  text-align: right;
  margin-right: 10px;
  color: #A9A9A9;
}

.votes-result-number-general {
  text-align: center;
  font-size: 30px;
} 

.votes-criterion {
  margin-top: 20px;
  float: left;
  width: 160px;
}

.votes-result-info {
  margin-top: 15px;
}

.award {
   left: 30px;
   top: 100px;
   width: 56px;
   height: 56px;
   position: relative;
}

.award img {
   width: 56px;
   height: 56px;
   position: relative;
}

.award-attribute-gold {
  position: absolute;
  left: 23px;
  top: 5px;
  font-family: lora;
  font-size: 30px;
  color: #FFA500;
}

.award-attribute-bronze {
  position: absolute;
  left: 21px;
  top: 5px;
  font-family: lora;
  font-size: 30px;
  color: #8B4513;
}

.award-attribute-silver {
  position: absolute;
  left: 21px;
  top: 5px;
  font-family: lora;
  font-size: 30px;
  color: #C0C0C0;
}

.votes-comments-section-one {
  background-image: url(/images/dashboard/vbrcwrBCKHo.jpg);
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-radius: 15px;
  border: 2px solid #fff;
}

.votes-plagiarism-section-one {
  background-image: url(/images/dashboard/plagiarism.jpg);
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-radius: 15px;
  border: 2px solid #fff;
}

.votes-comments-info {
  display: flex;
  justify-content: center;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}

.votes-comments-info h1 {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.votes-comments-comment {
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px 45px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.votes-comments-comment-name {
  font-size: 1.2em;
  font-family: 'Lava Pro';
  font-weight: 500;
  color: #008080;
}

.votes-comments-comment-email {
  font-size: 0.8em;
  color: #D3D3D3;
}

.votes-comments-comment-body {
  margin-top: 5px;
}

.green p{
  color: #12BC0E;
}

.red p{
  color: #FC1111;
}

.degree {
  position: relative;
  top: 5px;
}

/*--------- Основной контент ----- Finish*/

/*---------- Пагинация ---------START */

.pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.active-currentPage a{
  padding: 0px;
  font-family: lora;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid black;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
  font-size: 2rem;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
}


/*---------- Пагинация ---------FINISH */

/*-------- Модальное окно Vue.js ---------*/



.modal-container {
  display: flex;
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px 0px;
  background-color: black;
  transition: all .3s ease;
 
}

.modal-body-pic {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  z-index: 1;
  position: relative;
 
}



/* Стили фона в модальном окне */

.modal-background-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-color: black;
}

.modal-background-img img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px);
}

/* Стили картинки в модальном окне */
.votes-modal-img img {
   
 max-width: 100%;
 width: auto;
 height: auto;
 max-height: 100vh;
}

.votes-modal-img {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  height: 100vh; 
  z-index: 2;
}


.modal-body-info {
  flex-basis: 300px;
  flex-shrink: 0; 
  height: 100vh;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}

.votes-modal-info {
  width: 300px;
  padding: 25px;
  position: relative;
  margin-top: 30px;
}

.votes-modal-info-caption {
  font-size: 12px;
  font-family: lora;
  margin-top: 8px;
  color: black;
}

.votes-modal-info-subject {
  font-size: 20px;
  font-family: lora;
  font-weight: 400;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.icon_close {
  position: absolute;
  right: 10px;
  top: 10px;
  position: block;
  cursor: pointer;
  z-index: 1000;
}

.icon_close img {
  border-radius: 30px;
  opacity: 0.6;
  padding: 10px;
  width: 20px;
  height: 20px;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  background-color: #A9A9A9;
}

.icon_close img:hover {
  background-color: #B22222;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -moz-transform: rotate(90deg); /* Для Firefox */
  -ms-transform: rotate(90deg); /* Для IE */
  -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(90deg); /* Для Opera */
  transform: rotate(90deg);
} 


.votes-jury {
  padding-left: 25px;
  width: 160px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.votes-jury-section {
  margin-top: 3px;
  border: 1px solid #D3D3D3;
  padding: 5px;
  border-radius: 15px;
}

.votes-jury-section-comments {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  padding: 5px;
}

.votes-jury-rating {
  right: 0px;
  top: 18px;
  position: absolute;
  font-family: lora;
  font-size: 20px;
}

.modal-button-votes {
  position: relative;
  padding: 0px 20px;
  line-height: 48px;
  border-radius: 39px;
  border: 1px #808080 solid;
  text-decoration: none;
  color: black;
  background-color: #FFFFFF;
  font-family: lora;
  font-size: 14px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition:   ease-out 0.2s;
     -moz-transition:  ease-out 0.2s;
     -o-transition:   ease-out 0.2s;
     transition:   ease-out 0.2s;
}

.modal-button-votes:hover {
  color: #FFFFFF;
  background-color: #4676D7;
  -webkit-transition:   ease-out 0.2s;
     -moz-transition:  ease-out 0.2s;
     -o-transition:   ease-out 0.2s;
     transition:   ease-out 0.2s;
}

.modal-button-votes:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}

.modal-button-votes:active {
  background-color: #FFFFFF;
}

.error-connection {
  position: relative;
  margin-top: 40px;
}

.error-connection p {
  color: #FF0000;
  font-family: Lora;
}

/*  Модальное окно ошибки  */ 

.modal {
  background: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.20);
  border-radius: 4px;
  max-width:600px;
  padding:48px 0 24px 0;
}

.modal-container-permission {
  width: 290px;
  position: relative;
  margin: 0px auto;
  display: block;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Lora, sans-serif;
}

.modal-container-confirm {
  width: 350px;
  position: relative;
  margin: 0px auto;
  display: block;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Lora, sans-serif;
}

.content-container {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.warning {
    position: relative;
    left: 117px;
    top: 10px;
    color:#d91633;
}

.warning{ 
  rect, path {
    stroke : #d91633;
    stroke-dasharray: 200; 
  }
  rect {
    animation-name : warning-anim;
    animation-duration: 2s;
    animation-iteration-count: 1;
  }
  path {
    animation-name : warning-anim;
    animation-duration: 6s;
    animation-iteration-count: 1;
  }
  circle {
    fill : #d91633;
    animation-name : appear;
    animation-duration: 3s;
    animation-iteration-count: 1;
    transform-origin:center;
  }
}


.modal-title {
  font-size:1.5rem;
  color:#d91633;
  position: relative;
  top: 5px;
  font-weight:300;
  margin-bottom:24px;
  text-align:center;
  margin-bottom:25px;
}

.modal-text {
  
  margin-bottom: 20px;
}

.modal-button {
 padding: 0px 20px;
  line-height: 48px;
  border-radius: 39px;
  text-decoration: none;
  color: white;
  min-width: 130px;
  background-color: #4676D7;
  font-family: lora;
  font-size: 14px;
  margin-left: 0px;
  display: inline-block;
  position: relative;
   margin-bottom:5 px;
  border: 0; /* Сбрасываем стили кнопок по умолчанию */
  -webkit-appearance: none;/* Сбрасываем стили кнопок по умолчанию */
     -moz-appearance: none;/* Сбрасываем стили кнопок по умолчанию */
          appearance: none;/* Сбрасываем стили кнопок по умолчанию */
}

.modal-button:hover {
  color: #FFFFFF;
  background-color: #4676D7;
}

.modal-btn {
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   margin-top: 10px;
   margin-bottom: 5px;
}

.modal-title-icon {
  margin-top: 10px;
  width: 60px;
  height: 60px;
}

.modal-container-result-info {
  display: flex;
  justify-content: center;
  cursor: default;
}

.content-container-result {
  width: 50%;
  min-height: 50%;
  background-color: white;
  border-radius: 15px;
}

/* Главное Меню */

.dashboard-nav-center {
  color: red;
  background-color: #fff;
  width: 100%;
  height: 74px;
  line-height: 74px;
  margin-top: 0px;
  padding-top: 0px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}

nav.dashboard-nav-center ul li {
  display: inline;
  float: none;
}

.dashboard-main-mobile {
   display: none;
}


/***********  Жюри  ***********/
.dashboard-breadcrumbs {
  margin-top: 70px;
  margin-left: 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.topbar-title-jury {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.topbar-title-jury h1 {
   font-size: 1.9rem;
}

.competition-breadcrumbs {
    display: flex;
    width: 100%;
}

.competition-breadcrumbs-ul {
    padding: 20px;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.competition-breadcrumbs-ul li {
    font-family: Lora;
    font-size: 0.9rem;
}

.breadcrumbs-li-active {
    margin-left: 3px;
}

.breadcrumbs-li-between {
    margin-right: 3px;
    color: #C29525;
    margin-left: 3px;
    text-decoration: none;
}

.breadcrumbs-li-between a {
    text-decoration: none;
    color: #C29525;
}

.container-jury {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-jury-body {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}


.container-jury-body:hover {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #E7F2FD;
}

.container-jury-body-header {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #e5e5e5;
}

.container-jury-body-item {
  width: 25%;
  margin: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.container-jury-body-item-name {
  width: 5%;
  margin: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}


.container-jury-body-item-info {
  width: 40%;
}

.container-jury-body-item-info p{
  font-size: 1.0rem;
}

.jury-items-group {
  width: 80%;
  flex-direction: row;
  display: flex;
   margin: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  justify-content: space-around;

}

.container-jury-body-button {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-jury-body h1{
  width: 100%;
  margin: 50px;
  background-color: red;
}



.modal-title-jury {
  font-size:1.5rem;
  color:#7f7e7e;
  font-family: Lava Pro;
  position: relative;
  top: 0px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align:center;
  
}

.modal-title-confirm {
  font-size:1.25rem;
  color:#7f7e7e;
  font-family: Lava Pro;
  line-height: 1.4;
  position: relative;
  top: 0px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align:center;
}

.modal-title-name {
  font-size: 1.0rem;
  color:#000;
  font-family: Lora;
  position: relative;
  top: 10px;
  font-weight: bold;
  margin-bottom:24px;
  text-align:center;
}

.modal-button-jury {
  padding: 0px 20px;
  line-height: 48px;
  border-radius: 39px;
  text-decoration: none;
  min-width: 130px;
  background-color: #fff;
  font-family: lora;
  font-size: 14px;
  margin-left: 0px;
  display: inline-block;
  position: relative;
   margin-bottom: 0px;
  cursor: pointer;
}

.button-admin {
  color: #9c2222;
   border: 1px solid #9c2222; /* Сбрасываем стили кнопок по умолчанию */
}

.button-jury {
  color: #22539c;
   border: 1px solid #22539c; /* Сбрасываем стили кнопок по умолчанию */
}

.modal-button-jury:hover {
  color: #FFFFFF;
  background-color: #9c2222;
}

.button-jury:hover {
  color: #FFFFFF;
  background-color: #22539c;
}

.status_admin {
  background-color: #46a65a;
  color: #ffffff;
}

.status_jury {
  background-color: #4672a6;
  color: #ffffff;
}

.container-jury-body-admin {
  width: 100%;
  display: flex;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 8px;
}

.container-jury-title {
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.container-jury-content {
  position: relative;
}

.container-jury-title-divider {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #cecece;
  
}

.container-jury-title-name {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   position: relative;
}

.container-jury-title-name h1{
   display: block;
   font-family: Lava Pro;
   font-size: 1.4rem;
}

.container-jury-title-search {
  border-radius: 20px;
  width: 100%;
  height: 40px;
  right: 0px;
  left: 0px;
  position: relative;
  top: 10px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-jury-title-search-input {
  border-radius: 20px;
  width: 90%;
  height: 40px;
}

.container-jury-title-search-input input{
  position: relative;
  outline: none;
  border: 0;
  height: 40px;
  font-size: 1.4rem;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  padding-left: 20px;
}

.container-jury-title-search-button {
  height: 40px;
  cursor: pointer;
  width: 10%;
  border-top-right-radius: 20px; /* Левый нижний уголок */
  border-bottom-right-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.container-jury-title-search img{
  position: absolute; 
  right: 20px;
}

.container-jury-content {
  position: relative;
  margin-top: 20px;
}

.container-jury-search-result {
  top: 95px;
  position: absolute;
  z-index: 60;
  border-radius: 8px;
  width: 100%;
  min-height: 45px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 8%), 0 0 1px rgb(1 0 0 / 10%);
}

.container-jury-body-status {
  width: 20%;
}

.container-jury-body-link {
  text-decoration: none;
}

.jury-nothing-found {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jury-nothing-found p {
  margin-top: 10px;
  font-size: 1.1rem;
}

.list-divider {
  border-bottom: 1px solid #ebebeb;
}

.topbar-profile {
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.topbar-profile-background {
    background-image: url(/images/dashboard/profile.jpg);
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    min-height: 250px;
    top: 0;
    bottom: 0;
    justify-content: space-between;
    height: auto;
    background-size: cover;
    background-position: center;
}

.topbar-profile-info {
    width: 100%;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
}

.topbar-profile-info-back {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.topbar-profile-info-back img {
  cursor: pointer;
}

.topbar-profile-info-avatar {
   
}

.topbar-profile-info-avatar img{
   width: 75px;
   height: 75px;
}

.topbar-profile-info-evidence {
  color: white;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.topbar-profile-info-evidence-email {
  color: white;
  font-size: 1.4rem;
}

.topbar-profile-info-evidence-name {
  color: white;
}

.topbar-profile-info-evidence-role {
  color: #9e9d9d;
}

.topbar-profile-icons {
  color: white;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}

.topbar-profile-icons img {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.permissions {
   display: flex;
  flex-direction: column;
  position: relative;
  min-height: 60vh;
  width: 100%;
  bottom: 0px;
}

.add-permissions {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.add-permissions img{
   width: 50px;
   height: 50px;
   cursor: pointer;
}

.add-permissions p {
  font-size: 1.1rem;
  margin-left: 8px;
}

.list-permissions {
   display: flex;
   justify-content: center;
}

.list-permissions-container {
  width: 65%;
  position: relative;
}

.list-permissions-container-message {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.list-permissions-container-message p{
   background-color: white;
   padding: 120px 50px;
   font-family: Lora;
   font-size: 1.1rem;
   border-radius: 8px;
}

.profile-item-component {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  margin-top: 10px;
  padding: 20px;
  border-radius: 8px;
}

.profile-item-component-info {
  width: 50%;
}

.profile-item-component-info p{
  font-size: 1.1rem;
}

.profile-item-component-age-permission {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.profile-item-component-icon {
  width: 10%;
  display: flex;
  flex-direction: column;
}

.profile-item-component-icon {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.profile-item-component-icon img{
  margin-right: 10px;
  width: 14px;
  height: 18px;
  cursor: pointer;
}

.profile-item-component-age {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}

.profile-item-component-age li {
   margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   color: #fff;
   background-color: #289433;
   border: 1px solid #289433;
   padding: 8px;
}


.profile-item-component-permission {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.profile-item-component-permission li {
   color: #fff;
   margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   background-color: #348bc9;
   border: 1px solid #348bc9;
   padding: 8px;
}



.profile-item-component-info-sm {
  color: #9c9a9a;
  font-size: 0.8rem;
}

.profile-item-component-info-bg {
  color: #000;
  font-size: 1.1rem;
}

/* Модальное окно добавления прав */
.modal-container-profile {
  width: 80%;
  height: 60%;
  position: relative;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Lora, sans-serif;
}

.modal-btn-profile-age {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.category_age_deactive {
   margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   color: #9c9c9c;
   background-color: #fff;
   border: 1px solid #9c9c9c;
   padding: 8px;
}

.modal-profile-groups-title {
   margin-top: 10px;
   padding: 10px 0px;
}

.category_age_active {
    margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   color: #289433;
   background-color: #fff;
   padding: 8px;
   border: 3px solid #289433;
   cursor: pointer;
}

.category_age_select {
   margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   color: #fff;
   background-color: #289433;
   padding: 8px;
   border: 3px solid #289433;
   cursor: pointer;
}

.category_age_selected {
   margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   color: #fff;
   background-color: #289433;
   padding: 8px;
   border: 3px solid #289433;
   cursor: pointer;
}

.category_nomination_deactive {
   margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   color: #9c9c9c;
   background-color: #fff;
   border: 1px solid #9c9c9c;
   padding: 8px;
}
.category_nomination_active {
   margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   color: #348bc9;
   background-color: #fff;
   padding: 8px;
   border: 3px solid #348bc9;
   cursor: pointer;
}
.category_nomination_select {
   margin: 5px;
   list-style-type: none;
   font-size: 0.9rem;
   color: #fff;
   background-color: #348bc9;
   padding: 8px;
   border: 3px solid #348bc9;
   cursor: pointer;
}

.modal-btn-profile-nomination {
  display: flex;
  flex-direction: row;
}

.modal-btn-profile-save {
  background-color: #FC5312;
  padding: 10px 20px;
  color: white;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
}


.modal-btn-profile-error {
  padding: 8px 30px;
  background-color: #f7b0b0;
 
}

.modal-btn-profile-error li{
  background-color: #f7b0b0; 
}

.filter-jury {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: white;
  margin-top: 20px;
}

.filter-jury-text {
  padding: 10px;
  font-size: 1.1rem;
}

.modal-profile-groups {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-profile-header-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.modal-profile-header-title-p {
  font-size: 1.5rem;
}

.modal-profile-header-info-email {
  margin-top: 3px;
  font-size: 0.8rem;
}

.modal-profile-header-icon {
  margin-top: 15px;
}

.modal-profile-header-icon img{
  width: 320px;
  height: 320px;
}

.modal-profile-header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.modal-profile-header-info-name {
  font-size: 1.1rem;
}

/************************** Приём заявок ******************************/

.container-application-title-main {
   display: flex;
   flex-direction: row;
   justify-content: center;
}

.container-application-title-main a{
   font-family: 'Lava Pro';
   font-size: 1.2rem;
   padding: 10px 10px;
   cursor: pointer;
   
   
}

.application-main {
  color: #000;
  text-decoration: none;
}

.titleMainCurrent {
  color: #00ACF0;
  border-bottom: 2px #00ACF0 solid;
}

/*  */

.container-app {
  display: flex;
  justify-content: center;
}

.container-app-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1024px;
}

.container-app-content-cards {
  width: 280px;
    height: 400px;
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 5px;
    background-color: #fff;
    cursor: pointer;
    /* border: 1px solid black; */
    border: 1px solid #e2e1dd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%), 0 0 1px rgb(1 0 0 / 10%);
    text-decoration: none;
}

.container-app-content-images {
  display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 280px;
    width: 280px;
    z-index: 150;
    margin-top: 15px;
    bottom: 0;
}

.container-app-content-mask {
  margin-top: 15px;
  height: 280px;
  width: 280px;
  
  opacity: 0.5;
  position: absolute;
  top: 0px;
  background: linear-gradient(to top, #000, transparent);
}

.container-app-content-info-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-app-content-cards-img {
  width: 140px;
  height: 140px;
  margin-top: 0px;
  padding: 0px;
}

.container-app-content-cards-img img{
  margin-top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: blue;
}

.container-app-content-info {
  display: flex;
}

.container-app-content-info p{
  margin-left: 15px;
  margin-top: 5px;
  color: #000;
  text-decoration: none;
}

.container-app-content-info b{
  margin-left: 15px;
  margin-top: 5px;
  color: #000;
   text-decoration: none;
}

.container-app-content-card-item {
  width: 100%;
  min-height: 400px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-app-content-card-item-img {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.container-app-content-card-item-img img{
  width: 100%;
  height: 380px;
  object-fit: contain;
  object-position: center;
}

.container-app-content-card-item-info {
  width: 50%;
  margin-left: 15px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.container-app-content-card-item-info-string {
  display: flex;
}

.container-app-content-card-item-info-string p{
   font-size: 1.0rem;
   font-family: Lora;
   margin-left: 10px;
   margin-top: 5px;
}

.string-title {
  color: #000;
  font-style: bold;
   font-family: Lava Pro;
    font-weight: bold;
}

.container-app-content-card-item-buttons {
  display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}

.container-app-content-card-item-buttons-box {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}
 
.container-app-content-card-item-buttons-apply {
  width: 62px;
  height: 62px;
  border: 1px solid #F5ECEC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 10px 1px rgba(20, 20, 20, 0.1);
  cursor: pointer;
  margin: 5px;
}

.container-app-content-card-item-buttons-apply:hover {
  background-color: #5DD95A;
  box-shadow: inset 0px 0px 0px 0px rgba(20, 20, 20, 0.8);
}

.container-app-content-card-item-buttons-refuse {
  width: 62px;
  height: 62px;
  border: 1px solid #F5ECEC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 10px 1px rgba(20, 20, 20, 0.1);
  cursor: pointer;
  margin: 5px;
}

.container-app-content-card-item-buttons-refuse:hover {
  background-color: #D9795A;
  box-shadow: inset 0px 0px 0px 0px rgba(20, 20, 20, 0.8);
}

.container-app-content-card-item-buttons-edit-app {
  width: 62px;
  height: 62px;
  border: 1px solid #F5ECEC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 10px 1px rgba(20, 20, 20, 0.1);
  cursor: pointer;
  margin: 5px;
}

.container-app-content-card-item-buttons-edit-app:hover {
  background-color: #5AD1D9;
  box-shadow: inset 0px 0px 0px 0px rgba(20, 20, 20, 0.8);
}

.container-app-content-card-item-buttons-mail {
  width: 62px;
  height: 62px;
  border: 1px solid #F5ECEC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 10px 1px rgba(20, 20, 20, 0.1);
  cursor: pointer;
  margin: 5px;
}

.container-app-content-card-item-buttons-mail:hover {
  background-color: #5A9CD9;
  box-shadow: inset 0px 0px 0px 0px rgba(20, 20, 20, 0.8);
}

.modal-container-app-edit {
   width: 80%;
    height: 90%;
    overflow-y: auto;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 33%);
    transition: all 0.3s ease;
    font-family: Lora, sans-serif;
}

.app-edit-form-box {
   
}

.app-edit-form {
  width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 10px;

}

.app-edit-form-select {
  width: 250px;
  padding-left: 10px;
  border: 1px solid #E3E3EB;
  border-radius: 4px;
  height: 50px;
  margin-left: 0px;
  float: left;
  outline: #00BDD0;
  font-family: Lora;
  font-size: 15px;
}

.app-edit-form-select:focus {
  border: 0.5px solid #1AB394;
}

.app-edit-form p {
  font-family: 'Lava Pro';
  font-weight: 500;
}

.app-edit-form-input {
  width: 250px;
  padding-left: 10px;
  border: 1px solid #E3E3EB;
  border-radius: 4px;
  height: 50px;
  margin-left: 0px;
  float: left;
  outline: #00BDD0;
  font-family: Lora;
  font-size: 15px;
}

.app-edit-form-input:focus {
  border: 0.5px solid #1AB394;
}

.modal-profile-header-buttons {
  display: flex;
  justify-content: center;
  margin: 10px;
}

.modal-profile-header-buttons img {
  margin: 0px 20px;
  cursor: pointer;
}

.votes-result-edit-vote {
  margin-left: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: inset 2px 2px 10px 1px rgba(20, 20, 20, 0.1);
}

.votes-result-edit-vote:hover {
  border: 1px solid #90EE90;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 10px 1px rgba(135, 240, 146, 0.3);
}

.votes-result-edit-vote img{
   width: 25px;
   height: 25px;
   cursor: pointer;
}

/* делает одинаковую ширину для input и select */
select, input{
    width:100px;
    box-sizing:border-box;
}

.errorMessage {
    border: 1px solid red;
}

@media only screen and (max-width: 670px) {
   .competition-breadcrumbs-ul li {
    font-size: 0.7rem;
}

  .container-jury-body-item-info p{
  font-size: 0.8rem;
   }

  .container-jury-body-item-name p {
    font-size: 0.8rem;
  } 

  .container-jury-body-button p {
    font-size: 0.8rem;
  }

  .container-jury-body-status {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  }

  .container-jury-body-button {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .container-jury-body-item-info {
    width: 100%;
  }

  .container-jury-body-status p{
    font-size: 0.8rem;
}

  .container-jury-title-name h1 {
    font-size: 1.1rem;
  }

  .topbar-title-jury h1 {
    font-size: 1.4rem;
  }

  .modal-container-permission {
  padding: 20px 10px;
  }

  .topbar-profile-background {
    background-image: url(/images/dashboard/profile.jpg);
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 250px;
    top: 0;
    bottom: 0;
    justify-content: space-between;
    height: auto;
    background-size: cover;
    background-position: center;
  }
  .topbar-profile-icons {
  color: white;
  margin-right: 0px;
  display: flex;
  flex-direction: row;
  }

  .topbar-profile-icons img {
  padding: 10px;  
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

  .topbar-profile-info-evidence-email {
  color: white;
  font-size: 0.9rem;
}

.topbar-profile-info-evidence-name {
  color: white;
}

.topbar-profile-info-evidence-role {
  color: #9e9d9d;
}

.topbar-profile-info-avatar img{
   width: 45px;
   height: 45px;
}

.topbar-profile-info-avatar {
  display: flex;
  justify-content: center;
}

.topbar-profile-info {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
}

.topbar-profile-info-evidence {
  margin-top: 20px;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.topbar-profile-info-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
  margin-right: 0px;

}

.topbar-profile-info-back img {
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.list-permissions-container-message p{
   background-color: white;
   padding: 20px 50px;
   font-family: Lora;
   font-size: 1.1rem;
   border-radius: 8px;
}

.modal-container-profile {
  
  top: 0;
  left: 0;
  bottom: 0;
  height: 90%;
  position: relative;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: scroll;
  
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Lora, sans-serif;
}

.modal-btn-profile-age {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filter-jury {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: white;
  margin-top: 20px;
}

.modal-btn-profile-nomination {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-item-component {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: 10px;
  padding: 20px;
  border-radius: 8px;
}

.profile-item-component-info {
  width: 100%;
}


.profile-item-component-age-permission {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-item-component-icon {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-evenly;
}

.modal-container-confirm {
  width: 250px;
  position: relative;
  margin: 0px auto;
  display: block;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Lora, sans-serif;
}


}

@media only screen and (max-width: 1024px) {
  .jury-items-group {
  width: 85%;
  flex-direction: column;
  display: flex;
  margin: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  justify-content: center;
}
   
 .modal-btn-profile-age {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.list-permissions-container {
  width: 98%;
  position: relative;
}
   
}

@media only screen and (max-width: 1299px) {
   .container-jury {
    width: 95%;
   }
   
   .content-container-result {
  width: 95%;
}

@media only screen and (max-height: 800px) {
   .votes-modal-info-subject {
      font-size: 15px;
   }
   
   .votes-jury-section span{
      font-size: 10px;
}

}
