:focus {
  outline: 0 !important;
}

a {
  text-decoration: none !important;
}

body {
  font-family: Estedad;
  direction: rtl;
  text-align: right;
}

.navbar-nav {
  padding-right: 8px;
}

.dv-navbar li {
  margin-left: 16px;
}

.dv-navbar li a {
  position: relative;
  color: #6465f4;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dv-navbar li a:hover {
  color: #1a005a;
}

.dv-register a {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.dv-register a:nth-of-type(1) {
  color: #6e6e96;
  border-radius: 0 12px 12px 0;
  border-top: 1px solid #d2dee6;
  border-right: 1px solid #d2dee6;
  border-bottom: 1px solid #d2dee6;
  padding: 8px 36px;
  margin-left: -5px;
}

.dv-register a:nth-of-type(2) {
  color: #fff;
  background-color: #4a09f4;
  border-radius: 12px;
  padding: 8px 18px;
  border: 0;
}

.dv-register a:nth-of-type(2):hover {
  -webkit-box-shadow: 0 0 10px #4c09f449;
  box-shadow: 0 0 10px #4c09f449;
}

.dv-register a:nth-of-type(2) img {
  margin-right: 18.2px;
}

.dv-main {
  padding-bottom: 64px;
}

#dv-jumbotron,
.dv-main,
.dv-mainArchive {
  position: relative;
}

.dv-main::before,
.dv-mainArchive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #def9d9;
  width: 95%;
  height: 100%;
  border-radius: 0 0 50px 0;
}

#dv-cardsPart1::before,
#dv-utility::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #def9d9;
  width: 95%;
  height: 100%;
  border-radius: 50px 0 0 50px;
}

#dv-jumbotron {
  margin-top: 61px;
}

.dv-jumbotron h1,
.dv-jumbotron h1 span.highlight,
.dv-jumbotronArchive h1,
.dv-jumbotronArchive h1 span {
  position: relative;
  color: #000;
  font-weight: 800;
  font-size: 39px;
  z-index: 1;
}

.dv-jumbotronArchive h1,
.dv-jumbotronArchive h1 span {
  font-size: 30px;
  word-spacing: -3px;
}

.dv-jumbotron > p {
  color: #000;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 8px !important;
}

.dv-jumbotronArchive {
  flex-grow: 1;
}

.dv-jumbotron span,
.dv-jumbotronArchive > span.dv-subtitle,
.jumbotronArchive span {
  color: #4f5d75;
  font-size: 14.5px;
  font-weight: 400;
  margin-top: 4px;
  word-spacing: -2px;
  margin-right: 40px;
}

.dv-jumbotron span,
.jumbotronArchive span {
  font-size: 18px;
  margin-right: 2px;
  display: block;
  line-height: 1.6;
  word-spacing: 1px;
}

.jumbotronArchive span {
  margin-right: 10px;
}

.span-look_like {
  color: #4f5d75 !important;
  font-size: 18px !important;
  margin-right: 8px !important;
  display: block !important;
  line-height: 1.6 !important;
  word-spacing: 1px !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.dv-jumbotronArchive p,
.dv-jumbotronArchive p span {
  position: relative;
  font-size: 23px;
  color: #000;
  font-weight: 500;
  margin-top: 4px;
  margin-right: 2px;
  display: block;
  word-spacing: -2px;
  z-index: 1;
}

.dv-jumbotron h1 span.highlight,
.dv-jumbotronArchive h1 span.highlight,
.dv-jumbotronArchive p span.highlight {
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  display: inline-block;
}

.main-title {
  position: relative;
}

.main-title .effect {
  width: 186px;
  height: 10px;
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  transform: translateY(-50%);
}

.dv-usageBtn {
  margin-top: 31px;
}

.dv-usageBtn a,
.dv-usageBtnArchive a {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
}

.dv-usageBtnArchive a {
  margin-right: 40px;
  margin-top: 15px;
  color: #fff;
  background-color: #4a09f4;
  border-radius: 8px;
  padding: 4px 28.5px 4px 14.5px;
}

.dv-usageBtn a:nth-of-type(1) {
  color: #6465f4;
  border: 1px solid #6465f4;
  border-radius: 12px;
  padding: 8px 16px;
  margin-left: 16px;
}

.dv-usageBtn a:nth-of-type(1):hover {
  background-color: #6465f4;
  color: #fff;
}

.dv-usageBtnArchive a:hover {
  background-color: #1f0268;
}

.dv-usageBtnArchive a img {
  margin-right: 20px;
}

.dv-usageBtn a:nth-of-type(2) {
  color: #fff;
  background-color: #4a09f4;
  border-radius: 12px;
  padding: 8px 16px;
}

.dv-usageBtn a:nth-of-type(2) img {
  margin-right: 20px;
}

.dv-usageBtn a:nth-of-type(2):hover {
  background-color: #1f0268;
}

#dv-sliderLogos {
  margin-top: 70px;
}

#dv-cardsPart1,
.dv-sliderDefine {
  position: relative;
}

.dv-sliderDefine::before {
  content: "";
  position: absolute;
  top: 0;
  right: 37px;
  bottom: 0;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #f0efff;
  z-index: -1;
}

.dv-sliderDefine img {
  margin-top: 5px;
}

.dv-sliderDefine span {
  color: #4f5d75;
  font-size: 18px;
  font-weight: 800;
  display: block;
  text-align: center;
}

#dv-cardsPart1 {
  margin-top: 75px;
  padding: 70px 0;
}

.dv-cardsPart1 {
  background-color: transparent;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dv-cardsPart1:hover {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 22px #0000000e;
  box-shadow: 4px 4px 22px #0000000e;
}

.dv-cardsPart1 img {
  margin: 40px 26px 16px 0;
}

.dv-cardsPart1 h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 26px 16px 0;
}

.dv-cardsPart1 p {
  color: #4f5d75;
  font-size: 14px;
  font-weight: 400;
  margin: 0 26px 50px 31px !important;
  line-height: 1.7;
}

.dv-cardsPartimg2 img {
  margin-top: 25px;
}

.dv-cardsPartimg3 img {
  margin-top: 35px;
}

#dv-starts {
  margin-top: 100px;
}

.dv-campaine h3,
.dv-converts h2,
.dv-starts h3 {
  position: relative;
  font-weight: 800;
  font-size: 31px;
  color: #000;
  line-height: 1.7;
}

.dv-converts .converts-text .highlight {
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  position: absolute;
  width: 100px;
  height: 10px;
  top: 78%;
  right: 6.15rem;
  z-index: 0;
  transform: translateY(-50%);
}

.all-started_title {
  position: relative;
}

.all-started_title .highlite {
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 4px;
  position: absolute;
  width: 84px;
  height: 10px;
  top: 50%;
  right: 38%;
  z-index: 0;
  transform: translateY(-50%);
}

.dv-campaine h3 span.highlight,
.dv-converts h2 span.highlight,
.dv-starts h3 span.highlight {
  position: relative;
  font-weight: 800;
  font-size: 30px;
  color: #000;
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  display: inline-block;
}

.dv-starts h3 {
  margin-bottom: 33px;
}

.dv-starts h3::before {
  right: 171px;
}

.dv-campaine h3 img,
.dv-converts h2 img,
.dv-starts h3 img {
  margin-left: 5px;
}

.dv-campaine h3 {
  margin-bottom: 23px;
}

.dv-campaine p,
.dv-converts p,
.dv-starts p {
  font-weight: 400;
  font-size: 16px;
  color: #4f5d75;
  line-height: 2;
}

.dv-campaine .behind-scene .highlight {
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  position: absolute;
  width: 148px;
  height: 10px;
  top: 28%;
  right: 26%;
  z-index: 0;
  transform: translateY(-50%);
}

#dv-campaine,
#dv-converts {
  margin-top: 112px;
}

#dv-screenshot {
  margin-top: 115px;
  overflow: hidden;
}

.shot-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

.shot-container .shot-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shot-container .shot-text .shot-title {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  z-index: 4;
}

.shot-container .shot-text .shot-title .highlight {
  background-color: rgba(100, 101, 244, 0.265);
  height: 10px;
  width: 237px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.shot-container .shot-text .shot-arrow {
  position: absolute;
  top: 0%;
  left: -15%;
}

.shot-container .shot-img {
  display: flex;
  justify-content: center;
  position: relative;
}

.shot-container .shot-img .screenshot {
  margin-top: 50px;
}

.shot-container .shot-img .shot-lines {
  position: absolute;
  top: -1%;
  right: -6%;
}

.shot-container .shot-img .shot-dots {
  position: absolute;
  top: -8%;
  left: -15%;
  z-index: -1;
}

#dv-profile {
  background-color: #def9d9;
  padding: 95px 0 80px;
}

.dv-media img {
  border-radius: 12px;
  max-width: 141px;
  max-height: 141px;
}

.dv-media p {
  position: relative;
  color: #4f5d75;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.dv-media .dv-author span:nth-of-type(1) {
  color: #212936;
  font-weight: 500;
  font-size: 18px;
}

.dv-media .dv-author span:nth-of-type(2) {
  border: 1px solid #6464f4d8;
  margin: auto 7px auto 8px;
  border-radius: 50rem;
  display: inline-block;
  height: 17px;
  vertical-align: middle;
}

.dv-media .dv-author span:nth-of-type(3) {
  color: #212936;
  font-weight: 400;
  font-size: 14px;
}

.dv-media {
  position: relative;
}

.dv-media .media-body {
  position: relative;
  z-index: 1;
}

.dv-media .media-body::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -20px;
  width: 89px;
  height: 89px;
  background-color: rgba(100, 100, 244, 0.068);
  z-index: -1;
  border-radius: 50%;
}

.dv-media > img:nth-of-type(1) {
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 0;
  border-radius: 0;
}

.dv-media img:nth-of-type(2) {
  position: relative;
  z-index: 1;
}

.dv-carousel-inner {
  overflow: initial;
}

.dv-indicators {
  top: -20px;
  bottom: unset;
  left: unset;
}

.dv-indicators li {
  background-color: #161c49;
  opacity: 0.3 !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.carousel.carousel-fade .carousel-item.active,
.dv-indicators li.active {
  opacity: 1 !important;
}

#carouselBeadManRedding {
  background-color: #000;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  -webkit-transition: opacity ease-out 0.5s;
  -o-transition: opacity ease-out 0.5s;
  transition: opacity ease-out 0.5s;
  left: 0;
  top: 0;
  position: absolute;
}

.carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
  -webkit-transition: opacity ease-out 0.5s;
  -o-transition: opacity ease-out 0.5s;
  transition: opacity ease-out 0.5s;
}

.carousel.carousel-fade .carousel-item:second-child {
  top: auto;
  position: relative;
  -webkit-transition: opacity ease-out 0.5s;
  -o-transition: opacity ease-out 0.5s;
  transition: opacity ease-out 0.5s;
}

.carousel-item .img-fluid {
  margin: 0 auto;
}

#dv-createLandin {
  position: relative;
  margin-top: 49px;
}

.dv-path {
  position: absolute;
  top: 41px;
  right: 10px;
  width: 718px;
}

#dv-createLandin h3,
#dv-createLandin h3 span.highight {
  position: relative;
  color: #000;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 45px;
}

#dv-createLandin h3 span.highlight {
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  height: 10px;
  margin: auto 0;
  display: inline-block;
}

.dv-createLandin {
  text-align: right;
  position: relative;
  background-color: transparent;
}

.dv-createLandin img {
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.dv-createLandin h4,
.dv-createLandin span {
  margin-bottom: 3px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-top: 56px;
}

.dv-createLandin p,
.dv-signIn a {
  color: #4f5d75;
  font-weight: 400;
  font-size: 15px;
}

.dv-signIn a {
  color: #fff;
  font-size: 16px;
  background-color: #4a09f4;
  border-radius: 12px;
  padding: 5px 30px 5px 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dv-createLandin::before,
.dv-testing > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  background-color: rgba(100, 100, 244, 0.068);
  z-index: 99;
  border-radius: 50%;
}

.how-to__create {
  position: relative;
}

.how-to__create .highlight {
  background-color: rgba(100, 101, 244, 0.265);
  height: 10px;
  width: 237px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.dv-testing > span::before {
  top: -13px;
  right: -37px;
  width: 54px;
  height: 54px;
  z-index: 0;
}

.dv-createLandin1 img {
  margin-top: 9px;
}

.dv-createLandin3 img {
  margin-top: -11px;
}

#dv-customers {
  margin-top: 55px;
  padding: 90px 0;
}

#dv-customers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #def9d9;
  width: 95%;
  height: 100%;
  border-radius: 0 50px 50px 0;
}

#dv-customers,
.dv-testing,
.dv-testing span {
  position: relative;
}

#dv-customers p {
  font-size: 15px;
}

.customers-title {
  position: relative;
}

.customers-title .highlight {
  background-color: rgba(100, 101, 244, 0.265);
  height: 10px;
  width: 99px;
  position: absolute;
  top: 50%;
  right: 28%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.dv-testing h4,
.dv-testing h4 span.highlight {
  font-weight: 800;
  font-size: 29px;
  word-spacing: -3px;
  color: #000;
}

.dv-testing h4 {
  font-size: 28px;
  margin-bottom: 15px;
  margin-right: 1px;
  line-height: 1.6;
}

.dv-testing h4 span.highlight {
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  height: 10px;
  margin: auto 0;
  display: inline-block;
}

.dv-testing span {
  font-weight: 400;
  font-size: 14px;
  color: #4f5d75;
  margin-right: 36px;
  display: block;
}

.dv-signIn a:hover {
  background-color: #161c49;
}

.dv-signIn a img {
  margin-right: 30.4px;
}

#dv-samples {
  margin-top: 51px;
}

.dv-more h4 {
  z-index: 1;
}

.dv-samples h4::before {
  top: 44%;
  right: 75px;
  width: 109px;
}

.dv-samples p {
  color: #4f5d75;
  margin-right: 43px;
  display: block;
}

.dv-more a,
.dv-samples a,
.dv-samples p {
  font-weight: 400;
  font-size: 16px;
}

.dv-samples a {
  color: #6465f4;
  border: 1px solid #6465f4;
  border-radius: 8px;
  padding: 4px 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 27.8px;
  display: inline-block;
}

.dv-samples a:hover {
  color: #ffff;
  background-color: #6465f4;
}

.samples-title .highlight {
  background-color: rgba(100, 101, 244, 0.265);
  height: 10px;
  width: 116px;
  position: absolute !important;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
}

#dv-labratory {
  background-color: #def9d9;
  padding: 53px 0;
}

.dv-more h4,
.dv-more h4 span.highlight,
.dv-samples h4,
.dv-samples h4 span.highlight {
  position: relative;
  font-size: 24px;
  color: #000;
  font-weight: 800;
}

.dv-more .labratory-text .highlight {
  background-color: rgba(100, 101, 244, 0.265);
  height: 10px;
  width: 100px;
  position: absolute !important;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}

.dv-more h4 span.highlight,
.dv-samples h4 span.highlight {
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  height: 10px;
  margin: auto 0;
  display: inline-block;
}

.dv-more h4::before {
  top: 43%;
  right: 45px;
  width: 91px;
  z-index: -1;
}

.dv-more a {
  color: #000;
}

.dv-more a img {
  margin-right: 15.4px;
}

.dv-more {
  margin-bottom: 34px;
}

.dv-labraCard {
  padding-bottom: 20px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dv-labraCard,
.dv-labraCard a img {
  border-radius: 10px;
}

.dv-labraCard:hover {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 22px #0000000e;
  box-shadow: 4px 4px 22px #0000000e;
}

.dv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
  padding: 0 15px 0 20px;
}

.dv-title span:nth-of-type(1) {
  color: #161c49;
  font-weight: 400;
  font-size: 12px;
  border-radius: 6px;
  background-color: #6464f434;
  padding: 2px 16px;
}

.dv-labraCard a:nth-of-type(2) {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 14px 15px 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dv-labraCard a:nth-of-type(2):hover {
  color: #4a09f4;
}

#dv-tariff {
  margin: 40px 0;
}

.dv-tariff {
  border: 2px solid #e3eff7;
  border-radius: 15px;
  margin-bottom: 1rem;
}

.dv-tariff.dv-default {
  border: 2px solid #6465f4;
}

.dv-tariff h3 {
  font-size: 25px;
  font-weight: 900;
  color: #000;
  margin-bottom: 0;
}

.dv-tariff h5 {
  font-weight: 300;
  font-size: 18px;
  color: #454444;
  margin: 25px 0 12px;
}

.dv-tariff span {
  font-size: 12px;
  font-weight: 300;
  color: #4f5d75;
  display: block;
  margin-bottom: 7px;
}

.dv-tariff span i {
  color: #6465f4;
  margin-left: 5px;
}

.dv-tariff span i.dv-disable {
  color: #c3d5e2;
}

.dv-tariff .card-footer p {
  font-size: 15px;
  font-weight: 500;
  color: #404040;
}

.dv-tariff .card-footer p span:nth-of-type(1) {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}

.dv-tariff .card-footer p span:nth-of-type(2) {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: #a7a7be;
}

#dv-contact {
  background-color: #6465f4;
  padding: 16px 0 16px;
}

.dv-contact1 p,
.dv-contact1 p span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.dv-contact1 p span {
  border-radius: 4px;
  background-color: #fff;
  color: #4909f5;
  padding: 0 4px;
}

.dv-contact1 p img {
  margin-left: 12px;
}

.dv-contact2 a {
  padding: 5px 12px;
  color: #4909f5;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  background-color: #fff;
}

.dv-contact2 a span {
  margin: 0 10px;
}

.dv-contact2 a img {
  margin-right: 12px;
  filter: invert(44%) sepia(65%) saturate(5801%) hue-rotate(229deg)
    brightness(104%) contrast(91%);
}

.dv-contact2 a:hover {
  background-color: #e3e3ff;
}

#dv-utility {
  margin-top: 50px;
  position: relative;
  padding: 40px 0;
}

#dv-utility h4,
.dv-utility p {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  word-spacing: -2px;
}

#dv-utility h4 span.highlight {
  background-color: rgba(100, 101, 244, 0.265);
  line-height: 10px;
  display: inline-block;
}

.dv-utility {
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.dv-utility::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -10px;
  background-color: #6465f4;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.1;
}

.dv-utility p {
  font-size: 18px;
  font-weight: 500;
}

.dv-utility span {
  color: #4f5d75;
  font-size: 15px;
  font-weight: 300;
}

.dv-footer {
  padding: 35px 0;
}

.dv-footer1 ul li {
  color: #4a09f4;
}

.dv-footer1 ul li a,
.dv-footer2 p,
.dv-footer2 span {
  color: #212936;
  font-weight: 400;
  font-size: 12px;
}

.dv-footer2 span:nth-of-type(1) {
  margin-left: 13px;
}

.dv-footer2 p img,
.dv-footer2 span img {
  margin-left: 9.1px;
}

.dv-footer2 p {
  margin-top: 3px;
}

.dv-footer3 p:nth-of-type(1) {
  font-size: 9px;
  font-weight: 400;
  color: #161c49;
}

.dv-footer3 a:nth-of-type(1) {
  margin: 6.5px 0;
}

.dv-social a:nth-of-type(2) {
  margin: 0 9.1px;
}

.dv-footer4 {
  margin-top: 24px;
  border-top: 1px solid #e3eff7;
  padding-top: 7px;
}

.dv-footer4 p {
  color: #212936bd;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.dv-footer4 p span {
  color: #212936;
  font-size: 13px;
  font-weight: 500;
  background-color: #f2f4fd;
  border-radius: 6px;
  padding: 1px 3px;
}

.support-box {
  position: fixed;
  z-index: 100;
  padding-top: 10px;
  bottom: 20px;
  left: 20px;
}

.support-box__button {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  background: #4a09f4;
  color: white;
  font-weight: 600;
  font-size: 12px;
  border-radius: 22px;
  padding: 10px 20px;
  cursor: pointer;
}

.support-box__button:hover {
  background: #3500c0;
}

.support-box__button svg {
  margin-right: 5px;
}

.support-box__list {
  display: flex;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  direction: rtl;
  flex-direction: column;
  position: absolute;
  top: -180px;
  left: 0;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  transition: all 0.4s;
}

.support-box:hover .support-box__list {
  opacity: 1;
  top: -195px;
  visibility: visible;
}

.support-box__list-item {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}

.support-box__list-item-title {
  font-size: 12px;
  color: #b3b3b3;
}

.support-box__list-item-data {
  direction: ltr;
  text-align: right;
  font-size: 16px;
  color: #212121;
  text-decoration: none;
  font-weight: bold;
}

.support-box__list-item-data:hover {
  color: #757575;
}

.emo-head {
  max-width: 100%;
  height: auto;
}

.more-info-button {
  background-color: transparent;
  border: none;
  font-size: 13px;
  color: #616670;
  font-weight: 500;
  margin-top: 16px;
  padding: 0;
}

.more-info-button img {
  margin-right: 12px;
}

.more-info-section {
  margin-top: 45px;
}

.more-info-item {
  margin-bottom: 28px;
}

.more-info__item--title {
  font-size: 13px;
  font-weight: 600;
  color: #212936;
}

.more-info__item--title.first {
  width: max-content;
  background-color: #f2f4fd;
  border-radius: 6px;
  padding: 2px 4px;
  font-weight: 500;
}

.more-info__item--description {
  color: #212936bd;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.less-info-button {
  background-color: transparent;
  border: none;
  font-size: 13px;
  color: #616670;
  font-weight: 500;
  position: relative;
  padding: 0;
}

.less-info-button img {
  margin-right: 12px;
  transform: rotate(90deg);
}

/* /* start of topbar */ */
/* .newroozOff_header__container { */
/*   background: #212936; */
/*   position: fixed; */
/*   top: 0; */
/*   right: 0; */
/*   display: flex; */
/*   justify-content: center; */
/*   height: 64px; */
/*   z-index: 100; */
/*   font-family: Estedad; */
/*   font-weight: 800; */
/*   width: 100vw; */
/* } */
/**/
/* .newroozOff_header { */
/*   display: flex; */
/*   align-items: center; */
/*   font-family: Estedad; */
/*   font-weight: 600; */
/*   width: 100vw; */
/* } */
/**/
/* .newroozOff_header__image { */
/*   height: 26px; */
/* } */
/**/
/* .newroozOff_header__green__text { */
/*   font-size: 16px; */
/*   text-align: right; */
/*   color: #fff; */
/*   margin: 0; */
/*   background: #52d1aa; */
/*   border-radius: 19px; */
/*   padding: 1px 12px 1px 14px; */
/*   margin-right: 6px; */
/* } */
/**/
/* .newroozOff_header__red__text { */
/*   font-size: 16px; */
/*   text-align: right; */
/*   color: #fff; */
/*   margin: 0; */
/*   background: #1C1B21; */
/*   border-radius: 19px; */
/*   padding: 1px 12px 1px 14px; */
/*   margin-right: 6px; */
/* } */
/**/
/* .newroozOff_header__center__text { */
/*   font-size: 18px; */
/*   text-align: right; */
/*   color: #FFFFFF; */
/*   margin: 0; */
/*   margin-right: 7px; */
/*   font-weight: 500; */
/* } */
/**/
/* .newroozOff_header__blue__text { */
/*   font-size: 16px; */
/*   text-align: right; */
/*   color: #fff; */
/*   margin: 0; */
/*   background: rgba(0, 0, 0, 0.33); */
/*   border-radius: 19px; */
/*   padding: 1px 12px 1px 14px; */
/*   margin-right: 6px; */
/* } */
/**/
/* .newroozOff_header__button { */
/*   width: 170px; */
/*   height: 40px; */
/*   border-radius: 8px; */
/*   background-color: #e7364e; */
/*   color: #FFFFFF; */
/*   display: flex; */
/*   justify-content: space-between; */
/*   align-items: center; */
/*   margin: 0; */
/*   margin-right: auto; */
/*   margin-left: 32px; */
/*   padding-left: 20px; */
/*   padding-right: 20px; */
/* } */
/**/
/* .newroozOff_header__button svg { */
/*   margin-right: 13px; */
/* } */
/**/
/* .newroozOff_footer { */
/*   display: none; */
/* } */
/**/
/* @media (min-width: 1200px) { */
/*   .newroozOff_header { */
/*     width: 970px; */
/*     max-width: 970px; */
/*   } */
/**/
/*   .dv-header { */
/*     padding-top: 64px !important; */
/*   } */
/* } */
/**/
/* @media (min-width: 991px) { */
/*   .newroozOff_header { */
/*     width: 970px; */
/*     max-width: 970px; */
/*   } */
/**/
/*   .dv-header { */
/*     padding-top: 64px !important; */
/*   } */
/* } */
/**/
/* @media (max-width: 991px) { */
/*   .newroozOff_header__container { */
/*     background: #508CFF; */
/*     position: fixed; */
/*     bottom: 0; */
/*     top: unset; */
/*     right: 0; */
/*     display: flex; */
/*     justify-content: center; */
/*     height: 141px; */
/*     z-index: 100; */
/*     font-family: Estedad; */
/*     font-weight: 600; */
/*     width: 100vw; */
/*   } */
/**/
/*   .newroozOff_header { */
/*     display: none; */
/*   } */
/**/
/*   .newroozOff_footer { */
/*     display: flex; */
/*     justify-content: center; */
/*     align-items: center; */
/*     flex-direction: column; */
/*   } */
/**/
/*   .newroozOff_footer__green__text { */
/*     font-size: 16px; */
/*     text-align: right; */
/*     color: #ffffff; */
/*     margin: 0; */
/*     background: #fdc93a; */
/*     border-radius: 19px; */
/*     padding: 1px 8px 1px 9px; */
/*     margin-right: 6px; */
/*   } */
/**/
/*   .newroozOff_footer__red__text { */
/*     font-size: 16px; */
/*     text-align: right; */
/*     color: #fff; */
/*     margin: 0; */
/*     margin-right: 6px; */
/*     background: #1C1B21; */
/*     border-radius: 19px; */
/*     padding: 1px 8px 1px 9px; */
/*     margin-right: 6px; */
/*   } */
/**/
/*   .newroozOff_footer__blue__text { */
/*     font-size: 16px; */
/*     text-align: right; */
/*     color: #fff; */
/*     margin: 0; */
/*     background: rgba(0, 0, 0, 0.33); */
/*     border-radius: 19px; */
/*     padding: 1px 12px 1px 14px; */
/*     margin-right: 6px; */
/*   } */
/**/
/*   .newroozOff_footer__center__text { */
/*     font-size: 16px; */
/*     color: #ffffff; */
/*     margin: 0px; */
/*     margin-bottom: 10px; */
/*     margin-top: 10px; */
/*     padding-right: 10px; */
/*     padding-left: 10px; */
/*     text-align: center; */
/*     line-height: 1.8; */
/*     font-weight: 500; */
/*   } */
/**/
/*   .newroozOff_footer__button { */
/*     width: 170px; */
/*     height: 40px; */
/*     border-radius: 8px; */
/*     background-color: #101644; */
/*     color: #ffffff; */
/*     display: flex; */
/*     justify-content: space-between; */
/*     align-items: center; */
/*     margin: 0; */
/*     padding-left: 20px; */
/*     padding-right: 20px; */
/*   } */
/**/
/*   .newroozOff_footer__button svg { */
/*     margin-right: 13px; */
/*   } */
/**/
/*   .raychat_main_button { */
/*     margin-bottom: 153px !important; */
/*   } */
/* } */
/**/
/* @media (min-width: 768px) { */
/*   .newroozOff_footer { */
/*     width: 100%; */
/*     max-width: 720px; */
/*   } */
/* } */
/**/
/* @media (max-width: 768px) { */
/*   .support-box { */
/*     display: none; */
/*   } */
/**/
/*   .dv-footer { */
/*     padding: 35px 0 140px 0; */
/*   } */
/* } */
/**/
/* /* end of topbar */ */
