/* Orbitron Font */
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&amp;display=swap");

/* Dubai Font */
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Light.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

/* Global */
* {
  font-family: "Arabic Dubai" !important;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

/* Scroller Bar */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e2e2e2;
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
/* Scroller Bar */

body,
html {
  height: 100%;
  /* scroll-behavior: smooth; */
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button {
  outline: none !important;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

.flex-center {
  display: flex;
  align-items: center;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
}

ul {
  margin-bottom: 0;
}

.nav-icon-btn,
.video-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

.title {
  font-size: 27px;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.bg-title {
  color: #000;
  font-weight: bold;
  line-height: 1;
  font-size: 37px;
}
.sub-title {
  color: #07197c;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.mini-title {
  font-size: 22px;
  color: #fff;
}

.wrapper {
  background: linear-gradient(175deg, #3286c4 0%, #010a72 100%);
}
/* Global */

/* Navbar */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 1000;
  padding: 15px 0;
}

.nav.scrolled {
  background: #2361ac;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}

.nav.scrolled .nav-logo img {
  filter: brightness(0) invert(1);
}

.navbar {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-icon-btn {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  margin: 0 20px;
}
.nav-icon-btn:last-of-type {
  margin-right: 0;
}
.nav-icon-btn .icon {
  font-size: 26px;
}
.nav-icon-title {
  font-size: 16px;
  margin-left: 10px;
}
.nav-icon-btn:hover {
  opacity: 0.7;
  color: #fff;
}
.nav-icon-btn:active {
  opacity: 0.5;
}
.nav-icon-btn:focus {
  color: #fff;
}
.nav-icon-btn-login .nav-icon-title {
  opacity: 0;
  font-size: 15px;
}
.nav-icon-btn-login:hover .nav-icon-title {
  opacity: 1;
}
.menu-btn-container {
  position: relative;
  z-index: 50;
}
.menu-btn {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 27px;
  height: 18px;
  cursor: pointer;
  display: none;
}
.menu-btn > div {
  height: 1px;
  width: 100%;
  background: #fff;
}
.nav-logo {
  position: relative;
  z-index: 50;
}
.hidden-nav {
  display: none;
}
.menu-close {
  display: none;
  width: 28px;
}
#nav.active .menu-close {
  display: block !important;
}
#nav.active .menu-btn {
  display: none !important;
}
.nav-links-footer {
  display: none;
}
.nav-links-body {
  display: flex;
}
/* Navbar */

/* Home */
.homepage-container {
  min-height: 100vh;
  display: flex;
  place-items: center;
  background: linear-gradient(175deg, #3286c4 0%, #010a72 100%);
  padding: 80px 0 50px;
}
.homepage-view {
  width: 53%;
  min-height: 500px;
  height: 10vw;
  padding: 5px 5px 5px 0;
  border-radius: 0 260px 260px 0;
  border: 2px solid #fff;
  border-left: none;
  overflow: hidden;
}
.homepage-details {
  width: 47%;
  padding-left: 50px;
  padding-right: 100px;
}
.homepage-view-outer {
  height: 100%;
  width: 100%;
  position: relative;
  padding-left: 0;
  overflow: hidden;
  border-radius: 0 260px 260px 0;
}
.homepage-view-outer img {
  /* position: absolute; */
  /* top: -30%; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  /* transform: scaleY(0.9); */
}
.badge {
  width: 195px;
  padding: 0;
}
.homepage-details .bg-title {
  font-size: 50px;
  color: #fff;
}
.home-line {
  height: 2px;
  background: #fff;
  width: 80%;
}
.homepage-details .text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}
.auth-container {
  display: flex;
  padding: 15px 0;
}
.auth-shape-border {
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.auth-shape {
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
}
.auth-view {
  width: calc(100% - 100px);
}
.auth-btn-container {
  border: 2px solid #fff;
  border-radius: 5px 0 0 5px;
  padding: 3px;
  width: auto;
  margin-left: 10px;
  border-right: none;
  position: relative;
}
.auth-icon-circle {
  position: absolute;
  bottom: -16px;
  left: 97%;
  height: 65px;
}
.auth-btn {
  background: #7985a7;
  color: #fff;
  border-radius: 3px;
  padding: 9px 15px;
  font-size: 18px;
  line-height: 1;
  width: 150px;
}
.auth-btn:hover {
  background: #63729d;
}
.auth-btn:active {
  background: #505d82;
}
.auth-form-input {
  margin-bottom: 13px;
}
.auth-form-input input {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 18px;
  border-radius: 6px;
  color: #000;
  font-size: 20px;
}
.auth-form-input input::placeholder {
  color: #9a9a9a;
}
.auth-view-card {
  display: none;
}
.auth-view-card.active {
  display: block !important;
}
.auth-login input {
  text-align: left;
}
/* Home */

/* Footer */
footer {
  border-top: 1px solid #fff;
  padding: 8px 50px;
  position: relative;
}
.footer-shape {
  position: absolute;
  bottom: 103%;
  right: 47px;
  width: 80px;
}
.footer-link {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}
.footer-link:hover {
  color: #fff;
  opacity: 0.7;
}
.footer-link:active {
  color: #fff;
  opacity: 0.4;
}
.footer-link:focus {
  color: #fff;
}
.hidden-footer-link {
  display: none;
}

/* Footer */
.tab-shape-circle-container {
  position: relative;
}

.circle-shape-border {
  background-image: url("../img/circle-shape.svg") !important;
}
.circle-shape-border-back {
  background-image: url("../img/circle-shape-back.svg") !important;
  display: none;
}

.circle-shape-border {
  display: block;
}

.circle-shape-border-back.active {
  display: block !important;
}
#csp {
  display: block;
}
#csp.active {
  display: none;
}
.hidden {
  display: none !important;
}

.home-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-height: 100vh;
}

.home-right {
  background: linear-gradient(175deg, #3286c4 0%, #010a72 100%);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 !important;
  width: 50%;
}
.home-right-body {
  padding: 110px 50px 30px 50px;
}
.home-left {
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.tab-row {
  width: auto;
  margin-bottom: 25px;
  /* position: relative; */
}
.tab-row-container {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
.tab-row-container.none-center {
  left: 0;
  transform: none;
}
.tab-shape-container {
  position: absolute;
  left: 120%;
  top: 35px;
}
.tab-row.active:last-of-type .tab-shape-container {
  top: -300px;
  left: 150%;
}
.tab-row-wrapper {
  display: flex;
  position: relative;
  cursor: pointer;
}
.tab-card {
  padding: 20px 10px 15px;
  border: 5px solid #fff;
  border-right: none;
  border-radius: 12px 0 0 12px;
  position: relative;
  width: 260px;
}
.tab-card:after {
  content: "";
  height: 27px;
  width: 27px;
  border: 5px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  bottom: -5px;
  right: -13px;
  border-bottom-right-radius: 12px;
}
.tab-card-title {
  text-transform: uppercase;
  border-bottom: 8px solid #00e2ff;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 25px;
  text-align: center;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
}
.tab-card-icons {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  height: 100%;
}
.tab-card-icons > div {
  height: 50%;
}
.tci-logo img {
  height: 60px;
}
.tci-logo {
  position: relative;
}
.tci-logo:after {
  content: "";
  height: 5px;
  width: 30px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.tci-plus {
  position: relative;
  bottom: -21px;
  right: -15px;
}
.tci-plus .icon {
  font-size: 24px;
  color: #fff;
  display: inline-block;
}
.tab-row.active .tci-plus .icon {
  transform: rotateZ(45deg);
}
.main-outer-border {
  border: 15px solid #3d5173;
}
.main-center-border {
  border: 7px solid #a8b9d9;
}
.shape-circle-border {
  width: 313px;
  height: 313px;
  border: 5px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  padding: 10px;
  position: relative;
}
.shape-circle-border-outer,
.shape-circle-border-center,
.shape-circle-content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
.shape-circle-content {
  padding: 30px;
  background: #728fc2;
  text-align: center;
  overflow: hidden;
}
.sc-main-title {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}
.sc-line {
  width: 100%;
  height: 4px;
  background: #00c5de;
  border-radius: 50px;
  margin: 8px 0;
}
.sc-main-sub-title {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.sc-icon {
  padding-top: 5px;
}
.shape-circle-border-logo {
  position: absolute;
  top: -11px;
  left: 21px;
}
.close-circle-res-btn {
  display: none;
}
.tab-shape-circle-container {
  padding: 0;
  display: none;
}
.tab-row.active .tab-shape-circle-container {
  display: block !important;
}
.tab-row:last-of-type .tab-shape-circle-container {
  position: relative;
}
.tic-circle-shape {
  width: 62px;
  margin-left: -6px;
  height: 62px !important;
  border: 5px solid #fff;
  border-radius: 0 50% 50% 50%;
  border-left: 5px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-head {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 185px;
  height: 90px;
  opacity: 1;
  border: 3px solid #fff;
  border-radius: 102px 102px 0 0;
  border-bottom: none;
}
.circle-footer {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 185px;
  height: 90px;
  opacity: 1;
  border: 3px solid #fff;
  border-radius: 0 0 102px 102px;
  border-top: none;
}
.circle-line-right {
  position: absolute;
  height: 67%;
  width: 3px;
  border-right: 3px solid #fff;
  right: -18.2px;
  bottom: 64.5px;
}
.circle-line-left {
  position: absolute;
  height: 148px;
  width: 3px;
  border-right: 3px solid #fff;
  left: -18.1px;
  top: 113px;
}
.cclorange-color {
  background: linear-gradient(304deg, #f4b305 0%, #6d4a9e 60%) !important;
  position: relative;
}
.cclorange-color:after {
  content: "BASAL";
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  text-align: center;
}
.cclgray-color {
  background: #d9d9d9 !important;
}
.circle-line-dart {
  position: absolute;
  top: 124px;
  left: -47px;
  width: 50px;
}
.circle-line-retouch {
  position: absolute;
  top: -27%;
  left: -51px;
  width: 51px;
}
.circle-insert-curve {
  position: absolute;
}
.circle-progress-enter-btn {
  position: absolute;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  font-size: 13px;
  top: 84px;
  left: -110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.circle-progress-insert-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45px;
  border: 3px solid #fff;
  border-radius: 0 50px 50px 0;
  border-left: none;
}

.circle-progress-enter-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45px;
  border: 3px solid #fff;
  border-radius: 50px 0 0 50px;
  border-right: none;
}

.shape-circle-rectangle-card {
  width: 130px;
  height: 130px;
  position: absolute;
}
.scr-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  line-height: 1;
}
.scrc-tab-1 {
  width: 49%;
  height: 92%;
  background: #54afde;
  top: -15px;
  left: 0;
  transform: rotateZ(40deg);
}
.scrc-tab-1 .scr-title {
  top: 100px;
  left: 5px;
  transform: rotateZ(-100deg);
}
.scrc-tab-2 {
  width: 75%;
  height: 100%;
  background: #6d84bb;
  top: -45px;
  right: -55px;
  transform: rotateZ(0deg);
}
.scrc-tab-2 .scr-title {
  top: 120px;
  transform: rotateZ(60deg);
  left: 15px;
}
.scrc-tab-3 {
  width: 85%;
  height: 75%;
  background: #1e2d5d;
  bottom: -150px;
  left: 50%;
  transform: rotateZ(37deg) translateX(-50%);
}
.scrc-tab-3 .scr-title {
  transform: rotate(-37deg);
  top: 65px;
  left: 30px;
}
.shape-circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 50%;
  padding: 26px;
  color: #0079c2;
  text-align: center;
  line-height: 1;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.premix-tab {
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.brown-circle {
  background-color: #8b1e21 !important;
}
.tab-child-card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #728fc2;
  padding: 30px;
  border-radius: 50%;
  display: none;
}
.tab-child-card-wrapper.active {
  display: block !important;
}
.tab-child-card-wrapper .title {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}
.tab-child-card-wrapper .title sup {
  line-height: 1;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}
.circle-convertor-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  position: relative;
}
.circle-convertor {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding: 5px 4px;
  position: relative;
  z-index: 4;
}
.circle-convertor-left {
  background-color: #6d4a9e;
  z-index: 9;
}
.circle-convertor input {
  width: -webkit-fill-available;
  height: 100%;
  text-align: center;
  font-size: 17px;
  background: transparent;
}
.circle-convertor-center {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.arrow-curve {
  position: absolute;
  height: 61px;
  left: 37px;
  top: -4px;
  z-index: 9;
}
.shape-circle-tab-title {
  position: absolute;
  bottom: 90%;
  right: 0;
  line-height: 1;
  color: #fff;
  padding: 3px 0;
  display: none;
  min-width: 110px;
  max-width: 200px;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
}
.shape-circle-tab-title.active {
  display: block !important;
  text-align: left;
}
.note-container {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

.calculator-note {
  color: white;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2rem;
  width: 50%;
}
/* Progress Bar */
.circle-progress-bar-wrapper {
  width: 148px;
  height: 148px;
  border: 4px solid #616365;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 6px #00000016;
}
.circle-progress-bar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: linear-gradient(175deg, #aaa9a9 -7%, #0d0d0d 61%) !important;
  border-radius: 50%;
  z-index: 10;
  border: 4px solid #616365;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  box-shadow: 0 3px 6px #00000066;
}
.circle-progress-bar-center input {
  font-size: 26px;
  width: 100%;
  height: 100%;
  color: #19b0ff;
  text-align: center;
  font-family: "Orbitron", sans-serif !important;
}
.circle-progress-value {
  stroke-width: 15px;
  stroke: #19b0ff;
  /* stroke-dasharray: 0.6 3; */
}
.progress-bar-2 .circle-progress-value {
  stroke: #dc9946;
}
.progress-bar-3 .circle-progress-value {
  stroke: #9fc306;
}
.progressbar-container-2 input {
  color: #dc9946 !important;
}
.progressbar-container-3 input {
  color: #9fc306 !important;
}
.circle-progress-circle {
  stroke-width: 15px;
  stroke: #fff;
  /* stroke-dasharray: 0.6 3; */
  /* stroke-dashoffset: 1.6; */
}
.circle-progress-text {
  fill: hsl(39, 100%, 50%);
}
.circle-progress {
  width: 100%;
  height: 100%;
}
.progress-bar {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
}
.progress-step {
  position: absolute;
  width: 2px;
  height: 12px;
  background: #282829;
}
.progress-step-0 {
  top: 5px;
  left: 49%;
}
.progress-step-10 {
  top: 17px;
  left: 24%;
  transform: rotateZ(-35deg);
}
.progress-step-20 {
  top: 45.5px;
  left: 8.6%;

  transform: rotateZ(-73deg);
}
.progress-step-30 {
  top: 82.6px;
  left: 8.7%;
  transform: rotateZ(-105deg);
}
.progress-step-40 {
  bottom: 16px;
  left: 24.4%;
  transform: rotate(35deg);
}
.progress-step-50 {
  bottom: 4.5px;
  left: 49%;
  transform: none;
}
.progress-step-60 {
  bottom: 15.5px;
  left: 75%;
  transform: rotateZ(-37deg);
}
.progress-step-70 {
  top: 82.6px;
  right: 8.7%;
  transform: rotateZ(105deg);
}
.progress-step-80 {
  top: 46px;
  right: 8.6%;
  transform: rotateZ(73deg);
}
.progress-step-90 {
  top: 17px;
  right: 23%;
  transform: rotateZ(35deg);
}
/* Progress Bar */

.circle-progress-bar-container {
  margin-bottom: 10px;
  position: relative;
}
.circle-progress-insert-btn {
  position: absolute;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  top: 83px;
  left: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.circle-progress-bar-container .title {
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}
.circle-bolus-convertor-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbc-input-group {
  width: 58%;
  background: #fff;
  margin-left: -11px;
  background: #fff;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
}
.cbc-input-group input {
  width: 100%;
  /*background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);*/
  padding: 10px 15px 10px;
  border-radius: 0 40px 40px 0;
  position: relative;
  color: #f5821f;
  font-size: 20px;
  text-align: center;
  /*box-shadow: 0 3px 6px #00000016;*/
}
.cbc-input-group input::placeholder {
  color: #f5821f;
}
.cbc-input-group input.active {
  color: #61b05a;
}
.cbc-btn {
  border: 3px solid #9b9b9b;
  border-radius: 50%;
  background: #c7c4c4;
  padding: 6px;
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 13;
}
.cbc-btn-outer:hover {
  background: #51a449;
}
.cbc-btn-outer:active {
  background: #43953b;
}
.cbc-btn-outer {
  background: #61b05a;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  padding: 8px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-cricle {
  display: none;
  width: 53px;
}
.tab-shape-circle-container.active .retouch-circle-n-bk {
  display: none !important;
}
.tab-shape-circle-container.active .back-cricle {
  display: block !important;
}
.tab-row:first-of-type .tic-circle-shape img {
  margin-top: 4px;
  margin-left: 2px;
  width: 45px;
  transform: rotateZ(-5deg);
}
.tab-row:nth-of-type(2) .tic-circle-shape img {
  margin-top: 10px;
  margin-left: 3px;
  width: 45px;
  transform: rotateZ(-9deg);
}
.shape-circle-border-logo .back-cricle {
  margin-top: -2px;
}
.send-btn {
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  line-height: 1;
  padding: 5px 20px;
  background: #04b4dd;
}
.shape-circle-border-logo {
  display: none;
}
.shape-circle-border {
  border: none !important;
}
.circle-shape-border,
.circle-shape-border-back {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 335px;
  height: 394px;
  position: absolute;
  top: -55px;
  left: -10px;
}
.csbb-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 33px;
}
.flextouch-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  min-height: 100vh;
}
.flextouch-wrapper > div {
  width: 50%;
  flex-grow: 1;
}
.flextouch-left {
  background: #e9f3fd;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.flextouch-right-body {
  min-height: calc(100vh - 50px);
  width: 100%;
  padding: 100px 50px 100px;
  place-items: center;
  display: flex;
}
.flextouch-logo img {
  width: 45px;
}
.flextouch-title {
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 15px;
}
.flextouch-input-group {
  min-width: auto;
  max-width: 430px;
}
.flextouch-input-group input {
  background: #fff;
  width: 100%;
  padding: 8px 17px;
  border-radius: 6px;
  color: #000;
  font-size: 20px;
  margin-right: 10px;
  width: 100%;
}
.flextouch-input-group input.send-btn {
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  line-height: 1;
  padding: 7px 29px;
  background: #04b4dd;
}
.flextouch-input-group input.send-btn:hover {
  background: #07a4c8;
}
.flextouch-input-group input.send-btn:hover:active {
  opacity: 0.7;
}
.flextouch-left {
  display: flex;
  place-items: center;
  justify-content: center;
}
.alert-text {
  display: none;
  font-size: 15px;
  margin-top: 12px;
  color: #ffffff;
  border-radius: 5px;
  width: fit-content;
  padding: 10px;
}
.alert-text.done-text {
  background: #5fd64fd1;
  border: 1px solid rgb(32, 133, 7);
}
.alert-text.fail-text {
  background: #d64f4fd1;
  border: 1px solid red;
}
.flextouch-right-center {
  width: 100%;
}
.flextouch-center {
  padding: 0 50px;
  width: 100%;
}
.flextouch-center video {
  width: 100%;
  height: auto;
}
.video-container {
  position: relative;
}
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #005bda;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 17px;
}
.video-btn:hover {
  background: #0852b8;
}
.video-btn:active {
  background: #0852b8;
  opacity: 0.7;
}
.video-container:hover .video-btn {
  opacity: 1;
}
.video-container.active .video-btn {
  opacity: 0;
}
.video-container.active:hover .video-btn {
  opacity: 1;
}

/* Refrences */
.ref-bg-title,
.ref-sub-title,
.ref-text {
  color: #fff;
  line-height: 1;
}
.ref-text ol {
  list-style-position: inside;
}
.ref-bg-title {
  font-size: 37px;
  font-weight: bold;
}
.ref-bg-title h1 {
  font-size: 25px;
}
.ref-sub-title {
  font-size: 26px;
  margin: 14px 0;
}
.ref-text {
  opacity: 1;
  font-size: 13px;
  line-height: 1.2;
  overflow-y: auto;
  height: 100%;
  padding-right: 75px;
  position: relative;
  color: #eaeaea;
  padding-bottom: 40px;
}
.ref-text .text {
  text-align: justify;
  font-size: 15px;
  line-height: 1.4;
}
.ref-body a {
  color: #ffffff;
}
.ref-body a:hover {
  color: rgb(189, 189, 189);
}
.ref-center {
  height: 65vh;
  position: relative;
}
.ref-serial {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  bottom: 0; /*bottom: -15px;*/
  right: 10px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.ref-bg {
  background-size: cover;
  background-position: center;
}
/* Refrences */

.text-bold {
  font-weight: bold;
}
