/*
    COLORS
*/
/* $box-shadow-primary: 0px 4px 8px 3px rgba(165, 165, 165, .13);*/
/*
    COLORS COMPLEMENTARYS
*/
/*
    GENERAL
*/
body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #756B67; }

h1,
h2,
h3,
h4,
h5 {
  color: #1D1D1B; }

a {
  color: #7686F5; }
  a:hover {
    color: #7686F5;
    text-decoration: none;
    opacity: .7; }

.link-black {
  color: #1D1D1B; }
  .link-black:hover {
    color: #1D1D1B;
    opacity: .7; }

.icon-box .icon-item {
  font-size: 1.8rem; }

.navbar-brand {
  color: #1D1D1B;
  font-weight: 900; }
  .navbar-brand:hover {
    opacity: .8; }

.badge {
  padding: .28rem .43rem;
  letter-spacing: .03em; }

.custom-tab .nav-tabs {
  border-bottom: 0; }
  .custom-tab .nav-tabs .nav-link {
    border: 2px solid transparent;
    border-radius: 50px;
    /*       &.disabled {
            color: $nav-link-disabled-color;
            background-color: transparent;
            border-color: transparent;
          } */ }
    .custom-tab .nav-tabs .nav-link:hover, .custom-tab .nav-tabs .nav-link:focus {
      color: #f2926e;
      background-color: #fff8f8;
      border-color: rgba(242, 145, 110, 0.5); }
    .custom-tab .nav-tabs .nav-link:not(:first-child) {
      margin-left: .2rem; }
  .custom-tab .nav-tabs .nav-link.active,
  .custom-tab .nav-tabs .nav-item.show .nav-link {
    color: #f2926e;
    background-color: #fff8f8;
    border-color: rgba(242, 145, 110, 0.5); }

.header-box-single {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .header-box-single {
      padding: 3rem 0; } }
  .header-box-single .custom-ico {
    font-size: 5rem;
    color: #6ac72b;
    line-height: 0; }
    @media (min-width: 768px) {
      .header-box-single .custom-ico {
        font-size: 5rem; } }
  .header-box-single .title-box .title {
    font-size: 2rem; }
    @media (min-width: 768px) {
      .header-box-single .title-box .title {
        font-size: 2.5rem; } }

.title-header {
  text-align: center;
  padding: 4rem 0 1rem 0; }
  .title-header .title {
    font-size: 3rem;
    font-weight: 500; }
  .title-header .subtitle {
    font-size: 1.3rem;
    color: rgba(41, 58, 112, 0.5); }

/*
    BACKGROUND COLOR
*/
.bg-primary {
  background-color: #7686F5 !important; }

.bg-primary-100 {
  background-color: #f8fbff !important; }

.bg-primary-200 {
  background-color: #e2edfd !important; }

.bg-secondary-100 {
  background-color: #fff8f8 !important; }

.bg-secondary-200 {
  background-color: #fff2ed !important; }

.bg-tertiary {
  background-color: #293A70 !important; }

.bg-gray-200 {
  background-color: #ececec !important; }

/*
    TEXT COLOR
*/
.text-primary {
  color: #7686F5 !important; }

.text-secondary {
  color: #f2926e !important; }

.text-secondary {
  color: #f2926e !important; }

.text-secondary-100 {
  color: #fff8f8 !important; }

.text-secondary-200 {
  color: #fff2ed !important; }

.text-gray {
  color: #756B67 !important; }

.text-black {
  color: #1D1D1B !important; }

.text-black-200 {
  color: #5f6370 !important; }

.text-white-07 {
  color: rgba(255, 255, 255, 0.7) !important; }

/*
    BADGE COLOR
*/
.badge-primary {
  background-color: #7686F5 !important; }

.badge-secondary {
  background-color: #f2926e !important; }

.badge-success {
  background-color: #6ac72b !important; }

.badge-success-05 {
  background-color: #69c72b;
  color: #ffffff; }

.badge-danger {
  background-color: #e63d37 !important; }

.badge-warning {
  background-color: #fdc61f !important; }

.badge-info {
  background-color: #36a6b8 !important; }

.badge-light {
  background-color: #e7e7e7 !important; }

.badge-dark {
  background-color: #5f6370 !important; }

/*
    HEIGHT - SHADOW - COVER - ICO - TITLE GENERAL
*/
.bc-gray-200 {
  border-color: #ececec; }

.fs-12 {
  font-size: 1.2rem; }

.overflow-hide-x {
  overflow-x: hidden; }

.vh-100 {
  height: 100vh; }

.cover-box {
  background-position: 50%;
  background-size: cover; }

.shadow-img {
  position: relative;
  border-radius: 0.4rem;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px; }
  .shadow-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    z-index: -1;
    opacity: .5;
    border-radius: 1rem; }
  .shadow-img img {
    border-radius: 1rem;
    box-shadow: 0px 2px 4px 2px rgba(165, 165, 165, 0.1); }

.icon-circle {
  display: block;
  height: 14px;
  width: 14px;
  background-color: #f2926e;
  border-radius: 50px;
  position: relative; }
  .icon-circle::before {
    content: "";
    position: absolute;
    display: block;
    border: 3px solid #B7B7B7;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    left: -10px;
    top: -10px; }

.title-box .title {
  font-weight: 900;
  font-size: 2.5rem; }

/*
    SHAPE FOOTER
*/
.shape-box {
  background-color: #f8fbff;
  padding-top: 4rem; }

.shape {
  position: absolute;
  pointer-events: none;
  overflow: hidden; }
  .shape > * {
    display: block;
    transform: scale(2); }

.shape-bottom {
  right: 0;
  bottom: 0;
  left: 0; }
  .shape-bottom > * {
    transform-origin: top center; }

.shape-fluid-x > * {
  width: 100%;
  height: auto; }

/*
    MENU SIDEBAR SETINGS
*/
@media (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    transition: all .25s ease-out; }
  .row-offcanvas-left {
    left: 0; }
    .row-offcanvas-left .sidebar-offcanvas {
      left: -100%; }
    .row-offcanvas-left.active {
      left: 80%; }
      .row-offcanvas-left.active .sidebar-offcanvas {
        left: -80%; }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    margin-left: 1rem;
    width: 80%; } }

.line-danger {
  display: inline-block;
  height: 20px;
  background-color: #e63d37;
  width: 4px; }

.card {
  border: 0;
  box-shadow: 0px 2px 4px 2px rgba(165, 165, 165, 0.1);
  padding: 2rem 1rem;
  border-radius: .5rem; }
  .card-footer {
    background-color: transparent;
    border: 0; }

.card-setting {
  padding: 0; }
  .card-setting .card-header {
    padding: 1.5rem 2rem;
    background-color: #ffffff;
    border-color: #ececec; }
  .card-setting .card-body {
    padding: 2rem; }
  .card-setting .card-footer {
    padding: 1.5rem 2rem;
    border-top: 1px solid #ececec; }
  .card-setting.card-setting-navbar .title {
    color: #1D1D1B;
    letter-spacing: .1rem; }
  .card-setting.card-setting-navbar .list-item {
    margin-top: .40rem;
    position: relative;
    padding-left: .5rem; }
    .card-setting.card-setting-navbar .list-item .list-link, .card-setting.card-setting-navbar .list-item a {
      color: rgba(41, 58, 112, 0.7);
      text-decoration: none; }
      .card-setting.card-setting-navbar .list-item .list-link:hover, .card-setting.card-setting-navbar .list-item a:hover {
        color: #293A70; }
    .card-setting.card-setting-navbar .list-item.active:before {
      position: absolute;
      content: "";
      width: .2rem;
      height: 90%;
      background-color: #7686F5;
      left: -2rem; }
    .card-setting.card-setting-navbar .list-item.active .list-link, .card-setting.card-setting-navbar .list-item.active a {
      color: #293A70; }
    .card-setting.card-setting-navbar .list-item.danger:after {
      position: absolute;
      content: "";
      width: .2rem;
      height: 90%;
      background-color: #e63d37;
      right: -2rem; }

.card-info {
  border-left: 5px solid #7686F5;
  transition: 0.2s ease-in-out;
  color: #756B67; }
  .card-info:hover {
    background-color: #f8fbff; }
  .card-info .list-unstyled .list-inline-item.badge-item {
    padding: .1rem .4rem;
    border-radius: .3rem; }

/*
    NAVBAR
*/
.navbar-blank {
  padding: 1rem;
  border-bottom: 1px solid #e9f2ff; }
  .navbar-blank .navbar-brand {
    color: #1D1D1B;
    font-weight: 900; }
    .navbar-blank .navbar-brand:hover {
      opacity: .8; }
  .navbar-blank .navbar-nav .nav-link {
    color: #756B67;
    padding-left: .8rem;
    padding-right: .8rem; }
    .navbar-blank .navbar-nav .nav-link:hover {
      color: #7686F5; }
  .navbar-blank .navbar-nav .show > .nav-link,
  .navbar-blank .navbar-nav .active > .nav-link,
  .navbar-blank .navbar-nav .nav-link.show,
  .navbar-blank .navbar-nav .nav-link.active {
    color: #7686F5; }
  .navbar-blank .navbar-toggler {
    color: #756B67;
    border: 2px solid #756B67; }
  .navbar-blank .navbar-text {
    color: #756B67; }
    .navbar-blank .navbar-text a {
      color: #756B67; }
      .navbar-blank .navbar-text a:hover {
        color: #756B67; }

/*
    BUTTONS
*/
.btn {
  border-radius: 10rem;
  border: .2rem solid;
  font-size: 1.1rem; }

.btn-primary {
  background-color: #7686F5;
  border-color: #7686F5;
  transition: 0.4s; }
  .btn-primary:hover {
    background-color: #465cf2;
    border-color: #7686f5;
    color: #ffffff; }
  .btn-primary:focus, .btn-primary.focus {
    outline: 0;
    box-shadow: none;
    background-color: #465cf2;
    border-color: #7686f5;
    color: #ffffff; }
  .btn-primary.disabled, .btn-primary:disabled {
    opacity: .7; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    box-shadow: none;
    background-color: #465cf2;
    border-color: #7686f5;
    color: #ffffff; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
      box-shadow: none; }

.btn-secondary {
  background-color: #f2926e;
  border-color: #f2926e;
  transition: 0.4s; }
  .btn-secondary:hover {
    background-color: #ee6f3f;
    border-color: #f2926e;
    color: #ffffff; }
  .btn-secondary:focus, .btn-secondary.focus {
    outline: 0;
    box-shadow: none;
    background-color: #ee6f3f;
    border-color: #f2926e;
    color: #ffffff; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    opacity: .7; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    box-shadow: none;
    background-color: #ee6f3f;
    border-color: #f2926e;
    color: #ffffff; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
      box-shadow: none; }

.btn-gray-02 {
  background-color: rgba(236, 236, 236, 0.2);
  border-color: rgba(236, 236, 236, 0.2);
  transition: 0.4s;
  color: #ffffff !important; }
  .btn-gray-02:hover {
    background-color: rgba(211, 211, 211, 0.2);
    border-color: rgba(236, 236, 236, 0.2);
    color: #ffffff; }
  .btn-gray-02:focus, .btn-gray-02.focus {
    outline: 0;
    box-shadow: none;
    background-color: rgba(211, 211, 211, 0.2);
    border-color: rgba(236, 236, 236, 0.2);
    color: #ffffff; }
  .btn-gray-02.disabled, .btn-gray-02:disabled {
    opacity: .7; }
  .btn-gray-02:not(:disabled):not(.disabled):active, .btn-gray-02:not(:disabled):not(.disabled).active {
    box-shadow: none;
    background-color: rgba(211, 211, 211, 0.2);
    border-color: rgba(236, 236, 236, 0.2);
    color: #ffffff; }
    .btn-gray-02:not(:disabled):not(.disabled):active:focus, .btn-gray-02:not(:disabled):not(.disabled).active:focus {
      box-shadow: none; }

.btn-outline-gray {
  border-color: #756B67;
  color: #756B67; }
  .btn-outline-gray:hover {
    color: #756B67; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    outline: 0;
    box-shadow: none; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active {
    box-shadow: none; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus {
      box-shadow: none; }

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff; }
  .btn-outline-white:hover {
    color: #ffffff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    outline: 0;
    box-shadow: none; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
    box-shadow: none; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus {
      box-shadow: none; }

.btn-outline-secondary {
  border-color: #f2926e;
  color: #f2926e; }
  .btn-outline-secondary:hover {
    color: #f2926e;
    background-color: transparent;
    border-color: #f2926e; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    outline: 0;
    box-shadow: none; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    box-shadow: none; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
      box-shadow: none; }

.btn-sidebar {
  border-radius: .5rem;
  border-color: #B7B7B7;
  color: #756B67; }
  .btn-sidebar:hover {
    color: #756B67; }
  .btn-sidebar:focus, .btn-sidebar.focus {
    outline: 0;
    box-shadow: none; }
  .btn-sidebar:not(:disabled):not(.disabled):active, .btn-sidebar:not(:disabled):not(.disabled).active {
    box-shadow: none; }
    .btn-sidebar:not(:disabled):not(.disabled):active:focus, .btn-sidebar:not(:disabled):not(.disabled).active:focus {
      box-shadow: none; }

.btn-xs-05 {
  border-radius: .5rem;
  font-size: .9rem;
  padding: .2rem .75rem; }

.btn-05 {
  border-radius: .5rem; }

.custom-modal .modal-header {
  border-bottom: 0; }

.custom-modal .close {
  font-size: 1.9rem; }

.custom-modal .modal-title {
  font-size: 1.3rem; }
  .custom-modal .modal-title.modal-ico .ico {
    color: #7686F5; }

.page-link {
  /*     padding: ;
    color: ;
    background-color: ;
    border: ; */
  background-color: #ffffff;
  border: 2px solid #dfecff;
  color: #756B67;
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  padding: 0;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-link:hover {
    color: #1D1D1B;
    background-color: #eef5ff;
    border-color: #d4e7ff; }
  .page-link:focus {
    z-index: 3;
    outline: none;
    box-shadow: none; }

.page-item {
  margin-right: .4rem; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 50px; }
  .page-item:last-child {
    margin-right: 0; }
    .page-item:last-child .page-link {
      border-radius: 50px; }
  .page-item.active .page-link {
    z-index: 3;
    color: #1D1D1B;
    background-color: #eef5ff;
    border-color: #d4e7ff; }
  .page-item.disabled .page-link {
    color: #756B67;
    pointer-events: none;
    cursor: auto;
    background-color: #fafafa;
    border-color: #e1e1e1; }

/*
    HERO INDEX
*/
.hero-content {
  background: linear-gradient(to right bottom, #e2edfd 70%, #ffffff 50%);
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .hero-content {
      padding: 5rem 0; } }
  .hero-content .shadow-img:before {
    background: rgba(78, 151, 253, 0.5); }

.hero-info .title {
  font-weight: 900;
  font-size: 3rem; }

/*
    STEP PROCESS HOME
*/
.card-step {
  position: relative;
  transition: 0.2s ease-in-out;
  overflow: hidden; }
  .card-step:hover {
    transform: translateY(-0.5rem); }
    .card-step:hover .step-number {
      background-color: #f2926e; }
  .card-step .step-number {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(242, 145, 110, 0.5);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    top: 1rem;
    left: 1rem;
    transition: 0.3s; }

.card-title .title {
  font-size: 1.4rem; }

.card-delete {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #756B67; }

/*
    WIZARD REGISTER
*/
.intro-wrap .intro-form {
  padding: 4rem 2rem;
  text-align: center;
  color: #ffffff; }
  .intro-wrap .intro-form .title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff; }
  .intro-wrap .intro-form .subtitle {
    color: rgba(255, 255, 255, 0.7); }

.intro-wrap .back {
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem; }

.register-content .form-box {
  padding: 2rem 1rem; }

.title-form {
  font-weight: 700;
  position: relative;
  margin-bottom: 1.3rem; }
  .title-form::before {
    content: "";
    width: 6rem;
    height: .2rem;
    background-color: #f2926e;
    position: absolute;
    bottom: -.6rem;
    left: 0; }

.wizard.vertical > .content {
  padding-left: 0; }
  @media (min-width: 768px) {
    .wizard.vertical > .content {
      padding-left: 6rem; } }

.step-init {
  padding: 5rem 7rem; }

/*
    FEATURE INDEX
*/
.feature-content .shadow-img:before {
  background: rgba(242, 145, 110, 0.5); }

.feature-info .title {
  font-weight: 900; }

.feature-item {
  padding: .8rem 0; }
  .feature-item .icon-circle {
    background-color: #f2926e; }
    .feature-item .icon-circle::before {
      border: 3px solid #B7B7B7; }

/*
    PROFILE LIST
*/
.team-header {
  text-align: center;
  padding: 4rem 0 1rem 0; }
  .team-header .title {
    font-size: 3rem;
    font-weight: 500; }
  .team-header .subtitle {
    font-size: 1.3rem;
    color: rgba(41, 58, 112, 0.5); }

.card-team {
  background-color: transparent;
  padding: 0;
  box-shadow: none; }
  .card-team .card-body {
    background-color: transparent;
    padding: 0 2rem;
    transform: translateY(-4rem); }
  .card-team .card-text {
    color: #756B67; }
  .card-team-body {
    background-color: #ffffff;
    border-radius: 0.4rem;
    padding: 1rem .5rem;
    box-shadow: 0px 2px 4px 2px rgba(165, 165, 165, 0.1);
    transition: 0.3s; }
    .card-team-body .team {
      color: #1D1D1B;
      text-decoration: none; }
    .card-team-body .dr {
      font-weight: 700;
      color: #f2926e;
      transition: 0.3s; }
    .card-team-body:hover {
      background-color: #fff8f8; }
      .card-team-body:hover .dr {
        color: #7686F5; }

/*
    PROFILE DETAIL
*/
.profile-header {
  background: linear-gradient(to right bottom, #e2edfd 70%, #f8fbff 50%); }
  .profile-header .title-box {
    text-align: center;
    padding: 2rem 0; }
    @media (min-width: 768px) {
      .profile-header .title-box {
        text-align: initial;
        padding: 0; } }
    .profile-header .title-box .title {
      font-size: 2rem; }
      @media (min-width: 992px) {
        .profile-header .title-box .title {
          font-size: 2.5rem; } }

.card-profile .card-header {
  background-color: #ffffff;
  border-bottom: 0; }
  .card-profile .card-header .title {
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    padding-left: 1rem; }
    .card-profile .card-header .title::after {
      content: "";
      display: block;
      height: 100%;
      width: .4rem;
      border-radius: .2rem;
      background-color: rgba(242, 145, 110, 0.5);
      position: absolute;
      top: 0;
      left: 0; }

.card-sidebar {
  padding: 0; }
  .card-sidebar .item-sidebar {
    padding: 1rem; }
    .card-sidebar .item-sidebar:not(:last-child) {
      border-bottom: 1px solid #e7e7e7; }
  .card-sidebar .box-ico {
    color: #7686F5;
    font-size: 1.8rem;
    width: 20%;
    text-align: center; }

.card-sidebar-2 {
  padding: 0;
  border: 1px solid #756B67;
  background-color: #f8fbff;
  box-shadow: none; }
  .card-sidebar-2 .item-sidebar {
    padding: 1rem; }
    .card-sidebar-2 .item-sidebar:not(:last-child) {
      border-bottom: 1px solid #756B67; }
  .card-sidebar-2 .box-ico {
    color: #7686F5;
    font-size: 1.8rem;
    width: 20%;
    text-align: center; }

/*
    CARD TESTIMONIALS
*/
.card-testimonial {
  background-color: #f8fbff;
  position: relative; }
  .card-testimonial .card-body .title {
    font-weight: 900;
    font-size: 1.3rem; }
  .card-testimonial .card-body .quotes {
    position: absolute;
    color: #7686F5;
    font-size: 5rem;
    font-weight: 900;
    right: 2rem;
    top: 0; }
  .card-testimonial .card-footer {
    padding-top: 0;
    padding-bottom: 0; }
    .card-testimonial .card-footer .author {
      font-weight: 700; }

/*
    FOOTER
*/
.footer-content .navbar-brand {
  font-size: 2.5rem;
  color: #1D1D1B; }

.footer-content .title {
  font-weight: 700;
  margin: 1rem 0; }

.footer-content a {
  color: #756B67;
  text-decoration: none;
  transition: 0.3s; }
  .footer-content a:hover {
    color: #7686F5; }

.footer-content .icon-box a {
  color: #1D1D1B; }

.footer-content p {
  margin-bottom: .2rem;
  color: #756B67; }

.footer-content .phone {
  font-size: 1.3rem;
  color: #f2926e; }

.footer-content li {
  margin-bottom: .5rem; }

/*
    FORM
*/
.form-control {
  font-size: .9rem;
  height: 2.8rem;
  color: #756B67;
  border: 1px solid #d7dce3;
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #7686F5; }
  .form-control::-webkit-input-placeholder {
    color: #cabbb5;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #cabbb5;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #cabbb5;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #cabbb5;
    opacity: 1; }
  .form-control::placeholder {
    color: #cabbb5;
    opacity: 1; }

.card-form-group {
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  padding: 1rem; }
  .card-form-group.bg-primary-100 {
    background-color: #f8fbff;
    border: 1px solid #e9f2ff; }
    .card-form-group.bg-primary-100 .form-control {
      border-color: #dfecff; }
      .card-form-group.bg-primary-100 .form-control:focus {
        border-color: #c5deff; }
  .card-form-group.bg-secondary-100 {
    background-color: #fff8f8;
    border: 1px solid #ffe9e9; }
    .card-form-group.bg-secondary-100 .form-control {
      border-color: #ffdfdf; }
      .card-form-group.bg-secondary-100 .form-control:focus {
        border-color: #ffc5c5; }

.custom-radio-check .box-input-radio {
  display: inline-block;
  align-items: center;
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom-radio-check .box-input-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .custom-radio-check .box-input-radio input:checked ~ .checkra {
    background-color: #ffffff; }
  .custom-radio-check .box-input-radio input:checked ~ .checkra:after {
    background-color: #756B67; }
  .custom-radio-check .box-input-radio input:checked ~ .check-primary.checkra:after {
    background-color: #7686F5; }
  .custom-radio-check .box-input-radio input:checked ~ .check-secundary.checkra:after {
    background-color: #f2926e; }
  .custom-radio-check .box-input-radio .checkra {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border: 1px solid #756B67;
    border-radius: .1rem; }
    .custom-radio-check .box-input-radio .checkra:after {
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      width: 11px;
      height: 11px;
      background-color: transparent;
      transition: .3s ease-in-out;
      border-radius: .1rem; }
  .custom-radio-check .box-input-radio .radiocheck {
    border-radius: 50%; }
    .custom-radio-check .box-input-radio .radiocheck:after {
      border-radius: 50%; }

.custom-file .custom-file-input:active ~ .custom-file-label, .custom-file .custom-file-input:focus ~ .custom-file-label {
  box-shadow: none; }

.custom-file .custom-file-label:after {
  background-color: #7686F5;
  color: #ffffff;
  height: 2rem;
  top: .12rem;
  right: .2rem;
  border-radius: .2rem;
  font-size: .9rem; }

.input-ico {
  position: relative; }
  .input-ico .form-control {
    text-indent: 1.8rem; }
  .input-ico span {
    position: absolute;
    top: 0;
    font-size: 1.5rem;
    color: #cabbb5;
    padding: .28rem .6rem; }

.select2-selection__rendered {
  line-height: 2.8rem !important; }

.select2-container .select2-selection--single {
  height: 2.8rem !important;
  box-shadow: none;
  border-color: #d7dce3;
  box-shadow: none; }
  .select2-container .select2-selection--single:focus {
    box-shadow: none;
    border: 1px solid #7686F5; }

.timepicker-picker .btn {
  border: 0;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.5; }

.bootstrap-datetimepicker-widget table td span {
  font-size: 1.2rem; }
  .bootstrap-datetimepicker-widget table td span:hover {
    background-color: #e2edfd; }

/*
    STEPS JQUERY
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/*
      Wizard
  */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard.vertical > .steps {
  display: inline;
  float: right;
  width: 15%;
  padding-top: 1rem; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard.vertical > .content {
  display: inline;
  float: left;
  width: 85%; }

.wizard.vertical > .actions {
  display: inline;
  float: right;
  padding-right: calc(3rem + 15%); }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.wizard > .steps .number {
  text-align: center;
  font-size: 1rem;
  display: none; }

.wizard > .steps .step-number {
  font-size: .8rem; }

.wizard > .steps > ul > li {
  width: 20%;
  float: left; }

.wizard > .actions > ul > li {
  float: left; }

.wizard > .steps {
  text-align: center; }
  .wizard > .steps a {
    display: flex;
    width: 30px;
    height: 30px;
    border: .2rem solid transparent;
    border-radius: 100%;
    margin: 0 0.5em 0.5em;
    text-decoration: none;
    justify-content: center;
    align-items: center; }
    .wizard > .steps a:hover, .wizard > .steps a:active {
      width: auto;
      text-decoration: none;
      border-radius: 5px;
      width: 30px;
      height: 30px;
      border-radius: 100%; }
  .wizard > .steps .disabled a {
    background: #fafafa;
    color: #756B67;
    border-color: #d4d4d4;
    cursor: default; }
    .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
      background: #fafafa;
      color: #756B67;
      border-color: #d4d4d4;
      cursor: default; }
  .wizard > .steps .current a {
    background: #e2edfd;
    border-color: #c1d8fb;
    color: #756B67;
    cursor: default; }
    .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
      background: rgba(78, 151, 253, 0.5);
      color: #756B67;
      cursor: default; }
  .wizard > .steps .done a {
    background: #d0fcc5;
    border-color: #b4faa3;
    color: #756B67; }
    .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
      background: #d0fcc5;
      border-color: #b4faa3;
      color: #756B67; }
  .wizard > .steps .error a {
    background: #cca5a3;
    color: #ffffff;
    border-color: #bf8f8c; }
    .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
      background: #cca5a3;
      color: #ffffff;
      border-color: #bf8f8c; }

.wizard > .content {
  background: #ffffff;
  display: block;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto; }

.wizard > .content > .body {
  float: left;
  position: absolute; }
  .wizard > .content > .body ul {
    list-style: disc !important; }
    .wizard > .content > .body ul > li {
      display: list-item; }
  .wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%; }
  .wizard > .content > .body input {
    display: block; }
    .wizard > .content > .body input[type="checkbox"] {
      display: inline-block; }
    .wizard > .content > .body input.error {
      background: #fbe3e4;
      border: 1px solid #fbc2c4;
      color: #f2926e; }
  .wizard > .content > .body label {
    display: inline-block; }
    .wizard > .content > .body label.error {
      color: #f2926e;
      display: inline-block;
      margin-left: 1.5em; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }
  .wizard > .actions > ul > li {
    margin: 0 0.5em; }

.wizard > .actions a {
  background: #7686F5;
  border: 0.2rem solid #7686F5;
  color: #ffffff;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 40px;
  transition: 0.3s; }
  .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #465cf2;
    border-color: #7686f5;
    color: #ffffff;
    display: block;
    text-decoration: none; }

.wizard > .actions .disabled a {
  background-color: transparent;
  border: 0.2rem solid #756B67;
  color: #756B67;
  transition: 0.3s; }
  .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background-color: #e3e0df;
    color: #756B67; }

/*
      Tabcontrol
  */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1; }
    .tabcontrol > .steps > ul > li {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .tabcontrol > .steps > ul > li:hover {
        background: #edecec;
        border: 1px solid #bbb;
        padding: 0; }
      .tabcontrol > .steps > ul > li.current {
        background: #ffffff;
        border: 1px solid #bbb;
        border-bottom: 0 none;
        padding: 0 0 1px 0;
        margin-top: 0; }
        .tabcontrol > .steps > ul > li.current > a {
          padding: 15px 30px 10px 30px; }
      .tabcontrol > .steps > ul > li > a {
        color: #5f5f5f;
        display: inline-block;
        border: 0 none;
        margin: 0;
        padding: 10px 30px;
        text-decoration: none; }
        .tabcontrol > .steps > ul > li > a:hover {
          text-decoration: none; }

.wizard .content {
  min-height: 100px;
  padding-right: 2rem; }
  .wizard .content > .body {
    width: 100%;
    height: auto;
    padding: 15px;
    position: absolute; }
  .wizard .content .body.current {
    position: relative; }

/*
    LOGIN AND REGISTER USERS
*/
.login-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  min-height: 100vh;
  background: url("../images/bg-doc-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right; }
  .login-content:after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(41, 58, 112, 0.9); }

.card-login {
  padding: 3rem 2rem;
  z-index: 2; }
  .card-login .card-footer {
    padding: 1rem 0; }

.setting-wrapper .setting-header {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .setting-wrapper .setting-header {
      padding: 3rem 0; } }
  .setting-wrapper .setting-header .title {
    color: #ffffff;
    font-weight: normal;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .setting-wrapper .setting-header .title {
        font-size: 2.5rem; } }
  .setting-wrapper .setting-header .subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7); }
    @media (min-width: 768px) {
      .setting-wrapper .setting-header .subtitle {
        font-size: 1.2rem; } }

.cart-content .list-group-item {
  border-radius: 0 !important;
  border-bottom: 2px solid #ececec !important; }
