@import "fonts.css";

:root{
	--primary: #8AC599;
    --button-text: #ffffff;
    --navbar-white: #ffffff;
    --primarydark: #3EAB34;
    --alternative: #9C1ADF;
    --secondary: #0D2A48;
    --secondarydark: #FE950F;
    --third: #FF5EA2;
    --page-light: #f5f5f5;
    --text-light: #9F9F9F;
    --page: #F5F5F5;
    --white: #ffff;
    --dark: #000000;
    --header-light: #FFFFFF;
    --sidebar-menu: #459a7d;
    --sidebar-text: #cee4dc;
    --sidebar-text-dark: #cee4dc;
    --paper-body: #f3f6f8;
	--alt: #ec524b;
	--paper: #f2f6fc;
	--nav: #94b4a4;
    --prim-light: #d5f9dd;
    --sec-light: #dbebfa;
    --thr-light: #ffddeb;
    --alt-light: #f1d9fe;
    --brw-light: #fff6d1;
}

body{
  font-size: 12px;
  font-family: 'gibM';
}
body .fi{ line-height: 12px!important; }
body img { max-width: 100%; }
.shadow-xs	{ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); }
.shadow-sm	{ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow	{ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
.shadow-md	{ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg	{ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-xl	{ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.shadow-2xl	{ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.shadow-inner	{ box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
.shadow-outline	{ box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
.shadow-none	{ box-shadow: none; }

.title-font-size-4 { font-size: .25rem!important }
.title-font-size-6 { font-size: .65rem!important }
.title-font-size-8 { font-size: .75rem!important }
.title-font-size-10 { font-size: .95rem!important }
.title-font-size-12 { font-size: 1rem!important }
.title-font-size-14 { font-size: 1.25rem!important }
.title-font-size-16 { font-size: 1.5rem!important }
.title-font-size-18 { font-size: 1.75rem!important }
.title-font-size-20 { font-size: 2rem!important }
.title-font-size-22 { font-size: 2.25rem!important }
.title-font-size-24 { font-size: 2.5rem!important }
.title-font-size-28 { font-size: 3rem!important }
.title-font-size-30 { font-size: 3.5rem!important }

.bg-gradient-primary { background: linear-gradient(293deg,#89c599 10%,#0d2a48)!important; }

.icon-2x {width: 20px!important;height: 20px!important;}
.icon-3x {width: 30px!important;height: 30px!important;}
.icon-4x {width: 40px!important;height: 40px!important;}
.icon-5x {width: 50px!important;height: 50px!important;}
.icon-6x {width: 60px!important;height: 60px!important;}
.icon-7x {width: 70px!important;height: 70px!important;}
.icon-8x {width: 80px!important;height: 80px!important;}
.icon-9x {width: 90px!important;height: 90px!important;}

.sidenav-light .sidenav-menu .nav-link.active {color: var(--third);font-family: gibEB;}
.sidenav-light .sidenav-menu .nav-link.active svg {color: var(--third);}

.completed {
    text-decoration: line-through;
}

.badge {
	font-size: unset;
	font-weight: unset;
}

body a:hover { text-decoration: none }
h4.white-space, h4.white-space a {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
/* ALERTS */
.alert { border-radius:16px; }
a.alert { cursor: pointer;}
a.alert.bg-color-pri:hover { color: white;}

.alert:not(.fixed-alert) {
    background: #36c7ff;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 400px;
    top: -20px;
    z-index: 983883;
    border-radius: 14px;
    border: 0;
    box-shadow: 0px 4px 7px -3px #00000029;
    font-family: Manrope;
}
.iti {
    position: relative;
    display: block;
}

/* BACKGROUNDS */
.bg-color-pri { background: var(--primary); border-color: var(--primary) }
.bg-color-sec { background: var(--secondary); border-color: var(--secondary) }
.bg-color-thi { background: var(--third); border-color: var(--third) }

.bg-prim-light { background: var(--prim-light); }
.bg-sec-light { background: var(--sec-light); }
.bg-thr-light { background: var(--thr-light); }
.bg-alt-light { background: var(--alt-light); }
.bg-brw-light { background: var(--brw-light); }

.border-pri-light-1 { border: 1px dashed #cadef0!important; }
.border-sec-light-1 { border: 1px dashed #adc8e1!important; }
.border-thr-light-1 { border: 1px dashed #f3bbd2!important; }
.border-alt-light-1 { border: 1px dashed #f1d9fe!important; }
.border-brw-light-1 { border: 1px dashed #fff6d1!important; }

.border-pri-light-2 { border: 2px dashed #cadef0!important; }
.border-sec-light-2 { border: 2px dashed #adc8e1!important; }
.border-thr-light-2 { border: 2px dashed #f3bbd2!important }
.border-alt-light-2 { border: 2px dashed #f1d9fe!important; }
.border-brw-light-2 { border: 2px dashed #fff6d1!important; }

.border-pri-light-3 { border: 3px dashed #cadef0!important; }
.border-sec-light-3 { border: 3px dashed #adc8e1!important; }
.border-thr-light-3 { border: 3px dashed #f3bbd2!important; }
.border-alt-light-3 { border: 3px dashed #f1d9fe!important; }
.border-brw-light-3 { border: 3px dashed #fff6d1!important; }

.border-pri-light-4 { border: 4px dashed #cadef0!important; }
.border-sec-light-4 { border: 4px dashed #adc8e1!important; }
.border-thr-light-4 { border: 4px dashed #f3bbd2!important; }
.border-alt-light-4 { border: 4px dashed #f1d9fe!important; }
.border-brw-light-4 { border: 4px dashed #fff6d1!important; }

/* TEXT COLORS */
.text-color-pri { color: var(--primary); }
.text-color-sec { color: var(--secondary); }
.text-color-thi { color: var(--third); }

/* CARD */
.card .card-header {
    background: white;
    border: 0;
    border-radius: inherit;
}
.card.stats .card-body .media p, .card.stats .card-body .media h5 {
    margin: 0;
}

.card.stats .card-body {
    padding: 12px 20px;
}
.card, .card.stats {
    border-radius: 12px;
    border: 0;
}
.card:not(.rounded-0) { border-radius: 18px!important; }

.card.add-partner-card {
    color: var(--secondary);
    cursor: pointer;
    animation: all .4s;
}
.card.add-partner-card:hover {
    text-decoration: none;
    background: #c6ddf5b8;
    animation: all .4s;
}

/* FILE UPLOADER */
.file-uploader .uploader-parent {
    max-height: 170px;
    padding: 0;
}
.file-uploader>div {
    box-sizing: border-box;
    max-height: 170px;
}
.file-uploader {
    max-height: 170px;
}


/* IMAGES */
img.plan-cover {
    max-width: 38px;
    background: var(--sec-light);
    border-radius: 8px;
    padding: 1px;
}
img.profile-invitee {
    max-width: 18px;
    background: var(--thr-light);
    padding: 0;
    border-radius: 100%;
}

/* MODAL */
.modal-content {
    border-radius: 20px;
}
.modal-title {
    font-family: 'gibEB';
}
.modal-footer, .modal-header {
    border: 0;
}
.pac-container{ z-index: 8000; }

/* BUTTONS */
.btn {
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'gibM';
}

.was-validated select.form-control:invalid, select.form-control.is-invalid,
.was-validated select.form-control:valid, select.form-control.is-valid {
    background-position: center right calc(0.375em + 0.5rem);
}

/* NAV TABS NAV LINK */
.nav .nav-link.active {
    background: var(--prim-light);
    color: var(--secondary);
}

.nav .nav-link {
    border: 0;
    background: white;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* NAVBAR NAVPILLS */
.nav.nav-pills.nav-wizard .nav-link.active, .nav.nav-pills.nav-wizard .nav-link.active img {
    width: 50px;
    height: 50px;
}

.nav.nav-pills.nav-wizard .nav-link.active {
    background: var(--white)!important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
}
.nav.nav-pills.nav-wizard .nav-link {
    background: var(--prim-light);
    padding: 0;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    animation: all .5s;
    align-items: center;
}
.nav.nav-pills.nav-wizard .nav-link img {
    min-width: 30px;
    padding: 5px;
}
.nav.nav-pills.nav-wizard .nav-item:nth-child(2) .nav-link.active:before {
    content: '';
    position: absolute;
    left: 11%;
    background: var(--primary);
    width: 30%;
    height: 2px;
    z-index: -1;
}
.nav.nav-pills.nav-wizard .nav-item:nth-child(3) .nav-link.active:before {
    content: '';
    position: absolute;
    left: 11%;
    background: var(--primary);
    width: 50%;
    height: 2px;
    z-index: -1;
}
.nav.nav-pills.nav-wizard .nav-item:nth-child(4) .nav-link.active:before {
    content: '';
    position: absolute;
    left: 11%;
    background: var(--primary);
    width: 75%;
    height: 2px;
    z-index: -1;
}
.nav-wizard {
    position: relative;
}
.nav-wizard:after {
    position: absolute;
    content: '';
    width: 77%;
    height: 2px;
    background: #e6ebf2;
    z-index: -2;
}

/* TIMELINE */
.timeline .alert {
    padding: 7px 15px;
    background: var(--prim-light);
}
.timeline .media i {
    margin: auto;
}
.timeline .media .media-body small {
    font-size: 7px;
}
.timeline .media .media-body h4 {
    font-size: 1em;
    margin: 0;
}



.login-banner-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #0000005c;
}

.login-banner-hero {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/embajadoras.jpeg');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}