body {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  cursor: default;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -tap-highlight-color: transparent;
}
img{
border:0;
-webkit-user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* margin: 0 auto; */
}
strong, b{
  /* line-height: 1.5em; */
  /* font-family: calibrib; */
  /* font-size: 2.5vw; */
  /* font-size: 4vmin; */
}
body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
.PagePadding {
  padding: 1em 1em 4em 1em;
}
.PagePadding_mascot{
  padding: 1em 1em 0em 1em;
}
.next_temp_lock{

position: absolute;

right: 0;

bottom: 0;

width: 9vw;

height: 8vh;

z-index: 9999;
}
.nextbtnpop {
  position: absolute;
  bottom: 6px;
  right: 10px;
  z-index: 62;
  width: 31px;
  height: 38px;
  cursor: pointer;
}
.nextbtnpop2 {
  position: absolute;
  bottom: 6px;
  right: 10px;
  z-index: 62;
  width: 31px;
  height: 38px;
  cursor: pointer;
}
#countdown {
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: max-content;
  height: auto;
  max-width: 30%;
  padding: 0.3em 0.5em;
  background-color: #fff;
  z-index: 1;
  color: #333;
  border-radius: 10px;
  font-size: Clamp(0.8rem, 1.3vw, 2.5rem);
  font-family: Arial;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
}
::-webkit-scrollbar {
    display: block;
}

.ui-content img {
    width: 100%;
}

.blurImg {
    position: relative;
    width: 100%;
    height: 440px;
    z-index: -1;
    top: 0;
    left: 0;
}

.blurImg > div {
    position: fixed;
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.playAnimation {
    left: 0px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 128px;
    width: 128px;
}

.playAssets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99;
}

ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}

li {
    /*display: block;*/
    margin-bottom: 0.5vw;
    margin-left: 1vw;
    /* text-align: left; */
}

/* li::before {
display: inline-block;
content: counter(item) ") ";
counter-increment: item;
width: 2em;
margin-left: -2em;
} */

a {
    color: unset;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}
p{
    margin: 0px;
}
a:hover {
    /* background-color: #1d619f; */
    /* color: #ffc000; */
    /* transform: scale(0.9); */
    /* transition: 0.3s ease; */
}
.main_overlay{
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 9;
}
.pageview_overlay_1{
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 0;
  z-index: 9;
}
.pageview_overlay_2{
  width: 100%;
  height: 8vh;
  position: absolute;
  bottom: 0;
  z-index: 9;
  /* background-color: #000; */
}
.audioBtn{
    /* position: absolute; */
    left: 2vw;
    bottom: 0.5vw;
    background-color: #ffe400;
    width: 2.813em;
    height: 2.813em;
    /* border-radius: 50%; */
    display: flex;
    flex-wrap: nowrap;
    z-index: 8;
    gap: 1em;
    transition: 0.3s ease;
    cursor: pointer;
    /* box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.3); */
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
}
.audioBtn:hover{
    /* transform: scale(0.9); */
    /* transition: 0.3s ease; */
}
.line_btns{
    position: absolute;
    left: 0vw;
    right: 0;
    margin: 0 auto;
    bottom: 0.3vw;
    width: 0.13vw;
    height: 2.5vh;
    border-radius: 10px;
}
.PlaypauseBtn{
  /* position: absolute; */
  left: 4vw;
  bottom: 0.5vw;
  background-color: #ffe400;
  width: 2.813em;
  height: 2.813em;
  /* border-radius: 50%; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 8;
  gap: 1em;
  transform: scale(1);
  transition: 0.3s ease;
  cursor: pointer;
  /* box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.3); */
  background: rgba(9, 27, 112, 0.99);
}
.PlaypauseBtn:hover{
  /* transform: scale(0.9); */
  /* transition: 0.3s ease; */
}
.navigation_btns{
    background-repeat: no-repeat;
    width: auto;
    height: 2.813em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    z-index: 8;
    gap: 0.4em;
    padding: 0em 0em;
    /* box-shadow: 0 2px 0 0px rgb(0 0 0 / 30%); */
    /* overflow: hidden; */
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.previous {
    background-color: rgb(255 255 255 / 0%);
    color: #333;
    /* box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.3); */
    width: 2.813em;
    height: 2.813em;
    box-sizing: border-box;
    position: relative;
    top: 0 !important;
    /* filter: hue-rotate(90deg); */
    /* background: #020202; */
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.previous svg{
    transform: scaleX(-1) scale(0.7);
    align-self: center;
    vertical-align: middle;
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.next {
    z-index: 5;
    background-color: rgb(255 255 255 / 0%);
    color: #333;
    /* box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.3); */
    width: 2.813em;
    height: 2.813em;
    /* padding: 0.3em 0.2em; */
    box-sizing: border-box;
    text-align: center;
    /* position: relative; */
    transform: scale(1);
    transition: 0.3s ease;
    top: 0 !important;
    /* background: #020202; */
    display: flex !important;
    flex-direction: column-reverse;
    align-items: center;
}
.next svg{
    vertical-align: middle;
    transform: scale(0.7);
    /* align-self: center; */
    /* display: flex; */
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.round {
    /* border-radius: 100px; */
}

#pagewarp {
    width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
    /* z-index: 2; */
}
#pagewarpNew {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-mobile,
.ui-mobile body {
    /* overflow-y: auto; */
}

.container {
    height: auto;
    z-index: 1;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* padding-top: 2em; */
    /* background-color: rgb(0 0 0 / 50%); */
    margin: 0 auto;
}

.container div {
    /* max-width: 100%; */
    /* margin: 0 auto; */
}

.pageIndicator {
    width: auto;
    height: 2.813em;
    z-index: 8 !important;
    font-family: Arial;
    text-align: center;
    background-color: #DEDEDE;
    /* position: absolute; */
    margin: 0 auto;
    /* top: 1.5em; */
    /* right: 7.5em; */
    padding: 0;
    /* border-radius: 5px; */
    /* box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 80%); */
    /* -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 80%); */
    -moz-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 80%);
    box-sizing: border-box;
    z-index: 8 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0.35em 1.5em;
}
.pageIndicator  span:nth-child(1){
    font-weight: bold;
    font-size: Clamp(1.6rem, 2vw, 3.5rem);
    font-family: SF Digital Readout Medium;
    text-align: center;
}
.pageIndicator  span:nth-child(2){
    font-size: Clamp(1.6rem, 2vw, 3.5rem);
    font-family: SF Digital Readout Medium;
    text-align: center;
    /* padding-left: 0.2em; */
    font-weight: bold;
}
.pageIndicator  span:nth-child(3){
  font-size: Clamp(1.6rem, 2vw, 3.5rem);
  font-family: SF Digital Readout Medium;
  text-align: center;
  font-weight: bold;
  /* margin-left: -0.5vw; */
}

.Blank_OnlyText_title_bg {
    /* background-image: url(media/images/landscape/Blank_050001.png); */
    background-size: 100% 100%;
    width: 1280px !important;
    height: 720px;
    margin: 0 auto;
    position: relative !important;
}

.copyright_text {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    width: 88%;
    margin: 0 5%;
    text-align: center;
    padding: 5px 0;
    z-index: 1;
}

/* header css */

.companyBar {
    /* background-image: url(../media/images/header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    background-color: #ffc000;
    margin: 0;
    /* position: absolute; */
    width: 100vw;
    height: 11%;
    float: left;
    /* max-height: 60px; */
    top: 0em;
    z-index: 4;
    /* border-radius: 0 50px 50px 0px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    /* padding: 0.3em 0; */
    box-sizing: border-box;
}


.courseLogo {/* height: 100%; *//* float: left; *//* margin: 0.5em; *//* width: fit-content; *//* max-width: 13.021vw; *//* max-height: 3.125vw; *//* object-fit: contain; *//* object-position: center center; */max-width: 100%;max-height: 100%;margin: auto;}

.courseImg {
    height: 90%;
    float: right;
    position: absolute;
    top: 5%;
    right: 1%;
}

.company_name_cont {
    height: auto;
    width: 90vw;
    padding-left: 1em;
    box-sizing: border-box;
    gap: 0.1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 1em;
    justify-content: flex-start;
}

.company_name_cont img {
    height: 100%;
    float: right;
    max-width: 45%;
    top: 0;
    right: 0;
}
.header_txt2{
    width: 100%;
    /* display: flex; */
    flex-direction: row;
    /* padding-top: 0.1em; */
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.orientation_header_txt{
    width: 50vw;
    padding-top: 0.3em;
    /* display: none; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}
.header_txt3{
    width: 100%;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    font-family: Calibri;
}
.topic_group{
  display: flex;
  width: 100%;
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  font-family: Calibri;
}
.companyBar p {
    font-size: Clamp(0.6rem, 1.4vw, 2.2rem);
    display: flex;
    padding: 0;
    font-family: Arial;
    font-weight: bold;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    align-content: center;
    align-items: center;
    text-align: left;
}
.companyBar span {
    font-size: Clamp(0.5rem, 1vw, 2.5rem);
    display: flex;
    font-family: Arial;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0.3em;
    color: #333;
}
.module_name{
    font-size: Clamp(0.6rem, 1.2vw, 2.5rem);
    font-weight: bold;
}
.module_name1{
    font-size: Clamp(0.6rem, 1.2vw, 2.5rem);
    font-weight: bold;
    width: 100%;
}
.txt_border1{
    height: 4vw;
    border-right: 0.2vw solid #fff;
    /* padding-right: 0.3em; */
    /* margin-right: 0.3em; */
}
.txt_border2{
    height: 1vw;
    border-right: 0.15vw solid #333;
    padding-right: 0.3em;
    margin-right: 0.3em;
}
.topic_name{
    font-size: Clamp(0.6rem, 1.2vw, 2.5rem);
    font-weight: bold;
    padding-right: 0.5vw;
    border-right: 1px solid;
    margin-right: 0.5vw;
}
.page_name{
    font-size: Clamp(0.6rem, 1.2vw, 2.5rem);
    font-weight: bold;
    /* padding-left: 3px; */
}
.topic_name1{
    font-size: Clamp(0.6rem, 1vw, 2.5rem);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.page_name1{
    font-size: Clamp(0.6rem, 1vw, 2.5rem);
}
.footerBar {
    background-color: #f1f1f2;
    margin: 0;
    position: relative;
    width: 100%;
    height: 8%;
    float: left;
    bottom: 0;
    display: table;
}
.course_bg_color{background-color: rgb(0, 72, 255);}
.menu_bg_color{background-color: #CCCCCC;}
.headerbar_bgcolor{background-color: #020202;/* height: 20%; */}
.button_bg_color{/* background-color: #faa701; */}
.button_inbg_color{/* background-color: #333333d9; */}
.menu_txt_color{color: rgb(0 0 0);}
/* .txt_colo-1{color: #007cd8;} */
.footer_leftimg img {
    width: 100%;
}

.footer_leftimg {
    position: absolute;
    height: 98%;
    left: 0;
}

.footer_copyright_text {
    color: #333;
    font-size: 1vw;
    position: absolute;
    text-align: center;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.footer_page_number {
    position: absolute;
    font-family: arial;
    font-size: 1.2vw;
    font-weight: bold;
    right: 2%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

/* The whole thing */
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
    padding: 1px 14px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
    margin-bottom: 0.1em;
    margin-left: 0.1em;
}

.custom-menu li:hover {
    background-color: #DEF;
}
::-webkit-scrollbar {
    width: 5px;
    height: 1vw;
    border-radius: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* width: 5px; */
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .video_screen{
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
  }
  .screen_video{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.intro_video{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    overflow: hidden;
}
.playPauseVN {
  position: absolute;
  bottom: 2vh;
  left: 0.5vw;
  background: #e31d38;
  border-radius: 50%;
  cursor: pointer;
  width: 2.544vw;
  height: 2.544vw;
  padding: 0;
  box-sizing: border-box;
}
.playPauseImage{
  width: 2.544vw;
  height: 2.544vw;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0.3em;
  box-sizing: border-box;
}
.playPauseImage svg {
  width: 60%;
  /* height: 70%; */
  /* object-fit: contain; */
}

.fullScreenVN {
  position: absolute;
  bottom: 2vh;
  right: 0.5vw;
  /* background-color: #e31d38; */
  border-radius: 50%;
  cursor: pointer;
  width: 2.544vw;
  height: 2.544vw;
  padding: 0;
  box-sizing: border-box;
}
.fullScreen-button{
  width: 2.544vw;
  height: 2.544vw;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0.3em;
  box-sizing: border-box;
  /* background: #000; */
  border-radius: 100px;
}
.fullScreen-button svg {
  width: 90%;
  /* height: 70%; */
  /* object-fit: contain; */
}
.replay-buttonVN {
  position: absolute;
  bottom: 2vh;
  right: 4vw;
  background: #e31d38;
  border-radius: 50%;
  /* padding: 0.5em; */
  cursor: pointer;
  width: 2.544vw;
  height: 2.544vw;
}
.replaybtn{
  width: 2.544vw;
  height: 2.544vw;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0.3em;
  box-sizing: border-box;
}
.replay-buttonVN img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  -webkit-touch-callout: none;
  pointer-events: none;
}
.progress-barVN {
  position: absolute;
  width: 100%;
  bottom: 0%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 5px 5px 0px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 3px 1px rgb(255 255 255 / 75%);
}
.current-progressVN {
  position: absolute;
  width: 0%;
  bottom: 0%;
  height: 8px;
  background-color: #e31d38;
  border-radius: 0px 5px 5px 0px;
}

/************************* bookmark opup ********************************/
.bookmarlpopup_overlay{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  z-index: 10;
}
.bookmark_Popup {
  position: absolute;
  z-index: 10000;
  background-color: #dfdfdf;
  box-shadow: 0px 0px 7px #000;
  height: max-content;
  width: max-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #D5D5D5;
  padding: 2em;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  gap: 2em;
}
.txt1_book {
  /* position: relative; */
  top: 6vh;
  font-size: clamp(0.8rem, 2vw, 2.5rem);
  text-align: center;
  font-weight: bold;
}
.txt2_book {
  /* position: absolute; */
  /* top: 14vh; */
  font-size: clamp(0.6rem, 1vw, 2.5rem);
  text-align: center;
  width: 37vw;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.8vw;
}
.book_yes {
  /* background-image: url(../../images/exit_yes.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: max-content;
  float: left;
  color: #333333;
  width: max-content;
  cursor: pointer;
  /* position: absolute; */
  /* left: 18vw; */
  /* top: 29vh; */
  transition: all 0.3s linear;
  background: #f1f1f1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: center;
  padding: 0.5em 1em;
  gap: 0.5em;
}
.book_yes span {font-size: Clamp(0.6rem, 2vw, 2.5rem);}
.book_yes p {font-size: Clamp(0.6rem, 2vw, 2.5rem);}
.book_no {
  background-image: url(../../images/exit_no.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: max-content;
  float: left;
  color: #333333;
  width: max-content;
  cursor: pointer;
  /* position: absolute; */
  /* right: 18vw; */
  /* top: 29vh; */
  transition: all 0.3s linear;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: center;
  background: #f1f1f1;
  padding: 0.5em 1em;
  gap: 0.5em;
}
.book_no img {
    width: 100%;
    height: 100%;
}
.book_no span {
    font-size: Clamp(0.6rem, 2vw, 2.5rem);
}
.book_no p {
    font-size: Clamp(0.6rem, 2vw, 2.5rem);
}
.bookmark_btndiv{

width: 100%;

height: auto;

padding: 0.5em;

display: flex;

flex-direction: row;

flex-wrap: nowrap;

align-content: center;

justify-content: center;

align-items: center;

gap: 2em;

box-sizing: border-box;
}

/* Responsive */

/* Landscape */

@media only screen and (max-width: 2440px) and (orientation: landscape) {

    .footer_copyright_text {
        font-size: 1.2vw;
    }
    .footer_page_number {
        font-size: 1.5vw;
    }
}
@media only screen and (max-width : 1440px) and (orientation : landscape){

}
@media only screen and (max-width : 1366px) and (orientation : landscape){

  .line_btns{
      height: 3.5vh;
  }
    .footer_copyright_text {
        font-size: 2vw;
    }
    .footer_page_number {
        font-size: 3vw;
    }
    .footer-menu {/* padding: 0.5em 0.5em; */}

}
@media only screen and (max-width : 1280px) and (orientation : landscape){

  .line_btns {
      height: 4vh;
  }
    .courseLogo {
    }
    .company_name_cont{
        /* padding-left: 0.5em; */
    }
    .companyBar span{
        margin-left: 0;
    }
    .book_yes p {
        /* font-size: Clamp(0.6rem, 2vw, 4.5rem); */
  }
  .book_yes span {
        /* font-size: Clamp(0.6rem, 2vw, 4.5rem); */
  }
  .book_no p {
        /* font-size: Clamp(0.6rem, 2vw, 4.5rem); */
  }
  .book_no span {
        /* font-size: Clamp(0.6rem, 2vw, 4.5rem); */
  }
}
@media only screen and (max-width : 1204px) and (orientation : landscape){


  .line_btns {
    height: 3vh;
    bottom: 0.3em;
  }
}
@media only screen and (max-width : 960px) and (orientation : landscape){

  .PagePadding { padding: 1em 1em 2.5em 1em; }
  .company_name_cont{
    /* width: 60vw; */
  }

  .line_btns {
      height: 4vh;
  }


  .playPauseVN{
    width: 3.544vw;
    height: 3.544vw;
  }
  .playPauseImage {
      width: 3.544vw;
      height: 3.544vw;
      padding: 0.3em;
  }
  .replay-buttonVN {
      width: 3.544vw;
      height: 3.544vw;
      right: 5vw;
  }
  .replaybtn{
      width: 3.544vw;
      height: 3.544vw;
      padding: 0.3em;
  }
  .fullScreenVN {
      width: 3.544vw;
      height: 3.544vw;
      /* left: 38vw; */
  }
  .fullScreen-button{
      width: 3.544vw;
      height: 3.544vw;
      padding: 0.3em;
  }
  .bookmark_Popup {
      padding: 1em;
      gap: 1em;
  }
  .txt1_book {
      font-size: clamp(0.8rem, 3vw, 3.5rem);
  }
  .txt2_book{
    font-size: clamp(0.8rem, 2vw, 2.5rem);
    line-height: normal;
  }
  .book_yes {
    /* height: 7vh; */
    /* width: 9vw; */
  }
  .book_no {
    /* height: 7vh; */
    /* width: 9vw; */
  }
  .oritxt_txt {
    /* font-size: clamp(0.7rem, 0.5vw, 1.71rem); */
  }
  .oritxt_txt span {
    font-size: clamp(0.7rem, 0.5087vw, 1.7525rem);
  }
}

@media only screen and (max-width: 915px) and (max-height: 300px) {

  .companyBar{
    height: 20%;
  }
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
  .companyBar p {
      font-size: Clamp(0.6rem, 1.1vw, 3.5rem);
  }
  .module_name {
      font-size: Clamp(0.6rem, 0.9vw, 3.5rem);
  }
  .topic_name {
      font-size: Clamp(0.6rem, 0.9vw, 3.5rem);
  }
  .page_name {
      font-size: Clamp(0.6rem, 0.9vw, 3.5rem);
  }


  .line_btns {
      height: 5vh;
  }

}
@media only screen and (max-width: 854px) and (orientation: landscape) {

  .line_btns{
    bottom: 0.3em;
    height: 4vh;
  }

}
@media only screen and (max-width: 823px) and (orientation: landscape) {

    .line_btns{
      bottom: 0.3em;
      height: 4vh;
    }
    .companyBar{
      height: 15%;
    }

    .header_txt2 {
        padding-top: 0.1em;
    }

    .txt_border2 {
        height: 1.8vh;
        border-right: 1px solid #333;
    }

    .progress-barVN {
      height: 4px;
    }
    .current-progressVN {
      height: 4px;
    }
    .oritxt_txt {
      /* font-size: clamp(0.6rem, 0.5vw, 1.71rem); */
      font-size: calc(9px + 0.390625vw);
    }

.oritxt_txt {}
    .oritxt_txt span {
      font-size: clamp(0.7rem, 0.5vw, 1.71rem);
    }
}
@media only screen and (max-width: 736px) and (orientation: landscape) {

  .courseLogo {
    /* width: 100px; */
  }
}
@media only screen and (max-width : 667px) and (orientation : landscape){

}
@media only screen and (max-height: 640px) and (orientation: landscape){


}
@media only screen and (max-width : 568px) and (orientation : landscape){

}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .company_name_cont {
    Width: 80vw;
  }
  #maincourselogo {
    Width: 20vw;
  }
  .footer-menu {padding: 0.5em 0.5em;}
}
@media only screen and (max-width: 912px) and (orientation: portrait) {
  .orention_div_1 {
    /* width: 80.198vw; */
    /* height: 101.146vw; */
    gap: 1em;
    /* padding: 3vw 3vw; */
  }
  .ori_inner_main {
    flex-direction: column;
  }
  .ori_inner_main {
    flex-direction: column;
    /* gap: 1em; */
  }
  .oritxt_txt {
    /* font-size: clamp(1.419rem, 0.1487vw, 1.1925rem); */
  }
  .oritxt_txt span {
    /* font-size: clamp(1.419rem, 0.5487vw, 1.7925rem); */
  }
}
@media only screen and (max-width: 900px) and (orientation: portrait) {
  .topic_name1{
    display: none !important;
  }
  .page_name1{
      display: none;
  }
    .page_name{
        display: none;
    }
    .topic_name{
        display: none;
    }
    .txt_border1{
        /* display: none; */
        /* opacity: 0; */
    }
    .txt_border2{
        display: none;
        opacity: 0;
    }
    .book_yes p {
        font-size: Clamp(0.6rem, 3vw, 4.5rem);
  }
  .book_yes span {
        font-size: Clamp(0.6rem, 3vw, 4.5rem);
  }
  .book_no p {
        font-size: Clamp(0.6rem, 3vw, 5.5rem);
  }
  .book_no span {
        font-size: Clamp(0.6rem, 3vw, 4.5rem);
  }
}
@media only screen and (max-width: 800px) and (orientation: portrait){
	.companyBar {
        width: 100vw;
        height: 8%;
        float: left;
    }
    .courseLogo {
        /* margin: 0.5% 2%; */
        /* max-width: 120px; */
    }


    .line_btns{
      height: 1.5vh;
    }
    .companyBar p {
        font-size: Clamp(0.6rem, 2.5vw, 2rem);
    }
    .companyBar span {
        font-size: Clamp(0.5rem, 2.3vw, 2.5rem);
        margin-left: 0;
    }
    .module_name{
        font-size: Clamp(0.6rem, 2.2vw, 2rem);
    }
    .topic_name{
        font-size: Clamp(0.6rem, 2.2vw, 2rem);
    }
    .page_name{
        font-size: Clamp(0.6rem, 2.2vw, 2rem);
    }

    .txt_border1 {
        /* height: 1vh; */
        /* border-right: 2px solid #333; */
        /* display: none; */
        height: 7vw;
    }
    .txt_border2 {
        height: 1vh;
        border-right: 2px solid #333;
        display: none;
    }
    .playPauseVN{
      width: 4.544vw;
      height: 4.544vw;
    }
    .playPauseImage {
        width: 4.544vw;
        height: 4.544vw;
        padding: 0.3em;
    }
    .replay-buttonVN {
        width: 4.544vw;
        height: 4.544vw;
        right: 6vw;
    }
    .replaybtn{
        width: 4.544vw;
        height: 4.544vw;
        padding: 0.3em;
    }
    .fullScreenVN {
        width: 4.544vw;
        height: 4.544vw;
    }
    .fullScreen-button{
        width: 4.544vw;
        height: 4.544vw;
        padding: 0.3em;
    }
    .bookmark_Popup{
      width: 80vw;
      height: max-content;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-content: center;
      align-items: center;
      gap: 1em;
      padding: 1em 1em;
    }
    .txt1_book {
        position: unset;
        font-size: clamp(0.8rem, 4vw, 4.5rem);
    }
    .txt2_book {
      position: unset;
      top: 0;
      font-size: clamp(0.6rem, 3vw, 3.5rem);
      width: 90%;
      line-height: normal;
    }
    .book_yes {
      height: 5vh;
      width: 15vw;
      cursor: pointer;
      position: unset;
      transition: all 0.3s linear;
    }
    .book_no {
      height: 5vh;
      width: 15vw;
      cursor: pointer;
      position: unset;
      transition: all 0.3s linear;
    }
    .book_yes p {
        font-size: Clamp(0.6rem, 3.5vw, 4.5rem);
  }
  .book_yes span {
        font-size: Clamp(0.6rem, 3.5vw, 4.5rem);
  }
  .book_no p {
        font-size: Clamp(0.6rem, 3.5vw, 5.5rem);
  }
  .book_no span {
        font-size: Clamp(0.6rem, 3.5vw, 4.5rem);
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {



  .line_btns {
    height: 3vh;
  }
  .courseLogo {
    /* max-width: 200px; */
  }

}
@media only screen and (max-width: 712px) and (orientation: portrait) {
  .orention_div_1 {
      /* width: 80.198vw; */
      /* height: 123.146vw; */
  }
}
@media only screen and (max-width : 600px) and (orientation : portrait){

  .courseLogo {
    /* max-width: 150px; */
  }

  .line_btns {
      height: 2.5vh;
  }

}
@media only screen and (max-width : 480px) and (orientation : portrait){
    .companyBar {
        /* width: 80vw; */
    }
    .company_name_cont {
        /* padding-left: 0.3em; */
        /* width: 40vw; */
    }
    .header_txt2 {
        padding-top: 0.1em;
    }
    .line_btns {
      height: 2vh;
      bottom: 0.3em;
  }


}
@media only screen and (max-width: 414px) and (orientation: portrait){

  .line_btns {
      height: 2.5vh;
      bottom: 0.3em;
  }

    .courseLogo {
      /* margin: 0.5% 2%; */
      /* max-width: 120px; */
  }
  .playPauseVN{
    width: 6.544vw;
    height: 6.544vw;
  }
  .playPauseImage {
      width: 6.544vw;
      height: 6.544vw;
      padding: 0.3em;
  }
  .replay-buttonVN {
      width: 6.544vw;
      height: 6.544vw;
      right: 10vw;
  }
  .replaybtn{
      width: 6.544vw;
      height: 6.544vw;
      padding: 0.3em;
  }
  .progress-barVN {
    height: 4px;
  }
  .current-progressVN {
    height: 4px;
  }

  .fullScreenVN {
      width: 6.544vw;
      height: 6.544vw;
      left: 80vw;
  }
  .fullScreen-button{
      width: 6.544vw;
      height: 6.544vw;
      padding: 0.3em;
  }
  .orention_div_1 {
    /* width: 85.198vw; */
    /* height: 142.146vw; */
    /* padding: 2vw 2vw 1vw 2vw; */
  }
  .menupatch {
    left: 1.3vw;
    width: 6.281vw;
    top: 11.6vw;
    padding: 2vw;
    /* height: 89%; */
  }
  .oritxt_txt {
    /* font-size: clamp(1.1rem, 0.1487vw, 1.1925rem); */
  }
  .oritxt_txt span {
    /* font-size: clamp(1.1rem, 0.1487vw, 1.1925rem); */
  }


}
@media only screen and (max-width : 393px) and (orientation : portrait){
  .orention_div_1 {
    /* width: 90.198vw; */
    /* height: 156.146vw; */
  }
}
@media only screen and (max-width : 384px) and (orientation : portrait){
  .orention_div_1 {
    /* width: 90.198vw; */
    /* height: 133.146vw; */
    /* margin: 5vw; */
  }
  .oritxt_txt {

  }
  .oritxt_txt span {
    font-size: clamp(1rem, 0.1487vw, 1.1925rem);
  }
}
@media only screen and (max-width: 375px) and (orientation: portrait){

    .courseLogo {
      /* margin: 0.5% 2%; */
      /* max-width: 100px; */
  }



}
@media only screen and (max-width: 360px) and (orientation: portrait){

  .oritxt_txt span {
    font-size: clamp(0.9rem, 0.1487vw, 1.1925rem);
}
}
@media only screen and (max-width : 320px) and (orientation : portrait){
  .companyBar {
      /* width: 80vw; */
  }
  .company_name_cont {
      /* padding-left: 0.3em; */
  }
  .header_txt2 {
      padding-top: 0.1em;
  }

  .line_btns {
      height: 3.5vh;
      bottom: 0.2em;
  }

  .oritxt_txt {
    font-size: clamp(0.9rem, 0.1487vw, 1.1925rem);
    width: 71%;
  }

}

@media only screen and (max-width : 280px) and (orientation : portrait){
 .footerLeftside{

display: flex;

/* gap: 0; */

flex-direction: row;

}
}


/*--------------------------------------------text-editor-css-start----------------------------------------------------*/

 .ql-video {
  display: block;
  max-width: 100%;
}
 .ql-video.ql-align-center {
  margin: 0 auto;
}
 .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
 .ql-bg-black {
  background-color: #000;
}
 .ql-bg-red {
  background-color: #e60000;
}
 .ql-bg-orange {
  background-color: #f90;
}
 .ql-bg-yellow {
  background-color: #ff0;
}
 .ql-bg-green {
  background-color: #008a00;
}
 .ql-bg-blue {
  background-color: #06c;
}
 .ql-bg-purple {
  background-color: #93f;
}
 .ql-color-white {
  color: #fff;
}
 .ql-color-red {
  color: #e60000;
}
 .ql-color-orange {
  color: #f90;
}
 .ql-color-yellow {
  color: #ff0;
}
 .ql-color-green {
  color: #008a00;
}
 .ql-color-blue {
  color: #06c;
}
 .ql-color-purple {
  color: #93f;
}
 .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
 .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
 .ql-size-small {
  font-size: 0.75em;
}
 .ql-size-large {
  font-size: 1.5em;
}
 .ql-size-huge {
  font-size: 2.5em;
}
 .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
 .ql-align-center {
  text-align: center;
}
 .ql-align-justify {
  text-align: justify;
}
 .ql-align-right {
  text-align: right;
}
.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble  h1 {
  font-size: 2em;
}
.ql-bubble  h2 {
  font-size: 1.5em;
}
.ql-bubble  h3 {
  font-size: 1.17em;
}
.ql-bubble  h4 {
  font-size: 1em;
}
.ql-bubble  h5 {
  font-size: 0.83em;
}
.ql-bubble  h6 {
  font-size: 0.67em;
}
.ql-bubble  a {
  text-decoration: underline;
}
.ql-bubble  blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble  code,
.ql-bubble  pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble  pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble  code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble  pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble  img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-bubble:not(.ql-disabled) a::before,
.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

.ql-disabled .ql-tooltip {
    visibility: hidden;
  }
  .ql-disabled  ul[data-checked] > li::before {
    pointer-events: none;
  }
  .ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
  }
  .ql-clipboard p {
    margin: 0;
    padding: 0;
  }
   .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
  }
   .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
  }
   .ql-size-small {
    font-size: 0.75em;
  }
   .ql-size-large {
    font-size: 1.5em;
  }
   .ql-size-huge {
    font-size: 2.5em;
  }
   .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
   .ql-align-center {
    text-align: center;
  }
   .ql-align-justify {
    text-align: justify;
  }
   .ql-align-right {
    text-align: right;
  }
  .ql-blank::before {
    color: rgba(0,0,0,0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
  }

.ql-disabled .ql-tooltip {
    visibility: hidden;
  }
  .ql-disabled ul[data-checked] > li::before {
    pointer-events: none;
  }
  .ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
  }
  .ql-clipboard p {
    margin: 0;
    padding: 0;
  }
  .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
  }
  .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
  }
  .ql-size-small {
    font-size: 0.75em;
  }
  .ql-size-large {
    font-size: 1.5em;
  }
  .ql-size-huge {
    font-size: 2.5em;
  }
  .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
  .ql-align-center {
    text-align: center;
  }
  .ql-align-justify {
    text-align: justify;
  }
  .ql-align-right {
    text-align: right;
  }
  .ql-editor.ql-blank::before {
    color: rgba(0,0,0,0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
  }
  .ql-snow.ql-toolbar:after,
  .ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
  }
  .ql-snow.ql-toolbar button,
  .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
  }
  .ql-snow.ql-toolbar button svg,
  .ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%;
  }
  .ql-snow.ql-toolbar button:active:hover,
  .ql-snow .ql-toolbar button:active:hover {
    outline: none;
  }
  .ql-snow.ql-toolbar input.ql-image[type=file],
  .ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none;
  }
  .ql-snow.ql-toolbar button:hover,
  .ql-snow .ql-toolbar button:hover,
  .ql-snow.ql-toolbar button:focus,
  .ql-snow .ql-toolbar button:focus,
  .ql-snow.ql-toolbar button.ql-active,
  .ql-snow .ql-toolbar button.ql-active,
  .ql-snow.ql-toolbar .ql-picker-label:hover,
  .ql-snow .ql-toolbar .ql-picker-label:hover,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker-item:hover,
  .ql-snow .ql-toolbar .ql-picker-item:hover,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
  }
  .ql-snow.ql-toolbar button:hover .ql-fill,
  .ql-snow .ql-toolbar button:hover .ql-fill,
  .ql-snow.ql-toolbar button:focus .ql-fill,
  .ql-snow .ql-toolbar button:focus .ql-fill,
  .ql-snow.ql-toolbar button.ql-active .ql-fill,
  .ql-snow .ql-toolbar button.ql-active .ql-fill,
  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
  .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
  .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c;
  }
  .ql-snow.ql-toolbar button:hover .ql-stroke,
  .ql-snow .ql-toolbar button:hover .ql-stroke,
  .ql-snow.ql-toolbar button:focus .ql-stroke,
  .ql-snow .ql-toolbar button:focus .ql-stroke,
  .ql-snow.ql-toolbar button.ql-active .ql-stroke,
  .ql-snow .ql-toolbar button.ql-active .ql-stroke,
  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
  .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
  .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
  .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
  .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
  .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
  .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
  .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
  .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c;
  }
  @media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
      color: #444;
    }
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
      fill: #444;
    }
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
      stroke: #444;
    }
  }
  .ql-snow {
    box-sizing: border-box;
  }
  .ql-snow * {
    box-sizing: border-box;
  }
  .ql-snow .ql-hidden {
    display: none;
  }
  .ql-snow .ql-out-bottom,
  .ql-snow .ql-out-top {
    visibility: hidden;
  }
  .ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px);
  }
  .ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
  }
  .ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
  }
  .ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
  }
  .ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table;
  }
  .ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
  .ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2;
  }
  .ql-snow .ql-fill,
  .ql-snow .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow .ql-empty {
    fill: none;
  }
  .ql-snow .ql-even {
    fill-rule: evenodd;
  }
  .ql-snow .ql-thin,
  .ql-snow .ql-stroke.ql-thin {
    stroke-width: 1;
  }
  .ql-snow .ql-transparent {
    opacity: 0.4;
  }
  .ql-snow .ql-direction svg:last-child {
    display: none;
  }
  .ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
  }
  .ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
  }
  .ql-snow h1 {
    font-size: 2em;
  }
  .ql-snow h2 {
    font-size: 1.5em;
  }
  .ql-snow h3 {
    font-size: 1.17em;
  }
  .ql-snow h4 {
    font-size: 1em;
  }
  .ql-snow h5 {
    font-size: 0.83em;
  }
  .ql-snow h6 {
    font-size: 0.67em;
  }
  .ql-snow a {
    text-decoration: underline;
  }
  .ql-snow blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
  }
  .ql-snow code,
  .ql-snow pre {
    background-color: #f0f0f0;
    border-radius: 3px;
  }
  .ql-snow pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
  }
  .ql-snow code {
    font-size: 85%;
    padding: 2px 4px;
  }
  .ql-snow pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
  }
  .ql-snow img {
    max-width: 100%;
  }
  .ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
  }
  .ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
  }
  .ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
  }
  .ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
  }
  .ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2;
  }
  .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc;
  }
  .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc;
  }
  .ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
  }
  .ql-snow .ql-color-picker,
  .ql-snow .ql-icon-picker {
    width: 28px;
  }
  .ql-snow .ql-color-picker .ql-picker-label,
  .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
  }
  .ql-snow .ql-color-picker .ql-picker-label svg,
  .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
  }
  .ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px;
  }
  .ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px;
  }
  .ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
  }
  .ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
  }
  .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
  }
  .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
  }
  .ql-snow .ql-picker.ql-header {
    width: 98px;
  }
  .ql-snow .ql-picker.ql-header .ql-picker-label::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal';
  }
  .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Heading 1';
  }
  .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Heading 2';
  }
  .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Heading 3';
  }
  .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Heading 4';
  }
  .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Heading 5';
  }
  .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Heading 6';
  }
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em;
  }
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em;
  }
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em;
  }
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em;
  }
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em;
  }
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em;
  }
  .ql-snow .ql-picker.ql-font {
    width: 108px;
  }
  .ql-snow .ql-picker.ql-font .ql-picker-label::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif';
  }
  .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: 'Serif';
  }
  .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: 'Monospace';
  }
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif;
  }
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace;
  }
  .ql-snow .ql-picker.ql-size {
    width: 98px;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-label::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal';
  }
  .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Small';
  }
  .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Large';
  }
  .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Huge';
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px;
  }
  .ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
  }
  .ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
  }
  .ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
  }
  .ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
  }
  .ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
  }
  .ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
  }
  .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc;
  }
  .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc;
  }
  .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
  .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000;
  }
  .ql-toolbar.ql-snow + .ql-snow {
    border-top: 0px;
  }
  .ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
  }
  .ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px;
  }
  .ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px;
  }
  .ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  .ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: 'Edit';
    margin-left: 16px;
    padding-right: 8px;
  }
  .ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px;
  }
  .ql-snow .ql-tooltip a {
    line-height: 26px;
  }
  .ql-snow .ql-tooltip.ql-editing a.ql-preview,
  .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
  }
  .ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block;
  }
  .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'Save';
    padding-right: 0px;
  }
  .ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:";
  }
  .ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:";
  }
  .ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:";
  }
  .ql-snow a {
    color: #06c;
  }
  .ql-snow {
    border: 1px solid #ccc;
  }
/*--------------------------------------------text-editor-css-end----------------------------------------------------*/
/* .ui-page {
  -webkit-perspective: 400px;
  perspective: 400px;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.ui-page img {
  height: auto;
  width: 100%;
  opacity: 0;
}

.ui-page div {
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(-50deg) scale(0.5);
  transform: rotateY(-50deg) scale(0.5);
  opacity: 0;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.71, 0.05, 0.09, 0.91);
}
.ui-page.active div {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
} */
@keyframes nextblink_ani {
  0% {
      opacity: 1;
      transform: scale(0.7) translateX(10px);
      -webkit-transform: scale(0.7) translateX(10px);
  }
  50% {
      opacity: 1;
      transform: scale(0.7) translateX(-10px);
      -webkit-transform: scale(0.7) translateX(-10px);
  }
  100% {
      opacity: 1;
      transform: scale(0.7) translateX(10px);
      -webkit-transform: scale(0.7) translateX(10px);
  }
}
.nextblink_ani {
  -webkit-animation-name: nextblink_ani;
  animation-name: nextblink_ani;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.DefaultFont {
  font-family: "Arial";
  font-weight: 500;
  font-style: normal;
}
.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.dancing {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gamja-flower-regular {
  font-family: "Gamja Flower", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.protest-guerrilla-regular {
  font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cute-font-regular {
  font-family: "Cute Font", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.protest-riot-regular {
  font-family: "Protest Riot", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poor-story-regular {
  font-family: "Poor Story", system-ui;
  font-weight: 400;
  font-style: normal;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.single-day-regular {
  font-family: "Single Day", cursive;
  font-weight: 400;
  font-style: normal;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.aleo {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.protest-riot-regular {
  font-family: "Protest Riot", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.archivo-narrow {
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fugaz-one-regular {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lilita-one-regular {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.concert-one-regular {
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kalam-light {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}
.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}
.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}
.bree-serif-regular {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.sacramento-regular {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}
.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.source-sans{
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.tiro-devanagari{
  font-family: "Tiro Devanagari Sanskrit", serif;
  font-weight: 400;
  font-style: normal;
}
.sanskrit-regular {
  font-family: "Tiro Devanagari Sanskrit", serif;
  font-weight: 400;
  font-style: normal;
}
.tiro-devanagari{
  font-family: "Tiro Devanagari Sanskrit", serif;
  font-weight: 400;
  font-style: italic;
}
.sanskrit-regular-italic {
  font-family: "Tiro Devanagari Sanskrit", serif;
  font-weight: 400;
  font-style: italic;
}
.tiro-devanagari{
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-style: normal;
}
.hindi-regular {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-style: normal;
}
.tiro-devanagari {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-style: italic;
}
.hindi-regular-italic {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-style: italic;
}
.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}
.comfortaa {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.arimo {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.bitter {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.hind-light {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.hind-regular {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hind-medium {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.hind-semibold {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.hind-bold {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.teko {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}
.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}
.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}
.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}
.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}
.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}
.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}
.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}
.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.nunito {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.mukta-extralight {
  font-family: "Mukta", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.mukta-light {
  font-family: "Mukta", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.mukta-regular {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mukta-medium {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mukta-semibold {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mukta-bold {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mukta-extrabold {
  font-family: "Mukta", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.annapurna-sil-regular {
  font-family: "Annapurna SIL", serif;
  font-weight: 400;
  font-style: normal;
}

.annapurna-sil-bold {
  font-family: "Annapurna SIL", serif;
  font-weight: 700;
  font-style: normal;
}
.kode-mono {
  font-family: "Kode Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.anta-regular {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.protest-revolution-regular {
  font-family: "Protest Revolution", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}