.AKD-InfoReader_s *{
    box-sizing: border-box;
}

.AKD-imgMainCover{
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    z-index: -1;
}

.AKD-imgMainCover div{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255,0)30% , rgba(20, 20, 20,0.5) 100%);
}

.AKD-imgMainCover img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: blur(22px) grayscale(100%);
    opacity: 0.21;
}


.AKD-InfoReader_s {
    width: 100%;
    padding: 20px 80px 4px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.AKD-ImgReaders{
    width: 150px;
    height: 180px;
    display: flex;
    align-items: center;
}

.AKD-CoverImgRea_s{
    width: 125px;
    height: 125px;
    padding: 3px;
    border-radius: 50%;
    border: 3px solid #4b95e7;
}

.AKD-CoverImgRea_s img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.AKD-Nam_Readers{
    height: 180px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
/*    background-color: aquamarine;*/
}

.AKD-Nam_Readers a{
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 200;
    color: #2f9ea6;
}


.AKD-C_listSound *{
    box-sizing: border-box;
}

.AKD-C_listSound{
    width: 100%;
    padding: 8px 80px 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

#PlayAll{
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
	align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #6c6d85;
    transition: all 0.2s ease-in-out;
}

#PlayAll span {
    width: 140px;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
	align-items: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background-color: rgba(250, 250, 250, 0.06);
    transition: all 0.2s ease-in-out;
}

#PlayAll span:hover{
    top: -2px;
    background-color: rgba(250, 250, 250, 0.15);
}

#PlayAll i{
    margin-left: 8px;
    position: absolute;
    right: -5px;
    opacity: 0;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

#PlayAll.ply i{
    right: 20px;
    opacity: 1;
}

#PlayAll.ply span{
    padding-right: 32px;
    color: #20242e;
    background-color: rgba(250, 250, 250, 0.9);
}

.AKD-UlSound {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    transition: all 0.3s ease-in-out;
}

.AKD-UlSound li{
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.AKD-itemSound {
    width: 100%;
/*    min-height: 64px;*/
    min-height: 74px;
    padding: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 0px 14px -10px #000;
    opacity: 1;
/*    cursor: pointer;*/
    background-color: rgb(48 50 57) !important;
    transition: all 0.3s ease-in-out;
}

.AKD-itemSound:hover{
    background-color: rgba(255,255,255,0.1);
}

.AKD-C_RightInf {
/*    height: 56px;*/
    height: 68px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.AKD-ListNum {
    min-width: 27px;
    height: 100%;
    padding: 4px;
    margin-left: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-top-right-radius: 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 12px;
    text-align: center;
    background-color: rgba(250,250,250,0.1);
    z-index: 1;
}

.AKD-IconListAud_ {
    width: 45px;
    margin: 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
}

.AKD-IconListAud_ > div{
    width: 2px;
    height: 100px;
    margin-left: 2px;
    border-radius: 3px;
    background: linear-gradient(100deg, rgb(237 255 165), rgb(218 216 40) 90%);
/*    animation: wave_A 1.4s linear infinite;*/
}

.Activ_Anim .AKD-IconListAud_ > div{
    animation: wave_A 1.4s linear infinite;
}

.AKD-IconListAud_ > .Wave_1 {
    animation-delay: 1.4s !important;
    height: 5px;
}

.AKD-IconListAud_ > .Wave_2 {
    animation-delay: 1.2s !important;
    height: 22px;
}

.AKD-IconListAud_ > .Wave_3 {
    animation-delay: 1.0s !important;
    height: 15px;
}

.AKD-IconListAud_ > .Wave_4 {
    animation-delay: 0.8s !important;
    height: 27px;
}

.AKD-IconListAud_ > .Wave_5 {
    animation-delay: 0.6s !important;
    height: 16px;
}

.AKD-IconListAud_ > .Wave_6 {
    animation-delay: 0.4s !important;
    height: 8px;
}

.AKD-IconListAud_ > .Wave_7 {
    animation-delay: 0.3s !important;
    height: 4px;
}

@keyframes wave_A {
    0%{transform: scaleY(0.1);}
    50%{transform: scaleY(1.3);}
    100%{transform: scaleY(0.1);}
}

.Aud_Icon {
    background: -webkit-linear-gradient(left, #edffa5, #dad828);
    background-clip: border-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.AKD-depar_Rea_Name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 8px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
}

.SoundNam{
    color: #fff;
}

.li_Activ .SoundNam{
    color: #ffffff;
}

.AKD-depar_Rea_Name .Rea_Nam{
    padding-top: 6px;
    font-size: 14px;
    font-weight: 200;
    color: #c5c5c5;
    opacity: 0.75;
}

.AKD-depar_Rea_Name .Rea_Nam::before{
    content: '\f130';
    font-size: 16px;
    display:inline-block;
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-weight: bold;
}

.li_Activ .AKD-depar_Rea_Name .Rea_Nam {
    color: #6c6d85;
}

.AKD-C_LeftPlay {
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6f7973;
}

.AKD-play_Sound,
.AKD-Down_Sound{
    width: 50px;
    height: 50px;
    margin: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
    border-radius: 50%;
    border: 0px;
    cursor: pointer;
    font-size: 24px;
    color: #6c6d85;
    background-color: rgba(250,250,250,0.1);
    transition: all 0.3s ease-in-out;
}

.AKD-play_Sound:hover{
    top: -4px;
    background-color: rgba(250,250,250,0.18);
}

.AKD-Down_Sound:hover{
    top: -4px;
    color: #ffffff;
    background-color: rgba(250,250,250,0.18);
}

i.Aud_Icon{
    padding-left: 3px;
    font-size: 20px;
}

.li_Activ .AKD-itemSound{
    background-color: rgb(48 50 57);
}

.li_Activ .AKD-depar_Rea_Name{
    color: #20242e;
}

.li_Activ .AKD-C_LeftPlay button {
    background-color: rgba(100, 100, 100, 0.1);
}

.li_Activ .AKD-ListNum{
    color: #b5b5b5;
    background-color: rgb(100 100 100 / 50%);
}

.li_Activ .fa-play::before {
    content: "\f04d";
}

/************* Popup ***************/

.Cover_Popup{
    width: calc(100% - 160px);
    padding: 25px 0px 40px;
    margin: 0px auto;
    border-radius: 15px;
    background-color: rgba(255,255,255,0.05);
}

.AKD-Clarification{
    width: 100%;
    height: 120px;
    padding: 8px 80px 16px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #b9bacc;
    transition: all 0.3s ease-in-out;
}

.AKD-C_tagP{
   background: -webkit-linear-gradient(top, rgb(200, 201, 225), rgba(200, 201, 225, 0.1) 100px);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.AKD-Clarification p{
    width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 1.9;
    overflow: hidden;
    box-sizing: border-box;
    text-align: justify;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    font-weight: 200;
}

.Cover_Popup .AKD-Clarification {
    padding: 8px 30px 16px;
}

.Popup_Activ p{
}

.Popup_dis p{
    background: -webkit-linear-gradient(top, rgb(200, 201, 225), rgb(200, 201, 225) 100px);
    background-clip: border-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.AKD-DL_Book{
    width: 160px;
    margin: 0px auto;
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    border-radius: 35px;
    transition: all 0.3s ease-in-out;
}

.Popup_Activ .AKD-DL_Book{
    display: block;
}

.AKD-DL_Book button{
    width: 100%;
    padding: 9px 0px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    transition: all 0.3s ease-in-out;
    background-color: rgba(240,240,240,0.8);
}

.AKD-DL_Book button i{
    margin: -2px 0px 0px 6px;
    font-size: 18px;
    vertical-align: middle;
}

.AKD-DL_Book:hover {
    bottom: 4px;
    background-color: rgba(240,240,240,0.9);
}

.AKD-PopupDownLoadPart * {
    box-sizing: border-box;
}

.AKD-PopupDownLoadPart {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    box-sizing: border-box;
}

.AKD-BG_blak {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.52);
    cursor: pointer;
}

.AKD-MinePopup {
    width: 84%;
    min-height: 500px;
    max-height: calc(100% - 240px);
/*    height: max-content;*/
/*    padding-bottom: 90px;*/
    margin: auto;
    position: absolute;
    top: 100px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-radius: 8px;
    box-shadow: 0px 1px 10px -5px black;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #20242f;
}

.AKD-PopupShowIn {
    top: -40px;
    opacity: 1;
}

#AKD-PopupColse {
    width: 100%;
    padding: 15px;
    position: relative;
    color: #fff;
    z-index: 2;
}

.AKD-PopTitle {
    font-size: 18px;
    color: #1c2128;
}

#AKD-PopupColse i {
    position: absolute;
    top: 18px;
    left: 18px;
    cursor: pointer;
    opacity: 0.8;
    font-size: 22px;
}

#AKD-PopupColse i:hover {
    opacity: 1;
}

.AKD-MinePopup::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: #656a75;
}

.AKD-C_Parts {
    width: 100%;
    height: 95%;
    min-height: 200px;
/*    max-height: 71vh;*/
    padding: 10px 90px 80px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2.2;
    font-size: 14px;
    color: #9ba3b4;
    overflow: auto;
    transition: all 0.3s;
}

.AKD-C_Parts p{
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: justify;
}

/************ FontSize **************/

.AKD-FontSize{
    width: 150px;
    height: 46px;
    padding: 6px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 18px;
    opacity: 0.7;
    border-radius: 12px;
    text-align: center;
    background-color: rgba(10,10,10,0.5);;
    z-index: 1;
}

.AKD-FontSize:hover{
    opacity: 1;
}

.AKD-SmallSize,
.AKD-LargSize{
    width: 38px;
    height: 38px;
    padding-bottom: 8px;
    display: inline-block;
    border-radius: 10px;
    border: 0px;
    box-shadow: 0px 0px 8px -5px #000;
    cursor: pointer;
    line-height: 1;
    font-weight: 600;
    color: #20242e;
    background-color: #fff;
}

.AKD-PercentageSize{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.AKD-SmallSize{
    font-size: 16px;
}

.AKD-LargSize{
    font-size: 22px;
}

/************* Respons ***************/

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

    .AKD-C_listSound {
        padding: 8px 66px 8px;
    }

    .Cover_Popup {
        width: calc(100% - 132px);
    }
}

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

    .AKD-C_listSound {
        padding: 8px 0px 8px;
    }

    .Cover_Popup {
        width: 100%;
    }
}

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

    .ma-insaidpage {
        width: 100% !important;
        padding: 0px 20px !important;
        box-sizing: border-box;
    }

    .AKD-Clarification {
        padding: 8px 30px 6px;
    }

    .AKD-MinePopup {
        width: 85%;
    }

    .AKD-C_Parts {
        padding: 10px 60px 80px;
    }

    .Cover_Popup {
        width: calc(100% - 80px);
    }
}

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

    .ma-insaidpage {
        padding: 0px 10px !important;
    }

    .AKD-InfoReader_s {
        padding: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .AKD-ImgReaders {
        width: 150px;
        height: 135px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .AKD-Nam_Readers {
        height: auto;
        padding: 20px 4px 10px;
        justify-content: flex-start;
        text-align: center;
    }

    .AKD-Nam_Readers a {
        margin-bottom: 8px;
    }

    #PlayAll{
        padding: 8px 28px 18;
        text-align: center;
    }

    #PlayAll span{
        padding: 5px 14px;
        border-radius: 20px;
        text-align: center;
        color: #fff;
        background-color: rgba(220,220,220,0.1);
    }

/*    end header part    */

    .AKD-ListNum {
        margin-left: 2px;
    }

    .AKD-IconListAud_ {
        width: 40px;
    }

    .AKD-depar_Rea_Name {
        margin-right: 4px;
    }

    .AKD-C_LeftPlay {
        padding-left: 2px;
    }

    .AKD-play_Sound, .AKD-Down_Sound {
        margin: 0px 4px;
    }

}

@media only screen and (max-width:550px) {
    .AKD-MinePopup {
        width: 90%;
        min-height: 400px;
        max-height: 600px;
    }

    .AKD-C_Parts {
        padding: 10px 40px 80px;
    }

    .Cover_Popup {
        width: 100%;
    }
}

@media only screen and (max-height:750px) {

    .AKD-MinePopup {
        min-height: 375px;
    }

}

@media only screen and (max-height:600px) {

    .AKD-MinePopup {
        min-height: 300px;
    }

    .AKD-C_Parts {
        height: 92%;
    }

}

@media only screen and (max-height:500px) {

    .AKD-MinePopup {
        min-height: 250px;
    }

    .AKD-PopupShowIn {
        top: -90px;
    }

    .AKD-C_Parts {
        height: 90%;
    }

}

@media only screen and (max-height:400px) {

    .AKD-MinePopup {
        min-height: 200px;
    }

    .AKD-PopupShowIn {
        top: -100px;
    }

    .AKD-C_Parts {
        height: 86%;
        min-height: 150px;
    }


}

.AKD-MainC_Sounds {
    width: 100%;
    padding: 0px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 14px -10px #000;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
