/* only for dev file */

.banner-box-1.new-worker {
  /*line-height: 152px;*/
}
.banner-box-1.new-worker  h1 {
  display: block;
  text-align: center;
  height: auto;
  line-height: 152px;
}
#newworker-contact {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d4dcdf;
  padding: 50px 0px;
  min-height: 70vh;
}
#newworker-contact .z-title {
  font-size: 42px;
  text-align: left;
  margin-bottom: 45px;
}

.newworker-page-faq .z-title.z-title-new-worker {
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
}

.newworker-page-faq .help-page-top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.newworker-page-faq .faq-box.active {
  background-color: #24935f;
  border-radius: 5px;
}

.newworker-page-faq .faq-box.active .faq-box-content,
.newworker-page-faq .faq-box.active .faq-box-title {
  color: white;
}

.newworker-page-faq .info-d-btn .green-dark-btn {
  width: auto;
}
.newworker-page-faq  .help-page-bottom-section {
  padding: 40px 0 70px;
}
.newworker-page-faq .faq-box.active:after {
  background: url(../img/r-arrow-white.svg) no-repeat;    
}

@media (max-width: 991px) {
  #newworker-contact {
    background-image: none !important;
  }
  .newworker-page-faq .z-title.z-title-new-worker {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .newworker-page-faq .help-page-bottom-section {
    padding: 15px 0 25px;
  }
  #newworker-contact {
    min-height: 100px;
  }
}

/* confirm new user */
.nz-login-content-const {
  padding: 48px 20px 0px;
  text-align: center;
  font-weight: 300;
  font-size: 21px;
}
.nz-login-content-footer {
  text-align: center;
  padding-top: 20px;
}
.nz-login-content-footer .green-dark-btn {
  width: auto;
  background-image: url(../img/r-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  margin: 0px auto;
  display: block;
  font-size: 18px;
  padding: 16px 63px 13px;
}
.nz-login-content-footer .btn-link-container {
  padding: 25px 0px 0px 10px;
}
.nz-login-content-footer .btn-link {
  font-size: 14px;
  color: #bdbdbd;
}

.nz-login-title {
  font-family: 'BNPPSansCond';
  font-weight: 600;
  font-size: 24px;
  margin: 30px 0px 5px 0px;
  display: block;
  text-align: center;
}
.nz-login-innercontainer {
  max-width: 400px;
  margin: 0px auto;
}

.nz-login-container label {
  font-size: 14px;
  text-align: left;
  color: #b2b2b2;
  font-weight: 400;
  display: block;
}
.nz-login-container .select {
  text-align: left;
}
.nz-login-raport {

  padding-top: 20px;
}
.nz-login-raport span {
  color: #b2b2b2;
  font-weight: 400;
  font-size: 14px;
}
.nz-login-raport span:hover {
  cursor: pointer;
}
.nz-login-container .input input  {
  border-radius: 2px;
  background: transparent;
  border: 1px solid #e3e3e3;
  padding: 0 0 0 12px;
  width: 100%;
  height: 39px;
}

.nz-login-video {
  display: block;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.nz-login-video-button {
  text-align: center;
  padding: 20px;
}
.nz-login-video-button button {
  height: 55px;
  line-height: 55px;
  padding: 0px 36px;
  margin: 0px auto;
  border-radius: 4px;
  background-color: white;
  border-width: 2px;
  border-style: solid;
  border-color: #e3e3e3;
  width: 80%;
  min-width: 100px;
  background-position: center;
  background-repeat: no-repeat;
}

.nz-login-video-button button.active {
  background-color: #e8f9f2;
  border: 2px solid #04965e;
  background-image: url(../img/icons/ok_green.png);
  font-size: 0;
}

.nz-login-video video {
  max-width: 100%;
}

.nz-login-video-button {
  text-align: center;
  padding: 5px;
}

.nz-login-video-3 button {
  font-family: 'BNPPSans';
  background-repeat: no-repeat;
  background-position: left 10px center;
  font-size: 16px;
  width: 100%;
  padding: 0px 10px 0px 55px;
  text-align: left;
}

.nz-login-video-3 .nz-login-video-button button.active {
  background-color: #e8f9f2;
  border: 2px solid #04965e;
  font-size: 16px;;
}


.nz-login-video-3 button.nz-login-traning-1, .nz-login-video-3 button.nz-login-traning-1.active {
  background-image: url(../img/icons/training-1.png);
}

.nz-login-video-3 button.nz-login-traning-2, .nz-login-video-3 button.nz-login-traning-2.active {
  background-image: url(../img/icons/training-2.png);
}


/* trainings */
.filtration-box.filtration-box-bg {
  background-color: #f2f5f4;
}
.filtration-box.filtration-box-bg .search-box input {
  background-color: #ffffff;
}
.filtration-box.filtration-box-border-bottom {
  border-bottom: 1px solid #dcdcdc;
}
.filtration-box-traininguser .green-dark-btn {
  padding: 13px 10px 10px;
  width: auto;
}
.filtration-box-traininguser-button-con {
  text-align: right;
}
.filtration-box.filtration-box-traininguser label {
  padding-top: 15px;
}
.training-item {
  padding: 20px;
  font-family: 'BNPPSans';
  margin-bottom: 5px;
  background-color: #ffffff;   
}
.training-item-header {
  padding: 5px 20px;
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 11px;
}
.training-item-title-d, .training-item-role-d, .training-item-users_present-d,  .training-item-date-d, .training-item-users-d, .training-item-action, .training-item-status {
  float: left;
}
.training-item-status-d {
  width: 105px;
}
.training-item-title-d {
  width: calc(100% - 180px - 120px - 160px - 100px - 100px);
}
.training-item-date-d {
  width: 110px;
  /* font-size: 13px; */
}
.training-item-users-d{
  width: 100px;
}
.training-item-users_present-d{
  width: 70px;
}
.training-item-role-d{
  width: 110px;
}
.training-item-users {
  width: 110px;
  /* font-size: 13px; */
}
.training-item-action {
  width: 155px;
}
.training-item-title {
  color: #3baf6e;
}
.training-item-title, .training-item-users, .training-item-role, .training-item-date, .training-item-users_present, .training-item-status {
  padding-top: 12px;
}
.training-item-status {
  color: #f20c0c;
}
.training-item-close .training-item-status {
  color: #f20c0c;
}  
.training-items-sort {
  padding-top: 35px;
  text-align: left;
}

/* trainings 2 */

.filtration-box.filtration-box-bg {
  background-color: #f2f5f4;
}
.filtration-box.filtration-box-bg .search-box input {
  background-color: #ffffff;
}
.training-useritem {
  padding: 20px;
  font-family: 'BNPPSans';
  margin-bottom: 5px;
  background-color: #ffffff;   
}
.training-useritem-header {
  padding: 5px 20px;
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 11px;
}
.training-useritem-title-d, .training-useritem-mentor-d, .training-useritem-date-d, .training-useritem-action-d, .training-useritem-theta-d {
  float: left;
  min-height: 1px;
}
.training-useritem-theta-d {
  width: 100px;
  font-size: 13px;
}
.training-useritem-mentor-d {
  width: 200px;
  font-size: 13px;
}
.training-useritem-date-d {
  width: 200px;
  font-size: 13px;
}
.training-useritem-action-d {
  width: 160px;
}
.training-useritem-title-d {
  width: calc(100% - 100px - 200px - 200px - 160px);
  font-size: 13px;
}
.training-useritem-avatar {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.training-useritem-avatar img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.training-useritem-info {
  width: calc(100% - 50px);
  float: left;
  padding-left: 15px;
}
.training-useritem-infoname {
  color: #3baf6e;
  font-size: 15px;
}
.training-list .green-dark-btn {
  font-size: 14px;
  float: right;
  width: auto;
  padding: 13px 10px 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  width: 100%;
}

.training-useritem-theta, .training-useritem-mentor, .training-useritem-date {
  padding-top: 13px;
}
.section-training-info {
  padding: 35px 0px 25px;
  text-align: center;
}
.section-training-info-title {
  font-size: 32px;
  font-weight: 600;
  padding: 10px 0px;
  font-family: 'BNPPSansCond';
  text-transform: uppercase;
}
.section-training-info-date {
  font-size: 14px;
  opacity: .5;
  padding: 10px 0px;
  font-family: 'BNPPSans';
}

/* activity */  
.training-useritem-present, .training-useritem-present-hover {
  display: none;
}
.training-ispresent {
  background-color: #ffffff; 
  color: #24935f;
  border-color: #24935f;
}
.training-ispresent .training-useritem-present {
  display: inline;
}

.training-ispresent .training-useritem-notpresent  {
  display: none;
}
.training-useritem-present img {
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.training-ispresent:hover {
  border-color: #e51717;
  color: #e51717;
}
.training-ispresent:hover .training-useritem-present-hover {
  display: block;
}
.training-ispresent:hover .training-useritem-notpresent,
.training-ispresent:hover .training-useritem-present
{
  display: none;
}

.get-raport-link {
  color: #3baf6e;
  /* background-image: url(../img/pdf.png);
  background-position: left center;
  background-repeat: no-repeat; */
  /* padding: 7px 0px 7px 30px; */
  /* float: right; */
  
  margin-bottom: 10px;
  display: block;
}

.send-mail-link {
  color: #3baf6e;
}

.baner-nz-btns {
  text-align: center;
}
.baner-nz-btns-inner {
  display: inline-block;
}
.nz-mentor-btns {
  margin: 5px 0px;
}
div#mentor-save-process-btn, div#mentor-save-done-process-btn {
  display: inline-block;
  width: 220px;
  margin: 0px 0px 0px 10px; 
  float: none;
  padding: 10px 13px 7px;
}

div#save-new-mentor-btn {
  margin: 5px 0px;
  width: 100%;
}
.change-mentor-box .f-box {
  padding-top: 10px;
  margin: 0 10px;
  background-color: white;
  float: none;
}
.change-mentor-box .select .chosen-container-single .chosen-single {
  background-color: white;
}

.mentor-box .rank-area-select {
  background: #fff;
}
.nz-weeks-container {
  position: relative;
  z-index: 1;
}
.mentor-box label {
  /*display: block;*/
  /*background-color: white;*/
  /*margin-bottom: 0px;*/
  /*padding: 5px 0px 2px 0px;*/
  font-family: 'BNPPSansCond';
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

div#save-new-mentor-btn {
  display: inline-block;
  width: 180px;
  margin: 0px 0px 0px 10px;
  float: right;
  padding: 10px 13px 7px;
}

.combobox-area.combobox-area-long .select-box {
  width: 200px;
  display: inline-block;
}

div#mentor-select {
  width: 200px;
  display: inline-block;
}

@media (max-width: 450px) {
  div#mentor-select, div#save-new-mentor-btn {
    width: 100%;
    margin: 3px 0px;
  }
  .mentor-box label {
    font-size: 30px;
  }
  .combobox-area.combobox-area-long div#mentor-save-process-btn,
  .combobox-area.combobox-area-long .select-box {
    width: 100%;
    margin: 3px 0px;
  }
}

.red-star {
  color: #bc1d69;
}

.small-text-file-message {
  font-weight: 300;
}


.container .profile-preview{
    height: 300px;
}

.no-padding {
    padding: 0;
}


.yacht_container {
    width: 100%;
    background: url(../img/challenge/backgroundBoat.png) no-repeat;
    background-size: contain;
}

.profile-yacht{
    width: 100%;
    height: 651px;
    position: relative;
    left: 0; 
    top: 0;
    /*margin-top: 70px;*/
}

.profile-yacht-color{
    width: 100%;
    height: 100%;
    background: url("../img/challenge/element1.png") no-repeat;  
    background-size: 500%;
    position: absolute;
}

.profile-yacht-flag{
    width: 100%;
    height: 100%;
    background: url("../img/challenge/element2.png") no-repeat;   
    background-size: 500%;
    position: absolute;
}

.profile-yacht-detail{
    width: 100%;
    height: 100%;
    background: url("../img/challenge/element3.png") no-repeat; 
    background-size: 500%;
    position: absolute;
}

.container.profile-choose-part-background{
    width: 100%;
    height: 204px;
    margin-top: -180px;
}

.container.profile-choose-part-background.profile-background-color{
    background: url("../img/element1.png") no-repeat;  
}

.container.profile-choose-part-background.profile-background-flag{
    background: url("../img/element2.png") no-repeat;  
}

.container.profile-choose-part-background.profile-background-detail{
    background: url("../img/element3.png") no-repeat;  
}

.container.profile-choose-part{
    margin-top: 20px;
    text-align: center;
}

.container.profile-choose{
    margin-top: 15px;
}


.left-arrow{
    float: right;
    background: url("../img/challenge/arrowLeft.png") no-repeat;  
    width: 18px;
    height: 34px;
    cursor: pointer;
}

.right-arrow{
    float: left;
    background: url("../img/challenge/arrowRight.png") no-repeat;  
    width: 18px;
    height: 34px;
    cursor: pointer;
}

.container.yacht-choose-part {
    height: 34px;
    margin-top: 20px;
}

.yacht-choose-part-text{
    color: #fff;
    text-transform: uppercase;
    line-height: 17px;
    font-family: 'BNPPSansCond';
    font-size: 1.6em;
}

.yacht-part{
    width: 124px;
    height: 124px;
    display: inline-block;
    cursor: pointer;
    background-position: center;
    /*background-size: 100%;*/
}


.part-color-1{
    background-image: url("../img/challenge/element1_1.png"); 
    background-repeat: no-repeat;
}
.part-color-2{
    background-image: url("../img/challenge/element1_2.png"); 
    background-repeat: no-repeat;
}
.part-color-3{
    background-image: url("../img/challenge/element1_3.png"); 
    background-repeat: no-repeat;
}
.part-color-4{
    background-image: url("../img/challenge/element1_4.png"); 
    background-repeat: no-repeat;
}
.part-color-5{
    background-image: url("../img/challenge/element1_5.png"); 
    background-repeat: no-repeat;
}


.part-flag-1{
    background-image: url("../img/challenge/element2_1.png"); 
    background-repeat: no-repeat;
}
.part-flag-2{
    background-image: url("../img/challenge/element2_2.png"); 
    background-repeat: no-repeat;
}
.part-flag-3{
    background-image: url("../img/challenge/element2_3.png"); 
    background-repeat: no-repeat;
}
.part-flag-4{
    background-image: url("../img/challenge/element2_4.png"); 
    background-repeat: no-repeat;
}
.part-flag-5{
    background-image: url("../img/challenge/element2_5.png"); 
    background-repeat: no-repeat;
}


.part-detail-1{
    background-image: url("../img/challenge/element3_1.png"); 
    background-repeat: no-repeat;
}
.part-detail-2{
    background-image: url("../img/challenge/element3_2.png"); 
    background-repeat: no-repeat;
}
.part-detail-3{
    background-image: url("../img/challenge/element3_3.png"); 
    background-repeat: no-repeat;
}
.part-detail-4{
    background-image: url("../img/challenge/element3_4.png"); 
    background-repeat: no-repeat;
}
.part-detail-5{
    background-image: url("../img/challenge/element3_5.png"); 
    background-repeat: no-repeat;
}

.profile-button {
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #17616c;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    padding: 7px 0px;
    font-size: 14px;
    font-weight: 300;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.profile-green-button {
    background-color: #24935f;
    border: 2px solid #24935f;
    float: right;
    margin-right: 5px;
}

.profile-blue-button {
    background-color: #7bc9c9;
    border: 2px solid #7bc9c9;
    float: left;
    margin-left: 5px;
}

.profile-ok-button {
    background-color: #24935f;
    border: 2px solid #24935f;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.choose-additional-text {
    font-size: 0.6em;
    font-family: 'BNPPSansCond';
}

.map-detail {
    background-image: url(../img/detail/mapa1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 577px;
    width: 100%;
    z-index: 1;
    position: relative;
    margin-top: 26px;
}

.islands.detail {
    width: 1014px;
    height: 577px;
    background-image: url(../img/detail/mapa2.png);
    background-repeat: no-repeat;
    /*background-position:*/ 
/*    background-size: 750px;*/
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    
}

.map-road {
    /*background-image: url('../img/detail/road1.png');*/
    background-repeat: no-repeat;
    /*background-position: center;*/
    position: relative;
    height: 577px;
    width: 100%;
    z-index: 2;
}

.buoy-container {
    position: absolute;
    left: 347px;
    top: 451px;
}

.buoy {
    width: 35px;
    height: 42px;
    background-image: url(../img/detail/buoy.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
    margin-top: -21px;
    margin-left: -17px;
    position: absolute;
    left: 0;
    top: 0;
}

.buoy-span {
    position: relative;
    top: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8em;
    margin-left: -35px;
}


.boat-User {
    width: 47px;
    height: 53px;
    background-image: url('../img/detail/boatUser.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-top: -26px;
    margin-left: -23px;
    left: 347px;
    top: 451px;
    z-index: 6;
}

.boat-Echo {
    width: 47px;
    height: 53px;
    background-image: url('../img/detail/boatEcho.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-top: -26px;
    margin-left: -23px;
    left: 347px;
    top: 451px;
    z-index: 5;
}

.boat-Cardif{
    width: 47px;
    height: 64px;
    background-image: url('../img/detail/cardif.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-top: -32px;
    margin-left: -23px;
    left: 347px;
    top: 451px;
    z-index: 5;
}

.boat-POS{
    width: 47px;
    height: 64px;
    background-image: url('../img/detail/POS.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-top: -32px;
    margin-left: -23px;
    left: 347px;
    top: 451px;
    z-index: 6;
}

.boat-Faktoring{
    width: 47px;
    height: 64px;
    background-image: url('../img/detail/faktoring.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-top: -32px;
    margin-left: -23px;
    left: 347px;
    top: 451px;
    z-index: 7;
}

.map-diary {
    width: 332px;
    height: 342px;
    background-image: url(../img/detail/diary.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -259px;
    transition: margin-right 500ms ease-in-out;
}

.map-diary.c27 {
    background-image: url(../img/detail/diary_biznes.png);
}

.diary-img {
    width: 214px;
    height: 92px;
    background-image: url(../img/detail/diary_yacht/2_2.png);
    position: relative;
    top: 24px;
    left: 98px;
    border-radius: 4px;
}

.data-diary {
    position: relative;
    top: 100px;
    left: 215px;
}

.diary-data-1,
.diary-data-2,
.diary-data-3,
.diary-data-4 {
    width: 130px;
    height: 29px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 300;
}


.button-diary {
    width: 73px;
    height: 78px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    animation: diary_button 3s infinite;
}

@keyframes diary_button {
  0%   {background-color: rgba(255,255,255,.1);}
  50%  {background-color: rgba(255,255,255,.0);}
  100% {background-color: rgba(255,255,255,.1);}
}

.rounds {
    width: 195px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*bottom: 0;*/
    top: 150px;
}

.detail.round {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 2px;
}

.detail.round.active {
    background-image: url(../img/detail/roundActive.png);
}

.detail.round.disable {
    background-image: url(../img/detail/roundDisable.png);
}

.z-content-box-5 .u-box-1 figure {
  width: 186px;
  height: 186px;
}
.z-content-box-5 .u-box-4 .u-txt span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #b64987;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}



.achievements.title {
    text-align: center;
    font-family: 'BNPPSansCond';
    font-weight: 600;
    font-size: 25px;
    padding-top: 50px;
}

.achievement {
    height: 60px;
    margin: 10px auto 0 auto;
    line-height: 60px;
    border-bottom: 1px solid #e7e9e9;
}

.achievement-active {
    background-color: #ffffff;
}

.achievement-inactive {
    background-color: #e5e5e5;
}

.achievement-inactive > .achievement-image {
    opacity: 0.5;
}

.achievement-active > .achievement-image {
    opacity: 1;
}

.achievement-order {
    color: #999999;
    text-align: center;
}

.achievement-image {
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    text-align: center;
}

.achievement-text {
    line-height: 20px;
    padding-left: 40px;
    text-transform: uppercase;
}

.achievement-title {
    margin-top: 10px;
    color: #209460;
    font-weight: 600;
}

.achievement-description {
    color: #999999;
    font-size: 0.8em;
}

.achievement-points {
    color: #000000;
    font-family: 'BNPPSansCond';
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
}



@media only screen and (max-width: 1200px) {
 
    .yacht-choose-part-text{
        font-size: 1.4em;
        line-height: 14px;
    }
    
    .profile-button {
        width: 100px;
        font-size: 10px;
    }
    
    .right-arrow,
    .left-arrow {
        width: 14px;
        height: 28px;
        background-size: 14px;
    }
    
    .container.yacht-choose-part {
        height: 28px;
        margin-top: 10px;
    }
    
}

@media only screen and (max-width: 980px) {
 
    .yacht-choose-part-text{
        font-size: 1em;
        line-height: 12px;
    }
    
    .profile-button {
        width: 80px;
        font-size: 8px;
    }
    
    .right-arrow,
    .left-arrow {
        width: 12px;
        height: 24px;
        background-size: 12px;
    }
    
    .container.yacht-choose-part {
        height: 24px;
    }
    
    .achievement-text {
        padding-left: 20px;
    }
    
}

@media only screen and (max-width: 990px) {
    
    .achievement-text {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 760px) {
    
    .achievement-text {
        padding-left: 10px;
    }
    
    .achievement-text {
        line-height: 15px;
    }

    .achievement-title {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 760px) {
    
    .achievement-image {
        background-size: 30px;
    }
    
    .achievement.col-xs-10,
    .achievement-order.col-xs-1,
    .achievement-text.col-xs-8,
    .achievement-points.col-xs-2 {
        padding: 0;
    }
    
    .achievement-text {
        padding-left: 10px !important;
    }
    
    .achievement-order,
    .achievement-title,
    .achievement-description {
        font-size: 0.8em;
    }
    
    .achievement-points {
        font-size: 0.8em;
        width: 40px;
    }
    
}

.achievement {
  height: auto;
  min-height: 60px;
}


.achievement-title,
.achievement-description {
  padding: 0;
  text-align: left;
}

.achievement-title {
  margin: 0;
}

.achievement-image {
  height: 60px;
}

.achievement-points {
  line-height: initial;
}

.q-file-box > .gallery > a {
  position: relative;
}

.q-file-box > #gallery > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  background-image: url('../img/zobaczSzczegoly.png');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  cursor: pointer;
  transition: .3s;
}


.q-file-box > #gallery > a:hover::after {
  opacity: 1;
}