html,body{
  min-height: 100%;
  height: 100%;
}
body {
  font-family:Poppins !important;
  color:#1A051D;
  font-size: 0.9rem;
}
a, a:hover{
  color: inherit;
  text-decoration: none;
}
p{
  font-size: 0.9rem;
}
.cursor-pointer{
  cursor: pointer;
}
.ds-bg-purple {
  background:#B9478B !important;
}

.ds-bg-green {
  background:#0CC5A7 !important;
}

.ds-bg-blue {
  background:#0168FA !important;
}
.ds-bg-yellow{
  background: #FF9045 !important;
}

.bd-green {
  background:#F9FFFE;
}

.bd-white {
  background:#fff;
}

.fw-bold {
  font-weight:bold;
}

.fw-600 {
  font-weight:600;
}
.fw-500 {
  font-weight:500;
}

.full-width {
  width:100%;
}
.full-height{
  min-height: 100%;
}

.full-width-complete {
  max-width:none;
  width:100%;
}

.overflow-y {
  overflow-y:overlay;
}

.hidden {
  visibility:hidden;
}
.cards .card{
  height: 100%;
}
.footer-title {
  text-transform:uppercase;
  font-style:normal;
  font-weight:800;
  line-height:18px;
  letter-spacing:0.1em;
  color:#0CC5A7;
}

.ds-green-text {
  color:#0CC5A7 !important;
}

.ds-yellow-text {
  color:#FF9045;
}

.ds-strong-text {
  color:rgba(68, 68, 68, 0.91);
  font-weight:600;
}
textarea.ds-text-area{
  width: 100%;
  resize: none;
}
.title-1 {
  font-weight:bold;
  /*font-size:64px;*/
}

.sub-title-1 {
}

.sub-title-3 {
  font-weight:bold;
  font-size:1.1rem;
}

.ds-btn {
  padding:8px 45px;
  border:2px solid;
}

@media (max-width: 768px) {
  .ds-btn {
    padding:0.5rem 2rem;
  }
}

.ds-btn:not(:nth-of-type(1)) {
  margin-left:10px;
}

.bg-primary {
  background-color:#0CC5A7 !important;
}

.btn-primary {
  background-color:#0CC5A7;
  border-color:#0CC5A7;
}

.btn-transparent {
  background:rgba(255,255,255,0)00;
  color:#000;
}

.btn-primary:hover {
  background-color:#009d84;
  border-color:#009d84;
}

.btn-primary:focus {
  background-color:#009d84;
  border-color:#009d84;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color:#fff;
  background-color:#009d84;
  border-color:#009d84;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow:0 0 0 0.2rem rgba(41,192,98,0.5);
}
.btn-clear{
  border: none !important;
}
.btn-clear:focus{
  box-shadow: none !important;
}

.utype-item {
  display:flex;
  flex-direction:column;
  justify-content:end;
}

label.utype-radio, label.ds-radio{
  cursor: pointer;
}

@media (max-width: 576px) {
  .utype-item {
    margin-bottom:2rem;
  }
}

.utype-item .radio-cont {
  display:flex;
  justify-content:center;
}

.radio-cont {
  margin-top:2.1rem;
}

.hidden-check-input {
  position:absolute;
  display:none;
  height:auto;
}

.utype-radio, .ds-radio {
  width:30px;
  height:30px;
  border:2px solid #ECEBED;
  border-radius:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:.5s ease;
}
.utype-radio.md, .ds-radio.md{
  width:20px;
  height:20px;
}
.utype-radio.md::before, .ds-radio.md:before{
  width:10px;
  height:10px;
}

.utype-radio::before,
.ds-radio::before  {
  background:#ECE9F1;
  width:17.5px;
  height:17.5px;
  content:'';
  border-radius:100%;
  transition:1s ease;
}

.utype-item .radio-cont input:checked + .utype-radio,
.radio-cont input:checked + .ds-radio {
  border:2px solid #0CC5A7;
}

.utype-item .radio-cont input:checked + .utype-radio::before,
.radio-cont input:checked + .ds-radio::before {
  background:#0CC5A7;
}

.category-card {
  background:#FFFFFF;
  box-shadow:0px 4px 14px rgba(0, 0, 0, 0.05);
  border-radius:3px;
  padding:25px 5px 10px;
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:center;
  height:100%;
}

.category-card img {
  margin-bottom:10px;
}

.category-card .sub-title-3 {
  text-align:center;
}

.ds-card-1 {
  background:#FFFFFF;
  box-shadow:0px 4px 14px rgba(0, 0, 0, 0.05);
  border-radius:3px;
}

.ds-card-2 {
  background:#FFFFFF;
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
}

.login-form-cont {
  width:90%;
  max-width:460px;
}

.login-form input {
  margin-bottom:1rem;
}

.ds-input-1 {
  background:#F7F5F9;
  border-radius:3px;
  height:58px;
  border:none;
  padding:0 1rem;
}

.ds-input-1:focus, .signup-form .form-control:focus {
  box-shadow:0px 0px 4px 0.1rem rgba(41,192,98,0.3);
  transition:.5s ease;
}

.social-media-icons {
  font-size:2rem;
}

.social-media-icons a {
  margin-right:1rem;
  cursor:pointer;
}

#ic-insta {
  background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

#ic-fb {
  color:#3b5998;
}

#ic-gplus {
  color:#CC3333;
}

.signup-form-cont {
  width:90%;
  max-width:705px;
  position:relative;
}

.signup-form .form-control, .ds-form .form-control  {
  background:#F5F5F5;
  border-radius:3px;
  border:none;
}
.signup-form .form-control:not(textarea), .ds-form .form-control:not(textarea)  {
  height:40px !important;
}

.signup-form label, .ds-form label {
  font-weight:600;
  letter-spacing:0.4px;
  font-size:14px;
  color: #5E626F;
}

.progress.md-progress.progress-cont {
  position:absolute;
  width:99%;
  left:50%;
  transform:translateX(-50%);
  top:0;
}

.verify-account-cont {
  max-width:828px;
  width:90%;
  background:#fff;
}

.name-badge {
  width:40px;
  height:40px;
  border-radius:100%;
  background:#E6BC38;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:500;
  color:#fff;
}

.navbar-toggler-icon {
  border:none !important;
}

.navbar-toggler {
  border:none;
}

.dropdown-menu-right {
  right:0;
  left:auto;
}

.ds-card-3 {
  background:#FFFFFF;
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius:3px;
}

.dash-card {
  padding:45px 5px 7px 15px;
  height:100%;
}

.dash-card-title {
  font-weight:600;
  letter-spacing:0.4px;
  color:#5C5C5C;
  font-size:1rem;
}

.dash-card img {
  width:68px;
  height:68px;
}

.quick-actions li {
  margin-top:0.5rem;
}

.quick-actions li button {
  padding-top:5.5px;
  padding-bottom:5.5px;
}

.noti-card {
  margin:1rem 0;
  padding:20px;
}

.noti-card .noti-title {
  font-weight:500;
}

.dash-notifications {
  max-height:500px;
}

.dash-stat {
  color:#fff;
  padding:15px;
  font-weight:600;
}

.dash-stat.green {
  background:#0CC5A7;
}

.dash-stat.blue {
  background:#216AFC;
}

.dash-stat.yellow {
  background:#FF9045;
}

.dash-stat-title, .dash-stat-value {
  font-weight:600;
}

.dash-stat .dash-stat-value {
  margin:1.3rem 0;
}

#dash-track-file {
  background:#FFFFFF;
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius:3px;
  min-height:220px;
  max-height:220px;
  padding:25px;
}

.dash-card, .dash-stat:not(.title-card) {
  cursor:pointer;
}

.dash-card:hover, .dash-stat:not(.title-card):hover {
  transform:scale(1.1);
  transition:.5s ease;
}

.color-dot{
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

