.navbar{
   position: fixed !important;
   top:0 !important;
   left: 0 !important;
   right: 0 !important;
}
.content-header{
   margin-top: 57px!important;
}
.main-sidebar{
   position: fixed !important;
}
.brand-link{
   background-color: #ff0c75 !important;
}
.bg-primary{
   background-color: #ff0c75 !important;
}

.login-page{
   background-color: #ff0c75 !important;
   background-image: linear-gradient(180deg, #ff0c75 10%, #aa1d52 100%) !important;
   background-size: cover !important;
}

.card-iepc-outline{
   border-top: #ff0c75 solid 5px !important;
}
.card-outline-secondary{
   border-top: #6c757d solid 5px !important;
}

/*.nav-link.active {
   background-color: #5c6670 !important;
}*/

.btn-iepc,.bg-iepc {
   background-color: #aa1d52 !important;
   color: #ddd !important;
}
.btn-iepc:hover {
   background-color: #ff0c75 !important;
   color: #fff !important;
}

.select2-results__option[aria-selected="true"]{
   background-color: #aa1d52 !important;
}

.dataTables_filter, .dataTables_paginate {
   padding-right: 10px;
}
.dataTables_info{
   padding-left: 10px;
}
.border-left-iepc-5{
   border-left:#ff0c75 solid 5px !important;
}
.border-left-secondary-5{
   border-left:#777 solid 5px !important;
}
.border-left-color-1{
   border-left:#777 solid 5px !important;
}
.border-left-color-2{
   border-left: #ff9900 solid 5px !important;
}
.border-left-color-3{
   border-left: #3366cc solid 5px !important;
}
.border-left-color-4{
   border-left: #aa1d52 solid 5px !important;
}
.border-left-color-5{
   border-left: #9900cc solid 5px !important;
}
.border-left-color-6{
   border-left: #996633 solid 5px !important;
}
.border-left-color-7{
   border-left: #006600 solid 5px !important;
}

.row.color:nth-child(odd) {
    background-color: #efefef;
}
.row.color:nth-child(even) {
    background-color: #fff;
}

.disabled {
    pointer-events: none;
    opacity: 0.8;
}
.nav-item.nav-link{
   color: #777;
}
.nav-item.nav-link.active{
   color: #fff;
}
.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
}
.checkbox-3x {
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
}

.modal{
   background-color: rgba(0, 0, 0, .7);
}


.pagination{
   display: flex;
   justify-content: center;
}
.page-link{
   /* background-color: #ff0c75; */
   color: #555;
}
.page-item.active span.page-link{
   background-color: #ff0c75;
   border-color: #ff0c75;
   color: #fff;
   font-weight: bold;
}
.text-iepc{
   color: #ff0c75;
}

.gradient-light {
   /* fallback for old browsers */
   background: #f5f5f5;

   /* Chrome 10-25, Safari 5.1-6 */
   background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(227, 227, 227, .5));

   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(227, 227, 227, .5))
}

.fs-12{
   font-size: 12px !important;
}
.fs-13{
   font-size: 13px !important;
}
.fs-14{
   font-size: 14px !important;
}
.fs-15{
   font-size: 15px !important;
}

.loading {
	z-index: 100000000;
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	bottom:0;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.loading-content {
	position: absolute;
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #EA1D77; /* Blue */
	border-radius: 50%;
	width: 90px;
	height: 90px;
	top: 50%;
	left:calc(50% - 45px);
	animation: spin 2s linear infinite;
}
.loading-content2 {
   position: absolute;
   border: 1px solid transparent;
   border-top: 4px solid #EA1D77;
   border-radius: 50%;
   width: 82px;
   height: 82px;
   top: calc(50% + 90px);
   left: calc(50% - 45px);
   animation: spin .4s linear infinite;
   z-index: 1;
   font-size: 53px;
   text-align: center;
}
.loading-content-porcent {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 50%;
    left:calc(50% - 45px);
    color: white;
    text-align: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.preloader {
    background-color: transparent !important;
}
.preloader-iepc {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.preloader-iepc div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #EA1D77;
    animation: preloader-iepc 1.2s linear infinite;
}
.preloader-iepc div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}
.preloader-iepc div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}
.preloader-iepc div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}
.preloader-iepc div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}
.preloader-iepc div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}
.preloader-iepc div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}
.preloader-iepc div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}
.preloader-iepc div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}
.preloader-iepc div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}
@keyframes preloader-iepc {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.bi--twitter-x {
    display: inline-block;
    width: .8em;
    height: .8em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    box-sizing: border-box;
}
