html,
body {
  margin: 0;
  padding: 0;
  background-color: rgba(250, 250, 250, 1);
}
.logo-parent img {
  height: 85px;
  /* width: 115px; */
  position: absolute;
}
.profile-media img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.profile-media .img-null-profile {
  background-color: rgba(169, 202, 254, 1);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  margin-right: 10px;
}
.profile-media h6 {
  font-size: 14px;
}
.profile-media span {
  font-size: 12px;
  color: rgb(227, 227, 227);
  font-weight: bold;
}
.content {
  margin-top: 30px;
}
.navbar-panel {
  list-style: none;
  margin-top: 100px;
}
.navbar-panel li {
  background-color: transparent;
  margin-top: 20px;
  padding-top: 20px;
  height: 71px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.navbar-panel .active {
  background-color: rgba(248, 254, 248, 1);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.02);
}
.navbar-panel li a {
  color: black;
  text-decoration: none;
  padding-left: 25px;
}
.navbar-panel img {
  height: 17px;
  width: 20px;
  margin-top: -2px;
  margin-right: 10px;
}
.main-content {
  background-color: rgba(248, 254, 248, 1);
  border-radius: 50px;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.02);
}
.component-home {
  background-color: white;
  border-radius: 40px;
  height: 80px;
  width: 350px;
  position: relative;
  border: 1px solid rgb(241, 248, 229);
}
.component-home .img-origin img {
  position: relative;
  left: 10px;
  top: -14px;
  height: 79px;
  width: 76px;
}
.parent-navbar {
  padding-right: 0;
}
.parent-content {
  padding-left: 0;
}
.circle-count {
  height: 50px;
  width: 50px;
  background-color: rgb(172, 205, 2);
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.component-home .flex-column span {
  color: rgb(227, 227, 227);
  font-size: 12px;
}
.circle-count span {
  color: white;
  font-size: 25px;
}
.parent-table {
  border: 1px solid rgba(112, 112, 112, 1);
  background-color: rgba(248, 254, 248, 1);
  border-radius: 50px;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.02);
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 45px;
  padding-right: 45px;
}
.parent-table .header span {
  color: rgb(213, 217, 217);
  font-size: 14px;
}
.card-table {
  background-color: white;
}
.accordion-button::after {
  background-image: url("../images/arrow-left.svg");
  position: relative;
  top: 6px;
  background-size: inherit;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow-down.svg");
  transform: inherit;
}
.accordion .accordion-item {
  border: 0;
}
.accordion-button {
  background-color: rgba(250, 250, 250, 1);
}
.accordion-button[aria-expanded="true"] {
  font-weight: bold;
  color: rgb(134, 179, 75);
  text-transform: uppercase;
}
.accordion-item .accordion-body {
  background-color: rgba(250, 250, 250, 1);
}
.processing-visa .circle-left {
  background-color: rgb(131, 177, 70);
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.processing-visa .line-center {
  width: 72px;
  height: 5px;
  background-image: linear-gradient(
    to right,
    rgb(131, 177, 70),
    rgb(200, 233, 254)
  );
  position: relative;
  top: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.processing-visa .line-center::before {
  content: "START";
  position: absolute;
  color: #707070;
  font-size: 9px;
  left: 0;
  top: -14px;
}
.processing-visa .line-center::after {
  content: "END";
  position: absolute;
  color: #707070;
  font-size: 9px;
  right: 0;
  bottom: -14px;
}

.processing-visa .circle-right {
  background-color: rgb(200, 233, 254);
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.info-step {
  font-size: 12px;
}
.info-step img {
  width: 25px;
}
.bit-img-parent {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #b0b0b0;
  font-size: 14px;
  padding-top: 10px;
}
.bit-img-parent img {
  height: 82px;
}
.btn-under-bit {
  height: 50px;
  width: 108px;
  background-color: rgb(172, 205, 2);
  color: white;
  border-radius: 40px;
  border: 0;
}
.btn-under-invite {
  background-color: rgba(93, 76, 198, 1);
  height: 50px;
  width: 171px;
  color: white;
  border-radius: 40px;
  border: 0;
}
.parent-login {
  width: 100%;
  padding-top: 100px;
  height: 100%;
  min-height: 100vh;
  background-image: url("../images/admin/login-bg.jpg");
  /*background-image: url("../images/covid-19-vaccine-bottle-certificate-passport-travel-remixed-media.png");*/
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
}
.login-page {
  padding: 10px 0;
  margin: 0 auto;
  height: auto;
  width: 62.5%;
  background-color: rgba(249, 255, 249, 0.781);
  border-radius: 40px;
}
.logo-parent-login {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.logo-parent-login img {
  height: 85px;
  width: 100%;
}
.text-top-login p {
  color: #707070;
  font-size: 10px;
}
.text-top-login h4 {
  color: #c9c9c9;
}
.card-login {
  height: 362px;
  width: 400px;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border: 2px solid rgba(169, 201, 6, 1);
}
.input-group-text-email {
  height: 100%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: transparent;
  border-left: 1px solid rgb(231, 233, 236);
  border-top: 1px solid rgb(231, 233, 236);
  border-bottom: 1px solid rgb(231, 233, 236);
  border-right: 0;
}
.input-group-text-password {
  height: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: transparent;
  cursor: pointer;
  border-right: 1px solid rgb(231, 233, 236);
  border-top: 1px solid rgb(231, 233, 236);
  border-bottom: 1px solid rgb(231, 233, 236);
  border-left: 0;
}
.input-group-text-password:hover {
  background-color: rgb(231, 233, 236);
}
.card-login input.email {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 40px;
  border: 1px solid rgb(231, 233, 236);
  font-size: 13px;
  border-left: 0;
}
.card-login input.email::placeholder {
  color: rgb(231, 233, 236);
}
.card-login input.password {
  border: 1px solid rgb(231, 233, 236);
  font-size: 13px;
  border-left: 0;
  height: 40px;
  border-right: 0;
}
.card-login input.password::placeholder {
  color: rgb(231, 233, 236);
}
.card-login .btn-login {
  width: 160px;
  height: 40px;
  border-radius: 40px;
  margin-top: 25px;
  border: 2px solid rgba(169, 201, 6, 1);
  font-weight: bold;
}
.card-login .btn-login:nth-child(1) {
  background-color: transparent;
  color: rgba(169, 201, 6, 1);
  font-weight: bold;
}
.card-login .btn-login:nth-child(2) {
  margin-left: 8.25%;
  background-color: rgba(169, 201, 6, 1);
  color: white;
}
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 2px solid rgb(235, 237, 240);
}

.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}
.container-check input:checked ~ .checkmark {
  background-color: rgba(169, 201, 6, 1);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check input:checked ~ .checkmark:after {
  display: block;
}
.container-check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.forget-pass a {
  color: black;
  text-decoration: none;
}
.right-component img {
  width: 143px;
  height: 82px;
}
.right-component {
  width: 143px;
  position: absolute;
  top: 850px;
  right: 40px;
  bottom: 0;
}
.right-component p {
  color: #b0b0b0;
  font-size: 12px;
  margin-top: 10px;
}
.right-component a {
  color: #000;
  font-size: 12px;
  margin-top: 5px;
}
.right-component button{
  margin-top: 5px;
}
.line-bottom-type {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  height: 46px;
  background-color: rgba(169, 201, 6, 1);
}
.line-bottom-type p {
  margin-top: 10px;
}
.parent-hide-small {
  position: fixed;
  right: 0;
  top: 30%;
  display: none;
}
.parent-hide-small button {
  background-color: rgba(255, 255, 255, 0.747);
  border: 0;
  width: 40px;
  height: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 0 7px rgb(172, 205, 2);
  cursor: pointer;
  color: rgb(227, 227, 227);
}
.parent-hide-small button:hover {
  color: gray;
}
.content-hide-small {
  height: 100%;
  width: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  position: fixed;
  background: white;
  padding: 0;
  box-shadow: 0 0 7px rgb(172, 205, 2);
  transition: 0.2s;
  z-index: 3;
}
.content-hide-small a {
  cursor: pointer;
}
.error-login {
  color: red;
  font-weight: bold;
  font-size: 13px;
}
.parent-hide-mobile {
  position: fixed;
  left: 0;
  top: 30%;
  display: none;
}
.parent-hide-mobile button {
  background-color: rgba(255, 255, 255, 0.747);
  border: 0;
  width: 40px;
  height: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 7px rgb(172, 205, 2);
  cursor: pointer;
  color: rgb(227, 227, 227);
}
.navbar-hide-mobile {
  height: 100%;
  width: 0;
  overflow: hidden;
  left: 0;
  top: 0;
  position: fixed;
  background: white;
  padding: 0;
  box-shadow: 0 0 7px rgb(172, 205, 2);
  transition: 0.2s;
  z-index: 3;
}
.navbar-hide-mobile .navbar-panel {
  margin-top: 20px;
}
.type-applicant {
  cursor: pointer;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0;
}
.table-data thead tr {
  font-size: 13px;
  color: rgba(175, 178, 182, 1);
}
.table-data tbody tr {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  border-bottom: 1px dashed rgba(175, 178, 182, 1);
}
.table-data tbody tr .img-table-data {
  border-radius: 5px;
}
.parent-img-account {
  width: 100%;
  height: 100%;
  min-height: 235px;
  justify-content: center;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parent-img-account::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.452);
}
.profile-main-content input {
  border-radius: 40px;
}
.card-profile {
  border: 2px solid rgba(169, 201, 6, 1);
  border-radius: 40px;
}
.parent-img-account img {
  box-shadow: 0 0 7px;
  width: 130px;
  position: relative;
  z-index: 2;
  height: 130px;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
  cursor: pointer;
}
.google-btn {
  position: absolute;
  left: 58px;
  top: 59px;
  background: white;
  padding: 8px;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  box-shadow: 0 0 7px rgb(172, 205, 2);
}
.facebook-btn {
  background: white;
  padding: 8px;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  box-shadow: 0 0 7px rgb(172, 205, 2);
  position: absolute;
  right: 58px;
  top: 59px;
}
#modal-payment .close {
  border-radius: 50%;
  background-color: white;
  border: 0;
  box-shadow: 0 0 7px rgb(172, 205, 2);
}
.btn-login-login:active {
  border: 2px solid black;
}
form[name="form-social"] input {
  border-radius: 40px;
  font-size: 13px;
}
.res-pass-parent label {
  color: rgb(172, 205, 2);
  font-size: 13px;
}
.res-pass-parent input {
  font-size: 13px;
  border-radius: 40px;
}
.card-pass input {
  border-radius: 40px;
  font-size: 12px;
}

.parent-pass {
  width: 50%;
}
.footer-login a {
  font-size: 14px;
}
.copy-notification {
  color: black;
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align: center;
  box-shadow: 0 0 7px rgb(172, 205, 2);
  z-index: 3;
}
.btn-under-bit:active {
  border: 2px solid black;
}
@media only screen and (max-width: 1199px) {
  .status-all {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .parent-pass {
    width: 100%;
  }
  .card-login {
    width: 360px;
  }
  .card-login .btn-login {
    width: 140px;
    font-size: 12px;
  }

  .right-component {
    display: none;
  }
  .parent-login {
    min-height: 1060px;
  }
  .logo-parent img {
    /* width: 230px; */
    height: 73px;
  }
  .card-login .btn-login:nth-child(2) {
    margin-left: 7.25%;
  }
  .invoice-logo {
    width: 165px;
  }
}
@media only screen and (max-width: 450px) {
  .login-page {
    width: 90%;
  }
  .card-login {
    width: 265px;
  }
  .card-login .btn-login {
    width: 100px;
  }
  .forget-pass a {
    font-size: 12px;
  }
  .container-check {
    font-size: 12px;
  }
  .text-top-login p {
    font-size: 8px;
  }
  .line-bottom-type p {
    font-size: 10px;
  }
  .component-home {
    width: 300px;
  }
  .logo-parent img {
    width: 200px;
    height: 67px;
  }
  .footer-login {
    font-size: 10px !important;
  }
  .footer-login a {
    font-size: 10px !important;
  }
}
#ccsingle {
  position: absolute;
  right: 15px;
  top: 20px;
}

#ccsingleIrani {
  position: absolute;
  right: 15px;
  top: 20px;
}

#ccsingle svg {
  width: 100px;
  max-height: 60px;
}

#ccsingleIrani svg {
  width: 100px;
  max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
  width: 100%;
  -webkit-box-shadow: 1px 5px 6px 0px black;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px;
}

#generatecard {
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  background-color: #909090;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

.creditcard .lightblue {
  fill: #03a9f4;
}

.creditcard .lightbluedark {
  fill: #0288d1;
}

.creditcard .red {
  fill: #ef5350;
}

.creditcard .reddark {
  fill: #d32f2f;
}

.creditcard .purple {
  fill: #ab47bc;
}

.creditcard .purpledark {
  fill: #7b1fa2;
}

.creditcard .cyan {
  fill: #26c6da;
}

.creditcard .cyandark {
  fill: #0097a7;
}

.creditcard .green {
  fill: #66bb6a;
}

.creditcard .greendark {
  fill: #388e3c;
}

.creditcard .lime {
  fill: #d4e157;
}

.creditcard .limedark {
  fill: #afb42b;
}

.creditcard .yellow {
  fill: #ffeb3b;
}

.creditcard .yellowdark {
  fill: #f9a825;
}

.creditcard .orange {
  fill: #ff9800;
}

.creditcard .orangedark {
  fill: #ef6c00;
}

.creditcard .grey {
  fill: #bdbdbd;
}

.creditcard .greydark {
  fill: #616161;
}

/* FRONT OF CARD */
#svgname {
  text-transform: uppercase;
}

#cardfront .st2 {
  fill: #ffffff;
}

#cardfront .st3 {
  font-family: "Source Code Pro", monospace;
  font-weight: 600;
}

#cardfront .st4 {
  font-size: 54.7817px;
}

#cardfront .st5 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

#cardfront .st6 {
  font-size: 33.1112px;
}

#cardfront .st7 {
  opacity: 0.6;
  fill: #ffffff;
}

#cardfront .st8 {
  font-size: 24px;
}

#cardfront .st9 {
  font-size: 36.5498px;
}

#cardfront .st10 {
  font-family: "Source Code Pro", monospace;
  font-weight: 300;
}

#cardfront .st11 {
  font-size: 16.1716px;
}

#cardfront .st12 {
  fill: #4c4c4c;
}

/* BACK OF CARD */
#cardback .st0 {
  fill: none;
  stroke: #0f0f0f;
  stroke-miterlimit: 10;
}

#cardback .st2 {
  fill: #111111;
}

#cardback .st3 {
  fill: #f2f2f2;
}

#cardback .st4 {
  fill: #d8d2db;
}

#cardback .st5 {
  fill: #c4c4c4;
}

#cardback .st6 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

#cardback .st7 {
  font-size: 27px;
}

#cardback .st8 {
  opacity: 0.6;
}

#cardback .st9 {
  fill: #ffffff;
}

#cardback .st10 {
  font-size: 24px;
}

#cardback .st11 {
  fill: #eaeaea;
}

#cardback .st12 {
  font-family: "Rock Salt", cursive;
}

#cardback .st13 {
  font-size: 37.769px;
}

.container {
  perspective: 1000px;
}

.creditcard {
  width: 100%;
  max-width: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}

.creditcard .front,
.creditcard .back {
  /* position: absolute; */
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}

.creditcard .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.bank-type {
  border: 1px solid gray;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  font-size: 12px;
}

.bank-type-active {
  background: #388e3c;
  color: white;
}

#cciconIrani {
  left: 6;
}

.create-cart-irani {
  font-size: 12px;
}
.notif-icon button {
  border: 0;
}
.commision-img {
  cursor: pointer;
}
