@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');

:root {
  --main-color: #d3ad7f;
  --black: #fafafd;
  --bg: #c7c7d8;
  --border: 0.1rem solid rgba(255, 255, 255, 0.3);
}

* {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transform: 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 0.8rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5rem;
}

/* 
section{
  padding: 2rem 7%;
  width: 50%;
  height: 50%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  max-height: 645px;
  max-width: 445px;
} */



/* .btn {
  margin-top: 1rem;
  display: inline-block;
  padding: .8rem 3rem;
  font-size: 1.7rem;
  color: #fff;
  background: var(--main-color);
  cursor: pointer;
} */

/* 
.btn:hover {
  letter-spacing: .2rem;
} */


.username .row {
  display: flex;
  align-items: center;
  background: var(--black);
  flex-wrap: wrap;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 250px;
}

.username .row .image {
  flex: 1 1 45rem;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  max-height: 645px;
  max-width: 445px;
  
}

.username .row .image img {
  width: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.username .row .content {
  flex: 1 1 45rem;
  padding: 2rem;
}

.username .row .content h3 {
  font-size: 3rem;
  /* color: #fff; */
}

/* .username .row .content p {
  font-size: 1.6rem;
  color: #ccc;
  padding: 1rem 0;
  line-height: 1.8;
} */

._1Vyz1zl {
  color: #222325;
}

._7iXS4kR {
  color: #62646a;
}

.p-t-8 {
  padding-top: 8px!important;
  padding-bottom: 1px;
}

.sSdoOMV {
  padding-bottom: 20px;
  
}

.text-bold {
  font-weight: 700;
}

.text-body-2, .tbody-6 {
  font-size: 14px;
  line-height: 21px;
  
}
label {
  cursor: default;
}

.field .field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #404145;
  font-weight: 600;
  padding-bottom: 8px;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.WvIqLXU.H6Jxm4z .GD3asS\+ {
  padding-right: 40px;
}

input.GD3asS\+ {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 8px 12px;
  border: 1px solid #c5c6c9;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: inherit;
  color: #404145;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.field .hint {
  padding-top: 8px;
}

.text-body-2, .tbody-6 {
  font-size: 14px;
  line-height: 21px;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.FW1syM7 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 3px 6px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-top: 100px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 70ms cubic-bezier(.75,0,.25,1);
  transition: 70ms cubic-bezier(.75,0,.25,1);
}
.RF4yO-1 {
  width: 50%;
}

.bg-co-black {
  background-color: #000;
}
.co-white {
  color: #fff;
}
button {
  width: auto;
  overflow: visible;
  background-color: none;
}
.uPiqJBM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.m-l-8 {
  margin-left: 8px;
}
.text-semi-bold {
  font-weight: 600;
}
.co-text-darker {
  color: #404145;
}



.BVX66eb {
  min-height: auto;
  width: 100%;
  padding: 0 24px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Finished card */
.finish-card .modal-body .row .finish-card-btn {
  background: black;
  color: white;
  width: 240px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  border: none;
  border-radius: 5px;
}
.finish-card .modal-body .row .finish-card-img{
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  height: 200px;
}

.finish-card .modal-body .row .finish-card-img img {
  border-style: none;
  vertical-align: middle;
  align-items: center;
  width: 250px;
  height: 240px;
  margin-bottom: 10px;
}