@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body {
    color: #3C4858;
    font-weight: 300;
    font-size: 1em;
    background: #E0E2E6 !important;
}

.navbar {
    max-height: 60px;
    background: #0081D5 !important;
    box-shadow: none;
    border: none !important;
}

.card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: #f7f7f7;
    box-shadow: none;
    border-bottom: 2px solid #e3ebf6;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 0.8em;
    font-family: 'Poppins', sans-serif !important;
}

.filter-col {
  border-right: 2px solid white;
	border-radius: 10px;
	transition: transform ease-out 0.3s;
	box-shadow: none !important;
	margin-right: 0px;
	background: #f8fafc;
	border-top: none;
	border-bottom: none;
}

.grid-filter-col {
    border: 1px solid #e3ebf6;
    border-radius: 10px;
    box-shadow: none !important;
}

.card .card-header-info, .card.bg-info, .card.card-rotate.bg-info .front, .card.card-rotate.bg-info .back {
    background: #0081D5;
	color: #fff !important;
	font-weight: bold !important;
	font-family: 'Poppins', sans-serif !important;
	box-shadow: none !important;
}

.card{
	box-shadow: none !important;
	padding: 5px;
	border: none !important;
	border-radius: 15px;
	background: #fff;
	
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}

.card .card-header-info {
    box-shadow: none;
}

.btn.btn-secondary {
    color: white;
    background-color: #1ba5ff;
    box-shadow: none;
    border: 1px solid #eeeeee;
    font-weight: 600;
    border-radius: 10px;
}

.btn.btn-secondary:hover {
    color: white;
    background-color: #1ba5ff;
    
}

.card-body .card-grid {
    padding: 3px;
    border: 1px solid #e3ebf6;
    box-shadow: none;
    border-radius: 10px;
}

.blockquote p {
    font-size: 13px !important;
    font-style: normal !important;
    line-height: 1.7vh !important;
}

.blockquote {
  margin: 0px !important;
  border-left: 1px solid #E3EBF6;
  padding-left: 25px;
  font-style: none !important;
}

.blockquote b {
  color: #0081d5 !important;
}

.btn.btn-primary {
    color: #fff;
	background-color: #0081d5;
	border-color: #0081d5;
	box-shadow: none;
	border-radius: 20px;
}

.btn.btn-primary:hover {
	background-color: #0178c6;
	border-color: #0178c6;
	box-shadow: none !important;
}

.btn-custom-table-new{
    box-shadow: none;
	border: 1px solid #e2eaf5;
	padding: 10px;
	background: white;
	border-radius: 10px;
	margin-bottom: 5px;
	animation-timing-function: ease-in-out;
}

.btn-custom-table-new:hover{
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.10),
		0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}

.badge.badge-info {
    background-color: #D5F2DC;
    border-radius: 5px;
    color: #0081d5;
}

.k-dropdowntree .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap {
    border-color: #e2eaf5;
    color: #495057;
    background-color: #fff;
}

input.k-textbox {
    padding: 0.375rem 0.75rem;
    border-color: #e2eaf5;
}

.k-multiselect-wrap li.k-button {
    font-weight: 400;
	color: #fff;
	text-align: left;
	border-radius: 15px;
	overflow: hidden;
	background-color: #0081d5;
	box-shadow: none;
	border: none !important;
}

#panelFilter{
	background: #f8fafc !important;
}

.card-header .card-header-info h6 {
	font-weight: 600;
}

.card-img-top {
  border-radius: 30px !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.module-animation{
	transition: all .2s ease-in-out;
}

.module-animation:hover{
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.10),
		0px 1px 20px 0px rgba(0, 0, 0, 0.10);
		transform: scale(1.1);
}

.btn.btn-success-custom {
  color: #ffffff;
  box-shadow: none;
  border: #48DC6B;
  background: #48DC6B;
  font-weight: bold;
  border-radius: 10px;
}

.btn.btn-success-custom:hover {
  border: #3EBF5D;
  background: #3EBF5D;
}

 

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
  border-radius: 10px!important;
  margin-top: -10px;
  padding: 5px;
  width: 100%;
  margin-left: 0px;
}

.btn, .btn.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #e3ebf6;
  box-shadow: none;
  border-radius: 15px;
}

.btn, .btn.btn-default:hover {
  color: #0081D5;
  background-color: #f5f5f5;
  border-color: #e3ebf6;
  box-shadow: none;
  border-radius: 15px;
  border: 1px solid #e3ebf6;
}

.nav-tabs {
  background: #f7f7f7 !important;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #0081d5;
  transition: 0.3s background-color 0.2s;
  color: #fff !important;
  font-family: "Poppins";
  border-top-left-radius: 10px;
}

.nav-tabs .nav-item .nav-link:hover {
  color: #0081d5  !important;
  font-family: 'Poppins', sans-serif;
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-tabs .nav-item {
  border: 0 !important;
  color: #0081d5 !important;
  font-family: 'Poppins', sans-serif;
}

.btn.btn-round {
  border-radius: 30px !important;
}



.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
  background-color: #0081d5 !important;
  border-color: #0081d5 !important;
  box-shadow: none !important;
}

.btn.btn-info-act {
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: none;
}

.btn .btn-round .btn-sm .close{
	background: red !important;
}


.card-body .card-grid {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.card-body .card-grid:hover {
  -webkit-box-shadow: 6px 6px 10px 4px rgba(207,207,207,1);
-moz-box-shadow: 6px 6px 10px 4px rgba(207,207,207,1);
box-shadow: 6px 6px 10px 4px rgba(207,207,207,1);
}

.form-check .form-check-label {
  color: #333 !important;
}

.card-header .card-header-primary b{
	background: #0081d5 !important;
	color: #fff !important;
}

.k-combobox .k-dropdown-wrap {
  border-color: #e2eaf5;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #61D3FE #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #61D3FE;
    border-radius: 10px;
    border: 2px groove #ffffff;
  }
  
 .k-numerictextbox .k-numeric-wrap {
  border-color: #e2eaf5;
  color: #495057;
  background-color: #fff;
}

.btn .btn-rounded .btn-default:hover {
  margin: 0;
  color: #0081d5 !important;
}

.dropdown-item:hover{
  background: #0081d5 !important;
  color: #fff !important;
  font-weight: bold;
}

.badge.badge-primary {
  background-color: #fff;
  color: #FF4866;
  border: 1px solid #e3ebf6;
}

.badge.badge-blue {
  background-color: #2d86d5;
}

.k-tooltip{
  border-color: var(--kendo-color-on-app-surface, #0081D5);
  color: #000;
  background-color: #ddd;
  box-shadow: var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075));
}

.k-tooltip-content {
  align-self: stretch;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-y: auto;
}

.tooltip-wrapper{
  display: flex;
  flex-direction: row;
  height: 180px; 
  overflow-y: auto;
}

tooltip-wrapper span {
  font-size: 1em;
  line-height: 1.2;
  padding: 20px;
  width: 180px;
  text-align: left;
  box-sizing: border-box;
  margin: 0;
} 

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
  border-top-left-radius: var(--kendo-spacing-1, 0.25rem);
  border-top-right-radius: var(--kendo-spacing-1, 0.25rem);
  border-bottom-width: 0;
  border: 0 !important;
  color: #0081d5 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  padding: 5px 10px;
  font-weight: 500;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 15px;
  background-color: transparent;
  transition: 0.3s background-color 0s;
  display: block;
  line-height: 8px !important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-bottom-color: transparent !important;
  background-color: #0081d5;
  transition: 0.3s background-color 0.2s;
  color: #fff !important;
  font-family: "Poppins";
  border-top-left-radius: 10px;
}

/* ----------------------------------------------

 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}


@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

