/* End resert file*/

/* matan  of IE word break  */

.word-break p {
  word-break: keep-all !important;
  word-break: break-word;
  word-wrap: break-word;

  display: table-cell;
}

.word-break p {
  display: block !important;
}

span.fr-counter {
  display: none !important;
}

ol li {
  font-family: inherit;
  list-style: auto;
}

#wrapperrow {
  padding: 0% 3% 0% 3%;
}

#end h1 {
  margin-top: 15% !important;

}

.display-flex {
  display: flex !important;
}

.display-flex {
  display: flex !important
}

/* matan end of IE word break  */

.min-hight-400 {
  min-height: 400px;
}

.template-container {
  direction: rtl;
}

.bgDarkOnImg {
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.6);
  min-height: 400px;
  position: absolute;
}

.bgDarkOnImgSmall {
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.6);
  min-height: 300px;
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.top-50 {
  top: 50px;
}

.centering-absolute {
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.fr-element a,
a {
  color: #1890ff !important;
  text-decoration: underline;
}

.plusclass {
  background-color: #1890ff;
  width: 34px;
  border-radius: 100%;
}

/* --------------------  opening page --------------------- */

.box-container {
  width: 60vw;
  margin: 0 auto;
  padding-top: 70px;
}

.box-container-down {
  width: 60vw;
  margin: 0 auto;
  padding-top: 40px;
}

.CourseHeader {
  width: 100%;
  height: 45%;
  background-size: cover;
  min-height: 400px;
}

.user-CourseName {
  color: #ffffff;
  font-size: 65px;
  /* text-align: right; */
  display: block;
  width: 100%;
  margin: 20px 0px;
  overflow: hidden;
}

.user-hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}

.user-hover:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.user-enterCourseBtn {
  background: #fc481e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fc481e 0%, #bf254d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fc481e 0%, #bf254d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fc481e 0%, #bf254d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 30px;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 20px;
  border: 0px;
  /* text-align: right; */
  display: block;
  /* float: right; */
  cursor: pointer;
}

.user-CourseDescription {
  width: 100%;
  /* direction: rtl; */
  /* text-align: right; */
  /*  min-height: 110px;*/
  line-height: 1.3;
  margin-bottom: 30px;
}

.color-white {
  color: white !important;
}

.fileDownload {
  text-decoration: none;
  color: white !important;
}

.fileDownload .fr-element {
  font-size: 22px;
  word-break: break-word;
}

.user-chapter-list-opening {
  margin: 20px auto;
  padding: 20px;
  background: #f4f4f4;
  /* text-align: right; */
  /* direction: rtl; */
  font-size: 20px;
}

.user-CourseAuthor {
  color: #ffffff;
  font-size: 20px;
  display: block;
  /* text-align: right; */
  width: 100%;
}

/* --------------------  opening page --------------------- */

/* card */

.card-view,
.card,
.face {
  width: 100%;
  padding: 10px;
  height: 400px;
  line-height: 100px;
}

.card {
  border: 1px solid #8080802e;
  border-bottom: 2px solid #d52128b8;
}

.card-view {
  perspective: 1024px;
}

.card-view .card {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.5s;
  text-align: center;
}

.card-view .card .face {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  word-break: break-word;
  -webkit-backface-visibility: hidden;
}

.card-view .card .face:first-of-type {
  z-index: 2;
}

.card-view .card .face:nth-of-type(2) {
  transform: rotateY(180deg);
}

.card-view:hover .card {
  /* transform: rotateY(180deg); */
}

.toggle:checked>.card-view>.card {
  transform: rotateY(180deg);
}

.toggle:checked~.card-view>.card:hover {
  transform: rotateY(0deg);
}

.toggle {
  display: none;
}

.toggle-label {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  line-height: 20px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #40a9ff;
  background: white;
  cursor: pointer;
  text-align: center;
  color: white;
  opacity: 0.4;
  z-index: 99999;
  right: 10px;
  margin-bottom: 20px;
  transition: all 0.5s;
  position: absolute;
}

.toggle-label .card-icon-swap {
  color: #40a9ff;
}

label.toggle-label:hover {
  opacity: 0.8;
}

.toggle:checked+.toggle-label {
  background: #40a9ff;
}

.toggle:checked+.toggle-label .card-icon-swap {
  color: white;
}

.box-shedow-card {
  box-shadow: rgba(6, 6, 6, 0.17) 0px 0px 16px 6px;
}

.border-card {
  border: 2px solid rgba(6, 6, 6, 0.15);
}

.flip {
  transform: rotateY(180deg);
}

.line-height15 {
  line-height: 1.5;
}

.h2big {
  font-size: 25px;
  margin: 25px;
}

.uploadCard {
  position: absolute;
  bottom: 0px;
  left: 45%;
}

/* end cards */

.fontSize600 {
  font-size: 42px;
  padding: 50px;
  color: #35097a;
  text-align: center;
}

.defaultPadding {
  padding: 80px !important;
}

/* chapter Setting */

.chapterData {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  background: transparent;
  border-bottom: 2px solid #d51128;
}

.chapterNameInput {
  outline: none;
  overflow: inherit;
  border: none;
  resize: none;
  margin-right: 20px;
  width: 100%;
  color: #d51128;
  font-size: 52px;
  background: none;
  /* float: right; */
  /* text-align: right; */
  margin-right: 0px;
  display: block;
  height: auto;
}

.chapterNameInput::-webkit-scrollbar {
  width: 0px;
}

.dirRTL {
  /* direction: rtl !important; */
}

/* .cdk-overlay-pane{
    background: #ffffff;
  } */

.chapterDataWraper {
  /* width: 48vw; */
  /* direction: rtl; */
  display: block;
  height: 100%;
  margin: 0px auto;
  overflow: auto;
  padding: 10px;
}

.focusOn:focus {
  outline: 0;
  border-radius: 10px;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.btnLM {
  color: white;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  background: #d51128;
  padding: 15px;
  margin-top: 30px;
}

.template-container {
  padding: 20px 15%;
  outline: 0px;
}

.tempalte-h3 p {
  font-size: 2em;
}

.tempalte-h4 p {
  font-size: 1.5em;
}

.template-p-with-h3 {
  margin-top: 15px;
  font-size: 1em;
}

.border-radius-round {
  border-radius: 50% !important;
}

.quote-img {
  width: 140px !important;
  height: 140px !important;
  min-width: 140px;
  min-height: 140px !important;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

.quote-img-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.template-note-circle {
  background: #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 41px;
  padding: 0px 24px;
  line-height: 53px;
  color: #d75858;
  /* border: 1px solid #d75858; */
  float: right;
  /* margin-left: 20px; */
}

.template-note-container {
  background: #fcd8ac;
  /* border: 1px solid #d75858; */
  padding: 25px;
  min-height: 110px;
}

.template-note-container p {
  /* color: #d75858; */
  width: 90%;
  font-size: 18px;
  margin-top: -2px;
}


.note_bg_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.template-note-container .template-note-circle-new p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  margin: 0;
  transform: translateY(-3px);
  font-size: 40px !important;
}

.template-note-container .template-note-circle-new {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}


.tempalte-2p-right {
  display: inline-block;
  width: 49%;
  /* padding: 10px 20px 10px 10px; */
  vertical-align: top;
  word-break: break-word;
}

.tempalte-2p-left {
  display: inline-block;
  width: 49%;
  word-break: break-word;
  /* padding: 10px 10px 10px 20px; */
  vertical-align: top;
}

.template-p {
  font-size: 1em;
}

.rightAnsrChek:hover {
  /* background-color: #00c53a94 !important; */
  background-color: #43ff7aa6 !important;
  cursor: pointer;
}

.ansCheck,
.ansCheck2 {
  cursor: pointer;
}

.template-text-center {
  text-align: center;
}

.template-small-circle {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto;
}

.tempalte-text-design-line {
  width: 20%;
  height: 3px;
  background: red;
  margin-bottom: 10px;
}

.template-divide-line {
  height: 2px;
  width: 100%;
  background: var(--slice-theme-text-color);
  margin-top: 10px;
}

.template-divide-space {
  height: 200px;
  width: 1px;
  background: transparent;
}

.template-quote-line-container {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.template-quote-design-right {
  max-width: 360px;
  height: auto;
  padding: 12px 25px;
  float: none !important;
  margin-left: 20px;
}

.template-float-right {
  float: right !important;
}

.template-display-inline-block {
  display: inline-block;
}

.template-row {
  width: 100%;
  display: block;
}

.template-col-10 {
  width: 100%;
  display: inline-block;
}

.template-col-9 {
  width: 90%;
  display: inline-block;
}

.template-col-8 {
  width: 80%;
  display: inline-block;
}

.template-col-7 {
  width: 70%;
  display: inline-block;
}

.template-col-6 {
  width: 60%;
  display: inline-block;
}

.template-col-5 {
  width: 50%;
  display: inline-block;
}

.template-col-4 {
  width: 40%;
  display: inline-block;
}

.template-col-3 {
  width: 30%;
  display: inline-block;
}

.template-col-2 {
  width: 20%;
  display: inline-block;
}

.template-col-1 {
  width: 10%;
  display: inline-block;
}

.xs-font {
  font-size: 1em;
}

.sm-font {
  font-size: 1.5em;
}

.md-font {
  font-size: 2em;
}

.lg-font {
  font-size: 2.5em;
}

li.templater-li-line {
  border-right: 3px solid #1990fc;
  margin: 50px 0px;
  padding-right: 10px;
}

ul.templater-ul-numbers {
  counter-reset: li;
}

i.anticon.anticon-delete:hover {
  color: #fc481e;
  font-weight: 300;
}

.coursesBox:hover i.anticon.anticon-delete {
  opacity: 1;
}

/* spicelCheck box  */

.label--checkbox {
  position: relative;
  margin: 0.5rem;
  line-height: 135%;
  cursor: pointer;
}

.checkbox {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: var(--slice-theme-text-color);
  border-radius: 4px;
}

.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}

.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  /* background: #fff; */
  background: var(--slice-theme-bg-color);
  cursor: pointer;
}

.button--round {
  -webkit-transition: 0.3s background ease-in-out;
  -moz-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
  width: 2rem;
  height: 2rem;
  background: #5677fc;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.button--round i {
  font-size: 1rem;
  line-height: 220%;
  vertical-align: middle;
}

.button--round:hover {
  background: #3b50ce;
}

.button--sticky {
  position: fixed;
  right: 2rem;
  top: 16rem;
}

.content {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.flex-section {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: row;
  gap: 10px;
}

.flex-section-item {
  position: relative;
  width: 100%;
  /* margin: 5px; */
}

.flex-text-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.max_width50 {
  max-width: 50%;
  width: 50%;
}

.max_width33 {
  max-width: 33%;
  width: 33%;
}

.max_width38 {
  max-width: 38%;
  width: 38%;
}

.max_width60 {
  max-width: 60%;
  width: 60%;
}


@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* // */

.transition-05 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.templater-li-numbers::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  width: 2em;
  height: 1em;
  background: var(--slice-theme-bg-color);
  color: var(--slice-theme-text-color);
  font-weight: bold;
  font-size: 25px;
  vertical-align: top;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

li.templater-li-bullets {
  margin: 50px 0px;
  padding-right: 10px;
}

li.templater-li-bullets::before {
  content: "•";
  color: #1990fc;
}

/* 
li {
  line-height: 20px !important;
} */


.ex-options button.ant-btn.ant-btn-default.ant-btn-circle.ant-btn-icon-only:not(.delete-fix-btn) {
  margin-top: 15px;
  position: absolute;
  bottom: -16px;
  left: 25%;
}

body .fileDeleteBtn {
  margin-top: -5px !important;
  position: absolute;
  bottom: 5px !important;
  left: 40% !important;
}

.options.ex-options.noactive {
  background-color: #bbbbbb !important;
}

.options.ex-options {
  width: 75px !important;
  height: 75px !important;
  padding: 5px 10px !important;
  font-size: 40px !important;
  border-radius: 100% !important;
  border: 5px solid #485d73 !important;
  position: absolute !important;
  background-color: #4bb4ffeb !important;
  /* z-index: 999!important; */
  left: 35px !important;
  box-shadow: inset 0 0 16px #587086 !important;
  /* box-shadow: 1px 1px 3px 0px #b7b7b7!important;
        -moz-box-shadow: 3px 3px 5px 6px #ccc; */
  /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
  /* box-shadow: 3px 3px 5px 6px #ccc; */
  margin-top: 70px !important;
  color: white !important;
}

.ant-modal-mask {
  background-color: rgba(66, 66, 66, 0.61) !important;
}

/* .ant-modal{
    width: 80%!important;
} */

button.ant-modal-close.ng-star-inserted {
  /* left: 0px; */
  /* z-index: 99999999; */
}

.full-center-modal .ant-modal {
  /* width: 80% !important;
  height: 88vh; */

  width: 80% !important;
  overflow: auto;
  height: 86vh;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 0;
  border-radius: 10px 10px 0 0;
}

/* .users-table .ant-table-body {
  margin-top: 10px;
  height: 65vh;
  overflow: scroll;
} */

.full-center-modal .ant-modal .ant-modal-content .ant-modal-body {
  min-height: 440px;
  padding: 0 24px;
}

.full-center-modal .ant-modal .ant-modal-content {
  height: 100%;
}

.display-inline-block {
  display: inline-block;
}

.display-none {
  display: none !important;
}

.CancelDisplayNone {
  display: block !important;
}

.questionSpan {
  display: inline-block;
}

.border-grey {
  border: 1px solid #e3e5e3;
  padding: 2rem;
}

.text-left {
  text-align: left;
}

/* .text-right {
    text-align: right;
} */

.box-quation .radio-block {
  display: block;
  padding: 20px;
  /* text-align: right; */
}

.box-quation label {
  cursor: pointer;
  border: 2px solid #fefefe;
}

.box-quation label {
  cursor: pointer;
  border: 2px solid #fefefe;
}

.disable-a {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.BackGround-off-white {
  background-color: #fefefe;
}

.button {
  display: block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333147;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #d11348;
  border-right: 1px solid #d11348;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.button::before {
  content: "";
  background: linear-gradient(to right, #00a6f6, #0e90ba, #00a6f6);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.box-quation .circle {
  display: block;
  width: 50px;
  height: 50px;
  padding: 7px;
  margin: 0 auto;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  text-align: center;
  line-height: 3rem;
  border-radius: 50%;
  border: 0.2rem solid #676969;
  transition: opacity 0.6s 0.9s, transform 0.6s 0.9s;
}

img.OK-NOT-OK {
  width: 30px;
}

.questionSpan p {
  color: #7a8792;
}

.box-quation .cor {
  position: absolute;
  font-size: 13px;
  text-align: center;
  /* display: block; */
  margin: 0px auto;
  /* margin: -17px 3px; */
  width: 100%;
}

p.text-left.margin-top-5px {
  margin-top: 37px;
  padding: 5px 15px;
  border-radius: 25px;
}

p.text-left.margin-top-5px p {
  text-align: center;
  color: white;
}

.img-template-1 {
  width: 100%;
  height: auto;
}

.textPImg {
  position: relative;
}

.textPImg .text-wrap-Pimg {
  display: block;
  font-size: 2rem;
  width: 75%;
  color: #ffffff;
  line-height: 1.5;
  vertical-align: middle;
  margin: auto;
  padding: 120px 0px;
  z-index: 2;
}

.textPImg p {
  font-size: 40px !important;
  color: #ffffff;
}

.imgCoverBgB {
  width: 100%;
  background: rgb(25, 32, 37);
  border-radius: 10px;
}

.imgWithQuote-img {
  opacity: 0.3;
}

/* grid */

.grid-row {
  width: 100%;
  display: block;
}

.grid-third {
  width: 30%;
  display: inline-block;
}

.grid-half {
  width: 49%;
  display: inline-block;
}

.imgCon {
  overflow: hidden;
  padding: 0px 15px 15px 15px;
}

.img-template-1 {
  border-radius: 10px;
}

.pOntext {
  direction: rtl;
  min-height: 290px;
}

.PwithPic {
  position: relative;
  text-align: center;
}

.template-audio {
  width: 100%;
  /* height: 100px; */
}

.btnUploafCebter {
  text-align: center;
}

.fileContainer {
  /* background: #f1f3f4; */
  background: var(--slice-theme-block-bg-color);
  text-align: center;
  width: 100%;
  border-radius: 10px;
  padding-top: 20px;
}

.template-file {
  background: #1890ff;
  text-align: center;
  padding: 20px;
  margin: 25px auto;
  display: block;
  color: #ffffff;
  width: 60%;
  z-index: 2;
  position: relative;
}

video {
  width: 100%;
}

.carusel-row {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  direction: rtl;
  border-radius: 10px;
}

.carusel-buttons-container {
  margin-top: -340px;
  margin-bottom: 340px;
}

.img-template-carusel {
  width: 720px;
  height: 540px;
  display: inline-block;
}

.grid-carusel {
  display: inline-block;
  max-height: 580px;
}

.carusel-padding {
  padding: 30px 25%;
}

.caruselNgFor {
  display: inline-block;
}

/* accordion + tabs */

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fefefe !important;
  border: 1px solid #ddd;
  border-radius: 0px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 0px !important;
  border-color: var(--slice-theme-bg-color);
}

/* .penel-Accor {
  border: 1px solid #dddddd9e !important;
} */

.activeTab {
  /* background-color: white; */
  background: var(--slice-theme-block-bg-color);
}

/* .panel-default {
  border-color: #ddd;
} */

.panel-default>.panel-heading {
  border: 0px;
  border-right: 4px solid transparent;
}

.collapsMaster .panel-default>.panel-heading {
  color: var(--slice-theme-text-color);
  background-image: linear-gradient(to top, var(--slice-theme-block-bg-color) 0%, var(--slice-theme-block-bg-color-second) 100%);
  /* background-color: var(--slice-theme-block-bg-color); */
  /* border-color: #ddd; */
  border-color: var(--slice-theme-block-bg-color);
}

.panel-heading {
  color: var(--slice-theme-text-color);
  /* background-color: #fefefe !important; */
  padding: 2rem;
  display: block;
  background: #fefefe;
  /* color: #333147; */
  border: none;
  font-size: 1.8rem;
  line-height: 2.2222;
  text-decoration: none;
  cursor: pointer;
  transition: border 0.3s;
  outline: none;
  border-radius: 0px !important;
  border-right: 4px solid transparent;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.collapse {
  display: none;
}

.panel-body {
  /* padding: 15px; */
  font-size: 16px;
  padding-top: 25px !important;
  padding: 0px;
}

/* accordion + tabs end */

.panel-heading[aria-expanded="true"] {
  border-color: #d51128 !important;
}

.colaps-edit {
  display: block;
  width: 150px;
  height: 32px;
  border-radius: 100px;
  /* line-height: 20px; */
  padding: 0px;
  margin: 5px;
  border: 2px solid grey;
  background: white;
  cursor: pointer;
  /* margin-bottom: 33px; */
  text-align: center;
  /* opacity: 0.4; */
  background-color: white;
  z-index: 99999;
  /* margin-bottom: 20px; */
  /* margin: 0px auto; */
  transition: all 0.5s;
  /* position: absolute; */
}

.colaps-delet:not(.delete-fix-btn) {
  opacity: 0;
  color: gray;
  right: -35px;
  position: absolute;
  margin-top: -24px;
}

.deletCircleClass:not(.delete-fix-btn) {
  opacity: 0;
}

.panel-heading:hover>.deletCircleClass:not(.delete-fix-btn) {
  opacity: 1;
}

.panel-heading:hover>.colaps-delet:not(.delete-fix-btn) {
  opacity: 1;
}

.colaps-delet:hover {
  color: red;
}

/* .text-right {
    text-align: right;
} */

.position-relative {
  position: relative;
}

.addcolaps {
  border: 4px solid;
  color: #1790fc;
  background-color: transparent;
  font-size: 32px;
  margin-top: 0px;
  /* width: 100%; */
  border-color: #dddddd00;
  height: 30px;
  outline: 0px;
  border-radius: 0px;
}

.deletBtnCss {
  border: 4px solid;
  color: #1790fc;
  /* position: absolute; */
  background-color: transparent;
  font-size: 32px;
  margin: -70px 0px;
  right: 0px;
  /* width: 100%; */
  border-color: #dddddd00;
  height: 30px;
  position: absolute;
  outline: 0px;
  border-radius: 0px;
}

.deletCard {
  border: 4px solid;
  color: red;
  /* position: absolute; */
  background-color: transparent;
  font-size: 32px;
  opacity: 0;
  right: 0px;
  /* width: 100%; */
  border-color: #dddddd00;
  height: 30px;
  position: absolute;
  outline: 0px;
  border-radius: 0px;
}

.color-blue-hover {
  color: gray;
  cursor: pointer;
}

.color-blue-hover:hover {
  color: #1790fc;
}

i.anticon.anticon-edit.edit_accorditon {
  color: grey;
  font-size: 20px;
  font-weight: 500;
}

.width-100 {
  width: 100%;
}

.margin-b-4 {
  margin-bottom: 4px;
}

button.colaps-edit:focus {
  /* color: red; */
  /* background-color: red; */
  outline: none;
}

.colaps-edit:hover {
  color: #1790fc;
  border-color: #1790fc;
}

.colaps-edit:hover>i {
  color: #1790fc !important;
}

.activebtn>i {
  color: white !important;
}

.activebtn {
  border: 2px solid #1790fc;
  background-color: #1790fc;
}

.img-colaps {
  /* max-height: 300px; */
  width: auto;
  width: 100%;
  margin: 0px auto;
  display: block;
}

.center-and-block {
  margin: 0px auto;
  display: block;
}

.uplaodIMGcolaps>button {
  margin: 0 auto;
  display: block;
  margin-top: 5px;
}

.panel-heading.transition-05.collapsed.tabs {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100px;
  width: 33.3333%;
}

.panel-collapse.collapse.transition-05.tabs {
  position: absolute;
  /* min-height: 400px; */
  height: 400px;
  /* overflow: auto; */
  width: 100%;
  padding: 10px 0px;
  margin-top: 100px;
  border: 2px solid var(--slice-theme-bg-color);
  border-top: 0px;
}

.panel-collapse.collapse.transition-05.tabs.tabpanel_overflow {
  overflow-y: auto;
  overflow-x: hidden;
}

.min-hight-500 {
  min-height: 500px;
}

.panel-collapse.collapse.transition-05.tabs.activeTab {
  display: block !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.panel-heading.transition-05.collapsed.tabs {
  /* background: linear-gradient(to top, #eaeaea, #f3f3f3); */
  background: linear-gradient(to top, var(--slice-theme-bg-color), var(--slice-theme-block-bg-color));
  border-color: var(--slice-theme-bg-color) !important;
}

.panel-heading.transition-05.collapsed.tabs.activeTab {
  /*  border: 2px solid rgba(207, 207, 207, 0.2784313725490196);*/
  border-bottom: 2px solid transparent;
  border-right: 2px solid var(--slice-theme-primary-color) !important;
  background-image: none;
  /* background-color: white !important; */
  background-color: var(--slice-theme-block-bg-color) !important;
  border-bottom-color: transparent !important;
}

.panel-heading.transition-05.collapsed.tabs {
  border-color: transparent;
  border: 1px solid rgba(207, 207, 207, 0.2784313725490196);
  padding: 10px;
  background-color: #f5f5f5 !important;
  border-bottom: 2px solid rgba(207, 207, 207, 0.2784313725490196);
  /* border-top: 2px solid rgba(207, 207, 207, 0.2784313725490196); */
  border-top: none;
}

.panel.panel-default.tabs {
  border: 0px;
}

.tabs i.anticon.CancelDisplayNone.anticon-delete.colaps-delet.transition-05 {
  float: right;
  position: relative;
  /* margin: -33px -89px; */
  font-size: 20px;
  z-index: 99999;
}

.tabs h4 p {
  text-align: center;
  max-height: 75px;
  padding: 15px;
  overflow: hidden;
  font-size: 22px !important;
}

/* .imgtabs {
    max-width: 100% !important;
} */

.addcolaps.tabs {
  margin-bottom: 30px;
}

.chetdelet {
  opacity: 0;
  background: no-repeat;
  border: 0px;
  margin-right: -50px;
  position: ABSOLUTE;
  font-size: 16px;
}

.templater-li-chat:hover>.chetdelet {
  opacity: 1;
}

.colaps-delet:hover {
  color: red;
}

.extraChet {
  max-width: 250px;
}

.changeChet {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  line-height: 20px;
  padding: 5px;
  /* margin: 5px; */
  /* border: 1px solid #40a9ff; */
  background: white;
  cursor: pointer;
  text-align: center;
  color: black;
  /* opacity: 0.4; */
  z-index: 99;
  margin-top: -29px;
  position: absolute;
}

.chet-outline {
  background-color: #f4f4f4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce0000+46,930000+100 */
  background: #c50707;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ce0000 46%, #c50707 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ce0000 46%, #c50707 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ce0000 46%, #c50707 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0000', endColorstr='#930000', GradientType=0);
  /* IE6-9 */
  color: white;
  margin-left: 25px !important;
}

.templater-li-chat p {
  margin: 0px;
}

.templater-li-chat {
  padding: 15px;
  border-radius: 20px;
  position: relative;
  list-style: none;
  max-width: 55%;
  /* min-height: 60px; */
  word-break: break-word;
  margin: 15px 0px;
}

.templater-li-chat-white {
  padding: 15px;
  border-radius: 5px;
  color: #1990fc;
  margin: 10px 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.portrait-chat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0px;
}

.portrait-right {
  right: -66px;
  direction: ltr;
}

.portrait-left {
  left: -66px;
}

.chet-full {
  background-color: #515253;
  margin-right: 45% !important;
}

.chet-full p {
  color: white;
}


.templater-li-chat {
  /* display: inline-block; */
  padding: 12px 16px;
  color: #fff;
  border-radius: 0 18px 18px 18px;
  box-shadow: 0;
  font-size: 15px;
  line-height: 1.35;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.chet-outline {
  border-radius: 18px 0 18px 18px;
}

/* .chet-full:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  color: #515253;
  position: absolute;
  left: -18px;
  width: 0;
  height: 0;
  border-right-color: #515253;
  border-left: 0;
  border-top: 0;
}

.chet-outline:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0px;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  border-left-color: #ce0000;
  color: #515253;
  border-right: 0;
  border-top: 0;
} */

button.CancelDisplayNone.changeChet:hover {
  background-color: #e4e4e4;
}

.extraChet {
  cursor: pointer;
}

.fr-quick-insert.fr-visible {
  display: none;
}

.inline-flex {
  display: inline-flex !important;
}

.list-options {
  /* padding: 0px 10px 25px 10px; */
  padding: 0px 10px 0px 0px;
}

.text-decoration {
  text-decoration: line-through;
}

.list-margin:hover>.checkdelet,
.showdelet-line:hover>.checkdelet {
  opacity: 1;
  color: red;
  border: 0px;
}

.ant-progress-text {
  color: #ffffff !important;
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  font-size: 22px !important;
  margin-bottom: 20px;
}

.checkdelet {
  opacity: 0;
  background: no-repeat;
  border: 0px;
  margin-right: -50px;
  font-size: 16px;
}

.showdelet-line>.checkdelet {
  margin-right: -70px !important;
}

.padding-20-left {
  padding: 0px 20px;
}

.showdelet-line {
  border-right: 3px solid #1990fc;
  margin: 50px 0px;
  padding-right: 20px;
  /* padding-left: 20px; */
  padding: 0px 30px 0px 0px;
}

.circle-number0list {
  background-color: #515253;
  width: 30px;
  height: 30px;
  padding: 5px 7px;
  border-radius: 100%;
  color: white;
  font-size: 20px;
  display: inline-block;
}

.circle-number0list p {
  text-align: center;
  color: white;
}

.list-margin {
  margin: 25px 0px !important;
}

.circle-number0list {
  text-align: center;
  color: white;
}

.circle-number0list2 {
  background-color: #515253;
  width: 10px;
  height: 10px;
  /* padding: 5px 7px; */
  border-radius: 100%;
  color: white;
  font-size: 20px;
  display: inline-block;
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */

.checkcontainer:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkcontainer input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkcontainer input:checked~.checkmark:after {
  display: block;
}

/* fli card */

/* entire container, keeps perspective */

.flip-container2 {
  perspective: 1000;
  transform-style: preserve-3d;
  color: #fff;
}

/*  UPDATED! flip the pane when hovered */

.flip-container2,
.front9,
.back9 {}

/* flip speed goes here */

.card99 {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.card9 {
  width: 100%;
  height: 100%;
  position: relative;
  /* transition: transform 1.2s;
  transform-style: preserve-3d; */

  transition: transform 1.2s cubic-bezier(0.77, -0.6, 0.2, 1.4);
  /* backface-visibility: hidden; */
  transform-style: preserve-3d;
}

.card9 figure {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 1.2s;
  border: none;
  /* border-left: 1px solid white; */
  /* border-top: 1px solid white; */
  /* border-bottom: 2px solid #0000000d; */
  /* border-right: 2px solid #0000000d; */
  /* box-shadow: 4px 3px 11px #0000004a; */
  box-shadow: transparent 0px 0px 3px -1px, transparent 0px 0px 2px 1px, transparent 0px 0px 5px 0px, #00000030 0px 10px 20px -5px, #00000030 0px 2px 15px -5px, transparent 0px 0px 20px 0px
}

/* hide back of pane during swap */

.front99,
.back99 {
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 300px;
  height: 400px;
  border-radius: 30px;
  border: 0px !important;
}

/*  UPDATED! front pane, placed above back */

.front9 {
  z-index: 2;
  transform: rotateY(0deg);
  padding: 15px;
  color: #485d73;
}

/* back, initially hidden pane */

.back9 {
  transform: rotateY(180deg);
  background: #587086;
}

.cards-container {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  width: 95%;
  margin: 50px auto;

  /* justify-content: center; */
  flex-wrap: wrap;
  gap: 100px 60px;
}


.margin-bot-cards {
  margin: 50px auto 400px !important;
}

.margin-print-cards {
  margin: 50px auto 400px;
}

figure.card2.box-shedow-card {
  width: 290px;
  height: 400px;
  border-radius: 30px;
  margin: 26px;
}

.show-in-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.newBECKcard {
  display: block;
}

/*  */

/* entire container, keeps perspective */

.flip-container {
  -webkit-perspective: 1000;
}


.imgCard {
  border-radius: 30px;
  max-height: none;
  height: 400px !important;
}

.img-card-ie {
  border-radius: 30px;
  max-height: none;
  height: 396px !important;
  transform: scaleX(-1);
  background-size: cover !important;
  background-position-x: center !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
}

/* flip the pane when clicked */

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
}

.backCard {
  padding: 0px !important;
}

.flip-container,
.front5,
.back5 {
  width: 320px;
  height: 480px;
}

.front5.posCard {
  position: inherit;
}

/* flip speed goes here */

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */

.front5,
.back5 {
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 260px;
  top: 0;
  margin: 30px auto;
  left: 0;
  border-radius: 30px;
  box-shadow: 1px 1px 21px 4px #8080807a;
  height: 400px;
}

/* front pane, placed above back */

.front5 {
  z-index: 2;
  padding: 5px;
  background: #fdfdfd;
}

/* back, initially hidden pane */

.back5 {
  -webkit-transform: rotateY(180deg);
  background: brown;
}

/* end flip card */

/* Style the checkmark/indicator */

.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

img.man1 {
  border-radius: 100%;
  /* position: absolute;
  left: -71px;
  top: 5px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  z-index: 9; */
}

img.man2 {
  border-radius: 100%;
  /* position: absolute; */
  /* right: -66px; */
  /* top: 3px; 
  position: absolute;
  right: -71px;
  top: 5px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  z-index: 9;*/
}

.new-chat-img.chat-img-ie {
  position: static !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-x: center !important;
  background-position-y: center !important;
}

.portrait-chat img {
  position: unset;
  object-fit: cover;
}

.extra {
  max-height: 400px !important;
  width: auto !important;
  max-width: 100% !important;
}

.tabs_img_new {
  width: auto !important;
}

.img-template-1.extra {
  max-height: 400px;
  width: auto;
  max-width: 100%;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.retio_pic {
  font-size: 10px !important;
  padding: 0px 5px;
  opacity: 1;
  border-radius: 8px;
  display: inline;
  background-color: grey;
  color: white;
  border: 1px solid white;
}

.overFlowHide {
  overflow: hidden !important;
}

.word-break {
  word-break: break-word;
}

.card-text .word-break p {
  -ms-word-break: break-all;
}

.word-break p {
  word-break: break-word;
}

.word-break-p p {
  word-break: break-word !important;
}

.widthhight {
  width: 30px !important;
  height: 30px !important;
  opacity: 0.8;
  padding: 0px !important;
}

.font15 {
  font-size: 15px;
}

.verticalaligntop {
  vertical-align: top;
}

.vertical-align-top {
  vertical-align: top !important;
}

.width-60per {
  width: 60%;
  display: inline-block;
}

.width-30per {
  width: 38%;
  display: inline-block;
}

.topQuote {
  height: 0px;
  width: 100%;
  /* background: #63727f;
    margin-bottom: 10px; */
}

.topQuote::before {
  content: "''";
  font-size: 150px;
  background: transparent;
  height: 60px;
  color: #434a54;
  display: block;
  z-index: 9;
  position: absolute;
  /* bottom: -74px; */
  bottom: -90px;
  right: 0;
  transform: rotate(180deg);
  pointer-events: none;
}

.bottomQuote {
  height: 0px;
  width: 100%;
  /* background: #63727f;
    margin-bottom: 10px; */
}

.bottomQuote::after {
  content: "''";
  color: #434a54;
  font-size: 150px;
  background: transparent;
  /* float: left; */
  z-index: 9;
  height: 60px;
  text-align: left;
  display: block;
  /* margin-top: -55px; */
  /* width: 98%; */
  top: -90px;
  /* top: -74px; */
  left: 0;
  position: absolute;
  pointer-events: none;
}

.newChpter {
  width: auto !important;
  border-radius: 19px !important;
  padding: 0px 10px !important;
}

div.desc {
  /* text-align: right; */
  /* float: right; */
  /* height: 20px; */
  margin-bottom: 15px;
  display: block;
  color: #bbbbbb;
  /* border-width: 1px; */
}

.desc span {
  border-bottom: 1px solid #f4f4f4;
  opacity: 0.5;
}

button.widthhight.ant-btn.ant-btn-dashed.ant-btn-circle.ant-btn-lg.ant-btn-icon-only {
  padding: 0px !important;
}


.ant-btn-circle.ant-btn-lg {
  min-width: auto !important;
}


body .arrows {
  position: relative;
  /**/
  top: 50%;
  left: 50%;
  /**/
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  transform: scale(0.3) !important;
  margin-left: -50px;
  margin-top: -60px;
}

body .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 20px solid rgba(255, 255, 255, 0.7);
  border-bottom: 20px solid rgba(255, 255, 255, 0.7);
  transform: translate(20px, 106.6666666667px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}

body .arrows:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 20px solid rgba(255, 255, 255, 0.7);
  border-bottom: 20px solid rgba(255, 255, 255, 0.7);
  transform: translate(53.3333333333px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
  0% {
    border-left: 20px solid rgba(255, 255, 255, 0);
    border-bottom: 20px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, -53.3333333333px) rotate(-45deg);
  }

  10%,
  90% {
    border-left: 20px solid rgba(255, 255, 255, 0);
    border-bottom: 20px solid rgba(255, 255, 255, 0);
  }

  50% {
    border-left: 20px solid rgba(255, 255, 255, 0.7);
    border-bottom: 20px solid rgba(255, 255, 255, 0.7);
    transform: translate(-13.3333333333px, 0px) rotate(-45deg);
  }

  100% {
    border-left: 20px solid rgba(255, 255, 255, 0);
    border-bottom: 20px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, 53.3333333333px) rotate(-45deg);
  }
}

.padding-top-0 {
  padding-top: 0px;
}

.margin0 {
  margin: 0px !important;
}

.padding-40 {
  padding: 40px;
}

button.deletCircleClass.ant-btn.ant-btn-default.ant-btn-circle.ant-btn-icon-only:not(.delete-fix-btn) {
  position: absolute;
  z-index: 9999;
  left: 10px;
}

button.deletCircleClass.ant-btn.ant-btn-default.ant-btn-circle.ant-btn-icon-only:hover {
  border-color: red;
}

.maxhight-85 {
  max-height: 85px;
}

.deletChet {
  position: absolute;
  z-index: 9999;
  left: 10px;
  opacity: 1;
  margin: -25px 0px;
}

.deletChet {
  opacity: 0;
}

.templater-li-chat:hover>.deletChet {
  opacity: 1;
}

/* FONT */


/* GENERAL */

/* CHECKLIST */

mark {
  background-color: transparent;
  color: #232323;
}

.checkbox {
  text-align: justify;
  direction: rtl;
  position: relative;
  line-height: 0;
}

.checkbox:after {
  content: "";
  width: 100%;
  display: inline-block;
}

.checkbox input,
.checkbox .label,
.checkbox .check {
  display: inline-block;
  vertical-align: middle;
}

.checkbox .label {
  max-width: 200px;
}

.checkbox .check {
  position: relative;
  vertical-align: top;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  border-color: #232323;
}

.checkbox input[type="checkbox"]:focus {
  outline: 0;
}

.checkbox input[type="checkbox"]:checked+.check-container .check-off {
  border-color: #515253;
}

.goodfeedback,
.bedfeedback {
  margin: 15px 0px;
}

.checkbox input[type="checkbox"]:checked+.check-container .check-on:after {
  content: "✓";
  color: #515253;
  position: absolute;
  font-size: 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox input[type="checkbox"]+.check-container {
  width: auto;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  top: 2px;
  pointer-events: none;
}

.checkbox input[type="checkbox"]+.check-container .check-off {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  border-radius: 2px;
  border: 2px solid #515253;
  transition: border-color ease 0.28s;
}

.task-list {
  position: relative;
  padding: 0px;
}

.task-list mark {
  color: #232323;
  display: inline-block;
  margin-bottom: 3px;
}

.task-list time {
  font-weight: 300;
  font-size: 12px;
}

.task-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.task-list ul li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  margin: 0;
}

.task-list ul li .label {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 2px;
  line-height: 1.2;
  direction: ltr;
  text-align: left;
  opacity: 1;
  max-width: unset;
}

button.btn.cta.border-radius-BB.bg-color-secondary.ansCheck2.noSwipe {
  display: inline-block;
}

a:hover {
  text-decoration: none !important;
}

/* rating form */

/* RATING - Form */

* [lang~="x-star-wrapper"]:hover *[lang~="x-star-number"] {
  color: #ffb500 !important;
  border-color: #ffb500 !important;
}

a[lang="x-star-divbox"]:hover {
  color: #ffb500 !important;
}

.radio-custom2+.radio-custom-label:before {
  border-radius: 0px !important;
}

/* .radio-custom+.radio-custom-label:before {
  margin-left: 10px !important;
} */

.h-full-star-class {
  display: block !important;
  width: auto !important;
  overflow: visible !important;
  cursor: pointer !important;
  float: none !important;
  margin-top: -1px !important;
}

.h-half-star-class {
  display: block !important;
  width: 0 !important;
  overflow: hidden !important;
  float: left !important;
  cursor: pointer !important;
  height: 0 !important;
}

td.star-wrapper {
  cursor: pointer;
}

* [lang~="x-star-wrapper"]:hover *[lang~="x-full-star"],
* [lang~="x-star-wrapper"]:hover~*[lang~="x-star-wrapper"] *[lang~="x-full-star"] {
  display: block !important;
  width: auto !important;
  overflow: visible !important;
  float: none !important;
  margin-top: -1px !important;
}

* [lang~="x-star-wrapper"]:hover *[lang~="x-empty-star"],
* [lang~="x-star-wrapper"]:hover~*[lang~="x-star-wrapper"] *[lang~="x-empty-star"] {
  display: block !important;
  width: 0 !important;
  overflow: hidden !important;
  float: left !important;
  height: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100% !important;
  height: auto;
}

a {
  text-decoration: none;
  color: #119da2;
}

.center {
  margin: auto;
  width: 60%;
  border: 3px solid #73ad21;
  padding: 10px;
  text-align: center;
}

.yesNoDiv {
  min-height: 160px;
  height: fit-content;
  /* width: 48%; */
  width: 100%;
  word-break: break-word;
  /* margin: 1%; */
  display: inline-flex;
  padding: 0px;
  /* background-color: #f6f6f6; */
  background: var(--slice-theme-block-bg-color);
  border-radius: 8px;
  position: relative;
}

.yesNoq {
  line-height: 1.5;
  margin: auto !important;
  text-align: center;
}

/* a:hover {
  color: #c50707 !important;
} */
.labelAns.disableClass {
  pointer-events: none;
}

/* .greenBorder { */
/* border: 2px solid #00cc51;
  box-shadow: 1px 1px 3px 1px #ccccccb3; */
/* background: linear-gradient(to left, #00c53a, #00c53a) !important; */
/* background: linear-gradient(to right,
      #00c53a -100%, var(--slice-theme-block-bg-color) 80%) !important; */
/* opacity: 0.4;
  pointer-events: none; */
/* } */

*[class="main-wrapper"],
*[class="main-content"] {
  min-width: 0 !important;
  width: 600px !important;
  margin: 0 auto !important;
}

*[class="rating"] {
  unicode-bidi: bidi-override;
  direction: rtl;
}

*[class="rating"]>*[class="star"] {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media (max-width: 621px) {
  h4.panel-title.MarkWebProBook-font {
    max-width: 91%;
  }

  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  table {
    min-width: 0 !important;
    width: 100% !important;
  }

  *[class="body-copy"] {
    padding: 0 10px !important;
  }

  *[class="main-wrapper"],
  *[class="main-content"] {
    min-width: 0 !important;
    width: 320px !important;
    margin: 0 auto !important;
  }

  *[class="ms-sixhundred-table"] {
    width: 100% !important;
    display: block !important;
    float: left !important;
    clear: both !important;
  }

  *[class="content-padding"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  *[class="bottom-padding"] {
    margin-bottom: 15px !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  *[class="top-padding"] {
    display: none !important;
  }

  *[class="hide-mobile"] {
    display: none !important;
  }

  /* Prevent hover effects so double click issue doesn't happen on mobile devices */
  * [lang~="x-star-wrapper"]:hover *[lang~="x-star-number"] {
    color: #aeaeae !important;
    border-color: #ffffff !important;
  }

  * [lang~="x-star-wrapper"] {
    pointer-events: none !important;
  }

  * [lang~="x-star-divbox"] {
    pointer-events: auto !important;
  }

  *[class="rating"] *[class="star-wrapper"] a div:nth-child(2),
  *[class="rating"] *[class="star-wrapper"]:hover a div:nth-child(2),
  *[class="rating"] *[class="star-wrapper"]~*[class="star-wrapper"] a div:nth-child(2) {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    float: left !important;
  }

  *[class="rating"] *[class="star-wrapper"] a div:nth-child(1),
  *[class="rating"] *[class="star-wrapper"]:hover a div:nth-child(1),
  *[class="rating"] *[class="star-wrapper"]~*[class="star-wrapper"] a div:nth-child(1) {
    display: block !important;
    width: auto !important;
    overflow: visible !important;
    float: none !important;
  }
}

/* RATING - Form - Output */

.yesNoDiv label:before {
  display: none !important;
}

label.yesNoq.radio-custom-label.labelAns {
  background-color: transparent;
}

label.yesNoq.radio-custom-label.labelAns.labelGray {
  /* background-color: #394a61; */
  background-color: var(--slice-theme-block-bg-color-second);
}

button.center.ansans.display-none.CancelDisplayNone.yesNoButton {
  margin: 10px !important;
}

.disableClass {
  /* pointer-events: none; */
  opacity: 0.4;
}

.yesNoDiv.disableClass {
  pointer-events: none;
}

.yesNoDiv .radio-custom-label {
  /* padding: 50px 0px!important; */
  cursor: pointer;
  height: 100%;
  min-height: 160px;
  display: flex;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
}

.yesNoDiv.chosen {
  /* background-color: #394a61; */
  background-color: var(--slice-theme-block-bg-color-second);
}

/* .yesNoDiv.chosen p {
  color: white;
}

.yesNoDiv:hover p {
  color: white;
} */

.yesNoDiv:not(.disableClass):hover {
  /* background-color: #394a61; */
  background-color: var(--slice-theme-block-bg-color-second);

}



/* .yesNoDiv:hover label {
  color: white;
  cursor: pointer;
} */

/* end rating form */

.task-list ul li.task-checked .label {
  opacity: 0.5;
}

button.display-none.margincentercollaps.CancelDisplayNone.colaps-edit.ant-btn.ant-btn-dashed.ant-btn-lg {
  width: 250px;
  margin: 10px auto !important;
}

figure.posCard {
  cursor: pointer;
}

button.display-none.margincentercollaps.CancelDisplayNone.ant-btn.ant-btn-dashed.ant-btn-lg {
  margin: 10px auto !important;
  width: 250px;
}

.task-list.current ul li {
  /* border-top: 0.5px solid #b2b4b987; */
}

.task-list.current ul li:first-child {
  border-top: 0;
}

.float-left {
  float: left;
}

.max-width-540 {
  max-width: 95%;
  width: 95%;
}

.line-trouth {
  text-decoration: line-through;
  opacity: 0.8;
}

.deletCheck:not(.delete-fix-btn) {
  right: -40px;
  top: 43px;
  opacity: 0;
}

.showlistdelet:hover>.deletlistnumber {
  opacity: 1 !important;
}

.showdelet-check:hover>.deletCheck {
  opacity: 1;
}

.circle {
  counter-reset: list-counter;
  list-style: none;
}

.circle li {
  margin: 1.5em 0;
}

.circle li:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  width: 30px;
  height: 30px;
  /* padding: 0.25em; */
  /* margin-right: 0em; */
  border-radius: 50%;
  border: 0.1em solid #fff;
  background: #ce0000;
  color: #fff;
  /* vertical-align: top; */
  /* text-align: center; */
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-100:not(.delete-fix-btn) {
  right: 100px;
}

.line,
.bulets {
  counter-reset: list-counter;
  list-style: none;
}

.line li,
.bulets li {
  margin: 1.5em 0;
}

.showlistdelet p {
  margin: 0px;
}

.line li:before {
  content: "";
  width: 7px;
  height: 30px;
  /* position: absolute; */
  /* padding: .25em; */
  margin-right: 0em;
  /* border-radius: 50%; */
  border: 0.1em solid #fff;
  background: #ce0000;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin-top: 6px;
}

.bulets li:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0em;
  border-radius: 100%;
  background: #ce0000;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  transform: translate(0px, 3px);
}

.garright:not(.delete-fix-btn) {
  right: -20px;
  left: none;
}

.cardshowdelet:hover>.deletBtnCss {
  opacity: 1;
}

.cardshowdelet:hover>.deletCard {
  opacity: 1;
}

.margin-0-auto {
  margin: 0px auto;
}

.text_center {
  text-align: center;
}

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}

.inputGroup label {
  padding: 12px 30px;
  display: block;
  /* text-align: right; */
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}

button:focus {
  outline: 0 !important;
}

.inputGroup label:before {
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #515254;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup.checkbox-inputs label:after {
  border-radius: 0px !important;
}

.inputGroup.yesNoQ label:after {
  display: none;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  /* background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E "); */
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked~label p {
  color: #fff;
}

.inputGroup input:checked~label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked~label:after {
  border-color: white;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

code {
  background-color: #9aa3ac;
  padding: 0 8px;
}

.deletQuation {
  position: absolute;
  top: 0px;
  margin-right: 16px;
  vertical-align: top;
  /* border-color: rebeccapurple; */
  margin-top: 10px;
}

button.deletQuation.colaps-delet.CancelDisplayNone.ant-btn.ant-btn-default.ant-btn-circle.ant-btn-icon-only:not(.delete-fix-btn) {
  position: absolute;
  right: -64px;
}

.inputGroup:hover>.deletQuation {
  opacity: 1;
}

.deletQuation {
  opacity: 0;
}

.padding-10-0 {
  padding: 10px 0px;
}

.green-yellow {
  background-color: #bcdb5e;
  border-radius: 20px;
  padding: 5px 10px;
  text-align: center !important;
  color: white !important;
  margin-top: 20px;
}

.red-color {
  background-color: #dc6d6d;
  border-radius: 20px;
  padding: 5px 10px;
  text-align: center !important;
  color: white !important;
  margin-top: 20px;
}

.green-yellow p,
.red-color p {
  text-align: center !important;
  color: white !important;
}

.radioLine.yesNo {
  display: inline-block;
  /* width: 43%; */
  /* padding: 3%; */
  height: 160px;
  vertical-align: top;
  margin: auto;
  width: 49%;
  /* border: 3px solid green; */
  padding: 10px;
}

.yesNoQ label {
  text-align: center !important;
  border: 2px solid #bdbdbd24;
  /* padding: 20px 30px; */
  min-height: 120px;
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
  vertical-align: middle;
  height: 120px;
  /* max-height: 120px; */
  word-break: break-word;
}

.inputGroup:hover label {
  background-color: #b9b9b914;
}

a.button.cheak-ans.BackGround-off-white {
  margin: 20px auto;
  background-color: #d51128;
  color: white;
  text-decoration: none;
  border-radius: 22px;
}

.ant-modal-body {
  background-color: white !important;
}

.mobileView .grid-half,
.mobileView .grid-third {
  width: 100%;
}

.arrowDonw {
  height: 100px;
  width: 50px;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* ---  mobile  */

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

  .tempalte-2p-left,
  .tempalte-2p-right {
    width: 100% !important;
  }

  .flex-section {
    flex-direction: column;
  }

  .flex-section .flex-section-item {
    max-width: 100%;
    width: 100%;
  }

  .chet-full {
    margin-right: 15% !important;
  }

  .templater-li-chat {
    max-width: 85%;
  }

  /* For mobile phones: */
  body .chapter-header {
    width: 100%;
    height: auto;
    padding: 40px 15px;
    word-break: break-word;
  }

  .template-note-circle {
    float: none;
    /* margin: 5px auto; */
    /* margin-bottom: 20px; */
  }

  .PwithPic .imgCoverBgB {
    height: 300px !important;
  }

  .arrowDonw {
    height: 190px;
  }

  /* .questionSpan.p-poa.barPra.fr-box.fr-rtl.fr-inline { */
  .questionSpan.p-poa.barPra.fr-box.fr-inline {
    padding-left: 40px;
    word-break: break-word;
  }

  .box-container-down {
    width: 85vw;
  }

  .width-60per.imgCon {
    width: 100%;
  }

  label.explorerchange {
    padding: 10px;
  }

  .box-container {
    width: 85vw;
    margin: 0 auto;
    padding-top: 70px;
  }

  .width-30per.vertical-align-top.imgCon {
    width: 100%;
  }

  .template-container {
    padding: 20px 8%;
    outline: 0px;
  }

  .textPImg .text-wrap-Pimg {
    height: 80% !important;
  }

  .grid-half,
  .grid-third {
    width: 100%;
  }

  .line li:before {
    border: none;
  }
}

/**
 * Carousel.sass
 * @author: Dang Van Thanh
 * @github: https://github.com/dangvanthanh/carousel.sass
 * @description: A Simple Carousel Pure CSS Using Sass
 * @version: 1.0.0
 */

.carousel>input[type="radio"]:nth-child(1):checked~.carousel__prev>label:nth-child(6),
.carousel>input[type="radio"]:nth-child(1):checked~.carousel__next>label:nth-child(2),
.carousel>input[type="radio"]:nth-child(2):checked~.carousel__prev>label:nth-child(1),
.carousel>input[type="radio"]:nth-child(2):checked~.carousel__next>label:nth-child(3),
.carousel>input[type="radio"]:nth-child(3):checked~.carousel__prev>label:nth-child(2),
.carousel>input[type="radio"]:nth-child(3):checked~.carousel__next>label:nth-child(4),
.carousel>input[type="radio"]:nth-child(4):checked~.carousel__prev>label:nth-child(3),
.carousel>input[type="radio"]:nth-child(4):checked~.carousel__next>label:nth-child(5),
.carousel>input[type="radio"]:nth-child(5):checked~.carousel__prev>label:nth-child(4),
.carousel>input[type="radio"]:nth-child(5):checked~.carousel__next>label:nth-child(6) .carousel>input[type="radio"]:nth-child(6):checked~.carousel__prev>label:nth-child(5),
.carousel>input[type="radio"]:nth-child(6):checked~.carousel__next>label:nth-child(1) {
  opacity: 1 !important;
  z-index: 3;
}

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel>input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}

.carousel .carousel__control .uploadBtnFloat {
  display: none !important;
}

.carousel>input[type="radio"]:nth-child(1):checked~.carousel__control>label:nth-child(1) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(2):checked~.carousel__control>label:nth-child(2) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(3):checked~.carousel__control>label:nth-child(3) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(4):checked~.carousel__control>label:nth-child(4) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(5):checked~.carousel__control>label:nth-child(5) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(6):checked~.carousel__control>label:nth-child(6) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(7):checked~.carousel__control>label:nth-child(7) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(8):checked~.carousel__control>label:nth-child(8) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(9):checked~.carousel__control>label:nth-child(9) .uploadBtnFloat,
.carousel>input[type="radio"]:nth-child(10):checked~.carousel__control>label:nth-child(10) .uploadBtnFloat {
  display: block !important;
  margin-top: 10px;
}

.carousel>input[type="radio"]:checked~.carousel__items .carousel__item,
.carousel>input[type="radio"]:checked~.carousel__prev>label,
.carousel>input[type="radio"]:checked~.carousel__next>label {
  opacity: 0;
}

.carousel>input[type="radio"]:nth-child(1):checked~.carousel__items .carousel__item:nth-child(1) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(1):checked~.carousel__nav>label:nth-child(1) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(2):checked~.carousel__items .carousel__item:nth-child(2) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(2):checked~.carousel__nav>label:nth-child(2) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(3):checked~.carousel__items .carousel__item:nth-child(3) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(3):checked~.carousel__nav>label:nth-child(3) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(4):checked~.carousel__items .carousel__item:nth-child(4) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(4):checked~.carousel__nav>label:nth-child(4) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(5):checked~.carousel__items .carousel__item:nth-child(5) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(5):checked~.carousel__nav>label:nth-child(5) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(6):checked~.carousel__items .carousel__item:nth-child(6) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(6):checked~.carousel__nav>label:nth-child(6) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(7):checked~.carousel__items .carousel__item:nth-child(7) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(7):checked~.carousel__nav>label:nth-child(7) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(8):checked~.carousel__items .carousel__item:nth-child(8) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(8):checked~.carousel__nav>label:nth-child(8) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(9):checked~.carousel__items .carousel__item:nth-child(9) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(9):checked~.carousel__nav>label:nth-child(9) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(10):checked~.carousel__items .carousel__item:nth-child(10) {
  opacity: 1;
}

.carousel>input[type="radio"]:nth-child(10):checked~.carousel__nav>label:nth-child(10) {
  background: #000000;
  cursor: default;
  pointer-events: none;
}

.carousel__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  height: 600px;
  position: relative;
}

.carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
}

.carousel__item img {
  width: 100%;
  vertical-align: middle;
}

.carousel__prev>label,
.carousel__next>label {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  width: 40px;
  background: black;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}

.carousel__prev>label:hover,
.carousel__prev>label:focus,
.carousel__next>label:hover,
.carousel__next>label:focus {
  opacity: 0.5 !important;
}

.carousel__prev>label:before,
.carousel__prev>label:after,
.carousel__next>label:before,
.carousel__next>label:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
}

.carousel__prev>label:before,
.carousel__next>label:before {
  background: linear-gradient(to top, #fff 0%, #fff 10%, rgba(51, 51, 51, 0) 10%),
    linear-gradient(to left, #fff 0%, #fff 10%, rgba(51, 51, 51, 0) 10%);
  width: 60%;
  height: 60%;
  top: 20%;
}

.carousel__prev>label {
  left: 2%;
}

.carousel__prev>label:before {
  left: 35%;
  top: 20%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.carousel__next>label {
  right: 2%;
}

.carousel__next>label:before {
  left: 10%;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}

.carousel__control {
  bottom: -20px !important;
}

.carousel__nav,
.carousel__control {
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.carousel__nav>label {
  border: 1px solid #000000;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0.125%;
  width: 20px;
  height: 20px;
}

/* ------- Menu ------- */

.app_menu_button_contain {
  position: relative;
  top: 15px;
  display: inline-block;
  margin-left: 15px;
  background: transparent;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
}

#wrapper.toggled #sidebar-wrapper {
  position: fixed;
  top: 0px;
  width: 300px;
  box-shadow: inset -1px 0px 7px -1px rgba(0, 0, 0, 0.75);
}

/* -------  EndMenu ------- */

.padding-15 {
  padding: 0px 15px;
}

.ant-table-filter-dropdown .ant-dropdown-menu-item {
  width: 178px !important;
  overflow: hidden;
  display: inline-block !important;
  /* text-align: right!important; */
}

.box-sizing-border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cor,
.Not-ok-feedback,
.ok-feedback {
  font-size: 18px;
}

.box-quation.border-grey {
  box-shadow: 0 0.4rem 1.2rem 0.2rem rgba(0, 0, 0, 0.05);
  padding: 2.5rem 2rem !important;
}

.grid-third.cardshowdelet.ng-star-inserted {
  padding: 0px 15px;
}

/* bootsrap carusel */

@media (max-width: 768px) {
  body .true_false_answers {
    flex-direction: column;
    margin: 5px;
  }

  .tabs h4 p {
    padding: 25px 0px;
    font-size: 15px !important;
  }

  .grid-third.cardshowdelet.ng-star-inserted {
    margin-bottom: 450px;
    padding: 0px 15px;
  }

  .portrait-chat {
    top: -16px;
  }

  .portrait-right {
    right: -41px;
  }

  .portrait-left {
    left: -41px;
  }

  img.man1 {
    width: 35px;
    height: 35px;
    left: -41px;
    top: -16px;
  }

  .block_image_chat {
    width: 35px !important;
    height: 35px !important;
  }

  img.man2 {
    width: 35px;
    height: 35px;
    right: -41px;
    top: -16px;
  }



  input#searchid {
    border: 0px;
    outline: 0px;
  }

  .serachTop {
    border: 0px;
  }

  .max-width-540 {
    max-width: 85% !important;
  }

  .carousel-indicators {
    position: absolute;
    bottom: -51px !important;
    bottom: -32%;
  }

  .carusela .carousel-caption {
    padding-bottom: 0px !important;
  }
}

.carusela {
  padding: 2rem;
}

.carusela li.active {
  width: 16px;
  height: 16px;
  background-color: #515254 !important;
}

.carusela .carousel-caption {
  left: 20%;
  right: 20%;
  padding-bottom: 60px;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 1px;
  border: 1px solid #515254;
}

.carusela .carousel-caption {
  padding-bottom: -1px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px !important;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #515254;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #515254;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px !important;
  }
}

.titleAcoordion p {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.font-size-p-18 p {
  font-size: 18px;
}

.box-quation .title p {
  font-size: 19px !important;
}

.font-size-p-16 p {
  font-size: 16px;
}

.colorsoft-p p {
  color: #7a8792;
}

.font-italic-p p {
  font-style: italic;
}

.text-center-important {
  text-align: center !important;
}

.color-dark-strong-p p {
  color: #5e6a73 !important;
}

.collapsaddicon {
  width: 22px;
  position: absolute;
  top: 30px;
}

.panel-heading[aria-expanded="true"] .plus {
  visibility: hidden;
}

.panel-heading[aria-expanded="false"] .minus {
  visibility: hidden;
}

.margin-top-15 {
  margin-top: 15px;
}

.border-green {
  border: 2px solid #39c74a !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hover-template:hover {
  opacity: 0.7;
}

.PwithPic span {
  color: #fff;
}

.PwithPic .imgCoverBgB img {
  border-radius: 0px;
  margin-top: -15%;
}

.PwithPic .imgCoverBgB {
  border-radius: 0px !important;
  position: relative;
  overflow: hidden;
  height: 400px;
}

.fakeBefore {
  padding: 12px 30px;
  display: block;
  /* text-align: right; */
  color: #3c454c;
  cursor: pointer;
  background-color: #a7a7a7;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
}

button.prevchapter:hover {
  box-shadow: 6px -2px 11px -4px #dadada;
  background-color: #d51128 !important;
  color: white;
}

.progress.menu-progresbar.smalbar2 {
  background-color: white;
  box-shadow: 0px 0px 6px 3px #71717199;
}

.smallMenuBar {
  border-color: #d51128 !important;
  height: 3px;
}

li.templater-li-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* article { */
/* Set "my-sec-counter" to 0 */
/* counter-reset: my-sec-counter !important; */
/* } */

/* Breand book */

/* .border-radius-bb {
  box-shadow: 0 2px 6px #ccc !important;
  border-radius: 5px;
} */

.box-quation label {
  width: 100%;
  margin: 0px !important;
  /* padding: 0px; */
}

.box-quation {
  float: none !important;
}

.box-quation label::after {
  display: none !important;
}

.inputGroup label:before {
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #515254 !important;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
  box-shadow: inset 0 0 0 10px #515254 !important;
}

.margin-auto {
  margin: 0px auto;
}

textarea,
select,
input,
button,
div {
  outline: none;
}

.Not-ok-feedback,
.ok-feedback {
  margin-top: 10px;
}

.box-border-bb-yesNO {
  box-shadow: 0 0px 3px #ccc !important;
  border-radius: 5px;
  border: 0px !important;
}

.box-quation .title {
  border-bottom: 2px solid #d11348;
  padding: 0px 0px 15px;
}

.secation-color {
  background-color: #f7f7f700 !important;
  border: 0px !important;
}

label.label--checkbox {
  width: 100%;
}

input.checkbox.inline-block.cheakBoxS {
  width: 10px;
  display: inline-block;
}

.inline-block.list-options.list-check-box.max-width-540.P-Poa.transition-05 {
  display: inline-table;
}

/* i.anticon.anticon-poweroff {
    color: white;
    font-size: 14px;
    font-weight: 900;
} */

p.block-text-p.second-text-color {
  font-size: 20px;
}

img.img.icont {
  width: 20px;
}

.blackShedow {
  background-color: black;
  width: 100%;
  height: 100vh;
  opacity: 0.6;
  position: absolute;
}


.wow.scrolled {
  opacity: 1;
  visibility: visible !important;
}

.wow {
  opacity: 0;
  transition: 1s ease;
}


.opening_screen_container .bigFont {
  visibility: visible;
  animation: fadeInDown 1s ease-out;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;

}

.opening_screen_container .header-author {
  visibility: visible;
  animation: fadeInDown 1s ease-out;
  animation-delay: 1.6s;
  animation-fill-mode: backwards;
}


.opening_screen_container .headerDiveder {
  visibility: visible;
  animation: fadeInDown 1s ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: backwards;

}

.opening_screen_container .header-description {
  visibility: visible;
  animation: fadeInDown 1s ease-out;
  animation-delay: 2.0s;
  animation-fill-mode: backwards;
}



.opening_screen_container .ctaContainer {
  visibility: visible;
  animation: fadeInUp 1s ease-out;
  animation-fill-mode: backwards;
  animation-delay: 2.4s;
  margin-top: 20px;
}


.opening_screen_container .moreChapters {
  visibility: visible;
  animation: fadeInUp 1s ease-out;
  animation-fill-mode: backwards;
  animation-delay: 2.7s;
}

.opening_screen_container {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}


div#theme_control_modal {
  background: linear-gradient(179deg, black, #0000003b) !important;
}

.current-theme-header-inside {
  width: 100%;
  height: 170px;
  background: linear-gradient(178deg, black, transparent);
}



.newQ {
  background: transparent !important;
  box-shadow: none !important;
}

/* 
.qAnsware .flex-between {
    background: var(--slice-theme-block-bg-color-second);
    margin-bottom: 5px;
    border-radius: var(--slice-border-radius);
} */

article .radio-custom-label.labelAns {
  background-color: var(--slice-theme-block-bg-color);
  border-radius: 8px;
  padding: 16px 30px !important;
  transition: all 0.3s;
  color: var(--slice-theme-text-color);
}

article .feedback {
  background-color: var(--slice-theme-block-bg-color);
}


/* button.ansans2,button.ansans{
  right: -30px;
} */

article .deletANS {
  position: absolute;
  z-index: 9;
  right: 10px;
}

.course_language.direction_rtl .deletANS {
  left: 10px;
  right: auto;
}