@charset "UTF-8";
/* CSS Document */

a{
	color:#F54B4B !important;
	cursor:pointer;
}
a:hover{
	color:#F54B4B;
	text-decoration: underline;
}

a.kp-light-link{
  font-size:12px; color:#bbb; text-decoration: underline;
}

.kp-section-title{
	font-size:26px; color:#404040;margin-bottom:30px;
}

.kp-subsection-title{
	background-color: #89b7c6; padding:5px 10px; color:#fff; border-radius: 5px;
}

.kp-separator{
	height:30px;
}

.kp-hand{
  cursor:pointer;
}

.kp-footer-space{
  height:120px;
}


/*FUNCTIONS*/

.kp-flip{
  transform: scale(-1, -1);
}




/*MENU*/
.kp-bullet-menu{
  background-color:#ff5050; 
  color:#fff; 
  padding:2px 5px; 
  border-radius: 50px; f
  font-size:10px; 
  height:15px; 
  width:15px; 
  margin-top:5px;
  font-size:10px;
}

.kp-menu-option{
  margin-bottom:8px;
}
.kp-menu-option .kp-menu-option-content{
  float:left; height:45px; line-height:45px; margin-left:6px; border-radius:16px; width:200px; padding:0px 15px; color:#454545; font-size:17px; background-color:#fff; cursor:pointer;
}
.kp-menu-option .kp-menu-option-arrow{
  float:left; height:45px; line-height:45px; visibility:hidden;
}
.kp-menu-option .kp-menu-option-content:hover{
  float:left; height:45px; line-height:45px; margin-left:6px; border-radius:16px; width:200px; padding:0px 15px; color:#FFF; font-size:17px; background: linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); cursor:pointer;
}



.kp-menu-option-selected{
  margin-bottom:8px;
}
.kp-menu-option-selected .kp-menu-option-content{
  float:left; height:45px; line-height:45px; margin-left:6px; border-radius:16px; width:200px; padding:0px 15px; color:#FFF; font-size:17px; background:linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); cursor:pointer;
}
.kp-menu-option-selected .kp-menu-option-arrow{
  float:left; height:45px; line-height:45px; visibility:visible;
}


.kp-menu-short .kp-menu-option-content{
  width:70px; text-align: center; margin-left:2px; padding:0px 10px;
}
.kp-menu-short .kp-menu-option-content:hover{
  width:70px; text-align: center; margin-left:2px; padding:0px 10px;
}



.kp-menu-firm{
  margin-bottom:8px; line-height:19px; color:#454545;
}
.kp-menu-firm .kp-menu-firm-content{
  float:left; height:100px; margin-left:6px; border-radius:16px; width:200px; padding:0px 15px; color:#454545; font-size:17px; background-color:#fff; cursor:pointer; box-shadow: 0px 4px 15px 0px #635C5C1A;
}
.kp-menu-firm .kp-menu-firm-arrow{
  float:left; height:100px; visibility:hidden;
}
.kp-menu-firm .kp-menu-firm-content:hover{
  float:left; height:100px; margin-left:6px; border-radius:16px; width:200px; padding:0px 15px; color:#FFF; font-size:17px; background: linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); cursor:pointer;
}

.kp-menu-firm-selected{
  margin-bottom:8px;
}
.kp-menu-firm-selected .kp-menu-firm-content{
  float:left; height:100px; line-height:19px; margin-left:6px; border-radius:16px; width:200px; padding:0px 15px; color:#FFF; font-size:17px; background:linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); cursor:pointer;
}
.kp-menu-firm-selected .kp-menu-firm-arrow{
  float:left; height:100px; line-height:100px; visibility:visible; padding-top:30px;
}


/*ACTIONS*/

.kp-actions{
	text-align: right; margin-top:30px; margin-bottom:80px;
}


/*COLORS*/
.kp-cl-gradient{background: linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); -webkit-background-clip: text; background-clip: text;
-webkit-text-fill-color: transparent;}
.kp-bg-gradient{background: linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%);}

.kp-cl-gradient-alt{background: linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;}

.kp-cl{color:#F54B4B;}

.kp-bg-red{background-color:#ff5050 !important;}
.kp-bg-grey{background-color:#bbbbbb !important;}
.kp-bg-green{background-color:#7dbd6c !important;}
.kp-bg-white{background-color:#ffffff !important;}
.kp-bg-primary{background-color:#4d899d !important;}
.kp-cl-red{color:#ff5050 !important;}
.kp-cl-grey{color:#bbbbbb !important;}
.kp-cl-green{color:#7dbd6c !important;}
.kp-cl-white{color:#ffffff !important;}
.kp-cl-primary{color:#4d899d !important;}


/*BUTTONS*/


.kp-button-icon{
	background-color: #fff; border-radius: 5px; color:#66a1b4; height:40px; width:50px; text-align: center;  line-height: 40px; font-size:20px; box-sizing: border-box; cursor:pointer; display:inline-block;
}

.kp-button-icon:hover{
	filter:brightness(95%);
}


.kp-button-xs{
  background-color: #66a1b4; border-radius: 5px; color:#fff !important; height:30px; width:auto; line-height:30px; padding:0px 10px; font-size:14px; box-sizing: border-box; cursor:pointer; display:inline-block;
}

.kp-button-xs:hover{
  filter:brightness(90%);
}

.kp-button-blank{
  background: #ffffff; border-radius: 16px; color:#414141 !important; height:43px; width:auto; line-height:43px; padding:0px 22px; font-size:16px; font-weight:700; box-sizing: border-box; cursor:pointer; display:inline-block;
}


.kp-button{
  background: linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); border-radius: 16px; color:#fff !important; height:43px; width:auto; line-height:43px; padding:0px 22px; font-size:16px; font-weight:700; box-sizing: border-box; cursor:pointer; display:inline-block;
}

.kp-button-disabled{
  background: #ccc; border-radius: 16px; color:#fff !important; height:43px; width:auto; line-height:43px; padding:0px 22px; font-size:16px; font-weight:700; box-sizing: border-box; cursor:pointer; display:inline-block; pointer-events: none;
}

.kp-button:hover{
  filter:brightness(90%);
}

.kp-button-alt{
  background-color:#fff; border-radius: 16px; color:#EF8B8B !important; height:43px; width:auto; line-height:43px; padding:0px 22px; font-size:16px; font-weight:700; box-sizing: border-box; cursor:pointer; display:inline-block; border:solid 1px #EF8B8B; text-decoration:none;
}

.kp-button-alt-xs{
  background-color:#fff; border-radius: 8px; color:#F54B4B !important; height:29px; width:auto; line-height:29px; padding:0px 22px; font-size:14px; font-weight:700; box-sizing: border-box; cursor:pointer; display:inline-block; border:solid 1px #EF8B8B; text-decoration:none;
}





/*TOAST*/
.kp-toast{
  display:none; background-color:#fef1f1; border-left:solid 4px #f87171; border-radius:4px; padding:12px 16px; text-align:left; line-height:26px;
}


/*TABS*/
.kp-tab-on{
  /*cursor:pointer; background-color:#f1f1f1; font-size:14px; border-top-left-radius: 5px; border-top-right-radius: 5px; padding:10px 20px; display:inline-block; color:#999; margin-right:5px;*/
  background: linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); color:#fff !important; border-radius:16px; font-weight:700; font-size:16px; padding:6px 15px; margin-right:15px; cursor:pointer;
}

.kp-tab-off{
  /*cursor:pointer; background-color:#79aebf; font-size:14px; color:#fff; border-top-left-radius: 5px; border-top-right-radius: 5px; padding:10px 20px; display:inline-block; margin-right:5px;*/
  background-color:#fff; color:#F54B4B; border-radius:16px; font-weight:400; font-size:16px; padding:6px 15px; margin-right:15px; border:solid 1px #F54B4B; cursor:pointer;
}


/*TABLETS*/
.kp-import-errors{
  background-color:#fcf1f1; border-radius:8px; padding:15px 20px; display:inline-block; border-left:solid 5px #F54B4B; box-shadow: 0px 4px 10px 0px #cccccc; font-weight:bold;
}
.kp-import-valids{
  background-color:#f1faf6; border-radius:8px; padding:15px 20px; display:inline-block; border-left:solid 5px #52e296; box-shadow: 0px 4px 10px 0px #cccccc; font-weight:bold;
}
.kp-import-updates{
  background-color:#ffefe3; border-radius:8px; padding:15px 20px; display:inline-block; border-left:solid 5px #ff6600; box-shadow: 0px 4px 10px 0px #cccccc; font-weight:bold;
}



/*TABLES*/
.kp-table-header{
  box-shadow:0px 11px 6px -5px #E3DBDB; width:100%; font-size:16px; font-weight:4600; color:#343434; 
}
.kp-table-header tr{
  height:59px;
}
.kp-table-header td{
  height:59px;
}
.kp-table-header td{
  font-size:16px; font-weight:400; color:#454545; padding:0px 20px;
}



.kp-table{
  width:100%; font-size:16px; font-weight:600; color:#343434; margin-top:10px;
}
.kp-table tr{
  height:59px;
}
.kp-table td{
  font-size:16px; font-weight:600; color:#454545; padding:0px 20px;
}
.kp-table tr:nth-child(even) td{
  background-color: #f9f9f9;
}

.kp-table td:first-child {
  border-radius: 16px 0 0 16px;
}

.kp-table td:last-child {
  border-radius: 0 16px 16px 0px;
}

.kp-table tr:hover td{
  background-color:#eeeeee;
}





.kp-table-header-import{
  background-color:#F54B4B; width:100%; font-size:16px; font-weight:600; color:#FFFFFF; 
}
.kp-table-header-import tr{
  height:59px;
}
.kp-table-header-import td{
  height:59px;
}
.kp-table-header-import td{
  font-size:16px; font-weight:400; color:#ffffff; padding:0px 20px;
}



.kp-table-import{
  width:100%; font-size:16px; font-weight:400; color:#343434; margin-top:0px;
}
.kp-table-import tr{
  height:59px; background-color:#fcf1f1;
}
.kp-table-import td{
  font-size:16px; font-weight:400; color:#454545; padding:0px 20px; background-color:#fcf1f1;
}






/*FORM*/

.kp-form-column{
  float:left;
  width:340px;
}

.kp-form-search{
  width:100%;
height: 42px;
padding-left:40px;
font-size:15px;
border-radius: 8px;
border: solid 1px #989898;

}

.kp-form-element{
  font-weight:400;
	height:40px;
	font-size:14px;
	color:#414141;
	padding:0px 10px;
	width:100%;
	box-sizing: border-box;
	border:solid 1px #ddd;
  display:inline-block;
  margin-bottom:15px;
}

.kp-form-element-info{
  font-weight:400;
	height:20px;
	font-size:14px;
	color:#414141;
	width:100%;
	box-sizing: border-box;
  display:inline-block;
  margin-bottom:15px;
}

.kp-form-no-element{
  font-weight:600;
	height:40px;
	font-size:18px;
	color:#000000;
}

/*FILE*/
.kp-form-file-input-label{
	height:40px;
	font-size:12px;
	color:#666;
	padding:10px;
	width:100%;
	box-sizing: border-box;
	border:solid 1px #ddd;
  display:inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.kp-form-file-input{
  display:none;
}

.kp-form-file-icon{
  position:absolute; height:40px; background-color:#66a1b4; right:0px; top:0px; color:#fff; line-height:40px; pointer-events: none; font-size:18px; padding:0px 10px;
}
.kp-form-file-icon::after{
  font-family: "Font Awesome 6 Pro"; 
  content:"\f07c";
  font-weight: 300;
}
/**/

.kp-form-element-lite{
	height:40px;
	font-size:15px;
	color:#333;
	padding:0px 10px;
	width:auto;
	box-sizing: border-box;
	border:solid 1px #ddd;
	margin-right:10px;
  display:inline-block;
}


.kp-form-header{
    font-weight:700;
		font-size:14px;
		color:#343434;
}

.kp-modal-form-header{
  font-weight:400;
  font-size:14px;
  color:#343434;
}

.kp-modal-form-content{
  font-weight:600;
  font-size:16px;
  color:#343434;
}

.kp-section-header{
		font-size:12px;
		color:#4d899d;
		text-transform: uppercase;
		margin-bottom:0px;
		font-weight: 300;
	}


/*MODALS*/


.kp-modal-submit-line{
  border-bottom:solid 1px #fff; margin-bottom:20px; margin-top:0px;
}

.kp-alert {
  background-color: rgba(0,0,0,0.50);
  width:      100%;
  height:     100%; 
  z-index:    1060;
  top:        0; 
  left:       0; 
  position:   fixed; 
  display:    none;
  font-size:13px;
}
.kp-alert-content{
  background-color:#fff;
    width:400px;
    border-radius:34px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-family:Roboto, Arial;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.23);
    padding:20px;
    text-align:center;
    overflow-x:hidden;
  }

.kp-alert-anim{
    animation:spin 4s linear infinite;
}

/* rotate 360 key for refresh btn */
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.kp-notice {
  /*background-color: rgba(0,0,0,0.50);*/
  width:      100%;
  height:     auto; 
  z-index:    1059;
  bottom:        0; 
  left:          0; 
  position:  fixed; 
  display:    none;
  font-size:  13px;
}
.kp-notice-content{
    background-color:#fff;
    width:90%;
    max-width:600px;
    border-radius:5px;
    position:absolute;
    bottom:0px;
    left:50%;
    transform:translate(-50%, -50%);
    font-family:Lato, Arial;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.23);
    padding:20px;
    text-align:center;
  }


  .kp-alert-top-ok{
    background: linear-gradient(270deg, #EF8B8B 0%, #F54B4B 100%); height:10px; position:absolute; top:0px; left:0px; width:100%;
  }





/*CHECKBOXES*/
/* Customize the label (the container) */
.kp-container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  font-size:11px;
	color:#999;
	text-transform: uppercase;
  /*padding-top:5px;*/
}

.kp-label{
	line-height: 30px;
}

/* Hide the browser's default checkbox */
.kp-container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.kp-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  margin-top:0px;
}

/* On mouse-over, add a grey background color */
/*.container_check:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.kp-container-check input:checked ~ .kp-checkmark {
  background-color: #4d899d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.kp-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.kp-container-check input:checked ~ .kp-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.kp-container-check .kp-checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*CHECKMARK SLIDE*/
.kp-checkmark-slide:after {
  position: absolute;
  top: -8px;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  content: "\e5b1";
  margin-top:0px;
  color: #666;
  font-size: 24px;
  transform: scale(-1, -1);
}

.kp-container-check input:checked ~ .kp-checkmark-slide:after {
  color: #f54b4b;
  rotate:-180deg;
  top:-8px;
}






  /* Tooltip */
  .kp-tooltip > .kp-tooltip-inner {
    background-color: #333333; 
    color: #FFFFFF; 
    font-size: 13px;
	text-align: left;
  }
.kp-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .kp-tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #333333;
}




/* MODALS*/
.kp-modal-title{
  font-weight:600;
  color:#343434;
  margin-bottom:5px;
  font-size:28px;
  float:left; width:auto;
}

.kp-modal-close{
  color:#454545;
  margin-bottom:5px;
  font-size:20px;
  margin-top:5px;
  float:right; 
  width:80px;
  text-align: right;
  cursor:pointer;
}


/*TOGGLE COLOR*/
.btn-info{
  color: #fff;
background-color: #7dbd6c;
border-color: #7dbd6c;
}
.btn-info:hover{
  color: #fff;
background-color: #57844B;
border-color: #57844B;
  
}


/*TOOGLES*/
.kp-toggle-on{
  color:#f54b4b;
  font-size:24px;
}

.kp-toggle-off{
  color:#ccc;
  font-size:24px;
  transform: rotate(180deg); 
}


/*AUTOCOMPLETE*/
.kp-autocomplete{
  border:solid 1px #ccc; position:absolute; z-index: 99; box-sizing: border-box; display:none; width: inherit; margin-top:-1px;
}
.kp-autocomplete div {
padding: 10px;
cursor: pointer;
background-color: #fff; 
border-bottom: 1px solid #d4d4d4; 
box-sizing: border-box;
}

/*when hovering an item:*/
.kp-autocomplete div:hover {
background-color: #e9e9e9; 
}



/*INDICATORS*/

.kp-indicator-green{
border-radius: 16px;
background: #D7F8F6;
font-family: Roboto;
font-size: 14px;
font-weight: 700;
line-height:normal;
color: #268C86;
padding: 4px 12px;
display:inline-block;
margin-right:5px;
text-align:center;
}

.kp-indicator-blue{
  border-radius: 16px;
  background: #E3E7FC;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height:normal;
  color: #3674D1;
  display:inline-block;
  padding: 4px 12px;
  margin-right:5px;
  text-align:center;
}

.kp-indicator-red{
    border-radius: 16px;
    background: #FFEFE5;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height:normal;
    color: #F55F4B;
    display:inline-block;
    padding: 4px 12px;
    margin-right:5px;
    text-align:center;
}

.kp-indicator-orange{
  border-radius: 16px;
  background: #fff3e5;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height:normal;
  color: #ff9d4e;
  display:inline-block;
  padding: 4px 12px;
  margin-right:5px;
  text-align:left;
}

a.kp-validate, .kp-validate{
  background: #2B8C3B;
  border-radius:16px;
  font-weight:400;
  font-size:16px;
  color:#fff !important;
  padding: 5px 10px;
}

a.kp-cancel, .kp-cancel{
  background: #CC2D24;
  border-radius:16px;
  font-weight:400;
  font-size:16px;
  color:#fff !important;
  padding: 5px 10px;
}


