body
{
	font-family: 'Montserrat', sans-serif;
}
 /* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }
 /* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
 }
 .select2{
     height: 100px;
 }

.side-menu__item.active
{
	text-decoration: none;
    color: #ffffff;
    border-radius: 0 60px 60px 0;
    -webkit-box-shadow: 0 7px 12px 0 rgb(95 118 232 / 21%);
    box-shadow: 0 7px 12px 0 rgb(95 118 232 / 21%);
}

.slide-item.active, .slide-item:hover, .slide-item:focus
{
    text-decoration: none;
    color: #6259ca !important;
}

.breadcrumb .breadcrumb-item.active
{
    color: #ff9800;
    font-size: 13px;
    font-weight: 500;
}

h3, .h3
{
    font-size: 18px;
}

h6, .h6
{
    font-size: 13px;
    font-weight: 500;
}

.counter-icon i
{
    color: #000;
    font-weight: 300;
}

.box-shadow-primary
{
    box-shadow: 0 5px 10px #c4cdeb;
    background-color: #f6c7c4;
}

.lcolor1
{
	color: #823aff;
	background: unset;
	background-image: unset !important;
    background-color: #ffffff;
	box-shadow: 0 5px 10px #c4cdeb;
}

.lcolor1 i
{
	color: #f26a2d;
}

.lcolor2
{
	background: unset;
	background-image: unset !important;
    background-color: #ffffff;
	box-shadow: 0 5px 10px #c4cdeb;
}

.lcolor2 i
{
    color: #f26a2d;
    font-weight: 400;
}

.lcolor3
{
	color: #823aff;
	background: unset;
	background-image: unset !important;
    background-color: #ffffff !important;
	box-shadow: 0 5px 10px #c4cdeb;
}

.lcolor3 i
{
	color: #f26a2d;
}

.lcolor4
{
	color: #823aff;
	background: unset;
	background-image: unset !important;
    background-color: #ffffff  !important;
	box-shadow: 0 5px 10px #c4cdeb;
}

.lcolor4 i
{
	color: #f26a2d;
}

.head-flex-wrap
{
    display: flex;
    justify-content: space-between;
}

.head-flex-wrap label,
.head-flex-wrap span
{
    font-weight: 700;
}

.progbar-box
{
    margin-bottom: 30px;
}

.bg-info-6
{
    background-color: #dab905;
    color: #fff !important;
}

.card-title:only-child
{
    margin-bottom: 0;
    font-weight: 700;
    color: #ff9800;
}

.page-item.active .page-link
{
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
}

.table-a-element
{
	color: #0d6efd;
	font-weight: 600;
}

.header-button-wrap
{
	display:flex;
	justify-content:space-between;
}

.modal-form-wrap .form-group
{
	margin-top:10px;
}

.modal-form-wrap .form-group label
{
    font-weight: 600;
    font-size: 13px;
}

.modal-form-wrap h6
{
	background-color:#ffc3da;
    padding: 12px;
    border-radius: 4px;
    text-align: center;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.actioneye i
{
	color: #ec1769;
}

.dataTables_wrapper .row:last-child
{
    margin-top: 10px !important;
}

.plan-wrap i
{
    font-size: 65px;
    font-weight: 100;
	color: #ec1769;
}

.plan-wrap input.ipt1,
.plan-wrap input.ipt1:focus
{
    border: none;
    outline: none;
    text-align: center;
    height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #221b1b;
    width: 100%;
}

.plan-wrap input.ipt2,
.plan-wrap input.ipt2:focus
{
    border: none;
    outline: none;
    height: 15px;
	margin-bottom: 20px;
	font-size: 16px;
    text-align: center;
}

.plan-wrap input.ipt3,
.plan-wrap input.ipt3:focus
{
    border: none;
    outline: none;
    text-align: center;
    height: 25px;
    font-size: 22px;
    font-weight: 700;
    color: #221b1b;
    width: 100%;
	margin-bottom: 20px;
}

.plan-wrap input:hover
{
    cursor: url(../images/edit.png), auto;
}

.drop-heading
{
    padding: 14px 0 6px;
    color: #8f9daf;
}

.profile-1 a span i
{
	color: #ec1769;
	font-size:24px;
    border-radius: 50px;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
	align-items: center;
    justify-content: center;
	background-color: #fff;
    box-shadow: 0 5px 10px #c4cdeb;
}

.sidebar-mini.sidenav-toggled .side-menu__item.active .side-menu__icon
{
	color: #000000 !important;
}

#modaldemo2 .modal-body p
{
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

#modaldemo2 table
{
    width: 100%;
}

#modaldemo2 table tbody tr
{
	width: 100%;
	display: grid;
    grid-template-columns: 40% 60%;
    border-bottom: 1px solid #efefef;
}

#modaldemo2 table tbody td
{
	padding:10px 0;
}

.customsideMenu
{
	right: 0;
    top: 0px;
    height: 100%;
    position: fixed;
    padding: 15px;
    z-index: 9999999;
    background-color: #ffffff;
    box-shadow: 0 0 2px 2px #a6a6a6;
}

.smDnone
{
	display: none;
}

.plan-wrap
{
    display: flex;
    flex-direction: column;
    cursor: default;
	position:relative;
}

.plan-wrap span.ipt1,
.plan-wrap span.ipt1:focus
{
    border: none;
    outline: none;
    text-align: center;
    height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #221b1b;
    width: 100%;
}

.plan-wrap span.ipt2,
.plan-wrap span.ipt2:focus
{
    border: none;
    outline: none;
    height: 15px;
	margin-bottom: 20px;
	font-size: 16px;
    text-align: center;
}

.plan-wrap span.ipt3,
.plan-wrap span.ipt3:focus
{
    border: none;
    outline: none;
    text-align: center;
    height: 25px;
    font-size: 22px;
    font-weight: 700;
    color: #221b1b;
    width: 100%;
	margin-bottom: 20px;
}

.edit-plan-pencil
{
	right: 0;
	top: -34px;
	position: absolute;
}

.edit-plan-pencil i
{
    font-size: 20px;
    background-color: #fff;
    padding: 10px;
    border: 6px solid #f2f3f9;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #000;
    font-weight: 500;
}

span.edit-plan-pencil:hover
{
    cursor: pointer;
}

.action-wrapper
{
    display: flex;
    grid-column-gap: 20px;
}

.action-wrapper a i
{
    font-size: 16px;
}

.action-wrapper a:first-child i
{
    color: #f04242;
    font-size: 15px;
}

.action-wrapper a:last-child i
{
    color: #ff2b7c;
}

.table> :not(caption)>*>*
{
    background: transparent;
    box-shadow: none;
    border-bottom-width: inherit;
    vertical-align: middle;
}

.inhabilitar_wrap
{
    background-color: #ec1769;
}

.whatsapp_wrap
{
	background-color:#1cc88a;
}


#responsive-datatable_wrapper table thead tr
{
    background-color: #ff9800;
}

#responsive-datatable_wrapper table thead tr th
{
	color: #fff !important;
}

#responsive-datatable_wrapper table tbody tr
{
	background-color: #fdfdfd;
}

#responsive-datatable1_wrapper table thead tr
{
    background-color: #ec1769;
}

#responsive-datatable1_wrapper table thead tr th
{
	color: #fff !important;
}

#responsive-datatable1_wrapper table tbody tr
{
	background-color: #fdfdfd;
}

.custom-pad0
{
	padding: 0;
}

.login-img
{
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-table;
    background-color: #50007fbf;
}

.col-login.mx-auto {
    width: 400px;
}

.login100-form-title
{
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    color: #424344;
}

.login-btn-wrap a
{
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #50007fbf !important;
	border-color: #50007fbf !important;
    font-weight: 600;
    font-size: 15px;
}


.btn-primary
{
    color: #fff;
    background-color: #ec1769;
    border-color: #ec1769;
}

.btn-primary:hover
{
    color: #fff;
    background-color: #ec1769;
    border-color: #ec1769;
}

.notifications .drop-heading .d-flex
{
    padding: 5px 15px;
}

.app-header .header-right-icons .nav-link.icon
{
	box-shadow: 0 5px 10px #c4cdeb;
}

.card-wrapper.cons-opt-card-wrapper
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 25px;
}

.card-wrapper.cons-opt-img
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 25px;
}

.card-wrapper .card-body
{
	padding:0;
}

.card-wrapper .card
{
    border: none !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-wrapper .card-body img
{
    width: 100%;
    border: none !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-img-wrap
{
    height: 250px;
    overflow: hidden;
}

.cw_h2_wrap
{
    padding: 10px;
    margin-top: 6px;
}

.card-wrapper h2
{
	font-size:15px;
	font-weight:500;
	margin-bottom: 0;
}

.cw_i_wrap
{
    padding: 0 10px;
	margin-bottom: 10px !important;
}

.agregar_wrap h4
{
    font-weight: 600;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
	font-size: 16px;
}

.agregarModal-formWrap
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 25px;
}

.agregarModal-formWrap .form-group
{
	margin-bottom:0px;
}

.modal_mb30
{
	margin-bottom:30px;
}

.anchorCard
{
	color:#000;
}

.anchorCard:hover
{
	color:#000;
}

.cons-opt-card
{
    padding: 15px;
}

.cons-opt-card a img
{
	width: 36px !important;
    margin-bottom: 15px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0!important;
}

a.anchorCard
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    grid-row-gap: 0;
    padding: 0 0 0 0;
}

a.anchorCard span
{
	font-weight:600;
}

.wizard>.steps a .number, .wizard>.steps a:hover .number, .wizard>.steps a:active .number
{
    flex-shrink: 0;
    font-weight: 700;
    font-family: inherit;
    display: block;
    text-align: center;
    line-height: 2;
    width: 30px;
    height: 30px;
    background-color: #f1f1f9;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
}

.wizard>.content>.title
{
    font-size: 16px;
    font-weight: 600;
    padding: 12px 10px;
    display: none;
    margin-bottom: 0;
	border-radius: 4px;
    background-color: #f5f5f5 !important;
}

.wizard>.actions a
{
    display: block;
    background-color: #ec1769;
    padding: 9px 25px;
    line-height: 1.573;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

.wizard>.actions a:hover, .wizard>.actions a:active {
    display: block;
    background-color: #ec1769;
    padding: 9px 25px;
    line-height: 1.573;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

.agregarModal-formWrap .form-control
{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d5875;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wizard>.steps .current a:hover, .wizard>.steps .current a:active
{
    color: #ec1769;
}

.custom-file-input
{
	color: transparent;
	width: 100%;
}

.custom-file-input::-webkit-file-upload-button
{
	visibility: hidden;
}

.custom-file-input::before
{
	content: 'Select some files';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    border: 1px solid #999;
    border-radius:10px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    width: 100%;
    margin-top: 30px;
    height: 150px;
    line-height: 150px;
    text-align: center;
}

.custom-file-input:hover::before
{
	border-color: black;
}

.custom-file-input:active
{
	outline: 0;
}

.custom-file-input:active::before
{
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#wizard3-h-2
{
	display:none;
}

.terminarWrap
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.terminarWrap .termiBtn
{
    background-color: red;
}

.terminarWrap .termiBtn
{
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}

.card.cons-opt-card .anchorCard
{
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 15px 0;
}

.add-fld-wrap
{
	display: flex;
    justify-content: space-between;
    width: 100%;
}

#wizard-inicio .title.current
{
	display:none;
}

.add-fld-wrap .card-title
{
	font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
}


#wizard1.wizard>.steps>ul
{
	display: grid !important;
    grid-template-columns: repeat(3,1fr) !important;
    grid-row-gap: 20px;
}

#wizard1.wizard>.steps>ul li:last-child
{
	margin-left: 0px !important;
}

#wizard1 .title.current,
#inicio1 .title.current
{
	display:none;
}

.text-nowrap,
.custom-word-break
{
	word-break: break-all !important;
	/* white-space: break-spaces !important; */
	margin-bottom: 0;
}

.table>thead>tr>td, .table>thead>tr>th
{
    vertical-align: baseline;
}

p.spl-table-head
{
	color: #ffffff;
    padding: 10px;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    background-color: #f24c00;
}

.card .card {
    border: 1px solid #eaedf1 !important;
}

.inicio-header
{
	color: #ffffff;
    background-color: #d98406;
}


#inicio1 .body.current
{
	margin-top:30px;
}

#responsive-datatable3_wrapper .text-nowrap,
#responsive-datatable3_wrapper .custom-word-break
{
	word-break: inherit !important;
	white-space: nowrap !important;
	margin-bottom: 0;
}

.inicio-action-wrap a
{
	color:#000;
}

#responsive-datatable_wrapper .dataTables_scrollHeadInner,
#responsive-datatable
{
	width:100% !important;
}

#responsive-datatable_wrapper .text-nowrap,
#responsive-datatable_wrapper .custom-word-break
{
	word-break: inherit;
    /* white-space: nowrap !important; */
    margin-bottom: 0;
}

.flex-jc-between
{
    display: flex;
    justify-content: space-between;
}

.card-header.flex-jc-between
{
    display: flex;
    justify-content: space-between;
}

.customGrid1
{
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.customGrid2
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 25px;
}

.customGrid3
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 25px;
}

.customGrid4
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 25px;
}

.custom-modal-title
{
	margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

#inicioModal2 .form-group label
{
	margin-top:0;
	font-weight: 400;
}

.inicio-header
{
	color: #ffffff;
    background-color: #f24c00;
}

.inicio-function
{
	margin-bottom:0;
	font-weight: 500;
}

.table-inside-head
{
    text-align: left;
    background-color: #ebebeb;
}

.table-inside-head th
{
	font-size: 16px;
	font-weight: 500 !important;
	text-transform: capitalize;
}

.table>thead>tr>td,
.table>thead>tr>th
{
    vertical-align: baseline;
    text-transform: capitalize;
}

.green-bdg span
{
    background-color: #09ad95;
    padding: 7px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.red-bdg span
{
    background-color: #f44336;
    padding: 7px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.form-footer
{
    display: flex;
    justify-content: flex-end;
}

.cons-opt-card.disabled
{
	cursor: not-allowed;
    background-color: rgb(192 192 192 / 30%);
}

.cons-opt-card.disabled a span
{
    color: rgb(6 5 5 / 30%);
}

.cons-opt-card.disabled a
{
	cursor: not-allowed;
}

.card-wrapper.expensas-opt-card-wrapper
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 25px;
}

.expensas-card
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.expensas-card i
{
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 10px;
}

.expensas-card span
{
	font-size: 25px;
	font-size: 17px;
    font-weight: 500;
}

.cons-opt-card.disabled
{
	cursor: not-allowed;
    background-color: rgb(192 192 192 / 30%);
}

.svg-img-fondation img
{
    width: 39px !important;
    margin-bottom: 8px;
}

.full-white-background
{
    padding: 20px;
}

.custom-expensas-title
{
    font-size: 16px;
	padding-bottom: 10px;
	font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
}

.expensas-card-wrapper
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 20px;
}

.ec-with-price
{
    background-color: #f6f6f6;
}

.ec-with-price h2
{
	font-size: 14px;
    text-align: center;
    font-weight: 700;
	padding: 12px 0px;
    border-bottom: 2px solid #fff;
}

.ec-with-price p
{
	text-align: center;
    font-weight: 500;
    height: 20px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.ec-with-price h1
{
    text-align: center;
    font-weight: 600;
    font-size: 40px;
	margin-top: 15px;
	height: 45px;
}

.custom-progress-bar
{
    padding: 0 20px;
    margin-bottom: 20px;
	height: 20px;
}

.custom-progress-bar .progress
{
	background-color: #b6b6b6;
}

.custom-action
{
    display: flex;
    flex-direction: column;
	padding: 0 20px;
}

.custom-action a
{
    color: #000;
    font-weight: 600;
    border: 1px solid #c2c2c2;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.custom-action a:first-child
{
    color: #fff;
	background-color: #797979;
}

.custom-action a:last-child
{
	color: #fff !important;
    background-color: #f24c00;
    border: 1px solid #f24c00;
}

p.p-custom-size
{
    font-size: 17px;
    padding: 0 10px;
}

.custom-total-grid
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 25px;
}

.total-grid p
{
    font-weight: 700;
    color: #f24c00;
}

.total-btn-wrapper
{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.total-btn-div a
{
    padding: 10px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff !important;
    background-color: #f24c00;
    border: 1px solid #f24c00;
}

.cdFlex
{
	display: flex;
    grid-column-gap: 10px;
}

.card.expensas-opt-card.disabled
{
    cursor: not-allowed;
    background-color: rgb(192 192 192 / 30%);
}

.card.expensas-opt-card.disabled i,
.card.expensas-opt-card.disabled span
{
    color: rgb(6 5 5 / 30%);
}

.expens-card-anchor
{
	color:#000;
}

.expens-card-anchor:hover
{
	color:#000;
}

.expens-gasto-action-wrap
{
    display: flex;
    grid-column-gap: 15px;
}

.custom-listado-wrap
{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-primary.grey-btn
{
	color: #fff;
    background-color: #696969;
    border-color: #696969;
}

.btn-primary.grey-btn:hover
{
	color: #fff;
    background-color: #5c5858;
    border-color: #5c5858;
}

.expens-gasto-action-wrap a
{
	color:#000;
}

.customGrid1.fileHeight input
{
	height:auto;
}

.form-group
{
    margin-bottom: 0;
}

.miPerfilWrap h2
{
    font-weight: 600;
    font-size: 18px;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 4px;
}

.mt20
{
	margin-top:20px;
}

.profile-submit-wrap
{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.login-btn-wrap .btn-primary:hover
{
    color: #fff;
    background-color: #50007fbf;
    border-color: #50007fbf;
}

.dFlexJspace
{
    display:flex;
    justify-content: space-between;
    width: 100%;
}

.dFlexJspace a {
    color: #fff;
}

.dFlexSBtw
{
    display: flex;
    justify-content: space-between;
}

.imageUploadAutoManual
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
}
