.study-tools-modal .p-0{
    padding: 0px;
}
.studytool-icon-wrapper {
	cursor: pointer;
	text-align: center;
}
.modal-open .modal{
	z-index: 999999;
}
input[type=radio]:after{
	background: #000 !important;
}
.study-tools-pagination-wrapper {
    display: flex;
    float: right;
    clear: both;
}
.study-tools-pagination-wrapper div.page {
    padding: 0px 5px;
    color: #d35700;
    font-size: 16px;
    cursor: pointer;
}
.study-tools-questions-wrapper {
    clear: both;
}
.study-tools-questions-wrapper input[type=radio] {
    margin: 8px 0px 0px;
    position: relative;
    width: 15px;
    height: 15px;
    border: 2px solid !important;
}

.study-tools-questions-wrapper input[type=radio]:after {
    left: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
}
.study-tools-question label span {
    padding: 0px 5px;
}
.study-tools-question label{
    display: inline-flex !important;
}
.study-tools-questions-wrapper span.next-question {
    float: right;
    cursor: pointer;
}
.test-yourself-answer{
    padding: 5px 15px;
    color: #000;
    margin-top: 25px;
}
span.sttplay i.fas, span.sttplay i.fa {
    font-size: 20px;
}
.studytools-audio-player-wrapper audio, .discover-music-player-wrapper audio {
    width: 100%;
    margin-top: 25px;
    background: #f1f3f4;
}
.d-none{
    display: none;
}
span.next-question {
    float: right;
}
/* .study-tools-modal .modal-header, .studytools-lgs-preview-modal .modal-header {
    background: #4f57a0;
    color: #fff;
} */
.study-tools-modal button.close, .studytools-lgs-preview-modal button.close {
    /* color: white !important; */
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: initial;
    /* background: #4f57a0 !important; */
}
.study-tools-modal .modal-body, .studytools-lgs-preview-modal .modal-body {
    max-height: calc(100vh - 155px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.study-tools-modal.discover-video-modal .modal-body {
    max-height: calc(100vh - 90px);
}
.study-tools-modal .references-wrapper {
    padding: 10px 25px;
}
.study-tools-modal .references-wrapper ol {
    padding: 0;
}
.study-tools-modal h5.modal-title, .studytools-lgs-preview-modal h5.modal-title  {
    text-transform: uppercase;
    font-size: 18px;
}
.discover-video-modal .discover-video-item {
    padding: 5px 10px;
    cursor: pointer;
}
/* .discover-video-modal .discover-video-items {
    display: flex;
} */
.discover-video-modal .discover-video-preview-wrapper .title {
    background: #BDE6EB;
    padding: 5px;
    text-align: center;
    color: #000;
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0; */
}
.discover-video-modal .discover-video-preview-container {
    position: relative;
    margin-bottom: 25px;
}
.discover-video-items {
    width: 90%;
    margin: auto;
}
button.slick-arrow {
    /* background-color: red !important; */
    height: 30px;
    width: 30px;
    line-height: 50px;
    border-radius: 5px;
}
.discover-video-modal .discover-video-container iframe {
    height: 245px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.clearfix{
    clear: both;
}
.discover-music-item:nth-child(2n+1) {
    background: #F3F3EE;
}
.discover-music-item {
    padding: 10px;
    font-size: 14px;
}
.discover-music-item i.fas, .discover-music-item i.fa  {
    padding: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.discover-music-item > div {
    display: flex;
}
.discover-music-item .left-container {
    display: flex;
    width: 70%;
}
.discover-music-item i.player-icon {
    margin: auto 15px auto 0px;
}
.discover-music-item p.dm-title {
    margin: auto 15px auto 0px;
}
.discover-music-item .right-container {
    width: 30%;
    text-align: right;
    margin: auto 15px auto 0px;
}
.study-tools-navigation-wrapper {
    clear: both;
    margin-top: 25px;
    
}
.study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-navigation-wrapper .navigation-item i.fa {
    padding: 8px 11px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.study-tools-navigation-wrapper .navigation-item {
    cursor: pointer;
}
.study-tools-navigation-wrapper .navigation-item span {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 5px;
}
.study-tools-question div.title {
    /* color: #4F57A0; */
    font-weight: bold;
    font-size: 16px;
}
.study-tools-pagination-wrapper {
    color: #4f57a0;
    font-weight: bold;
}
.keyword-terms a.term.active {
    font-weight: bold;
}
.alphabets-wrapper a.alphabet {
    padding: 5px;
    text-decoration: none !important;
}
.alphabets-wrapper .alphabet.active {
    font-weight: bold;
}
a.alphabet.disabled {
    pointer-events: none;
    color: #bfbfbf !important;
}
.study-tools-modal .listening-guides-wrapper ul li.lgs-item {
    padding: 10px;
    cursor: pointer;
}
.study-tools-modal .listening-guides-wrapper ul {
    list-style: none;
}
.study-tools-modal .listening-guides-wrapper ul li.lgs-item:nth-child(odd) {
    background: #F3F3EE;
}
.modal-open .modal.studytools-lgs-preview-modal {
    z-index: 9999999;
}
.modal.modal-lgs {
    z-index: 999999;
}
.study-tools-modal button.close, .studytools-lgs-preview-modal button.close{
    background-color: unset !important;
    color: #fff !important;
}
.term-definition-header {
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
}
.term-definition-wrapper {
    height: 410px;
}
.scrolling-container {
    padding: 5px 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 370px;
}
.modal-show-me a.show-me.active {
    font-weight: bold;
}
.modal-show-me .scrolling-container {
    height: calc(100vh - 450px);
}
.study-tools-modal .terms-header {
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 8px 8px 0 0px;
}
i.player-icon.i.fas, i.player-icon.i.fa {
    font-size: 19px !important;
}
.modal-lgs .modal-body {
    height: calc(100vh - 400px);
}
.study-tools-modal li.lgs-item > div > img {
    height: 20px;
    width: 20px;
    margin: auto 15px auto 0px;
}
.study-tools-modal li.lgs-item > div div.studytools-lgs-title {
    width: calc(100% - 35px);
}
.study-tools-modal li.lgs-item > div {
    display: flex;
}
.study-tools-modal .alternate-color a {
    color: #000 !important;
    text-decoration: none;
}
.study-tools-modal .alternate-color:nth-child(odd) {
    background: #F8F4E9;
}
.study-tools-modal .alternate-color {
    padding: 8px 8px;
    margin: 5px;
}
.study-tools-modal.modal-lgst .lgst-list ul {
    list-style: none;
}
.study-tools-modal.modal-lgst li.lgst-item {
    padding: 5px 10px;
    cursor: pointer;
}
.study-tools-modal.modal-lgst .lgst-list-wrapper, .study-tools-modal.modal-lgst .single-lgst-wrapper {
    max-height: calc(100vh - 215px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.study-tools-modal.modal-lgst .lgst-list-wrapper {
    border-right: 2px solid #D8D3CA;
    height: 100vh;
}
.modal-body.no-scroll {
    overflow-y: hidden;
}
.study-tools-modal.modal-lgst .font-bold {
    font-weight: bold;
}
.study-tools-modal.modal-lgst .single-lgst-header {
    display: flex;
    padding: 5px 10px;
}
.study-tools-modal.modal-lgst .single-lgst-header > div > i {
    font-size: 40px;
    margin: 10px;
}
.study-tools-modal.modal-lgst .single-lgst-header .title {
    font-size: 16px;
    font-weight: bold;
}

.study-tools-modal.modal-lgst .lgs-split {
    display: flex;
}
.study-tools-modal.modal-lgst .lgst-timestamp {
    width: 115px;
}
.study-tools-modal.modal-lgst .lgs-split.incomplete {
    padding: 5px 15px 0 40px;
}
.study-tools-modal.modal-lgst .lgs-split.complete {
    padding: 15px 0;
}
.study-tools-modal .profile-name {
    font-size: 18px;
    font-weight: bold;
}
.study-tools-modal .profile-duration {
    font-size: 16px;
    font-weight: 500;
}
.study-tools-modal .profile-image{
    width: 250px;
}
.study-tools-modal.modal-profiles .scrolling-container{
    height: calc(100vh - 430px);
}

/* .study-tools-modal.modal-lgst .lgst-title {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}
.study-tools-modal.modal-lgst span.lgst-timestamp {
    color: #4b00ff;
}
.study-tools-modal.modal-lgst span.lgst-description {
    margin-left: 30px;
}
.study-tools-modal.modal-lgst .lgst-text-wrapper ul {
    list-style: none;
}
.study-tools-modal.modal-lgst .lgst-text-wrapper ul li {
    padding: 10px 0;
}
.study-tools-modal.modal-lgst .lgst-text-wrapper span.studytools-lgst-composer {
    color: #4f57a0;
}
.study-tools-modal.modal-lgst .lgst-content {
    border-left: 1px solid #4f57a0;
    max-height: calc(100vh - 245px);
    overflow-x: hidden;
    overflow-y: scroll;
} */
/* Theme One Css */
.study-tools-modal.theme_one .modal-header, .studytools-lgs-preview-modal.theme_one .modal-header {
    background: #4f57a0;
    color: #fff;
}
.study-tools-modal.theme_one button.slick-arrow {
    background-color: #4f57a0 !important;
}
.study-tools-modal.theme_one .study-tools-question div.title, .study-tools-modal.theme_one .study-tools-pagination-wrapper {
    color: #4F57A0;
}
.study-tools-modal.theme_one .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_one .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #4F57A0;
    color: #fff;
}
.study-tools-modal.theme_one .study-tools-navigation-wrapper .navigation-item span {
    color: #4F57A0;
}
.study-tools-modal.theme_one .discover-music-item i.fas, .study-tools-modal.theme_one .discover-music-item i.fa  {
    color: #4F57A0;
}
.study-tools-modal.theme_one .keyword-terms-wrappper {
    background: #FFFAE5;
}
.study-tools-modal.theme_one .terms-header{
    background: #FFE57C;
}
.study-tools-modal.theme_one .term-definition-header {
    background: #BDE6EB;
}
.study-tools-modal.theme_one .term-definition-wrapper {
    background: #F4F9FA;
}
.study-tools-modal.theme_one .alphabets-wrapper a.alphabet {
    color: #4f57a0 !important;
}
.study-tools-modal.theme_one a.term {
    color: #152546 !important;
}
.study-tools-modal.theme_one .test-yourself-answer.right {
    background: #BDE6EB;
}
.study-tools-modal.theme_one .test-yourself-answer.wrong {
    background: #E8AAA5;
}
.study-tools-modal.modal-lgst.theme_one li.lgst-item.active {
    background: #BDE6EB
    ;
}
.study-tools-modal.modal-lgst.theme_one .lgs-split.incomplete {
    background: #F4F9FA;
}
.study-tools-modal.modal-lgst.theme_one .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_one .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_one .single-lgst-header > div > i {
    color: #4F57A0;
}
.study-tools-modal.modal-lgst.theme_one .single-lgst-header {
    background: #BDE6EB;
    ;
}
/* Theme Two Css */
.study-tools-modal.theme_two .modal-header, .studytools-lgs-preview-modal.theme_two .modal-header {
    background: #585252;
    color: #fff;
}
.study-tools-modal.theme_two button.slick-arrow {
    background-color: #585252 !important;
}
.study-tools-modal.theme_two .study-tools-question div.title, .study-tools-modal.theme_two .study-tools-pagination-wrapper {
    color: #585252;
}
.study-tools-modal.theme_two .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_two .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #585252;
    color: #fff;
}
.study-tools-modal.theme_two .study-tools-navigation-wrapper .navigation-item span {
    color: #585252;
}
.study-tools-modal.theme_two .discover-music-item i.fas, .study-tools-modal.theme_two .discover-music-item i.fa  {
    color: #585252;
}
.study-tools-modal.theme_two .keyword-terms-wrappper {
    background: #F1F0EE;
}
.study-tools-modal.theme_two .terms-header{
    background: #D8D3CA;
}
.study-tools-modal.theme_two .term-definition-header {
    background: #D8D3CA;
}
.study-tools-modal.theme_two .term-definition-wrapper {
    background: #F1F0EE;
}
.study-tools-modal.theme_two .alphabets-wrapper a.alphabet {
    color: #585252 !important;
}
.study-tools-modal.theme_two a.term {
    color: #000000 !important;
}
.study-tools-modal.theme_two .test-yourself-answer.right {
    background: #C6DF92;
}
.study-tools-modal.theme_two .test-yourself-answer.wrong {
    background: #E8AAA5;
}
.study-tools-modal.modal-lgst.theme_two li.lgst-item.active {
    background: #F1F0EE;
}
.study-tools-modal.modal-lgst.theme_two .lgs-split.incomplete {
    background: #F1F0EE;
}
.study-tools-modal.modal-lgst.theme_two .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_two .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_two .single-lgst-header > div > i {
    color: #585252;
}
.study-tools-modal.modal-lgst.theme_two .single-lgst-header {
    background: #F1F0EE;
}
/* Theme Three Css */
.study-tools-modal.theme_three .modal-header, .studytools-lgs-preview-modal.theme_three .modal-header {
    background: #761413;
    color: #fff;
}
.study-tools-modal.theme_three button.slick-arrow {
    background-color: #761413 !important;
}
.study-tools-modal.theme_three .study-tools-question div.title, .study-tools-modal.theme_three .study-tools-pagination-wrapper {
    color: #761413;
}
.study-tools-modal.theme_three .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_three .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #761413;
    color: #fff;
}
.study-tools-modal.theme_three .study-tools-navigation-wrapper .navigation-item span {
    color: #761413;
}
.study-tools-modal.theme_three .discover-music-item i.fas, .study-tools-modal.theme_three .discover-music-item i.fa  {
    color: #761413;
}
.study-tools-modal.theme_three .keyword-terms-wrappper {
    background: #F4DFD8;
}
.study-tools-modal.theme_three .terms-header{
    background: #B96A6A;
}
.study-tools-modal.theme_three .term-definition-header {
    background: #2A9D88;
}
.study-tools-modal.theme_three .term-definition-wrapper {
    background: #E2F3EE;
}
.study-tools-modal.theme_three .alphabets-wrapper a.alphabet {
    color: #761413 !important;
}
.study-tools-modal.theme_three a.term {
    color: #000000 !important;
}
.study-tools-modal.theme_three .test-yourself-answer.right {
    background: #CCE8E0;
}
.study-tools-modal.theme_three .test-yourself-answer.wrong {
    background: #EFCFC5;
}
.study-tools-modal.modal-lgst.theme_three li.lgst-item.active {
    background: #F1F0EE;
}
.study-tools-modal.modal-lgst.theme_three .lgs-split.incomplete {
    background: #F1F0EE;
}
.study-tools-modal.modal-lgst.theme_three .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_three .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_three .single-lgst-header > div > i {
    color: #761413;
}
.study-tools-modal.modal-lgst.theme_three .single-lgst-header {
    background: #F1F0EE;
}
/* Theme Four Css */
.study-tools-modal.theme_four .modal-header, .studytools-lgs-preview-modal.theme_four .modal-header {
    background: #460C2D;
    color: #fff;
}
.study-tools-modal.theme_four button.slick-arrow {
    background-color: #460C2D !important;
}
.study-tools-modal.theme_four .study-tools-question div.title, .study-tools-modal.theme_four .study-tools-pagination-wrapper {
    color: #585252;
}
.study-tools-modal.theme_four .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_four .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #460C2D;
    color: #fff;
}
.study-tools-modal.theme_four .study-tools-navigation-wrapper .navigation-item span {
    color: #460C2D;
}
.study-tools-modal.theme_four .discover-music-item i.fas, .study-tools-modal.theme_four .discover-music-item i.fa  {
    color: #460C2D;
}
.study-tools-modal.theme_four .keyword-terms-wrappper {
    background: #FCF6D4;
}
.study-tools-modal.theme_four .terms-header{
    background: #E19925;
}
.study-tools-modal.theme_four .term-definition-header {
    background: #CBD3ED;
}
.study-tools-modal.theme_four .term-definition-wrapper {
    background: #EFF1F6;
}
.study-tools-modal.theme_four .alphabets-wrapper a.alphabet {
    color: #460C2D !important;
}
.study-tools-modal.theme_four a.term {
    color: #000000 !important;
}
.study-tools-modal.theme_four .test-yourself-answer.right {
    background: #FCF6D4;
}
.study-tools-modal.theme_four .test-yourself-answer.wrong {
    background: #D8DCE9;
}
.study-tools-modal.modal-lgst.theme_four li.lgst-item.active {
    background: #F1F0EE;
}
.study-tools-modal.modal-lgst.theme_four .lgs-split.incomplete {
    background: #F1F0EE;
}
.study-tools-modal.modal-lgst.theme_four .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_four .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_four .single-lgst-header > div > i {
    color: #460C2D;
}
.study-tools-modal.modal-lgst.theme_four .single-lgst-header {
    background: #F1F0EE;
}
/* Theme Five Css */
.study-tools-modal.theme_five .modal-header, .studytools-lgs-preview-modal.theme_five .modal-header {
    background: #293694;
    color: #fff;
}
.study-tools-modal.theme_five button.slick-arrow {
    background-color: #293694 !important;
}
.study-tools-modal.theme_five .study-tools-question div.title, .study-tools-modal.theme_five .study-tools-pagination-wrapper {
    color: #21265B;
}
.study-tools-modal.theme_five .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_five .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #293694;
    color: #fff;
}
.study-tools-modal.theme_five .study-tools-navigation-wrapper .navigation-item span {
    color: #293694;
}
.study-tools-modal.theme_five .discover-music-item i.fas, .study-tools-modal.theme_five .discover-music-item i.fa  {
    color: #293694;
}
.study-tools-modal.theme_five .keyword-terms-wrappper {
    background: #FFE1DB;
}
.study-tools-modal.theme_five .terms-header{
    background: #FC8E7F;
}
.study-tools-modal.theme_five .term-definition-header {
    background: #E8A021;
}
.study-tools-modal.theme_five .term-definition-wrapper {
    background: #FFF3D1;
}
.study-tools-modal.theme_five .alphabets-wrapper a.alphabet {
    color: #293694 !important;
}
.study-tools-modal.theme_five a.term {
    color: #21265B !important;
}
.study-tools-modal.theme_five .test-yourself-answer.right {
    background: #FFC4B7;
    color:#000;
}
.study-tools-modal.theme_five .test-yourself-answer.wrong {
    background: #C5DDEA;
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_five li.lgst-item.active {
    background: #F8F4E9;
}
.study-tools-modal.modal-lgst.theme_five .lgs-split.incomplete {
    background: #FFE1DB;
}
.study-tools-modal.modal-lgst.theme_five .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_five .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_five .single-lgst-header > div > i {
    color: #293694;
}
.study-tools-modal.modal-lgst.theme_five .single-lgst-header {
    background: #F8F4E9;
}
/* Theme Six Css */
.study-tools-modal.theme_six .modal-header, .studytools-lgs-preview-modal.theme_six .modal-header {
    background: #007965;
    color: #fff;
}
.study-tools-modal.theme_six button.slick-arrow {
    background-color: #007965 !important;
}
.study-tools-modal.theme_six .study-tools-question div.title, .study-tools-modal.theme_six .study-tools-pagination-wrapper {
    color: #000000;
}
.study-tools-modal.theme_six .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_six .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #007965;
    color: #fff;
}
.study-tools-modal.theme_six .study-tools-navigation-wrapper .navigation-item span {
    color: #007965;
}
.study-tools-modal.theme_six .discover-music-item i.fas, .study-tools-modal.theme_six .discover-music-item i.fa  {
    color: #007965;
}
.study-tools-modal.theme_six .keyword-terms-wrappper {
    background: #CFECE7;
}
.study-tools-modal.theme_six .terms-header{
    background: #38D9BD;
}
.study-tools-modal.theme_six .term-definition-header {
    background: #FFCC29;
}
.study-tools-modal.theme_six .term-definition-wrapper {
    background: #FFF3D1;
}
.study-tools-modal.theme_six .alphabets-wrapper a.alphabet {
    color: #007965 !important;
}
.study-tools-modal.theme_six a.term {
    color: #000000 !important;
}
.study-tools-modal.theme_six .test-yourself-answer.right {
    background: #38D9BD;
}
.study-tools-modal.theme_six .test-yourself-answer.wrong {
    background: #FFCC29;
}
.study-tools-modal.modal-lgst.theme_six li.lgst-item.active {
    background: #F8F4E9;
}
.study-tools-modal.modal-lgst.theme_six .lgs-split.incomplete {
    background: #FFE1DB;
}
.study-tools-modal.modal-lgst.theme_six .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_six .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_six .single-lgst-header > div > i {
    color: #007965;
}
.study-tools-modal.modal-lgst.theme_six .single-lgst-header {
    background: #F8F4E9;
}
/* Theme Seven Css */
.study-tools-modal.theme_seven .modal-header, .studytools-lgs-preview-modal.theme_seven .modal-header {
    background: #377C8B;
    color: #fff;
}
.study-tools-modal.theme_seven button.slick-arrow {
    background-color: #377C8B !important;
}
.study-tools-modal.theme_seven .study-tools-question div.title, .study-tools-modal.theme_seven .study-tools-pagination-wrapper {
    color: #000000;
}
.study-tools-modal.theme_seven .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_seven .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #377C8B;
    color: #fff;
}
.study-tools-modal.theme_seven .study-tools-navigation-wrapper .navigation-item span {
    color: #377C8B;
}
.study-tools-modal.theme_seven .discover-music-item i.fas, .study-tools-modal.theme_seven .discover-music-item i.fa  {
    color: #377C8B;
}
.study-tools-modal.theme_seven .keyword-terms-wrappper {
    background: #F0E3DF;
}
.study-tools-modal.theme_seven .terms-header{
    background: #DCBAB0;
}
.study-tools-modal.theme_seven .term-definition-header {
    background: #CADADA;
}
.study-tools-modal.theme_seven .term-definition-wrapper {
    background: #E9F2F2;
}
.study-tools-modal.theme_seven .alphabets-wrapper a.alphabet {
    color: #377C8B !important;
}
.study-tools-modal.theme_seven a.term {
    color: #000000 !important;
}
.study-tools-modal.theme_seven .test-yourself-answer.right {
    background: #DCBAB0;
}
.study-tools-modal.theme_seven .test-yourself-answer.wrong {
    background: #CADADA;
}
.study-tools-modal.modal-lgst.theme_seven li.lgst-item.active {
    background: #F8F4E9;
}
.study-tools-modal.modal-lgst.theme_seven .lgs-split.incomplete {
    background: #DCBAB0;
}
.study-tools-modal.modal-lgst.theme_seven .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_seven .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_seven .single-lgst-header > div > i {
    color: #377C8B;
}
.study-tools-modal.modal-lgst.theme_seven .single-lgst-header {
    background: #F8F4E9;
}
/* Theme Eight Css */
.study-tools-modal.theme_eight .modal-header, .studytools-lgs-preview-modal.theme_eight .modal-header {
    background: #75302B;
    color: #fff;
}
.study-tools-modal.theme_eight button.slick-arrow {
    background-color: #75302B !important;
}
.study-tools-modal.theme_eight .study-tools-question div.title, .study-tools-modal.theme_eight .study-tools-pagination-wrapper {
    color: #000000;
}
.study-tools-modal.theme_eight .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_eight .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #75302B;
    color: #fff;
}
.study-tools-modal.theme_eight .study-tools-navigation-wrapper .navigation-item span {
    color: #75302B;
}
.study-tools-modal.theme_eight .discover-music-item i.fas, .study-tools-modal.theme_eight .discover-music-item i.fa  {
    color: #75302B;
}
.study-tools-modal.theme_eight .keyword-terms-wrappper {
    background: #F3EAE3;
}
.study-tools-modal.theme_eight .terms-header{
    background: #B26227;
    color: #fff;
}
.study-tools-modal.theme_eight .term-definition-header {
    background: #54786A;
    color: #fff;
}
.study-tools-modal.theme_eight .term-definition-wrapper {
    background: #D9DDD7;
}
.study-tools-modal.theme_eight .alphabets-wrapper a.alphabet {
    color: #75302B !important;
}
.study-tools-modal.theme_eight a.term {
    color: #000000 !important;
}
.study-tools-modal.theme_eight .test-yourself-answer.right {
    background: #8E9B89;
}
.study-tools-modal.theme_eight .test-yourself-answer.wrong {
    background: #D9807C;
}
.study-tools-modal.modal-lgst.theme_eight li.lgst-item.active {
    background: #F8F4E9;
}
.study-tools-modal.modal-lgst.theme_eight .lgs-split.incomplete {
    background: #DCBAB0;
}
.study-tools-modal.modal-lgst.theme_eight .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_eight .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_eight .single-lgst-header > div > i {
    color: #75302B;
}
.study-tools-modal.modal-lgst.theme_eight .single-lgst-header {
    background: #F8F4E9;
}
/* Theme Nine Css */
.study-tools-modal.theme_nine .modal-header, .studytools-lgs-preview-modal.theme_nine .modal-header {
    background: #594545;
    color: #fff;
}
.study-tools-modal.theme_nine button.slick-arrow {
    background-color: #594545 !important;
}
.study-tools-modal.theme_nine .study-tools-question div.title, .study-tools-modal.theme_nine .study-tools-pagination-wrapper {
    color: #000000;
}
.study-tools-modal.theme_nine .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_nine .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #594545;
    color: #fff;
}
.study-tools-modal.theme_nine .study-tools-navigation-wrapper .navigation-item span {
    color: #594545;
}
.study-tools-modal.theme_nine .discover-music-item i.fas, .study-tools-modal.theme_nine .discover-music-item i.fa  {
    color: #594545;
}
.study-tools-modal.theme_nine .keyword-terms-wrappper {
    background: #F3EAE3;
}
.study-tools-modal.theme_nine .terms-header{
    background: #815B5B;
    color: #fff;
}
.study-tools-modal.theme_nine .term-definition-header {
    background: #603D3D;
    color: #fff;
}
.study-tools-modal.theme_nine .term-definition-wrapper {
    background: #D9DDD7;
}
.study-tools-modal.theme_nine .alphabets-wrapper a.alphabet {
    color: #594545 !important;
}
.study-tools-modal.theme_nine a.term {
    color: #000000 !important;
}
.study-tools-modal.theme_nine .test-yourself-answer.right {
    background: #F6EFE0;
}
.study-tools-modal.theme_nine .test-yourself-answer.wrong {
    background: #9E7676;
    color: #fff;
}
.study-tools-modal.modal-lgst.theme_nine li.lgst-item.active {
    background: #FFF8EA;
}
.study-tools-modal.modal-lgst.theme_nine .lgs-split.incomplete {
    background: #F6EFE0;
}
.study-tools-modal.modal-lgst.theme_nine .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_nine .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_nine .single-lgst-header > div > i {
    color: #594545;
}
.study-tools-modal.modal-lgst.theme_nine .single-lgst-header {
    background: #FFF8EA;
}
/* Theme Ten Css */
.study-tools-modal.theme_ten .modal-header, .studytools-lgs-preview-modal.theme_ten .modal-header {
    background: #395144;
    color: #fff;
}
.study-tools-modal.theme_ten button.slick-arrow {
    background-color: #395144 !important;
}
.study-tools-modal.theme_ten .study-tools-question div.title, .study-tools-modal.theme_ten .study-tools-pagination-wrapper {
    color: #000000;
}
.study-tools-modal.theme_ten .study-tools-navigation-wrapper .navigation-item i.fas, .study-tools-modal.theme_ten .study-tools-navigation-wrapper .navigation-item i.fa {
    background: #395144;
    color: #fff;
}
.study-tools-modal.theme_ten .study-tools-navigation-wrapper .navigation-item span {
    color: #395144;
}
.study-tools-modal.theme_ten .discover-music-item i.fas, .study-tools-modal.theme_ten .discover-music-item i.fa  {
    color: #395144;
}
.study-tools-modal.theme_ten .keyword-terms-wrappper {
    background: #ECE1CD;
}
.study-tools-modal.theme_ten .terms-header{
    background: #8B7346;
    color: #fff;
}
.study-tools-modal.theme_ten .term-definition-header {
    background: #4E6C50;
    color: #fff;
}
.study-tools-modal.theme_ten .term-definition-wrapper {
    background: #F0EBCE;
}
.study-tools-modal.theme_ten .alphabets-wrapper a.alphabet {
    color: #594545 !important;
}
.study-tools-modal.theme_ten a.term {
    color: #000000 !important;
}
.study-tools-modal.theme_ten .test-yourself-answer.right {
    background: #F0EBCE;
}
.study-tools-modal.theme_ten .test-yourself-answer.wrong {
    background: #8B7346;
    color: #fff;
}
.study-tools-modal.modal-lgst.theme_ten li.lgst-item.active {
    background: #F0EBCE;
}
.study-tools-modal.modal-lgst.theme_ten .lgs-split.incomplete {
    background: #F0EBCE;
}
.study-tools-modal.modal-lgst.theme_ten .single-lgst-header .composer {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_ten .single-lgst-header .title {
    color: #21265B;
}
.study-tools-modal.modal-lgst.theme_ten .single-lgst-header > div > i {
    color: #395144;
}
.study-tools-modal.modal-lgst.theme_ten .single-lgst-header {
    background: #F0EBCE;
}

