:root {
  --hoverBackgroundColor: #2cae7e2e;
  --textHoverColor: #2167d2;
  --fieldConsoleBackgroundColor: #f6f7f9;
  --fieldConsoleFontColor: #1b3a58;
  --fieldConsoleTableTitleColor: rgba(0,0,0,.54);
  --fieldConsoleTableValueColor: rgba(0,0,0,.87);
  --lineColor: #30bf5b;
  --facebookColor: #2777f2;
  --white: #ffffff;
  --green: #2bae66;
  --greenFooter: #007a5a;
  --templateColor: #2bae66;
  --templateColorDark: #007a5a;
}

.bp-shadow{
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 10%)
}

.bp-hover-cursor:hover{
    cursor: pointer;
}

.bp-hover:hover{
    background-color: var(--hoverBackgroundColor);
}

.bp.input-field{
    margin-bottom: 10px;
}


.bp-showOnMobile{
    display: none;
}


.bp.card{
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

desktop{
    display: block;
}
mobile{
    display: none;
}

.bp .desktop{
    display: block;
}
.bp .mobile{
    display: none;
}

a:hover {
    color: unset;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    /* border-color: unset; */
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: unset;
}

.bp-desktopOnly{
    display: block;
}

.bp-mobileOnly{
    display: none;
}

@media (max-width: 991.98px) {
    .bp.card{
        border-radius: 16px;
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    }
    .bp-hideOnMobile{
        display: none;
    }
    .bp-showOnMobile{
        display: unset;
    }
    desktop{
        display: none;
    }
    mobile{
        display: block;
    }
    .bp .desktop{
        display: none;
    }
    .bp .mobile{
        display: unset;
    }
    .bp-desktopOnly{
        display: none;
    }
    .bp-mobileOnly{
        display: block;
    }
}



.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.bp-homepage.card{
    border-radius: 16px;
    /* border: 1px solid #eceff1; */
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}
.bp-homepage.card .card-body{
    padding: 40px;
}
.bp-homepage.bp-header{
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    color: #424242;
}
.bp-homepage.bp-subHeader{
    font-size: 17px;
    /* line-height: 18px; */
    font-weight: 300;
    margin: 0 auto 16px;
    max-width: 680px;
    text-align: center;
    color: #818181;
}

.bp-homepage.bp-content-header{
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #424242;
}

.bp-homepage.bp-content-body{
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 28px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    color: #5f6368;
    -webkit-box-orient: vertical;
}

.bp-homepage.bp-content-body a{
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .24px;
    padding: 6px 8px;
    margin-left: -8px;
    margin-right: -8px;
    color: #1e88e5;
}

.bp-content-item.bp-homepage {
    margin-top: 20px;
}

.bp-homepage .button-homePage-card{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.page-item{
    cursor: pointer;
}

.page-link {
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 8px;
    border: none;
}

.page-item:first-child .page-link{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}

.page-item:last-child .page-link{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 18px !important;
    border-bottom-left-radius: 18px !important;
}

.swal2-title {
    font-weight: 300;
}


.bp-floatingButton{
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    /* font-size: 35px; */
    background-color: var(--bs-green);
    color: #fff;
    transition: 0.2s all;
    box-shadow: 0px 0px 6px #fff;
}

.bp-floatingButton .label{
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    line-height: 1;
}

.bp-floatingButton:hover{
    transform: scale(1.1);
}

.bp-floatingButton .bp-floatingButton-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.nav-link{
    cursor: pointer;
}

.nav-sidebar > .nav-item > .nav-link {
    font-weight: 300;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007a5a;
    border-color: #007a5a;
}

.page-link {
    position: relative;
    display: block;
    color: #007a5a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.form-control:focus {
    color: #212529;
    background-color: #fff;
    /* border-color: #ffffffff; */
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: unset;
}

.bp.table{
    border-collapse: collapse;
    border-spacing: 0px;
}
.bp.table th{
    background-color: #eee;
    text-align: center;
    border-bottom: 1px solid #eee !important;
}
.bp.table th, .bp.table td {
    border: 1px solid #eee;
}

/* .modal{
    z-index: 40000;
}

.modal-backdrop{
    z-index: 39999;
} */


@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 140px;
  }
}
@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}




/* .loading-skeleton:empty {
    background-color: #ccc;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-avatar 2s infinite ease-out;
} */


.loading-skeleton:empty {
	 /* display: inline-block; */
	 /* height: 1em; */
	 position: relative;
	 overflow: hidden;
	 background-color: #dddbdd;
}
 .loading-skeleton::after {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 transform: translateX(-100%);
	 background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
	 animation: shimmer 2s infinite;
	 content: '';
}
 @keyframes shimmer {
	 100% {
		 transform: translateX(100%);
	}
}
