/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
*{
    box-sizing: border-box;
}

:root{
    --sn-safe-bottom: env(safe-area-inset-bottom, 0px);
}

.toast {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    max-width: 80%;
    padding: 18px 40px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 9999;
}

.toast.show {
    bottom: 100px;
    bottom: calc(100px + var(--sn-safe-bottom));
    opacity: 1;
}

.toast.success {
    background: #28a745;
    /* xanh */
}

.toast.error {
    background: #dc3545;
    /* đỏ */
    
}
.dictation-main-content-2{
    margin-top: 50px;
}
.dictation-view{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.375rem .5rem; border:1px solid #ddd; border-radius:.5rem;
  position: relative;
  background: #fff;
      margin-bottom: 30px;
}
.dictation-eye{
  border:0; background:transparent; cursor:pointer; line-height:1;
  position: absolute;
  top: -21px;
  left: calc(50% - 10px);
}
.dictation-text{ white-space:pre; font-family:inherit; }

.dictation-input{
    transition: all 0.3s;
}
.dictation-input:focus{
    border:1px solid #228fff;

}
.wrap-wave-audio{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.custom-play-btn{
    margin-right: 10px;
}
.visible-hidden{
    visibility: hidden;
}
.waveform,.waveform-2{
    flex-grow: 1;
}
.pharse-item-2.active{
 border: 2px solid rgb(118 237 193);
}
.sgbo-2 {
   justify-content: end;
       font-size: 15px;
       width: 100% !important;
       margin-bottom: 15px !important;

}
.sgbo-2 .replay-audio-step-2{
    display: flex;
    align-items: center;
    padding: 6px 12px;
    cursor: pointer;
    background: #fff;
    color:#333;
    font-size: 15px;
    border-radius: 20px;


}
.sgbo-2 .replay-audio-step-2 svg{
    margin-right: 5px;
}
.sgbo-2 .audio-speed-btn{
    padding: 3px 14px;
    border: 2px solid #818181;
    color: #4e4e4e;
    font-size: 14px;

}
.sgbo-2 .suggest-btn{
    padding: 6px 25px 6px 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color:#333;
}
.m-divice{
    height: 22px;
    width: 1px;
    background: #c5c5c5;
    margin: 0 8px;

}
.tabs-style-mb {
  display: flex;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  padding: 4px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 10px !important;
}

.tab {
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
  width: 33.33%;
}

.tab.active {
  background: linear-gradient(135deg, #4f8cff, #347dff);
  color: #fff;
  font-weight: 600;
}

.tab:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.replay-audio-step-2{
    display: inline-block;
        padding: 4px 25px;
        border-radius: 14px;
        background: #fd9d4b;
        color: #fff;
        text-decoration: none;
        margin-left: 5px;
        cursor: pointer;
}
.sw-tab-pill-content-item, .tab-component-content-item {
    display: none;
}
.sw-tab-pill-content-item.active, .tab-component-content-item.active {
    display: block;
}
.pharse-item-2{
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
}
.eng-pharse-2{
    color:#333;
    font-weight: 500;
}
.vi-pharse-2{
    color: grey;
}
.eng-pharse.speakw{
    display: flex;
    flex-wrap: wrap;
}
.eng-pharse.speakw > * {
    margin-bottom: 8px !important;
    margin-right: 8px !important;
    text-underline-offset: 6px;
    cursor: pointer;
    color: green;
}
.speak-word, .solution-word{
    text-decoration: underline 2px dotted rgb(210, 216, 223);
}
.lock-audio-button [data-plyr="fast-forward"], .lock-audio-button [data-plyr="rewind"],.lock-audio-button [data-plyr="settings"], .lock-audio-button .plyr__progress{
    pointer-events: none;
}
.invisible{
    visibility: hidden;
}
.sn-guide{
    flex-grow: 1;
    text-align: right;
    padding-right: 10px;
    position: relative;
    top: -5px;
}
.sn-player-header__discussions-toggler__title{
    display: flex;
}
.part-1 .dictation-main-content,.part-1 .suggest-box, .part-1 .part-list, .part-2 .dictation-main-content,.part-2 .suggest-box, .part-2 .part-list{
    width: 400px;
    margin: 0 auto;
}

.part-3 .dictation-main-content,.part-3 .suggest-box, .part-3 .part-list, .part-4 .dictation-main-content,.part-4 .suggest-box, .part-4 .part-list{
    width: 800px;
    margin: 0 auto;
}
.part-2 .question-item{
    justify-content: center !important;
}
.part-3 .wrap-step-tab-3 .wrap-img-m{
    display: none;
}
.total-played-audio{
    cursor: pointer;
}
.hover-show{
    width: 0;
    transition: all 0.4s;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.total-played-audio:hover .hover-show{
    width: 230px;
}
.sn-content{
    padding: 0 30px;
    overflow: auto;
    width: 100%;
}
.sn-content.che-do-don-gian{
    padding-bottom: 50px;
}
.che-do-don-gian .main-box{
    max-width: 800px;
    margin: 0 auto;
}
.sn-player-discussions__content::-webkit-scrollbar, .sn-player-content__wrapper::-webkit-scrollbar {
    display: none;
}

.right-col {
    transition: all 0.4s;
    width: 0;
    margin-right: -1px;
    flex-shrink: 0;
    position: relative;
}

.right-col.open {
    width: 360px;
    background: #fff;
}
.open-dictionary.open {
    width: 460px ;
}
.resize-button {
    cursor: ew-resize;
    touch-action: none;
    position: relative;
    z-index: 10;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 10px);
    left: -10px;
    background-size: 100% 100%;
    display: none;
}
.right-col.open .resize-button{
            display: block;
        }
.no-transition .right-col, .no-transition .sw-player-header__discussions, .no-transition .sw-player-content__wrapper{
    transition: none !important;
}
.right-col:not(.open){
            width: 0 !important;
        }

.navi-questions, .sn-player-discussions, .sn-dictionary {
    display: none;
}

.open-dictionary .sn-dictionary {
    display: flex;
    padding: 20px;
    overflow: auto;
    height: calc(100% - 70px);
}

.open-dictionary .sn-dictionary {
    display: flex;
    padding: 20px;
    overflow: auto;
    height: calc(100% - 70px);
}
.open-discussion .sn-player-discussions {
    display: flex;
}
.sn-player-header__discussions_open .sn-player-header__discussions-toggler{
    border-left: 0;
}
.sn-player-discussions__mobile-header {
    display: none;
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.sn-player-discussions__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    height: 100%;
}
.sn-player-discussions__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 2px);
    padding: 20px;
    overflow: auto;
    background: #fff;
    scrollbar-width: none;
}

.sn-player-header__discussions {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 360px;
    justify-content: space-between;
    transition: all 0.5s;
    position: relative;
    background: #fff;
/*    border-bottom: 1px solid #ddd;*/
    margin: 15px 0;
}
.sn-player-header__discussions.sn-player-header__discussions_open {
    flex-grow: 1;
}
.sn-player-header__discussions-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px 0 15px;
    margin: 0;
    background: 0 0;
    border: none;
    border-left: 1px solid #ddd;
    outline: 0;
}
.sn-player-header__discussions-toggler__title svg {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.sn-player-header__discussions-close-btn {
    display: none;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none;
    outline: 0;
    color: #4d5e6f;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.sn-player-header__discussions-close-btn svg {
    width: 20px;
    height: auto;
    fill: grey;
}
.sn-player-header__discussions.sn-player-header__discussions_open .sn-player-header__discussions-close-btn {
    display: flex;
}
.part-menu:not(.close) .icon-2{
    display: none;
}
.part-menu.close img{
    width: 35px;
}
.part-menu.close .icon-1{
    display: none;
}
.tn-no-image .wrap-question{
    max-width: 600px;
    margin: 0 auto;
}
.flex-right .switch{
    margin-right: 0;
    margin-left: 5px;
}
.part-1-row{
    display: flex;
    justify-content: space-between;
}
.part-1-row > * {
    width: 49%;
    height: calc(100vh - 144px);
    height: calc(100dvh - 144px);
    overflow-x: auto;
    padding-right: 10px;
}
.admin-bar .part-1-row > *{
    height: calc(100vh - 185px);
    height: calc(100dvh - 185px);

}
.admin-bar  #tab-1.tab-content-item{
    padding: 10px 0 30px !important 
}
.admin-bar .part-3  #tab-35{
    padding-bottom: 30px !important;
}
.part-3 .left-part-1{
    width: 60%;
}
.part-3 .right-part-1{
    width: 40%;
    padding-left: 10px;
}
.part-2 .wrap-step-tab-3 .left-part-1, .part-1 .wrap-step-tab-3 .left-part-1{
    width: 49%;
}
.part-2 .wrap-step-tab-3 .right-part-1, .part-1 .wrap-step-tab-3 .left-part-1{
    width: 49%;
    padding-left: 10px;
}

.flex-right {
    flex-direction: row-reverse;
}
.left-part-1 img{
    width: 100%;
}
.question-item-2{
    margin-bottom: 15px;
}
.step-4-questions{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.st-anwers{
    margin-top: 20px;

}
.st-answer-item{
    width: 400px;
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #c7c7c7;

}
.st-answer-item span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #a6a6a6;
    color:#fff;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}
.st-wrong{
    background: #ffefef;
    border: 2px solid #ce393a;
    animation: blinker 1s linear;
}
.st-true{
   background: #e0f0e7;
    border: 2px solid #5cb852;
    animation: blinker 1s linear;
}
.st-4q-title span{
    display: inline-block;
    background: #e366a6;
    padding: 4px 10px;
    border-radius: 6px;
    color:#fff;
    font-weight: 600;
}
.progress-bar{
    width: 600px;
    margin: 0 auto;
    height: 12px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.suggest-keyword {
    position: relative;
    opacity: 1;
    transition: all 1.5s ease;
}

.dropped {
    transform: translateY(100vh);
    transform: translateY(100dvh);
    opacity: 0;
}

.green-bar{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 0;
    background: #61cc2f;
    border-radius: 10px;
    transition: all 0.5s;

}
.step-2-progressbar, .step-4-progressbar{
    margin-bottom: 25px;
}
.suggest-box{
    display: flex;
    align-items: center;
}
.sn-timer svg{
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.sn-timer{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.audio-speed-btn{
    display: inline-block;
        padding: 6px 14px;
        border: 2px solid #818181;
        color:#818181;
        cursor: pointer;
        border-radius: 17px;
        margin-left: 10px;
        font-weight: 500;
        font-size: 14px;
}
.songngu-box{
    display: flex;
    justify-content: center;
    height: calc(100vh - 130px);
    height: calc(100dvh - 130px);
    overflow: hidden;
/*    padding: 0 30px;*/
}
.show-words .wrap-step-tab-3 .solution-word{
    font-weight: bold;
    border-bottom: 3px solid #218ffe;
    color: #333;
}
.admin_edit_post{
    position: relative;
    top: 4px;
    cursor: pointer;
}
.auto-fill-word{
        position: fixed;
    border-radius: 30px;
    width: 132px !important;
    line-height: 40px;
    background: #b5c9e3;
    z-index: 9999;
    font-size: 14px;
    bottom: 100px;
    bottom: calc(100px + var(--sn-safe-bottom));
    right: 50%;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
}
.tab-header-1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-center{
    text-align: center;
}
.tab-header-1 > div{
    display: flex;
    align-items: center;
}
.tab-name{
    color: #777;
    margin:0 10px;
    display: none;
}
.right-arrow{
    width: 26px;
    margin: 0 5px;
    display: block;

}
.tab-btn:last-child .right-arrow{
    display: none !important;
}
.tab-number span{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background: #595959;
    border-radius: 50%;
    cursor: pointer;
}
.done .tab-number span{
    background: #61cc2f;
}
.active .tab-name{
    display: block;
}

.word-item-2 b{
    margin-right: 5px;
}
.point-orange{
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #df9465;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 1px;
}
.start-box-2 .eb-item{
    text-align: left !important;
}
.retake-btn-wrap{
    text-align: center;
    margin-top: 15px;
}
.retake-btn-wrap > a{
    display: inline-block;
    padding: 4px 25px;
    border-radius: 14px;
    background: #fd9d4b;
    color:#fff;
    text-decoration: none;
    margin-bottom: 20px;
}
.next-sn-btn-desktop, .prev-sn-btn-desktop{
    font-size: 14px ;
    text-decoration: none;
    align-items: center;
    display: flex;
    padding: 5px 20px;
    background: #d9d9d9;
    border-radius: 8px;
    color:#404040;
    margin: 0 4px;
    transition: all 0.4s;
}
.next-sn-btn-desktop:hover, .prev-sn-btn-desktop:hover{
    background: #d63362;
    color:#fff;
}
.next-sn-btn-desktop:hover svg, .prev-sn-btn-desktop:hover svg{
    fill: #fff !important;
}
.prev-sn-btn-desktop svg{
    width: 20px;
    margin-right: 4px;
    position: relative;
    left: -5px;
        fill: #8e8e8e;
    transition: all 0.4s;
        
}
.next-sn-btn-desktop svg{
    width: 20px;
    margin-left: 4px;
    position: relative;
    right: -5px;
    transition: all 0.4s;
        fill: #8e8e8e;
}
[data-plyr="fast-forward"] svg, [data-plyr="rewind"] svg{
    width: 1rem !important;
    height: 1rem !important;

}
[data-plyr="fast-forward"], [data-plyr="rewind"]{
    background: #f7f9f9 !important;
    border-radius: 50% !important;
}
[data-plyr="fast-forward"]:hover, [data-plyr="rewind"]:hover{
    background: #F0F2F2 !important;
    border-radius: 50% !important;
}
#wordTable {
        border-collapse: collapse;
        display: none;
        position: absolute;
        border-radius: 12px;
        z-index: 999;
        color:#777;
        border: 0 !important;

}
#wordTable td{
    cursor: pointer;
    font-size: 16px;
    border: 0 !important;
}
#wordTable td span{
    display: inline-block;
    padding: 5px 30px;
    background: #7f7f7f;
    color:#fff;
    border-radius: 10px;
    margin-bottom: 5px;
}
.suggest-btn img{
    width: 24px;
    margin-right: 5px;
}
.word-item{
    border:1px solid #ddd;
    border-radius: 20px;
    padding: 8px 15px 8px 35px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.plyr--full-ui input[type=range]{
    color: #232525 !important;
}
.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true]{
/*    background: #f0f2f2 !important;*/
}
.next-sn-btn, .prev-sn-btn, .sn-nav-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9e9e9;
    cursor: pointer;
    margin: 0 3px;
}
.part-item{
    margin-bottom: 20px;
}
.parts-box{
    position: fixed;
    display: none;
    width: 360px !important;
    flex-wrap: wrap;
    bottom: 70px;
    bottom: calc(70px + var(--sn-safe-bottom));
    max-height: 70%;
    overflow: auto;
    right: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    z-index: 9999;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.parts-box.in{
    display: block;
}
.part-name{
    font-weight: 600;
    color:grey;
}
.part-list-2{
    display: flex;
    width: 100%;
    margin-top: 10px;
        flex-wrap: wrap;
}
.part-number-2{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 6px;
    align-items: center;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.dot{
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    background: green;
    border-radius: 50%;
      animation: blinker 1s linear infinite;
      visibility: hidden;

}
.current-post .dot{
      visibility: visible;

}
.part-number-2 .number-part{
    text-decoration: none;
    height: 32px;
    width: 32px;
    color:#fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    background: #ababab;
    font-weight: 400;
   
    cursor: pointer;
}
.status-complete .number-part{
    background: #1cd991;
    color:#fff;
}
.status-in-complete .number-part{
    background: #f38120;
    color:#fff;
}
.giai_dap {
    display: flex;
    align-items: center;
}
.scrolbar-thin-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}


.scrolbar-thin-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.scrolbar-thin-3::-webkit-scrollbar-thumb
{
    background-color: #bcbcbc;
}
[data-plyr="play"]{
    background: #232525 !important;
    border-radius: 50% !important;
    padding: calc(var(--plyr-control-spacing, 10px)*.9) !important;
}
[data-plyr="play"] .icon--pressed{
    fill: #fff !important;
}
[data-plyr="play"] .icon--not-pressed{
    fill: #fff !important;
    position: relative;
        left: 2px;
}

.audio-che-do-don-gian [data-plyr="play"], .custom-play-btn{
    background: #228fff !important;
}
.audio-che-do-don-gian .plyr--full-ui input[type=range] {
    color: #228fff !important;
}

.prev-sn-btn img{
    transform: rotate(180deg);

}
.next-sn-btn img, .prev-sn-btn img, .sn-nav-btn img{
    width: 20px;
}
.right-side-c{
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.suggest-btn{
   text-decoration: none;
    border-radius: 22px;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 15px;
    background: #ffffffc4;
    color: #767676;
    margin-top: 10px;
    padding: 10px 25px 10px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.suggest-btn svg{
    position: relative;
    top:2px;
    left: -2px;
}
.suggest-keyword{
    padding: 4px 20px;
    background: #f4f4f5;
    margin-right: 5px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 10px;
}
/*.plyr--audio .plyr__controls{
    background: transparent !important;
}*/
#dictation{
    flex-wrap: wrap;
}
#dictation > *{
    width: 100%;
}
.solution-word.activ{
    padding: 0px 10px;
    border-radius: 8px;
}
.word-success{
    border: 2px solid #43B97F !important;
    background: #43B97F !important;
    color: #ffffff;
}
.left-side-c{
    flex-grow: 1;
    position: relative;
}
.next-step-4{
    position: absolute;
        left: calc(50% - 83px);
        margin-top: 12px;
}
.main-audio-player, .bottom-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: var(--sn-safe-bottom);
    right: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100vw;
    width: 100% !important;
    display: flex;
    height: 60px;
    margin-bottom: 0 !important;
    background: #fff;
    max-width: 100% !important;
    box-shadow: rgba(17, 12, 46, 0.2) 0px 48px 100px 0px;
}

.bottom-bar{
    width: calc(100% - 400px) !important;
    left: 112px !important;
}

.bottom-bar{
    z-index: 999;
    box-shadow: none !important;
}

[data-plyr="play"]{
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 8px;
}
[data-plyr="rewind"]{
    font-size: 12px !important;
    border: 1px solid #ddd;
    border-radius: 50%;
}

[id^="plyr-settings-"][id$="-speed"] .plyr__control--back{
    display: none;
}

[id^="plyr-settings-"][id$="-speed"] > div .plyr__control{
    width: 80px !important;
}
.plyr--menu-open [id^="plyr-settings-"][id$="home"]{
    display: none !important;
}
.plyr--menu-open [id^="plyr-settings-"][id$="speed"]{
    display: block !important;
}
.ynghia-item{
    font-size: 16px;
    padding-left: 20px;
    margin-top: 5px;
}
.arrow-down.arrow-up{
    transform: rotate(180deg);
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #43bc80;
  transition: all 0.5s;
}
.word-item .arrow-down{
    position: absolute;
    left: 17px;
    top: 22px;
}

.songngu-box br{
    margin: 15px 0;
    display: block;
    content: " ";
    line-height: 28px;
}
.auto-resize-input {
  width: auto;
  min-width: 50px;
  max-width: 300px;
  width: 50px;
  outline: 0;
  border:1px solid #ddd;
  border-radius: 6px;
  line-height: 26px;
  padding-left: 10px !important;
}
.hidden{
    display: none !important;
}
.pharse-item {
    margin-bottom: 5px;
}
.songngu-box .eng-pharse{
    background: #ffffffe6 !important;
    padding: 15px;
    border-radius: 12px;    
    margin-bottom: 10px;
}
[data-tab="phatam"] .eng-pharse{
    background: transparent !important;
    padding: 0;
}
.songngu-box .vi-pharse, .ipa-pharse{
    padding: 5px;
    margin-bottom: 5px;
}
.vocabulary-item{
    padding-left: 20px;
}
.btn-tuvung{
    text-decoration: none;
    display: inline-block;
    padding: 4px 25px;
    background: #d63362;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.btn-tuvung.black{
    background: #000 !important;
}
.solution-word{
    display: inline-block;

}
.mb-1{margin-bottom: 5px;}
.mb-2{margin-bottom: 10px;}
.mb-3{margin-bottom: 15px;}
.mb-4{margin-bottom: 20px;}
.mb-5{margin-bottom: 25px;}
.mt-1{margin-top: 5px;}
.mt-2{margin-top: 10px;}
.mt-3{margin-top: 15px;}
.mt-4{margin-top: 20px;}
.mt-5{margin-top: 25px;}
.blink_me {
  animation: blinker 2s linear;
  font-weight: bold;
}

@keyframes blinker {
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
}
.test-grid{
    display: flex;
    min-width: 100%;
    flex-wrap: wrap;
}
.test-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.test-item:nth-child(3n){
    margin-right: 0 !important;
}
.exam__card-thumbnail-m img{
    max-width: 100%;
    border-radius: 10px;
}
.exam__card-title{
    text-decoration: none;
    font-size: 20px;
}
.exam__card-thumbnail-m{
    position: relative;
}
.sn-status{
    position: absolute;
    font-size: 12px;
    padding:0px 5px;
    left: 10px;
    top:10px;
    border-radius: 4px;
    color:#fff;
}
.status-1{
    background: #ff9800!important;
}
.status-2{
    background: #4caf50!important
}
.irXGKL {
    column-gap: 8px;
    color: rgb(36, 41, 56);
    padding: 4px 12px 6px;
    height: 100%;
    place-items: center;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 10px;

}
.irXGKL svg{
    margin-right: 5px;
}
.gslAZQ {
    flex: 0 0 auto;
    vertical-align: middle;
    font-size: 20px;
    color: rgb(209, 66, 66);
}
.ctEyIX.responsive-typography.dol.dol-typo {
    margin: 0px;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}


a.action {
    text-decoration: none;
    cursor: pointer;
}

.tab-header {
    display: flex;
    width: 100%;
    padding: 14px 0;
        border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.tab-content-item{
    display: none;
}
.tab-content .tab-content-item.active{
    display: block;
}
.tab-desc{
    font-size: 15px;
    margin-top: 10px;
}
.tab-btn {
    /*display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: pre-wrap;
    font-size: 24px;
    padding-right: 24px;
    color: rgb(36, 41, 56);
    text-decoration: none;
    cursor: pointer;*/
}
.tab-btn img{
    width: 26px;
    margin-right: 7px;
}
.tab-btn span{
    font-weight: 500;
    line-height: 1.5em;
    font-size: 18px;
}

.tab-content-item{
    padding: 10px 0;
}
.question-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.question-item > div{
    width: 49%;
}
.dt-round-box{
    background: #fff;
    padding: 15px 20px;
    border-radius: 22px;
    line-height: 28px;
    box-sizing: border-box;
}
.question-answers {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s;
    align-items: center;
}
.question-answers:hover{
    background: #fff;
    border-radius: 10px;
}
.question-answers.q-not-selected .dt-round-number-answer{
    background: #2074bb;
    color:#fff;
}
.question-answers.q-selected .dt-round-number-answer{
    background: #e366a6;
    color:#fff;

}
.q-selected{
    border: 2px solid #e366a6;   
    border-radius: 10px;
    padding: 10px 5px;
    background: #fff;
    animation: blinker 0.5s linear;

}
.q-false.q-selected{
    border-color: #d14242;
}
.q-true.q-selected{
    border-color: #61cc2f;
}
.state-icon{
    margin-left: 5px;
}
.q-true .state-icon{
    color: #61cc2f;
}
.q-false .state-icon{
    color: #d14242;
}
.question-answers.q-true .dt-round-number-answer{
    background: #61cc2f;
    color:#fff;
}
@keyframes blinker {
  25% {opacity: 0.3; }
  50% {opacity: 1; }
  75% {opacity: 0.3; }
}

.question-answers.q-false .dt-round-number-answer{
    background: #d14242;
    color:#fff;
}

.dt-round-number-answer{
         height: 30px;
        width: 30px;
        display: inline-block;
        display: flex;
        font-size: 13px;
        margin-right: 10px;
        justify-content: center;
        align-items: center;
        color: #fff;
            background: #00a3e8;
        border-radius: 50%;
        transition: 0.4s all;
}
.question-name{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.question-name img{
    margin-right: 2px;
    position: relative;
    top:1px;
}
.q-index{
    font-weight: 700;
    line-height: 1.5em;
    font-size: 16px;
    color: rgb(43, 97, 212);
}
.tn-has-image:not(.done) {
    display: flex;
    display: flex;
    justify-content: space-between;
}
.tn-has-image > div{
    width: 49%;
}
.wrap-img-m {
    text-align: center;
}
.wrap-img-m img{
    max-width: 450px;
}
.tn-img img{
    width: 100%;
    margin-bottom: 10px;
}
.tn-has-image:not(.done) .question-item > div{
    width: 100% !important;
}
.tn-has-image:not(.done) .giai_dap{
    display: none;
}

.tn-no-image:not(.done) .giai_dap{
    display: none;
}
.tn-no-image:not(.done) .question-item > div{
    width: 100% !important;
}

.done .wrap-question{
    width: 100% !important;
    max-width: 100% !important;
}
.part-1 .done.tn-content{
    display: flex;
    justify-content: space-between;
}

.part-1 .done.tn-content .wrap-question{
    width: 49% !important;
}
.part-1 .done.tn-content .question-item > div{
    width: 100% !important;
}
.part-list {
        display: flex ;
        width: 100%;
        margin-top: 20px;
        flex-wrap: wrap;
        width: auto !important;
        gap: 3px;
}
.step-2-success{
    position: fixed;
    width: 100% !important;
    height: 100%;
    left: 0;
    top:0;
    z-index: 9999;
/*    background: rgba(0,0,0,0.3);*/
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.word-success{
    font-size: 18px;
    padding: 2px 15px 5px;
    border-radius: 10px;
        white-space: nowrap;
}
.sn-head-title{
    background: #218ffe;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    color:#fff;
    margin-bottom: 20px;
}
.step-2-success.hidden{
    display: none !important;
}
.sn-hidden{
    display: none;
}
.part-number{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
    background: #fff;
    margin-right: 3px;
    cursor: pointer;
}
.part-number.active{
    background: #358755;
    color:#fff;
}
.solution-main-content{
    display: flex;
    flex-direction: column;
}
.solution-main-content .w-60{
    width: 75%;
}
.solution-main-content .w-40{
    width: 40%;
}
.dictation-main-content{
    font-size: 22px;
}
.word-item-2{
    padding: 10px 0;
    border-bottom: 1px dashed #aeaeae;
}
.word-item-2{
    display: flex;
}
.spk-icon{
    background: #61CC2F;
    width: 30px;
    height: 30px;
    position: relative;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 10px;
}
.spk-icon img{
    width: 20px;
}
.step-5-relisten{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;

}
.total-played-audio{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.step-5-relisten span{
    display: inline-block;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2984dc;
    color:#fff;
    border-radius: 50%;
    margin-left: 10px;
        margin-right: 10px;
        font-size: 15px;
}
.round-pink{
     display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e466a6;
    color:#fff;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
}
.start-box-2{
    text-align: center;
}
.start-box-2 h3{
    font-size: 20px;
    font-weight: bold;
    color:#17538d;
}
.mt-3{
    margin-top: 15px;
}
.sn-round-box{
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.sn-btn{
    display: inline-block;
    text-decoration: none;
    padding: 6px 20px;
    background: #404040;
    border-radius: 16px;
    color:#fff;
}
.sn-number{
    margin-left: 3px;
    margin-right: 3px;
}

.sn-head-title{
    margin-top: 25px;
}
.tab-name-1{
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.tab-name-2{
    font-size: 14px;
    color: #218ffe;
}
.sn-header{
    position: relative;
    display: flex;
    height: 90px;
    background: #fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.sn-post-title{
       padding: 0px 15px 0px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        border-right: 1px solid #ddd;
        margin-right: 15px;
        margin-left: 15px;
        border-left: 1px solid #ddd;
        text-align: center;
}
.sn-back{
    display: flex;
    align-items: center;
    padding-left: 20px;
    opacity: 0.5;
}
.sn-title{
    font-size: 18px;
    font-weight: 500;
}
.sn-index{
   background: #e366a6;
   padding: 2px 10px;
   font-size: 18px;
   color: #fff;
   display: inline-block;
   border-radius: 6px;
}
.sn-step-progress{
    margin: 15px 0;
    display: flex;
    align-items: center;
    flex-grow: 1;

}
.sn-timer{
    border-left: 1px solid #ddd;
    padding-left: 10px;
    margin-left: 10px;
}
.sn-timer > div{

    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color:#fff;
    background: #2a85ff;
}
.sn-header .tab-desc{
    display: none;
}
.hide-bottom-bar .main-audio-player{
    display: none;
}
.hide-bottom-bar .songngu-box{
    height: calc(100vh - 122px) !important;
    height: calc(100dvh - 122px) !important;
}
@media screen and (max-width:600px){
    .left-side-c .plyr__controls{
            justify-content: start;
    }
    .sgbo-2 .suggest-btn{
        padding: 6px 12px 6px 10px;
    }
    .sgbo-2 .audio-speed-btn{
            padding: 3px 6px;
    }
    .tab-number{
        text-align: center;
        line-height: 32px;
        background: #227aff;
        color: #fff;
        border-radius: 50%;
    }
    .sn-player-discussions {
        width: 100%;
        position: fixed;
        z-index: 999999;
        top: 0;
        bottom: 0;
        right: -100%;
    }
    .sn-player-discussions.sn-player-discussions_open {
        width: 100%;
        right: 0;
    }
    .sn-player-discussions__wrapper{
        width: 100%;
    }
    .sn-player-discussions__mobile-header {
        display: flex;
    }
    .sn-player-discussions__mobile-title {
        font-size: 18px;
    }
    .sn-player-discussions__mobile-close svg {
        width: 14px;
        height: auto;
        fill: grey;
    }
    .sn-player-header__discussions-toggler{
        height: auto;
    }
    .sn-post-title{
        border-right: 0;
        flex-grow: 1;
    }
    .sn-content{
        padding: 0 15px;

    }
    .st-answer-item{
        width: 300px;
    }
    .tab-header-1{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sn-back svg{
        width: 18px;
        height: 18px;
    }
    .sn-header .tab-desc{
        display: block !important;
    }
    .sn-title{
        font-size: 16px;
    }
    .sn-index{
        display: none !important;
    }
    .sn-header {
        height: 70px;
    }
    .tab-name img{
        display: none;
    }
    .sn-timer{
        width: 100% !important;
        padding: 5px 0 ;
        border-radius: 10px;
    }
   
    .progress-bar{
        width: 300px;
    }
    /*.active .right-arrow{
        display: block !important;
    }*/
    .tab-name{
        display: none !important;
    }
    .parts-box{
        bottom: 68px;
        bottom: calc(68px + var(--sn-safe-bottom));
        max-height: 80%;
        width: 320px !important;
    }
    .question-name{
        display: block !important;
    }
    .question-name img{
        top:4px;
    }
    .test-item{
        width: 100%;
        margin-right: 0%;
        margin-bottom:25px;
    }
    .dictation-main-content{
        font-size: 18px;
        line-height: 35px;
    }
    .solution-main-content{
        font-size: 17px !important;
    }
    .tn-has-image {
        display: block !important;
    }
    .tn-content > div{
        width: 100% !important;
    }
    .done .question-item{
        display: block;
    }
    .done .question-item > div{
        width: 100% !important;
    }
    .cau_hoi{
        margin-bottom: 15px;
    }
    .tab-number {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-right: 5px;
    }
    .tab-desc{
        margin-top: -5px;
        font-size: 14px;
        color: #218ffe;
    }

    .che-do-don-gian .tab-header-1, .che-do-don-gian .tab-desc{
        display: none;
    }
}

.submit-matching-game{
    background: #fcab5f;
    padding: 4px 24px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
}
.retake-matching-game, .retake-matching-game-2{
    background: #f27474;
    padding: 4px 24px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}
.move{
    background: red;
}
.imatch__result{
    height: 48px;
    margin-bottom: 10px;
    padding-left: 10px;
        display: flex;
}
.imatch__result img{
    width: 30px;
}
.wrong-match-icon{
    width: 32px !important;
}
.imatch *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.imatch *:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.imatch input{font-family:inherit;font-size:inherit;line-height:inherit;}

.row-s{ display:flex; justify-content:center; width:100% }

.col-md-6-s{
    width: 250px;
    margin: 0 1%;
}
.col-md-12-s{

}

.row-s:before,.row-s:after{display:table;content:" ";}
.row-s:after{clear:both;}
}

.imatch{
    width: 500px;
    margin: 0 auto;
}
.imatch__single{
    padding: 5px 15px;
    min-height: 48px;
    margin: 0 0 10px;
     border: none !important; 
    background: #fff;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imatch__match {
    background: #2984dc;
    border-radius: 8px;
    position: absolute;
}
.imatch__answer{
    border-radius: 8px;
}
.imatch__answer .imatch__match{
    background: transparent !important;
    color: #000;
    margin-bottom: 0 !important;
    position: static !important;
}
.wrap-match{
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.imatch__match-2{
    
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    border-radius: 8px;
    background: #a6a6a6;

}
.ui-state-disabled{
    opacity: 1 !important;
}


.imatch .imatch__input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    border: 0;
    padding: 0 !important;
    background: 0 0;
    box-shadow: none;
    opacity: 0;
    margin: -11px 0 0 !important;
    z-index: -1;
}
.imatch__answer,
.imatch__single {
    padding: 5px 15px;
    min-height: 48px;
    margin: 0 0 10px;
    border: 2px dashed #9f9f9f;
    text-align: center;
    box-sizing: border-box;
}
.imatch__matches {
    margin: 30px 0 0;
}
.imatch__match {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    cursor: move;
}
.imatch__match:last-child {
    margin-right: 0;
}
.imatch__answers {
    min-height: 50px;
}
.imatch__questions .imatch__answers {
    display: none;
}
.dragging-item.imatch__match {
/*    padding: 0 !important;*/
    text-align: center;
    line-height: 30px !important;
}
.wrap-toggle-sn{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 46px;
  margin-right: 10px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 16px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 16px;
}

input:checked + .slider {
  background-color: #506EF8;
}

input:checked + .slider:before {
  transform: translateX(21px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.che-do-don-gian .suggest-keywords,.che-do-don-gian .part-list{
    display: flex;
    justify-content: center;
}
.che-do-don-gian .suggest-keywords .suggest-keyword{
    background: #d63362 !important;
    color:#fff;
}
.vocab-meal{
    border-bottom: 1px dashed #c7c7c7;
}
.vocab-meal span{
    display: inline-block;
    padding: 4px 18px;
    border-radius: 12px 12px 0 0;
    background: #377dff;
    color:#fff;
}
.sn-audio-item{
    cursor: pointer;
}
.sn-audio-item.active{
    background: #acfadd;
}

.sn-navi-cddg{
    display: flex;
    justify-content: center;
    width: 30%;
    padding-top: 30px;
    overflow: auto;
        margin-bottom: 70px;

}
.navi-cddd-btn{
    width: 280px;
    display: flex;
    align-items: center;
    border:1px solid #bfbfbf;
    padding: 5px 10px 8px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
}
.navi-cddd-btn.active{
    border: 1px solid #228fff;
}
.ncb-index{
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: #bfbfbf;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    border-radius: 50%;
    margin-right: 10px;
}
.navi-cddd-btn > div{
    flex-grow: 1;
}
.ncb-name{
    font-weight: 500;
    font-size: 16px;
}
.ncb-des{
    font-size: 14px;
    color: #444;
}
.navi-cddd-btn.active .ncb-index{
    background: #228fff;
}

.parts-box-2{
    border:1px solid #bfbfbf;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    width: 280px;
}
.parts-box-2 .part-item{
    margin-bottom: 10px;
}
.parts-box-2 .part-name{
    color:#444;
}
.parts-box-2 .part-number-2 .number-part {
    text-decoration: none;
    height: 30px;
    width: 30px;
    font-size: 13px;
}
.parts-box-2  .part-list-2{
    margin-top: 5px;
}
.sp-vocab {
    margin-top: 20px;
    display: grid ;
    grid-template-columns: repeat(1, minmax(1px, 1fr));
    gap: 10px;
}
.sp-vocab-item {
    display: grid ;
    grid-template-columns: 170px auto 200px minmax(0px, 1fr);
    -webkit-box-align: center;
    align-items: center;
    column-gap: 8px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.spvi-word {
    font-weight: 500;
}
.spvi-ipa {
    min-width: 108px;
    color: rgb(49, 58, 68);
}
.cxDhYm.filled.color-blue.background-light.color-style-matte {
    background-color: rgb(237, 242, 253);
    color: rgb(43, 97, 212);
}
.cxDhYm {
    display: flex ;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 40px;
    cursor: pointer;
    user-select: none;
}
.XuPIT.large {
    width: 36px;
    height: 36px;
    padding: 8px;
    font-size: 20px;
}
.XuPIT {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.eEqpJp {
    line-height: 0;
}
.play-audio-4 {
    color: #135df2;
}
.sp-tab-style-2 > .tab-component-name {
    display: flex;
    align-items: center;
}
.sp-tab-style-2 > .tab-component-name > * {
    margin-right: 10px;
    cursor: pointer;
}

@media (min-width: 991px){
    [data-tab="body-tab-35"] .che-do-don-gian .part-1-row{
        display: block;
    }
    [data-tab="body-tab-35"] .che-do-don-gian .part-1-row > *{
        height: auto !important;
    }
    [data-tab="body-tab-35"] .che-do-don-gian .main-box{
/*        max-width: 100%;*/
    }
    [data-tab="body-tab-35"] .che-do-don-gian  .left-part-1{
            width: 100%;
    }
    [data-tab="body-tab-35"] .che-do-don-gian  .right-part-1{
            width: 100%;
    }
}

@media (max-width: 991px) {
    .audio .plyr button {
        padding: 7px !important;
    }
    .sp-vocab-item {
        grid-template-columns: minmax(0px, 1fr) auto;
    }


    .wrap-step-tab-3 .part-1-row{
        flex-direction: column;
    }
    .part-1-row > * {
        height: auto !important;
    }
    [data-tab="body-tab-35"] .che-do-don-gian .main-box{
        max-width: 100%;
    }
    [data-tab="body-tab-35"] .che-do-don-gian  .left-part-1{
            max-width: 100%;
            width: 100%;
    }
    [data-tab="body-tab-35"] .che-do-don-gian  .right-part-1{
            max-width: 100%;
            width: 100%;
    }
    .part-3 .dictation-main-content, .part-3 .suggest-box, .part-3 .part-list, .part-4 .dictation-main-content, .part-4 .suggest-box, .part-4 .part-list{
        width: auto;
    }

    .part-1 .dictation-main-content,.part-1 .suggest-box, .part-1 .part-list, .part-2 .dictation-main-content,.part-2 .suggest-box, .part-2 .part-list{
        width: 100%;
    }
    .imatch__matches {
        margin: -20px 0 0;
    }
    .wrap-match{
        margin-bottom: 10px;
    }
    .solution-main-content .w-60{
        width: 100%;
    }
    .imatch__questions {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .imatch__questions .imatch__single {
        display: flex;
        height: 100%;
        position: relative;
        min-height: auto;
        line-height: 18px;
        align-items: center;
        margin-bottom: 15px;
        border-color: #385bce;
        height: 36px !important;
    }
    .imatch__answers {
        display: flex;
        width: 100%;
        flex-direction: column;
        min-height: auto;
    }
    .imatch__answers .imatch__answer {
        display: flex;
        height: 100%;
        position: relative;
        min-height: 36px;
        padding: 5px 15px;
            justify-content: center;
        margin: 0 0 15px;
    }
    .imatch__answers_origin .imatch__match.ui-sortable-handle{
        height: 22px !important;
    }
    .imatch__answer .imatch__match{
        padding: 0;
    }
    .imatch__answers .imatch__answer:empty {
/*        position: absolute;*/
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px dashed #c1c1c1;
    }
    .imatch__matches .imatch__match {
        width: 100%;
        text-align: center;
    }
    .ui-state-highlight {
        display: block;
        text-align: center;
        color: #fff !important;
        background-color: #385bce !important;
        font-size: 16px !important;
        line-height: 15px !important;
        padding: 10px 15px !important;
        min-height: 35px;
    }
}