:root {
    --mtsr-main-gradient:linear-gradient(45deg, rgb(84 182 201) 0%, rgb(9 68 121) 100%);
    --mtsr-main-gradient-btn-hover:linear-gradient(45deg, rgb(84 182 201 / 50%) 0%, rgb(9 68 121 / 50%) 100%);
    --mtsr-main-gradient-btn-hover2:linear-gradient(-45deg, rgb(84 182 201 / 50%) 0%, rgb(9 68 121 / 50%) 100%);
    --mtsr-main-gradient-btn-active:linear-gradient(45deg, rgb(84 182 201) 0%, rgb(9 68 121 / 70%) 100%);
    --mtsr-main-gradient-btn-active2:linear-gradient(-45deg, rgb(84 182 201) 0%, rgb(9 68 121 / 70%) 100%);
}

.mt-spacedrep-ekp-repmode .edit-wp {
  display: none !important;
}

.mtsr-debughook {
  position: fixed;
  z-index: 9999999;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 10px;
  font-size: 1.3em;
  border-radius: 5px;
}
.mtsr-debughook:hover {
  background: lightgray;
  cursor: pointer;
}
.mtsr-debughook.active {
  background-color:rgb(152, 152, 152);
  font-weight:bold;
}
.mtsr-debug {
  display:none;
}
.mtsr-debugshow {
  display:unset;
}

.mtsr-gray {
    color:gray;
}

.mtsr-main-icon {
    font-weight:600 !important;
}

.mtsr-star {
  margin-right: 2px;
}
.mtsr-colorful {
    color: var(--mtsr-main-gradient);
    background-image: var(--mtsr-main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mtsr-devhint {
    color:gray;
}

i.mtsr-main-icon {
    margin-right: 0.3em; 
    font-size:0.85em;
}
.mtsr-viewreel-thumbs-topline i.mtsr-main-icon {
  font-size:1em !important;
    
}
.mtsr-hide {
  display:none !important;
}
.mtsr-hide-opacity {
  opacity:0;
}
.mtsr-show {
  display:unset !important;
}


/**

HOME

*/

.catlist_lastsession {
  list-style: none;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0;
  border: 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.mt-home-box .catlist_lastsession li {
  max-width: 145px;
    margin: 0.55em 0.25em 0.15em 0.25em;
 }
 .mt-home-box  .catlist_lastsession .mtf-lcp-li .mtf-lcp-title {
  flex: 0 1 60%;
 }
 .mt-home-box .catlist_lastsession .mtf-lcp-li.thumb-list .mtf-lcp-a {
  max-width: 95px;
 }
 .catlist_lastsession  li a {
  padding-bottom: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }

 .mt-home-header {
  letter-spacing: 0.3em;
  color:#90bcd5;
  margin-top:0.3em;
 }
 .with-margin {
  margin-top:1.5em;
 }
.mt-button {

  outline: none;
  border: 1px solid transparent;
  background:none;
}

.mt-home-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  gap:20px;
}
.mt-home-row-cell {
  flex-grow: 1;
  flex: 50%;

}

.mt-home-mode-container {
  background: #d1ebdb;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 9px;
}
.mt-home-faecher {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:3px;
}

.mt-home-fach-icon {
  width:110px;
  transition: 0.15s ease all;;

}
.mt-home-fach-icon a {

  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  color: #175b81;
  width:100%; 
  padding: 7px 5px;
  margin:0px;
 }
 .mt-home-fach-icon a:hover {

  color: #0c2d40;
  /*color:white;*/
 }
.mt-home-fach-icon:hover {

  background-color: #3e7594;
  color:white;
  border-radius: 5px;
}

/**
BOX

*/

.mt-box {

}
.mt-box-header-item-button {

  outline: none;
  border: 1px solid transparent;
  color:#487087;
}
.mt-box-header-container {
  display:flex;
  gap:15px;
  margin-bottom: 0.2em;

}
.mt-box-header-item {
  padding: 0.5em;
  border-radius:10px;
  position: relative;
}

.mt-box-header-item.item-active .mt-box-header-item-button,
.mt-box-header-item:hover .mt-box-header-item-button{
 /* background-color: #fbfbfc;*/
  color:#093249;
}


.mt-box-header-item-after::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10%;
  height: 1.5px;
  width: 80%;
  background: #444;
  background: linear-gradient(45deg,rgb(71 126 160) 30%,rgb(22 88 135) 100%);
  opacity:0;
}
.mt-box-header-item:not(.item-active):hover .mt-box-header-item-after::after {
  opacity:0.5;
}
.item-active .mt-box-header-item-after::after {
  opacity:1;
 } 


.mt-box-content-container {    
  padding: 0.7em 0.5em;
  border-radius: 10px;
  background-color: #f6f8fc;
  min-height: 44px;

}
.mt-box-content-item {
  display:none;
}

.mt-box-content-item.item-active{
  display:block;
 }

.mtsr-hello-text-container {
  display: flex;
  justify-content: space-between;
}
.mt-box-chevron-container {

  margin-right: 0.2em;
}

 .mt-box-chevron {
  
  color: var(--mtsr-main-gradient);
  background-image: var(--mtsr-main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }

 /**
 */

 /*
 HOME BOX
 */

 .mtsr-homebox-row {
  display:flex;

  justify-content: space-between;
  margin-bottom:0.5em;
 }
 .mtsr-homebox-row:last-of-type {
  margin-bottom:0;
 }

 .mtsr-homebox-row-a {
  display: block;
  padding:0.7em 0.5em;
  border-radius: 10px;;
  /*background-color: #d2e0e9;*/

 }

 .mtsr-homebox-row-a.inactive {
  user-select: none;;
  cursor: initial;
 }
 .mtsr-homebox-row-a:not(.inactive):hover {
  background-color: #e7edf2;/*#d2e0e9;*/

 }
 .mtsr-homebox-stats {
  font-size: .9em;
  font-weight: 300;
  color: #2c3a42;
 }
 .mtsr-homebox-stats,
 .mtsr-homebox-infolink-row {

  padding: 0em 2em;
 }
 .mtsr-homebox-infolink-row {

  justify-content: flex-end;
  font-size:0.8em;
  padding: 0em 0.7em;
  color:#487087;
  margin-top:0.5em;
 }
 .mtsr-homebox-infolink-row a{
  color:#487087;
  cursor: pointer;
 }
 .mtsr-homebox-header {
  color: #477ea0;
  font-size:1.2em;
  font-weight:bold;
 }

 /**
 */

.mtsr-captain-logo {
}

.logo-round {
    border-radius: 40%;
    width: auto;
    height: 200px;
    position: absolute;
    right: 20px;
    z-index: -1;
    box-shadow: 0px 0px 8px #b7b7b7;

}
.logo-round-round {
  border-radius: 50%;
  width: auto;
  height: 100px;
  margin-right: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  box-shadow: 0px 0px 8px #b7b7b7;

}

.mtsr-captain-logo-container {
  height: 250px;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    border-top-left-radius: 125px;
    border-bottom-right-radius: 125px;
    /* border-top-right-radius: 1125px; */
    /* border-bottom-left-radius: 2225px; */
}
.mtsr-captain-logo-container .mtsr-captain-logo {
  width: 100%;
  transform: translateY(-33%);
  height: 400%;
  position: absolute;
  z-index: -1;
  /* https://cssplant.com/clip-path-generator
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);*/
  
}

.mtsr-captain-logo-container span {
  font-size: 3em;
  height: fit-content;
  position: absolute;
  bottom: 0px;
  box-shadow: 0px 0px 12px #9db6fa69;
  background: #77799545;
  border-radius: 55px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;

  letter-spacing: 0.4em;
  padding-left: 0.45em;

}
/**
*
* CREATE
*
*/

/*debug 

*/

.mtsr-pf-box .mt-playlist-creator-fieldcontainer-input{
    float:left;
}

.mtsr-pf-box #mt-playlist-creator-reppf{

    font-size: 1em;
}
.mtsr-targetd-hint-2-tables {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

/*end debug */

.mtsr-create-mode-info {
  padding-left: 25px;
  padding-right: 65px;
  margin-bottom: 25px;
  font-size: 15px;
  font-family: 'Lato';
  font-weight: 300;
  color: #8b8b8b;
}

#custom-handle,#custom-handle2 {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
  }

.mtsr-createbasket-buttons-container {
  display:table;
  width:100%;
}

.mtsr-createbasket-buttons-item {
    text-align: right;
    display:table-cell;
    width:50%;
}
.mtsr-createbasket-buttons-item.mtsr-left {
    text-align: left;
}


.mtsr .dashicons {
    font-size: 1em;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

a.mtsr-createbasket-btn {
	margin-right: 20px;
 }

 a.mtsr-createbasket-btn:hover {
 cursor: pointer;
 }
.mtsr-createbasket-btn button {
	background-color: transparent;/*#f5f5f5;*/

    position:relative;

    height: 32px;
    width:auto;
    font-size: 16px;
    border: none;
    padding-top:0px;
    line-height:1.3em;
 }
.mtsr-createbasket-btn span {

    color:var(--mtsr-main-gradient);

    background-image: var(--mtsr-main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height:1em;
 }

 .mtsr-createbasket-btn span i {
 
    -webkit-text-fill-color:rgb(23 133 154);
}

.mtsr-createbasket-btn .ekp_notizen_submit_title_after::after {
    background: var(--mtsr-main-gradient);
    
}

.mtsr-createbasket-btn :hover .ekp_notizen_submit_title_after  {
    opacity:1;
}


.mtsr-createbasket-second-page {
    min-height:300px;
}

.mtsr-createbasket-step-two-statusbar {
    display:flex;
    margin-bottom: 2em;
}

.mtsr-createbasket-step-two-title span {
    line-height: 45px;
    font-size: 1.7em;
    display: inline;
    margin: 0px;
    margin-right: 8px;
    width: 100%;
    color:  var(--mtsr-main-gradient);
    background-image:  var(--mtsr-main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mtsr-createbasket-step-two-mtids {
    margin-left: auto;
    text-align: right;
}

.mtsr-createbasket-step-two-statusbar .mt-playlist-creator-fieldcontainer-desc span {
    margin-left:unset;
    font-size:14px;
}

.mtsr-createbasket-date-btn-container {
    display:flex;
    justify-content: space-around;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.mtsr-createbasket-date-btn {
    background: transparent;
    border-radius: 14px;
    line-height: 2.5em;
    font-size: 1.2em;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 15px 0px rgb(230 230 230 / 37%);
}

.mtsr-createbasket-alt {
    padding:0px !important;
}
.mtsr-createbasket-date-btn-alt{
    width:50%;
    border: 1px transparent;
    background: transparent;
    line-height: 2em;
    font-size: 1.2em;
}
.mtsr-createbasket-date-btn-alt:hover, 
.mtsr-createbasket-repmode-btn:hover {
    background: var(--mtsr-main-gradient-btn-hover);
    color:white;

}
.mtsr-createbasket-date-btn-alt.mtsr-alt2:hover {
    background: var(--mtsr-main-gradient-btn-hover2);

}
.mtsr-active{
    background: var(--mtsr-main-gradient-btn-active) !important;
    color: white;
    outline: none;
    box-shadow: inset 0px 0px 15px 0px rgb(216 216 216 / 49%);
 }
 .mtsr-createbasket-date-btn-alt.mtsr-alt2.mtsr-active {
     background: var(--mtsr-main-gradient-btn-active2);
  }

  .mt-playlist-creator-fieldcontainer-input.mtsr-date {
      width:46%;
      margin-left:auto !important;
  }
  #mt-playlist-creator-targetd {
      font-size: 1em !important;
      text-align: center;
  }

  .mtsr-createbasket-repmode-container {
    padding: 2em;
   }
  .mtsr-createbasket-repmode-container-row {
    display:flex;
    justify-content: space-between;
  }
  .mtsr-createbasket-repmode-container-row.row-bottom {
      margin-top:1em;
  }

  .mtsr-createbasket-repmode-btn {
   /* box-shadow: 0px 0px 15px 0px rgb(230 230 230 / 55%);*/
    box-shadow: 0px 4px 15px 0px rgb(187 187 187 / 36%);
    /*border: 1px solid rgb(25 39 74 / 9%);*/
    border:0px;
    border-radius: var(--create-edit-roll-border-radius);
    padding:1em;
    padding-top:0.5em;
    padding-bottom:0.5em;
    background:linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(251,251,251,1) 100%);
  }
  
  .mtsr-later {

  }

  .mtsr-createbasket-hint {

    margin-left: 3em;
    color: gray;
    font-weight: 300;
  }

  .mtsr-repmode-box {

    margin-bottom: 3em;
  }


  div.mtsr-spinner-container  {
      display: inline-block;
  }
  div.mtsr-cv-spinner {
	height: 100%;
	
    display: inline-flex;
    left: 3px;
    margin-right: 3px;

   }
   span.mtsr-spinner  {
	width: 20px;
    height: 20px;
    border: 2px #ddd solid;
    border-top: 3px #398bab solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
   }

   div.mtsr-spinner-container {

    position: relative;
    bottom: -6px;


	}

    .mtsr-mtlogo {
        
        vertical-align: baseline;
        width: 15px;
        position: relative;
        top:2px;
        margin-right:2px;
    }
    .mtsr-create-row {
        display: flex;
        width: 100%;
    }

    .mtsr-targetd-hint-container {
        font-size: 1.1em;
        padding-top: 0.7em;
    }

    .mtsr-targetd-hint-tables{
        width: 30%;
    }
/**
*
* LERNEN
*/

#mtsr-lernen-row {
    display:flex;

    clear: both;
    
}

#mtsr-lernen-calendar-block, #mtsr-lernen-today-block {

}
#mtsr-lernen-calendar-block {
    flex:auto;
    width:50%
}
.mtsr-lernen-row-item {
    width:50%;
}

.mtsr-todayview-ul-sub {
    margin-bottom: 1em;
}

/**
*
*
*
*
*/


.mtsr-ekp-statusbar-click {
  display:flex;
}

.mtsr-ekp-statusbar {

  display: flex;
  min-width: 50%;
}
.mtsr-ekp-statusbar .mtsr-main-icon {
  font-size: 1em;
}
.mtsr-ekp-statusbar-mtsricon {

  border-radius: 5px;
  padding: 1px;
  padding-left: 5px;
  padding-right: 2px;
}

.mtsr-ekp-statusbar-explanation {
  font-size: 12px;
  text-align: left;
  color: #929292;
}

.mtsr-ekp-statusbar-daterow {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mtsr-ekp-statusbar-repdate {
  margin-right:5px;
  font-size:12px;
}

.mtsr-ekp-statusbar-repdate .mtsr-reptoday {
  font-weight:bold;
}


.mtsr-ekp-statusbar .mtsr-temp-msg-container {
 /* z-index:-1;*/
  position: absolute;
  width:max-content;
  /*top: -1.5em;*/
  
  right: 0px;
/*  opacity: 0;
  display:none;*/

  top: 0px;
  opacity: 0;
  bottom: 0px;


  width: max-content;
  height: 100%;
  background:white;
}

.mtsr-ekp-statusbar .mtsr-temp-msg {
  /*
  border: 1px solid black;
  border-radius: 3px 3px 0px 0px;
/*
  border-bottom: 0px;
  border-bottom: 1px solid #dadada;*/
  display: inline-block;/*
  top: -105%;*/
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color:var(--main-background-color);
  font-size: 0.8em;
  color:gray;
}


.mtsr-ekp-statusbar-dropdown-header{

  cursor: default;
  text-transform: uppercase;
  margin-bottom: 4px;
  text-align:justify;
}

.mtsr-ekp-statusbar-dropdown-header span {
  width:100%;
  display:inline-block;
  white-space: nowrap;
  letter-spacing: 9px;

  padding-left: 4px;
  font-weight: 900;

}

.mtsr-ekp-statusbar .mtf-ratedot-dropdown {

  font-size: 0.9em;
    left: unset; 
    transform: unset; 
    right: -5px;
    width: min-content;
    
}
.mtsr-ekp-statusbar-section {
  background: #ededed;
  
  margin-top: 0.4em;
  border-radius: 4px;
  padding-bottom: 1px;
}
.mtsr-ekp-statusbar-item-header {
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 1px;
  color: #5d5d5d;
  font-size: .85em;
  text-align: left;
  letter-spacing: 3px;
  font-weight: 600;
  background-color: #f3f3f3;
  border-radius: 3px;
  padding: 2px;
  padding-left: 5px;
  flex-basis: 100%;
}
.mtsr-ekp-statusbar-item-header.lernampel {

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mtsr-ekp-statusbar-item-header.lernampel .aktuell{

  text-transform: none;
  letter-spacing: 0.5px;
}

.mtsr-ekp-lernampel-nextd {
  font-size: 12px;
  color: gray;
  padding-right: 0.3em;
}

.mtsr-ekp-statusbar-item-row {   
   display: flex;
  justify-content: space-between;
  margin-right: 0.3em;
  margin-left: 0.3em;
  border-radius: 4px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 4px;
  margin-top: 3px;
  min-width: 250px;
  position: relative;
}
.mtsr-ekp-statusbar-item-row.clickable:hover {
  background-color: #d4d4d4;
}
.mtsr-ekp-statusbar-item-row.bright.clickable:hover {
  background-color: #ededed;
}
.mtsr-ekp-statusbar-item-row:not(.row-2) {

}
.mtsr-ekp-statusbar-item-row.row-2 {
  display:block;
}


.mtsr-ekp-statusbar-item-action {

  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;;
  background-color: #23637b17;
}

.mtsr-ekp-statusbar-item-action.active {
  background-color: #3093b7;
  color: white;
}
.mtsr-ekp-statusbar-item-row.clickable:hover .mtsr-ekp-statusbar-item-action {
  /*background-color: #3093b7;*/
  color: white;
}
.mtsr-ekp-statusbar-item-title {
  
    /* display: inline-block; */
    margin-right: 1em;
    margin-left: 0.4em;
    padding: 2px;
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.4em;
    /* word-break: break-all; */
    white-space: nowrap;
    margin-bottom: 2px;
}
.row-2 .mtsr-ekp-statusbar-item-title {
  margin-left: 0.8em;    
  color: gray;
  font-size: 0.9em;
}

.mtsr-ekp-statusbar-item-title.full-width {
  max-width:unset;
}

.mt-gamification-cv-spinner.small {
  top:2px;
  left:1px;
}
.mt-gamification-cv-spinner.small .mt-gamification-spinner {

  width: 13px;
  height: 13px;
  border: 3px #ddd solid;
  border-top: 4px #2e93e6 solid;
}
.mtsr.mt-gamification-cv-spinner .mt-gamification-spinner {
  border-color: white;
  border-top-color: #2e93e6;
}

/**
*
* EKP / REPMODE
*
*/

.mt-spacedrep-ekp-repmode {
    display:block;
}
.mt-spacedrep-ekp-repmode-headline-title {
    display:inline-block;
    margin-right:1em;
}
.mtsr-ekp-repmode-title-container {
  display: flex;
}
.mtsr-ekp-repmode-title-logo-container {

}

.mtsr-ekp-repmode-title-text-container {

  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.mtsr-reel .mt-playlist-reel-title-header {
    background-image: var(--mtsr-main-gradient);
}
#mt-spacedrep-calendar {
    overflow: hidden;
}

.mt-spacedrep-cal-row {
    /*
    background: red;
    display: block;
    width: 100% !important;
    padding: 2px;
    border-radius: 4px;
    */
}

.mtsr-ekp-ratedot-container {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mtsr-ekp-ratedot-changereppf-title {
  display: block;
}

.mtsr-reppf-button-container {
  display:flex;
  justify-content: center;
  padding-top:5px;
  padding-bottom:10px;
  gap:10px;
}
.mtsr-ekp-ratedot-changereppf-container {
  height:fit-content;
  width: 15%;

}
.mtsr-ekp-ratedot-changereppf-container > *{

  opacity: 0.2;
  transition: 0.2s;
}

.mtsr-ekp-ratedot-changereppf-container:hover .mtsr-reppf-button,
.mtsr-ekp-ratedot-changereppf-container:hover .mtsr-ekp-ratedot-changereppf-title,
.mtsr-ekp-ratedot-changereppf-container:hover .mtsr-reppf-text  {
  opacity:1;
}

.mtsr-ekp-ratedot-changereppf-container .mtsr-reppf-text {
  opacity:0;
  color:#cbcbcb;
}


.mtsr-ekp-ratedot-changereppf-container .mtsr-reppf-button {

  background: #eaeaea;
  outline: none;
  color: #000;
  border-radius: 7px;
  width: 42px;
  height: 35px;
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
  user-select: none;
}
.mtsr-ratedot-days {

  position: absolute;
  left: 35%;
  bottom: 15%;

  font-size: 14px;

  display:none;
}

.mtsr-ekp-ratedot-changereppf-container .mtsr-reppf-button:hover {
  cursor: pointer;
  background: #b2b2b2;
}
.intervall-tooltip {
  cursor: pointer;
}
.intervall-erklaerung {
  font-size:12px;
}
.mtsr-ratebox-loading-chosen {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.mtsr-ratedot-select-item:not(.chosen):not(.mtsr-ratedot-select-item-pause) {
    display:inline-block;
    padding: 1em;
    padding-top: 0.8em;
    font-size: 4em;
    border-radius: 25px;
    position: relative;
}
.mtsr-ratedot-select-item.mtsr-ratedot-select-item-pause {
  position: relative;
  border-radius: 25px;
  flex-basis:50%;
}

.mtsr-ratedot-select-item.chosen {
  padding: 0.3em;
  padding-top:0.1em;
  font-size: 1.5em;
  display:block;
  background:lightgray;
  border-radius: 25px;
  width: 4em;

}
.mtsr-ratedot-select-item.chosen:hover {
  
}

.mtsr-loading-saving {

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
.mtsr-ratedot-select-item-pause {
  display: flex;
  padding: 0.75em 0em;
  font-size: 2em;
  width: 35%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
 }

 .mtsr-ratedot-select-item-pause .mtsr-ratedot-pause-text {
  font-size:16px;
  margin: 0px 10px;
  color:#c8c4c4
 }
 .mtsr-ratedot-select-item-pause .mtsr-ratedot {

  display: flex;
 }

 .mtsr-ratedot-select-item-pause:hover .mtf-ratedot-lvl0,
 .mtsr-ratedot-select-item-pause:hover .mtsr-ratedot-pause-text {
  color:gray;
 }
.mtsr-ratedot-select-item:hover {
    background-color: lightgray;
}

.mtsr-ratedot-select-item .mtsr-ratedot-click-top {
    position: absolute;
	z-index:2;
    
	width:100%;
	height: 100%;
	left:0px;
    top:0px;
}

.mtsr-ratedot-select-item .mtsr-ratedot-click-top:hover {
    cursor: pointer;
}


.mtsr-ratedot-number {
  font-size: 14px;
  display: block;
  color:#c6c6c6;
}

.mtsr-ratedot-select-item:hover .mtsr-ratedot-number {
  color:gray;
}

.mt-spacedrep-ratebox-container h4 {
    color:gray;

    font-weight: 300;
 }
.mt-spacedrep-ratebox-container h3 {
    margin-top: 0em;
    margin-bottom: 0.5em;
 }

 .mt-spacedrep-ratebox-nextd {
     font-weight:bold;
 }

 .mt-spacedrep-ratebox.mt-overlay-msg-box {
  top:10%;    
  max-height: 80%;
  overflow: scroll;
 }

 .mt-next-loading-text {
  font-size: 1.3em;
 }


 /**
 *
 *  MTPlaylist Mods
 *
 *
 */


 #mt-playlist-reel-title {
  table-layout: initial !important;
 }

 .mtsr-reel-title-add {

  color: #6a83a7;

 }
 .mtsr-viewreel-navi { 
  color: lightgray;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7em;
  margin-top: 0.4em;
 }
 .mtsr-viewreel-navi a {
  margin-left:8px;
  margin-right: 8px;
  color: #6a83a7;
  /*background: #efefef; */
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #eaf1f1;
  border-color: #eaf1f166 #e4eded59 #e4eded;
  border-bottom: 1px solid #aee1e157;
  
 }
 .mtsr-viewreel-navi a .mt-ekp-top-tabs-count{

    background: #fafafa;
    color: #cdd2e9;
  }
 .mtsr-viewreel-navi a:hover {
  border-color: #eaf1f1 #e4eded #e4eded;
  cursor:pointer;
  
 }
 #mt_playlist.mtsr-otherdecks {
  padding-left: 1em;
 }
.mtsr-otherdecks .mt-playlist-thumbs-li-title { 
 /* white-space: unset;
  word-break: break-word;*/
  overflow:unset;
  white-space: unset;
  font-size: 0.9em;
}
 .mtsr-reel .mt-playlist-thumbs-ul {
    height:auto !important;
    position: relative;
    padding-top:15px;
    padding-bottom:5px;
 }
 .mtsr-reel ul.mt-playlist-thumbs-ul.reel li {
  width:auto;

 }

 .mtsr-viewreel-thumbs-topline {

  display: flex;
  justify-content: space-between;
 }
 .mtsr-viewreel-thumbs-topline-left {
  padding-left: 0.65em;
  font-size:0.75em;
  color:#797979;
 }
 li:hover 
 .mtsr-viewreel-thumbs-topline-left {
  color:#797979;
}
 .mtsr-reel-li-normal-item {
    display:inline-block;
    margin-left:-3px;
}
li.mtsr-li-before-today {
    border-top:1px solid rgb(212, 107, 8);
    position: relative;
}

li.mtsr-li-after-today {
    border-top:1px solid rgb(8, 137, 212);
    position: relative;
}
 .mtsr-reel-li-top-container {
  width: 105px;

}
.mtsr-li-future-gray-item .mtsr-reel-li-top-container:hover {
  background: none;
  border: 1px solid transparent !important;
}
  li.mtsr-reel-today-item-li {
    border-left: 1px solid #9f0000;
    height: 100%;
    border-radius: 0px;
    top: 0;
    position: absolute;
    z-index: 00;
    width: 0px !important;
    color: gray;
    display: inline-block;
    padding: 6px;
    margin-left:10px;
  }
  li.mtsr-reel-today-item {
    border-top: 1px solid #9f0000;
    position: relative
  }
  .mtsr-reel .mt-playlist-thumbs-li-thumbs-container {
    height: 110px;
/*
    border-radius: 15px; */

    border-radius: 25px;

    border: 1px solid #d7d7d7 !important;



  }
  .mtsr-reel .mt-playlist-thumbs-li-thumbs-container div {
    height: inherit;
  }

  .mtsr-reel div.mt-playlist-thumbs-li-thumbs-thumbcell {
      height: 110px !important;
      width: 90px !important;
      
  }

  .mtsr-reel ul.mt-playlist-thumbs-ul.reel li:hover .mt-playlist-thumbs-li-thumbs-thumbcell-container {
    filter: unset;
    -webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
  }

  .mtsr-reel li img.mt-playlist-thumbs-mtthumb {
  max-height: 100%;
  max-width: unset;
  transform: translateX(-27%);
  width: 198px;
}


  li.mtsr-reel-today-item-li.mtsr-today-last {
    width: 70px !important;
    margin-left:10px;
  }
  li.mtsr-reel-today-item-li.mtsr-today-first {
    width: 70px !important;
    margin-left:20px;
  }

  li.mtsr-reel-today-item-li:hover {
    background: initial;
    border:0px !important;
    border-left: 1px solid #9f0000 !important;
    color: gray;
    z-index: -1;
  }

  li.mtsr-li-after-beforeitem {
    margin-left: 10px;
    padding-left: 15px;

  }  
  li.mtsr-li-after-beforeitem-first {
    margin-left: 20px;
    padding-left: 15px;
  }
  li.mtsr-li-after-todayitem {
      margin-left:25px;
  }


  li.mtsr-reel-today-item-li span{
      position: relative;
      top: -8px;
      margin-left: 15px;
  }

  li.mtsr-reel-today-item-li span.mtsr-today-top{
    top: -28px; 
    transform: translateX(-60%);
    display:inline-block;
    margin-left:0px;
}
  li.mtsr-li-before-todayitem span.mtsr-reel-item-span{
      position: absolute;
      top: -19px;
      right: 3px;
      color: gray;
  }

  li.mtsr-li-after-todayitem span.mtsr-reel-item-span,   li.mtsr-li-after-today span.mtsr-reel-item-span{
      position: absolute;
      top: -19px;
      left: 3px;
      color: gray;
  }

  .mtsr-li-future-gray-item {
    filter: grayscale(1);
    animation: 0.3s;
    transition: 0.3s;;
  }
   .mtsr-li-future-gray-item .mt-playlist-thumbs-li-title { 
    color:gray;
   }

   .mtsr-li-future-gray-item-1 {
    position: relative;
    z-index:6;
   }
  .mtsr-li-future-gray-item-2 {
    position: relative;
    left: -90px;
    z-index: 5;
  }
  .mtsr-li-future-gray-item-3 {
    position: relative;
    left: -180px;
    z-index: 4;
  }
  .mtsr-li-future-gray-item-4 {
    position: relative;
    left: -270px;
    z-index: 3;
  }
  .mtsr-li-future-gray-item-5 {
    position: relative;
    left: -360px;
    z-index: 2;
  }

  .mtsr-future-container .mt-playlist-thumbs-li-thumbs-mtf, 
  .mtsr-future-container .mt-playlist-thumbs-li-title, 
  .mtsr-future-container .mtsr-reel-item-date {
    opacity: 0;
    transition: 0.3s;
  }

  .mtsr-li-future-gray-item-1 .mt-playlist-thumbs-li-title {
    opacity:1;
  }
  .mtsr-future-container:hover .mt-playlist-thumbs-li-thumbs-mtf, 
  .mtsr-future-container:hover .mt-playlist-thumbs-li-title, 
  .mtsr-future-container:hover .mtsr-reel-item-date {
    opacity: 1;
  }
  .mtsr-future-container {

   /* width: 155px !important;*/
  }

  .mtsr-li-future-gray-item .mtsr-reel-future-title, .mtsr-reel-future-title-prev {
    
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 5px;
  }
  .mtsr-li-future-gray-item .mtsr-reel-future-title, .mtsr-li-future-gray-item-1 .mtsr-reel-future-title-prev{

    opacity: 1;
  }
  .mtsr-li-future-gray-item-1 .mtsr-reel-future-title, .mtsr-reel-future-title-prev{
    position: absolute;
    opacity: 0;
  }
  
  .mtsr-future-container:hover .mtsr-li-future-gray-item-1 .mtsr-reel-future-title {
    opacity: 1;
  }
  .mtsr-future-container:hover .mtsr-li-future-gray-item-1  .mtsr-reel-future-title-prev{
    opacity: 0;
  }

  .mtsr-future-container:hover .mtsr-li-future-gray-item-1, 
  .mtsr-future-container:hover .mtsr-li-future-gray-item-2, 
  .mtsr-future-container:hover .mtsr-li-future-gray-item-3, 
  .mtsr-future-container:hover .mtsr-li-future-gray-item-4,
  .mtsr-future-container:hover .mtsr-li-future-gray-item-5  {
    left:0px;
  }
  .mtsr-future-container .vignette {

    height: 100%;
  }
  .mtsr-future-container .mtsr-li-future-gray-item-4 .mt-playlist-thumbs-li-thumbs-thumbcell  {
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mtsr-future-container .mtsr-li-future-gray-item-4 img.mt-playlist-thumbs-mtthumb {
    width: 70px !important;
    height: auto !important;
    transform: none;
   }


  .mtsr-reel-item-date {
      color:gray;
      text-align:center;
  }

  .mtsr-reel div.mt-playlist-thumbs-scrollable {
    padding-top: 25px !important;
  }

  .mtsr-flashdiv {
    background: linear-gradient(243deg, #104f8059, #4dacc266);
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    width:105px;
    height: calc(100% - 5px);
    top: 5px;
    border-radius: 5px;
    border: 1px solid #969ccc;
    display:none;

  }

  /**
  *
  * CALENDAR
  */

  #mt-spacedrep-calendar-data {
      display:none;
  }


 .mtsr-cal-row-icon {
    font-size: 1.2em;
 }

 .mtsr-cal-row-count {
    color: #08213e;
  }

  .mtsr-calendar-small .mtsr-cal-row-text {
      display:none;
  }



  /** mods */
  .gc-calendar .gc-event {
      margin-bottom:0px !important;
  }

  #mt-spacedrep-calendar .gc-calendar a.today {
    background-color: #c9e2e2;
    border-radius: 5px;
    padding-left: 10px;
    width: 90%;
  }
  .gc-calendar table.calendar td .day-number {
    font-size:1.2em !important;
    line-height:1.5em !important;
  }
  .gc-calendar table.calendar td .today .day-number {
    color: #ff4c4c !important;
}

.gc-calendar table.calendar tr td:last-child:not(.prev-month):not(.next-month) .day-number,  .gc-calendar table.calendar tr td:nth-last-child(2):not(.prev-month):not(.next-month) .day-number{
    color: #888888 !important;
}

.gc-calendar table.calendar tr td:last-child, .gc-calendar table.calendar tr td:nth-last-child(2){
    background: linear-gradient(90deg,#f9f9f9 90%,transparent 50%); 
}
.gc-calendar table.calendar tr td.prev-month:last-child, .gc-calendar table.calendar tr td.prev-month:nth-last-child(2), .gc-calendar table.calendar tr td.next-month:last-child, .gc-calendar table.calendar tr td.next-month:nth-last-child(2){
    background: linear-gradient(90deg,#fcfcfc 90%,transparent 50%); 
}

  /**
  *
  *thumbs
  */

  .mtsr-thumbs-li-thumbs-container {
    display: block;
    min-height: 116px;
  }

  .mtsr .mt-playlist-thumbs-li-thumbs-clickablelink-container {
      z-index:40;
  }

  .mtsr-thumbs-li-thumbs-container-table {
    border-radius: 15px;
    overflow: hidden;    
    position: absolute;
    width: 90px;
    height: 110px;

    border: 1px solid #d7d7d7 !important;
    box-shadow: 0px 0px 6px #a8a8a8;

    transition: 0.2s;
  }

  .mtsr-thumbs-one {
      z-index: 10;
      transform: rotate(-8deg);
  }
  .mtsr-thumbs-two {
      z-index: 5;
      left: 35px;
      top:-1px;
  }
  .mtsr-thumbs-three {
      z-index: 1;
      left:70px;
      transform: rotate(8deg);
  }

  .mtsr-thumbs-big {
      margin-left: 21%;
  }

  li.mtsr.mt-playlist-normal-item:hover .mtsr-thumbs-one {
    /*  left:-3px;*/
  }
  li.mtsr.mt-playlist-normal-item:hover .mtsr-thumbs-two {
      left: 40px; 
    /*  top:-3px;*/
  }
  li.mtsr.mt-playlist-normal-item:hover .mtsr-thumbs-three {
      left:80px;
  }

  img.mtsr-thumbs-mtthumb {
    max-height: 100%;
    max-width: unset;
    transform: translateX(-27%);
  }
  .mtsr-thumbs-li-thumbs-thumbcell-container {
      height: inherit;
      position: relative;
  }

  .mtsr-thumbs-li-thumbs-container-table .vignette {
      width:100%;
      height:100%;
  }

  .mtsr-thumbs-li-thumbs-container-table .mt-playlist-thumbs-li-thumbs-container-table-vignette {
    opacity: 0.5;
}

.mtsr-thumbs-mtthumb-mtlogo {
    position: absolute;
    z-index:10;
    width:15px;
    top:3px;
    right:3px;
    filter:grayscale(0.2) !important;
}

.reel .mtsr-thumbs-mtthumb-mtlogo {
/*
  top: 4px;
  right: 5px;*/

  right: 7px;
  top: 6px;
}
 .mtsr-thumbs-li-thumbs-container-centerbox {
    width: 160px;
    min-height: inherit;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 3px;
 }

 /**
 *
 *   thumbs other decks
 *
 *
 */


 .mtsr-otherdecks .mt-playlist-thumbs.lernen li {
    width: 85px;
 }

 .mtsr-otherdecks .mtsr-thumbs-li-thumbs-container {
    min-height: 50px;
 }
 .mtsr-otherdecks .mtsr-thumbs-li-thumbs-container-centerbox {
    width:40px;
    height:53px;
    margin:initial;
 }

 .mtsr-otherdecks .mtsr-thumbs-li-thumbs-container-table {
    width:40px;
    height:48px;
 }

 .mtsr-otherdecks .mtsr-thumbs-one {
}
.mtsr-otherdecks .mtsr-thumbs-two {
    left: 15px;
}
.mtsr-otherdecks .mtsr-thumbs-three {
    left:30px;
}

.mtsr-otherdecks .mtsr-thumbs-big {
    margin-left: 38%;
}


.mtsr-otherdecks li.mtsr.mt-playlist-normal-item:hover .mtsr-thumbs-one {
    /*  left:-3px;*/
  }
  .mtsr-otherdecks li.mtsr.mt-playlist-normal-item:hover .mtsr-thumbs-two {
      left: 15px; 
  }
  .mtsr-otherdecks li.mtsr.mt-playlist-normal-item:hover .mtsr-thumbs-three {
      left: 30px;
  }

  .mtsr-otherdecks .mtsr-thumbs-mtthumb-mtlogo {
    width: 10px;
  }

  .mt-playlist-reel-title-header.mtsr-otherdecks {
    font-size:1.3em;
    background-image: var(--mtsr-main-gradient);
  }


  .mt-unified-thumbs-header {

    color:#b5b5b5;
  } 
  .mt-unified-thumbs-header .mt-unified-thumbs-header-button.mt-all {
    background:transparent;
    color:#b5b5b5;
  }

  .mt-unified-thumbs-header .mt-unified-thumbs-header-button:hover {
   
  }

  .mtsr.mt-playlist-lernenthumbs-header-box1, .mtsr.mt-playlist-lernenthumbs-header-box2 {
    position: relative;
  }
  .mtsr-thumbs-uni-create-dropdown {
    position: absolute;
    right: 0;
    
    background: white;
    border-radius: 5px;
    padding: 4px !important;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 10%);
    width: fit-content;
  }
  .mtsr-thumbs-uni-create-dropdown.dropdown-right {

    left: 0;
  }

  .mtsr-thumbs-uni-create-dropdown-item {
    border-radius:3px;
  }
  .mtsr-thumbs-uni-create-dropdown-item:hover {
    background-color: #f4f4f4;
  }

  .mtp-colorful {
    background-image: linear-gradient(45deg, rgba(201,85,84,1) 20%, rgba(9,9,121,1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .mt-playlist-miniicon {
    height: 1em;
    line-height: 1em;
    vertical-align: text-bottom;
    position: relative;
    bottom: 1px;
  }

  .mtsr-ratedot-select-item.mtsr-step2 {
    font-size: 1.5em;
    border-radius: 15px;
  }

  .mtsr-ratedot-select-item.mtsr-done-home {
    background: #f4f4f4;
    font-size: 1em;
    margin: 1em;
    padding:0;

}

  .mtsr-ratedot-select-item.mtsr-done-home:hover {
    background: lightgray;
  }

   .mtsr-ratedot-select-item.mtsr-done-home a {
    display: block;
    padding: 1em 2em;
    padding-top: 0.9em;
    color:gray;
   }


  /**
  dialy lernen

  */
  .mtsr-weekview {
    font-family: Inter, sans-serif;
    margin-bottom:0.1em;

  }

  .mtsr-weekview-header {
    margin-bottom: 0.7em;
    font-size: 0.9em;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

  }
  .mtsr-weekview-content {
    display:flex;
    justify-content: space-between;
    font-family: Inter, sans-serif;
    user-select: none;

  }

  .mtsr-weekview-header-title * {
    display:inline;
  }

  .mtsr-weekview-click-top {

    color: initial;
   }


  .mtsr-weekview-element {
    width: 13%;
    background: #fbfbfb;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mtsr-weekview-element:hover {
    background: #f7f7f7;

  }

  .mtsr-weekview-element-row-item {
    padding:5px;
  }
  .mtsr-weekview .mtsr-head2 {
    margin: 0px auto;
    margin-top: 5px;
    border-radius: 5px;
    padding: 2px;
    padding-left: 10px;
    width: 95%;

    font-weight: 700;
  }
  .mtsr-weekview .mtsr-today  .mtsr-head2 {
    background: #c9e2e2;

  }


  .mtsr-weekview .mtsr-head1 {
    font-weight:100;
    border-bottom: 1px solid #dbdbdb;
    padding:0px;
  }

  .mtsr-weekview .mtsr-item {
    font-size: 0.8em;
    font-weight: 300;
  }
  .mtsr-weekview .mtsr-today .mtsr-item {
    font-weight: 600;
  }


  @media screen and (max-width:820px) {

  
    .mtsr-cal-row-text {
        display:none;
    }
  }

.mtsr-hello {
    margin-top:1em;
}



/**
*
* CONTROL PANEL
*
*/

.mtsr-deck-content-indicator {
  width:100%;
  height:30px;
  background: #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  margin-top:1em;
}

.mtsr-deck-content-indicator div{
  height:100%;
  display:inline-block;
  margin:0;
  border-radius:3px;

  text-align: center;
  color: #7b7b7b;
}

.mtsr-deck-content-mtf-indicator-red {
  color:#a6a6a6 !important;
}

.mtsr-deck-content-row{
  display:flex;
}
.mtsr-deck-content-cell-half {
  width:50%;
}

.mtsr-controlpanel-show .gc-calendar table.calendar td {

  height:100px;
}

.mtsr-deck-content-indicator-new {
  background-color: #20b7a3a1;
  color: #ebebeb !important;
}
.mtsr-deck-content-indicator-rep {
  background-color: var(--mtsr-main-gradient);
  background: linear-gradient(45deg, rgb(101 203 194) 0%, rgb(19 99 172) 100%);
  color: #ebebeb !important;
}

.mtsr-controlpanel-list-info-left {
  margin-right:0.5em;
}
.mtsr-controlpanel-list-info-left .mtf-lcp-mtf-list-item-dot-mtf{

  margin-right: 0.3em;
}
.mtsr-controlpanel-list-info-left .mtf-lcp-type-letter {
  font-size: 0.8em;
}

.mtsr-controlpanel-list-info-left-status {
  width: 20px;
  display:inline-block;
}

.mtsr-controlpanel-list-info-left-status .mtsr-star {

  margin-right: 0.3em;
  font-size: 0.85em;
}

.mtsr-controlpanel a {
  color: rgb(87 109 161);
}

.mtsr-controlpanel ul.mt-playlist-thumbs-ul.controlpanel.list li .mt-playlist-thumbs-li-thumbs-container {

  width: 180px;
  height: 140px;
  display: inline-block;
  box-shadow: unset !important;
  border: 0px !important;
  padding-left: 10px;
  padding-top: 20px;
}

.mtsr-controlpanel ul.mt-playlist-thumbs-ul.controlpanel.list .mt-playlist-thumbs-li-times {
  margin-bottom: 1em;
}




.mtsr-ekp-repmode-select:focus {
  outline: none;
}


.mtsr-ekp-repmode-select {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

  background-color: #ebf3f3;
}

.brd {
       border: 1px solid #e2eded; 
  border-color: #eaf1f1 #e4eded #e4eded;

  border-color: #eaf1f147 #e4eded47 #e4eded;/*
  border-color: transparent transparent transparent transparent;*/
  border-bottom: 1px solid #aee1e157;
}

#select-box:hover .brd {
  border: 1px solid #e2eded;
border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}


#mtsr-ekp-repmode-selector-form {
  position: relative;
  width: 220px;/*300px;*/
  height:36px;/* 42px; */
  z-index:99999999999;
  
    margin: 0;
    margin-left: 2.5em;

    user-select: none;
}

#select-button {
  position: relative;
  /*height: 16px;*/
  padding: 8px 14px; /*12px 14px;*/
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  height: 36px/*42px; */
}

#options-view-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

#selected-value {
  font-size: 16px;
  line-height: 1;/*
  margin-right: 26px;
   */
    margin-left: 26px;
}

.option i {
  width: 16px;
  height: 16px;
  width: 40px;
  height: 30px;
  border-radius:5px;

}

.option,
.label {
  color: #2d3667;
  font-size: 16px;
}

#chevrons {
  position: absolute;
  top: 0;
  /*right: 0; */
  left: 7px;
  bottom: 0;
  width: 12px;/*
  padding: 9px 14px;*/
  padding: 2px 0px;
  padding-right: 15px;
}

#chevrons i {
  display: block;
  height: 100%;
  color: #d1dede;
  font-size: 12px;
  text-align: right;

    padding-top: 9px;
}

#options-view-button:checked + #select-button #chevrons i {
  color: #2d3667;
}

.options {
  position: absolute;
 /* left: 0; */
  width: 50px;
}

.mtsr-repmode-menu-icon{
  width:44px;
}

#mtsr-ekp-repmode-select-options {
  position: absolute;
  top: 36px;/*42px;*/
  right: 0;
  left: 0;
  width: 218px;/*298px;*/
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
}

#options-view-button:checked ~ #mtsr-ekp-repmode-select-options {
  border: 1px solid #e2eded;
  border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}

.option {
  position: relative;
  line-height: 1;
  transition: 0.3s ease all;
  z-index: 2;
}

.option i.list-icon {
  position: absolute;
 /* left: 14px; */
    left: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
  padding: 0;
  display: none;

  justify-content: center;
  align-items: center;
  
}
.option i.top-icon {
  


  margin-right: 9px;
  width: 37px;
  height: 28px;
  position: relative;
  top: -5px;


  display:block;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.option i.top-icon.icon-3 {
  top: -6px;
}


.option i:not(.mtsr-repmode-menu-woborder) {


  background:white;
  box-shadow: 0 0 4px 0px rgba(0,0,0,.1);
 

}

.option i:not(.mtsr-repmode-menu-woborder) {
  box-shadow: 0 0 2px 0px rgba(0,0,0,.1);
}

.mtsr-repmode-menu-icon {
  max-width:none;

}

.mtsr-repmode-menu-icon-1 {
  width:88px;
  /*
  transform:translate(-25%,-25%); 
  */
}

.mtsr-repmode-menu-icon-2 {
/*
  transform: translate(-5px,-3px);*/
  width: 50px;
  transform: translateY(1px);
}

.top-icon .mtsr-repmode-menu-icon-2{
  
  width: 45px;
}
.mtsr-repmode-menu-icon-3 {
/*
  transform: translate(-1px, -2px);*/
}
.mtsr-repmode-menu-icon-4 {
  width:20px;/*
  transform: translate(-1px, -2px);*/
}
#options-view-button:checked ~ #mtsr-ekp-repmode-select-options .option i {
  display: block;

  display: flex;
  /*padding: 12px 0;*/
}

.label {
  display: none;
  padding: 0;
  margin-left: 55px;
}

#options-view-button:checked ~ #mtsr-ekp-repmode-select-options .label {
  display: block;
  padding: 12px 14px;
}

.s-c {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

.s-c.top {
  top: 0;
}

.s-c.bottom {
  bottom: 0;
}

.option input[type="radio"] {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  margin: 0 !important;
  opacity: 0;
  cursor: pointer;
  z-index:2;
}
/*
.s-c:hover ~ i {
  color: #fff;
  opacity: 0;
}

.s-c:hover {
  height: 100%;
  z-index: 1;
}

.s-c.bottom:hover + i {
  bottom: -25px;
  animation: moveup 0.3s ease 0.1s forwards;
}

.s-c.top:hover ~ i {
  top: -25px;
  animation: movedown 0.3s ease 0.1s forwards;
}
*/
/*
@keyframes moveup {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes movedown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}*/

.label {
  transition: 0.15s ease all;
}

.opt-val {
  position: absolute;
  left: 26px;/*12px; */
  width: 180px;/*217px;*/
  height: 21px;
  opacity: 0;
  background-color: #fff;
  transform: scale(0);
  display:flex;
}

.option input[type="radio"]:checked ~ .opt-val {
  opacity: 1;
  transform: scale(1);
}

.option input[type="radio"]:checked ~ i {
  top: 0;
  bottom: auto;
  opacity: 1;
  animation: unset;
}

.option input[type="radio"]:checked ~ i,
.option input[type="radio"]:checked ~ .label {
  color: #fff;
}

.option input[type="radio"]:checked ~ .label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#options-view-button:not(:checked)
  ~ #mtsr-ekp-repmode-select-options
  .option
  input[type="radio"]:checked
  ~ .opt-val {
  top: -27px;/*-30px;*/
}

.option:nth-child(1) input[type="radio"]:checked ~ .label:before {
  background-color: #f48024;
  background-color: #579ab6;/*#3787a8;*/
  border-radius: 4px 4px 0 0;
}

.option:nth-child(1) input[type="radio"]:checked ~ .opt-val {
  top: -28px;/*-31px;*/
}

.option:nth-child(2) input[type="radio"]:checked ~ .label:before {
  background-color: #ea4c89;
  background-color: #579ab6;/*#3787a8;*/
}

.option:nth-child(2) input[type="radio"]:checked ~ .opt-val {
  top: -68px;/*-71px;*/
}

.option:nth-child(3) input[type="radio"]:checked ~ .label:before {
  background-color: #0057ff;
  background-color: #579ab6;/*#3787a8;*/
}

.option:nth-child(3) input[type="radio"]:checked ~ .opt-val {
  top: -108px;/*-111px;*/
}

.option:nth-child(4) input[type="radio"]:checked ~ .label:before {
  background-color: #32c766;
  background-color: #579ab6;/*#3787a8;*/
  border-radius: 0 0 4px 4px;
}

.option:nth-child(4) input[type="radio"]:checked ~ .opt-val {
  top: -148px;/*-151px;*/
}
/*
.option:nth-child(5) input[type="radio"]:checked ~ .label:before {
  background-color: #f48024;
}

.option:nth-child(5) input[type="radio"]:checked ~ .opt-val {
  top: -191px;
}

.option:nth-child(6) input[type="radio"]:checked ~ .label:before {
  background-color: #006400;
}

.option:nth-child(6) input[type="radio"]:checked ~ .opt-val {
  top: -231px;
}*/

.option .fa-codepen {
  color: #000;
}

.option .fa-dribbble {
  color: #ea4c89;
}

.option .fa-behance {
  color: #0057ff;
}

.option .fa-hackerrank {
  color: #32c766;
}

.option .fa-stack-overflow {
  color: #f48024;
}

.option .fa-free-code-camp {
  color: #006400;
}

#option-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  transition: 0.3s ease all;
  z-index: 1;
  display: none;
}

#options-view-button:checked ~ #mtsr-ekp-repmode-select-options #option-bg {
  display: block;
}

.option:hover .label {
  color: #fff;
}

.option:nth-child(1):hover ~ #option-bg {
  top: 0;
  background-color: #f48024;
  background-color: #579ab6;/*#3787a8;*/
  border-radius: 4px 4px 0 0;
}

.option:nth-child(2):hover ~ #option-bg {
  top: 40px;
  background-color: #ea4c89;
  background-color: #579ab6;/*#3787a8;*/
}

.option:nth-child(3):hover ~ #option-bg {
  top: 80px;
  background-color: #0057ff;
  background-color: #579ab6;/*#3787a8;*/
}

.option:nth-child(4):hover ~ #option-bg {
  top: 120px;
  background-color: #32c766;
  background-color: #579ab6;/*#3787a8;*/
  border-radius: 0 0 4px 4px;
}

.option:nth-child(5):hover ~ #option-bg {
  top: 160px;
  background-color: #f48024;
  background-color: #579ab6;/*#3787a8;*/
}

.option:nth-child(6):hover ~ #option-bg {
  top: 200px;
  background-color: #006400;
  background-color: #579ab6;/*#3787a8;*/
}

.mtsr-ekp-statusbar .mtsr-ratedot-select-item.quickrate { 

  padding: 0.1em 2em;
  border-radius: 7px;
    font-size: 1em;
}

.mtsr-ekp-statusbar .mtsr-lernampel-quick-nextd {
  display:none;
}

 .mtsr-ratedot-quickrate-loading-container {

  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: lightgrey;
  border-radius: 5px;
  display:none;
 }

 .mtsr-loading .mtsr-ratedot-select-item.quickrate {
  user-select: none;
  pointer-events: none;
 }

 .mtsr-ratedot-quickrate-loading-container .text {
  display: flex;
 }