.sample-dictionary {
    display: none;
}

/*  [#] css below here is base style for this web so becarefull,
    it's used on many places on this website! */
#today-datetime {
    align-items: center;
    overflow: hidden;
    background-color: #d6e7ff;
    display: inline-flex;
    padding-right: 25px;
    border-radius: 15px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #4490ff;
    border-right: 2px solid #4490ff;
}
#today-datetime span {
    margin-right: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #4490ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
/* [#] END */

/* #Dictionary */
#dictico-show {
    padding-bottom: 30px !important;
}
.dictico-related {
    width: 62%;
    padding: 0 10% 30px 10%;
}
.dictico-related h3 {
    font-size: 150%;
    color: rgba(0,0,255);
}
.other-result {
    padding-bottom: 30px !important;
}
.other-result h3,
.dictico-related h3{
    line-height: unset !important;
    margin-bottom: 10px;
}
.other-result .list a,
.dictico-related ul li a {
    font-weight: 500;
    color: #000;
    height: auto;
    line-height: 12px;
    text-align: center;
    display: block;
    font-size: 17px;
    border-radius: 3px;
    padding: 7px 11px;
    box-shadow: 0 0 10px -6px rgba(34,34,34,.2);
    border: 1px solid rgba(0,0,0,.2);
    margin-right: 0;
    margin-bottom: 7px;
    text-decoration: none;
    transition: all .2s ease;
}
.dictico-related ul li a {
    margin: 0 !important;
}
.other-result .list a:hover,
.dictico-related ul li a:hover {
    text-decoration: underline;
    color: #00f;
}
@media(max-width: 892px){
    .sample-dictionary {
        display: block;
    }
    .sample-dictionary .dictionary {
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 .8rem 0 .8rem !important;
    }
    .dictico-related {
        width: 100%;
    }
}
/**/

/* ----------- Lesson of the day */
.pre-flex-row {
  display: flex;
  flex-direction: row;
}

.lod-topparts {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.loudictionary {
  align-items: center;
  margin-bottom: 13px;
}

.loudictionary .logo {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  box-sizing: border-box;
  border: 1px solid #725DFF;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.loudictionary .logo img {
  width: 15px;
  height: 7px;
  display: block;
}

.loudictionary .brand {
  font-weight: bold;
  color: rgba(0,0,0,.7);
}

.lod-lessons {
  background: transparent;
  border-radius: 0 0 5px 5px;
}

.lod-lessons a {
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.lod-lessons .lesson {
  width: 100%;
  border-bottom: 1px solid rgb(0 0 0 / 13%);
}

@media (max-width: 892px){
    .lod-lessons .lesson {
      display: flex;
    }    
}

.lod-lessons .lesson .numbering {
  width: 20px;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 20px;
  flex-shrink: 0;
  font-size: x-large;
}

@media (max-width: 892px){
    .lod-lessons .lesson .numbering {
        margin-right: 0px;
        margin-left: 0px;
        line-height: normal;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.lod-lessons .lesson .title {
  display: flex;
  padding: 10px 0;
  border-radius: 0;
  margin: 0 20px;
  flex-grow: 1;
  color: black;
  align-items: center;
  font-size: smaller !important;
  justify-content: space-between;
  transition: box-shadow .2s ease-in-out;
}

@media (max-width: 892px){
    .lod-lessons .lesson .title {
      margin: 0 !important;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .lod-lessons .lesson .title span:nth-child(1) {
      flex-grow: 1;
      width: 100%;
    }
}

.lod-lessons .lesson .title p {
    margin-bottom: 0 !important;
    line-height:  1.2;
}

.lod-lessons .lesson .title * {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.2;
}

@media(max-width: 892px){
    .lod-lessons .lesson .title * {
        font-size: 13px !important;
        font-weight: 600;
        line-height: 1.2;
    }   
}

.word-listtitle p span {
    font-size: x-large !important;
    font-weight: bold;
}

/*.lod-lessons .lesson .title:hover {*/
/*  box-shadow: 0 0 10px -6px rgba(0,0,244,.7);*/
/*}*/

.lod-lessons .lesson .material-icons {
  color: blue;
  font-size: medium;
}
/* ----------- */

.column-select {
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.column-select button {
    background-color: #947BFB;
    border: none;
    border-radius: 5px;
    color: white;
    height: 30px;
    margin-bottom: 3px;
        margin-top: 3px;
    padding: 0 15px;
    font-weight: 600;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.72);
    margin-right: 3px;
}

@media(max-width: 892px){
    .column-select {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .column-select button {
        font-size: 12px;
        padding: 0 4px;
        margin: 0;
        margin-bottom: 2px;
        margin-top: 2px;
    }
}

@media (max-width: 892px){
    #Result p, #Result span {
    font-size: 15px;
    line-height: 1.05!important;
    }
    .initial-fontsize {
    font-size: initial !important;
}
}

/* 10 December 2021 */
.dictionary-form .input-field .input-box .overlay {
    position: fixed;
    background-color: white;
    width: 100%;
    left: 100%;
    top: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1100;
}

.dictionary-form .input-field .input-box .overlay .section-1 {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 5%;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.dictionary-form .input-field .input-box .overlay .section-1 span {
    font-size: medium;
    font-weight: bold;
}

.dictionary-form .input-field .input-box .overlay .section-1 .close-overlay {
    width: 50px;
    height: 50px;
    border-left: 1px solid rgba(0,0,0,.2);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: large;
}

.dictionary-form .input-field .input-box .overlay .section-2 {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}

.dictionary-form .input-field .input-box .overlay .section-2 > span {
    display: block;
    padding: 10px 0;
    font-size: medium;
    font-weight: 500;
}

.dictionary-form .input-field .input-box .overlay .section-2 div > a {
    display: flex;
    align-items: center;
    height: 30px;
    font-size: large;
    font-weight: 500;
    margin-bottom: 5px;
}

.dictionary-form .input-field .input-box .overlay .section-2 div > a:hover {
    text-decoration: underline;
}



.dictionary-form .input-field .submit-box {
    display: flex;
    justify-content: space-between;
}

.dictionary-form .input-field .submit-box .buttons {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    margin-right: 20px;
}

.dictionary-form .input-field .submit-box .buttons button:nth-child(2) {
    width: 93%;
    margin: 5px 0;
}



.dictionary-form .input-field .submit-box .buttons > .active {
    box-shadow: 0 0 10px -6px rgba(0,0,0,.5);
}

.dictionary-form .input-field .submit-box button[type="submit"] {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border-bottom: 2px solid #FF5403;
    border-right: 2px solid #FF5403;
    border-left: 2px solid #FFF323;
    border-top: 2px solid #FFF323;
    color: white;
    font-size: large;
    background-color: #ffb344;
    box-shadow: 0 0 10px -4px rgba(0,0,0,.3);
}

@media (max-width: 892px){
  .greet-card {
      display: none !important;
  }

  .dictionary-form {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .dictionary-form .header {
    display: flex;
    align-items: center;
  }

  .dictionary-form .header > .logo {
    width: 70px;
    flex-shrink: 0;
    margin-right: 5%;
  }

  .dictionary-form .header > .logo > img {
    width: 100%;
    display: block;
  }

  .dictionary-form .header > .text {
    font-size: small !important;
  }

  .dictionary-form .header > .text h1 {
    width: 210px;
    font-size: large;
    margin: 0;
    font-weight: bold;
    line-height: 1;
  }

  .dictionary-form .header > .text p {
    margin-top: 5px;
    margin-bottom: 0;
    color: rgb(0, 128, 0);
    text-decoration: underline;
  }
}
/* 10 December 2021 END */

.dictionary-action {
    position: absolute;
    right: 15px !important;
    top: 7px !important;
    display: flex;
}

.dictionary-clearinput {
    display: none;
    color: white;
    border-radius: 30px !important;
    line-height: 1.8;
    width: auto;
    height: 30px;
    align-items: center;
    overflow: hidden;
    padding: 0 10px;
    background-color: #4490ff !important;
}

.dictionary-clearinput span {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 30px !important;
    background-color: #4490ff !important;
    justify-content: center;
    align-items: center;
}

.dictionary-notice .icon {
        width: 30px;
    height: 30px;
    color: red;
    border: 1px solid red;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.dictionary-notice .icon span {
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.dictionary-notice .message, .sample-words {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1202;
    background-color: rgb(214, 226, 245);
}

.dictionary-notice .message-wrap,
.sample-words ul {
    position: relative;
    top: 100px;
    left: 5%;
    width: 90%;
    box-shadow: 0 0 10px -5px rgba(0,0,0,.3);
    background-color: white;
    padding: 20px 0;
}

@media(max-width: 892px){
    .sample-words ul {
        position: relative;
        top: 100px;
        left: 0 !important;
        width: 100% !important;
        box-shadow: 0 0 10px -5px rgba(0,0,0,.3);
        background-color: white;
        padding: 20px 0;
    }
}

.dictionary-notice .message-wrap div:nth-child(1), .sample-tag{
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 25px;
    justify-content: space-between;
}

.dictionary-notice .message-wrap div:nth-child(1) > div, .sample-tag > div {
    margin: 0;
    display: flex;
    align-items: center;
}

.dictionary-notice .message-wrap div:nth-child(1) .close, .sample-tag .close{
    background-color: white;
    color: black;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-right: 0;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,.2);
    font-size: x-small;
}

.dictionary-notice .message-wrap div:nth-child(1) span, .sample-tag span {
    color: red;
    margin-right: 5px;
}

.dictionary-notice .message-wrap div:nth-child(2) {
    padding: 0 20px;
    margin-bottom: 10px;
}

.dictionary-notice .message div:nth-child(3) {
    margin-bottom: 20px;
    background-color: black;
    color: white;
    height: 93px;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 20px;
    align-items: center;
}

.dictionary-notice .message div:nth-child(3) p {
    margin: 0;
    font-weight: bold;
}

.dictionary-notice .message div:nth-child(3) a {
    border-radius: 0 !important;
    width: 93px;
    height: 93px;
    flex-shrink: 0;
    position: relative;
}

.dictionary-notice .message div:nth-child(3) a:after {
    content: "";
    position: absolute;
    background-color: white;
    top: 50%;
    bottom: 13%;
    left: 98%;
    right: 0;
}

.dictionary-notice .message, .dictionary-notice .sample-words {
    display: none;
}
.sample-words {
    overflow: hidden;
}
.sample-words ul {
    height: 80vh;
    overflow: auto;
    list-style-type: decimal;
    list-style-position: outside;
}

.sample-words ul h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.sample-words ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    padding-right: 20px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.sample-words ul li .num {
    width: 45px;
    text-align: right;
    margin-right: 5px;
}

.sample-words ul li .select {
    user-select: auto;
    background-color: #4490ff;
    color: white;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: small;
    font-weight: bold;
}

.dictionary-notice .message-wrap div:nth-child(4) {
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: small;
    box-shadow: 0 0 21px -5px rgba(117, 117, 117, 0.4);
    margin: 0 20px;
}

@media (min-width: 892px){
    .dictionary-notice .message-wrap,
    .sample-words ul {
        position: relative;
        top: 100px;
        left: 0;
        width: 50%;
        box-shadow: 0 0 10px -5px rgba(0,0,0,.3);
        background-color: white;
        padding: 20px 0;
        margin: auto;
    }
    .dictionary-notice .message-wrap div:nth-child(1), .sample-tag {
      margin-right: 40px;
      margin-left: 40px;
    }
    .dictionary-notice .message-wrap div:nth-child(2) {
      padding: 0 40px;
    }
    .dictionary-notice .message div:nth-child(3) {
      padding-left: 40px;
    }
    .dictionary-notice .message-wrap div:nth-child(4) {
      margin: 0 40px;
    }
}

/**/
.column-select .active {
    background-color: white;
    color: black;
}

.initial-fontsize {
    font-size: initial !important;
}


/* Word of the day */
    .word_of_the_day_container .word_of_the_day {
        padding: 40px 60px;
        margin: 30px 15%;
        border-radius: 15px;
    }
    .word_of_the_day_container .hero-content {
        padding: 15px 15% 18px 15%;
    }
    .word_of_the_day_container .title {
        margin: 30px 15% 0 15%;
        display: inline-flex;
    }
    .word_of_the_day_container .title .img {
        width: 58px;
        height: 58px;
        margin-right: 20px;
    }
    .word_of_the_day_container .title .img img {
        display: block;
        width: 100%;
    }
    .word_of_the_day_container .title h1 {
        font-size: xx-large;
        line-height: initial;
        width: initial;
    }
    #loudictionary {
        margin: 0;
        font-weight: bold;
        color: #ffb344;
    }
    @media (max-width: 892px){
        .word_of_the_day_container .title .img {
            width: 48px;
            height: 48px;
        }
        .word_of_the_day_container .title {
            display: flex;
            /*justify-content: center;*/
        }
        .word_of_the_day_container .title,
        .word_of_the_day_container .word_of_the_day {
            width: 90%;
            margin: 30px auto 0 auto;
        }
        .word_of_the_day_container .word_of_the_day {
            padding: 30px;
            border-radius: 5px;
            margin-bottom: 30px;
        }
        .word_of_the_day_container .title h1 {
            font-size: x-large;
        }
    }
/* Word of the day END */

/* Login False */
#word_list_wrapper .content-list {
    width: 100%;
}
#word_list_wrapper .content-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #084594a1;
    overflow: hidden;
    /*  Debug  */
    background-color: white;
  }

#word_list_wrapper .content-box > div {
    display: flex;
    flex-direction: column;
  }

#word_list_wrapper .content-box > div:nth-child(1) {
    width: 68%
  }

  #word_list_wrapper .content-box > div:nth-child(2) {
    width: calc(32% - 15px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-right: 15px;
  }

  #word_list_wrapper .content-box > div .id:nth-child(1) {
    background-color: #51a463;
    color: white;
    height: 35px;
    display: flex;
    align-items: center;
    font-weight: 400;
    border: 1px solid #084594a1;
    transform: skew(-0deg);
    border-radius: 0 0 50px 0;
    position: relative;
    left: -20px;
    top: -5px;
  }

  #word_list_wrapper .content-box > div .id:nth-child(1)::after {
    content: "loudictionary";
    transform: skew(0deg);
    padding-left: 35px;
    padding-top: 5px;
  }

  #word_list_wrapper .content-box > div .id:nth-child(2){
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-bottom: 5px;
    font-weight: bold;
  }

  #word_list_wrapper .content-box > div:nth-child(2) .button {
    width: 40px;
    height: 40px;
    font-size: x-large;
    color: #084594a1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #084594a1;
    border-radius: 30px;
  }

  #word_list_wrapper .menu-overlay {
    width: 32%;
    height: 100vh;
    border: 1px solid rgba(0,0,0,.2);
    overflow: hidden;
    position: relative;
    padding: 30px;
    position: fixed;
    top: 70px;
    right: -100%;
    transition: .2s ease-in-out;
    z-index: 100;
    background-color: white;
  }

  #word_list_wrapper .menu-overlay .header {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 25px;
  }

  #word_list_wrapper .menu-overlay .header {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #word_list_wrapper .menu-overlay .header span:nth-child(1){
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
  }

  #word_list_wrapper .menu-overlay .header .title {
    margin-left: 7px;
  }

  #word_list_wrapper .menu-overlay .header .close {
    border-radius: 40px;
    width: 60px;
    height: 30px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: bold;
    font-size: 25px;
    border: 2px solid #084594a1;
    transition: .2s ease-in-out;
    cursor: pointer;
  }

  #word_list_wrapper .menu-overlay .header .close:hover {
    background-color: rgb(80, 80, 80);
    color: white;
  }

  #word_list_wrapper .menu-overlay .list-box {
    padding: 0 15px 15px 15px;
    height: 85%;
    overflow: hidden;
    overflow-y: auto;
  }

  #word_list_wrapper .menu-overlay .list-box .list-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%;;
    color: #000;
    border-bottom: 1px solid #084594a1;
    text-decoration: none;
    transition: .4s ease-in-out;
    margin-bottom: 0;
  }

  #word_list_wrapper .menu-overlay .list-box .list-item:hover .button {
    border: 2px solid rgb(0, 0, 211);
  }

  #word_list_wrapper .menu-overlay .list-box .list-item:hover .title {
    color: #000;
  }

  #word_list_wrapper .menu-overlay .list-box .list-item .free {
    width: 50px;
    font-weight: bold;
    color: rgb(255, 194, 64);
    text-shadow: 0 0 1px rgba(255, 0, 0, 0.2);
    flex-shrink: 0;
  }

  #word_list_wrapper .menu-overlay .list-box .list-item .icon {
    width: 30px;
    height: 40px;
    display: flex;
    font-size: medium;
    flex-shrink: 0;
    align-items: center;
    color: black;
    font-weight: bold;
    justify-content: center;
  }

  #word_list_wrapper .menu-overlay .list-box .list-item .title {
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 10px;
    flex-grow: 1;
    transition: .2s ease-in-out;
    cursor: pointer;
  }

  #word_list_wrapper .menu-overlay .list-box .list-item .button {
    background-color: rgba(198, 241, 255, 0.4);
    border-radius: 40px;
    border: 1px solid rgb(0, 0, 211);
    width: 23px;
    height: 23px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #084594a1;
    transition: .2s ease-in;
  }

  #word_list_wrapper .menu-overlay .list-box > .list-item:last-child { border: none !important; }

  /* Desktop screen handling */
  @media (min-width: 892px) {

  }

  /* Phone screen management */
  @media (max-width: 892px) {
    #word_list_wrapper .menu-overlay {
        width: 100%;
    }
  }
/* Login False END */


/* Sidemenu */
.position-right {
    right: -38.2% !important;
}
.off-canvas.is-open {
    right: 0 !important;
}
.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px -6px rgba(0,0,0,.3) !important;
}
/* Sidemenu END */


/* ADS */
.creative-image {
    width: inherit !important;
    height: inherit !important;
}

.grammar_wrapper ul li, .wordlist_wrapper ol li {
    box-shadow: 5px 5px 0px 0px rgba(109,40,217);
    font-weight: bold;;
}
















