/*
Theme Name: KYL Theme
Theme URI: https://kalayourlife.com
Author: KYL Digitalagentur GmbH
Author URI: https://kalayourlife.com
Version: 1.0
Text Domain: kyl
*/
@font-face {
  font-family: 'Ubuntu';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu Bold';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Ubuntu-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu Medium';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Ubuntu-Medium.ttf') format('truetype');
}
body *:disabled {
  cursor: not-allowed;
}
body.parent-pageid-63,
body.page-id-63 {
  background-color: #F7F9FF;
  padding: 100px 40px 40px 296px;
  overflow: auto;
}
body.parent-pageid-63 .select2-container .select2-dropdown,
body.page-id-63 .select2-container .select2-dropdown {
  border: 1px solid #E1EDFE;
  border-radius: 0 0 4px 4px;
}
body.parent-pageid-63 .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option,
body.page-id-63 .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  color: #9BA8BD;
  padding: 12px 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"],
body.page-id-63 .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"],
body.parent-pageid-63 .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
body.page-id-63 .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #E5EFFE;
  color: #0089FF;
}
body.parent-pageid-63 .table .table_row,
body.page-id-63 .table .table_row {
  padding: 14px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
}
body.parent-pageid-63 .table .table_row.loading_indicator,
body.page-id-63 .table .table_row.loading_indicator {
  padding: 10px 20px;
  height: 40px;
  width: 100%;
}
body.parent-pageid-63 .table .table_row.loading_indicator:after,
body.page-id-63 .table .table_row.loading_indicator:after {
  border-color: #0089FF transparent transparent transparent;
  border-width: 4px;
  height: 30px;
  width: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4px;
}
body.parent-pageid-63 .table .table_row .table_cell,
body.page-id-63 .table .table_row .table_cell {
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  user-select: text;
}
body.parent-pageid-63 .table .table_row .table_cell:last-of-type,
body.page-id-63 .table .table_row .table_cell:last-of-type {
  padding: 0;
}
body.parent-pageid-63 .table .table_head,
body.page-id-63 .table .table_head {
  border-radius: 4px 4px 0 0;
  background-color: #FFFFFF;
  position: sticky;
  top: 40px;
}
body.parent-pageid-63 .table .table_head .table_row,
body.page-id-63 .table .table_head .table_row {
  border-bottom: 2px solid #F7F9FF;
  box-shadow: 0 3px 6px #E1EDFE;
  overflow: hidden;
}
body.parent-pageid-63 .table .table_head .table_row .table_cell,
body.page-id-63 .table .table_head .table_row .table_cell {
  color: #9BA8BD;
  font-family: 'Ubuntu Medium', sans-serif;
}
body.parent-pageid-63 .table .table_head .table_row .table_cell .label,
body.page-id-63 .table .table_head .table_row .table_cell .label {
  color: #9BA8BD;
  font-family: 'Ubuntu Medium', sans-serif;
}
body.parent-pageid-63 .table .table_body .table_row,
body.page-id-63 .table .table_body .table_row {
  border-bottom: 2px solid #F7F9FF;
  background-color: #FFFFFF;
}
body.parent-pageid-63 .table .table_body .table_row:hover,
body.page-id-63 .table .table_body .table_row:hover {
  background-color: #E5EFFE;
}
body.parent-pageid-63 .table .table_body .table_row:last-of-type,
body.page-id-63 .table .table_body .table_row:last-of-type {
  border-radius: 0 0 4px 4px;
  border: none;
}
body.parent-pageid-63 .table .table_body .table_row .table_cell,
body.page-id-63 .table .table_body .table_row .table_cell {
  color: #5D5D5D;
}
body.parent-pageid-63 .table .table_body .table_row .table_cell.options,
body.page-id-63 .table .table_body .table_row .table_cell.options {
  background: transparent url('assets/images/options.svg') no-repeat center center;
  background-size: 22px;
  cursor: pointer;
  height: 16px;
}
body.parent-pageid-63 .table .options_menu,
body.page-id-63 .table .options_menu {
  background-color: #24374E;
  position: absolute;
  padding: 20px 25px;
  border-radius: 4px;
  display: none;
  z-index: 1;
  right: 0;
}
body.parent-pageid-63 .table .options_menu:before,
body.page-id-63 .table .options_menu:before {
  background-color: #24374E;
  transform: rotate(45deg);
  left: calc(50% - 10px);
  display: inline-block;
  position: absolute;
  bottom: -4px;
  height: 20px;
  content: '';
  width: 20px;
}
body.parent-pageid-63 .table .options_menu p,
body.page-id-63 .table .options_menu p {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0 0 15px 0;
  cursor: pointer;
  color: #FFFFFF;
}
body.parent-pageid-63 .table .options_menu p:last-of-type,
body.page-id-63 .table .options_menu p:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .tabs,
body.page-id-63 .tabs {
  margin: 50px 0 0 0;
}
body.parent-pageid-63 .tabs .tab_nav,
body.page-id-63 .tabs .tab_nav {
  border-bottom: 1px solid #E1EDFE;
  display: block;
}
body.parent-pageid-63 .tabs .tab_nav .tab_nav_item,
body.page-id-63 .tabs .tab_nav .tab_nav_item {
  display: inline-block;
  color: #9BA8BD;
  margin: 0 40px 0 0;
  padding: 10px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  cursor: pointer;
}
body.parent-pageid-63 .tabs .tab_nav .tab_nav_item:last-of-type,
body.page-id-63 .tabs .tab_nav .tab_nav_item:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .tabs .tab_nav .tab_nav_item.active,
body.page-id-63 .tabs .tab_nav .tab_nav_item.active {
  border-bottom: 2px solid #0089FF;
  color: #0089FF;
}
body.parent-pageid-63 .overlay,
body.page-id-63 .overlay {
  background-color: rgba(18, 21, 32, 0.4);
  position: fixed;
  display: none;
  height: 100%;
  z-index: 20;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
body.parent-pageid-63 .overlay .form,
body.page-id-63 .overlay .form,
body.parent-pageid-63 .overlay .new_key_form,
body.page-id-63 .overlay .new_key_form {
  transform: translate(-50%, -50%);
  border: transparent 1px solid;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  padding: 30px;
  left: 50%;
  top: 50%;
}
body.parent-pageid-63 .overlay .form .headline,
body.page-id-63 .overlay .form .headline,
body.parent-pageid-63 .overlay .new_key_form .headline,
body.page-id-63 .overlay .new_key_form .headline {
  color: #24374E;
  padding: 0 30px 0 0;
  margin: 0 0 20px;
  font-family: 'Ubuntu Medium', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  width: 100%;
}
body.parent-pageid-63 .overlay .form .close,
body.page-id-63 .overlay .form .close,
body.parent-pageid-63 .overlay .new_key_form .close,
body.page-id-63 .overlay .new_key_form .close {
  background: transparent url('assets/images/cross.svg') no-repeat center center;
  background-size: 100%;
  position: absolute;
  border: none;
  height: 14px;
  width: 14px;
  right: 30px;
  top: 30px;
}
body.parent-pageid-63 .select2,
body.page-id-63 .select2 {
  border: 1px solid #E1EDFE;
  color: #687992;
  width: 100% !important;
  border-radius: 4px;
  margin: 0 0 20px 0 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  font-size: 16px !important;
  display: block;
}
body.parent-pageid-63 .select2 input,
body.page-id-63 .select2 input {
  width: 100% !important;
  border: none !important;
  margin: 0 !important;
}
body.parent-pageid-63 .select2.select2-container--open,
body.page-id-63 .select2.select2-container--open {
  border-radius: 4px 4px 0 0;
}
body.parent-pageid-63 .select2 .selection .select2-selection,
body.page-id-63 .select2 .selection .select2-selection {
  outline: none !important;
  border: none !important;
}
body.parent-pageid-63 .select2 .selection .select2-selection.select2-selection--single,
body.page-id-63 .select2 .selection .select2-selection.select2-selection--single {
  height: auto;
}
body.parent-pageid-63 .select2 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered,
body.page-id-63 .select2 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
body.parent-pageid-63 .select2 .selection .select2-selection .select2-selection__rendered,
body.page-id-63 .select2 .selection .select2-selection .select2-selection__rendered {
  display: block;
  padding: 6px 15px;
  color: #9BA8BD;
}
body.parent-pageid-63 .select2 .selection .select2-selection .select2-selection__arrow,
body.page-id-63 .select2 .selection .select2-selection .select2-selection__arrow {
  height: 100%;
  right: 8px;
  top: 0;
}
body.parent-pageid-63 .select2::placeholder,
body.page-id-63 .select2::placeholder {
  color: #9BA8BD;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_navigation .top_bar,
body.page-id-63 .kyl_navigation .top_bar {
  box-shadow: 0px 3px 6px #0000000D;
  background-color: #FFFFFF;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 40px;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
body.parent-pageid-63 .kyl_navigation .top_bar a,
body.page-id-63 .kyl_navigation .top_bar a {
  display: inline-block;
  color: #5D5D5D;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 13px;
  font-size: 12px;
}
body.parent-pageid-63 .kyl_navigation .top_bar a:hover,
body.page-id-63 .kyl_navigation .top_bar a:hover {
  color: #0089FF;
}
body.parent-pageid-63 .kyl_navigation .top_bar .theme_switcher,
body.page-id-63 .kyl_navigation .top_bar .theme_switcher {
  transition: all 0.2s ease-in-out;
  border: 1px solid #E1EDFE;
  border-radius: 100px;
  margin: 0 20px 0 0;
  position: relative;
  height: 20px;
  width: 46px;
}
body.parent-pageid-63 .kyl_navigation .top_bar .theme_switcher .slider,
body.page-id-63 .kyl_navigation .top_bar .theme_switcher .slider {
  transition: all 0.2s ease-in-out;
  background-color: #959595;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  top: -1px;
}
body.parent-pageid-63 .kyl_navigation .top_bar .theme_switcher.light,
body.page-id-63 .kyl_navigation .top_bar .theme_switcher.light {
  background: transparent url('assets/images/brightness.svg') no-repeat left 8px center;
  background-size: 12px;
}
body.parent-pageid-63 .kyl_navigation .top_bar .theme_switcher.light .slider,
body.page-id-63 .kyl_navigation .top_bar .theme_switcher.light .slider {
  transform: translate(26px);
}
body.parent-pageid-63 .kyl_navigation .top_bar .theme_switcher.dark,
body.page-id-63 .kyl_navigation .top_bar .theme_switcher.dark {
  background: #48E6EB url('assets/images/moon.svg') no-repeat right 8px center;
  border-color: #48E6EB;
  background-size: 10px;
}
body.parent-pageid-63 .kyl_navigation .top_bar .theme_switcher.dark .slider,
body.page-id-63 .kyl_navigation .top_bar .theme_switcher.dark .slider {
  transform: translate(-1px);
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container,
body.page-id-63 .kyl_navigation .menu-dashboard-container {
  background: transparent;
  padding: 60px 40px;
  position: fixed;
  top: 40px;
  left: 0;
  transform: none;
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  body.parent-pageid-63 .kyl_navigation .menu-dashboard-container,
  body.page-id-63 .kyl_navigation .menu-dashboard-container {
    transform: translate(-720px);
    left: 50%;
  }
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul {
  padding: 0;
  margin: 0;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li {
  display: block;
  list-style: none;
  /*&.menu-item-has-children {

                            & > a {
                                margin: 0;
                            }
                        }*/
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item.current_page_item > a,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item.current_page_item > a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item.current_page_item > a,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item.current_page_item > a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li.current_page_item > a,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li.current_page_item > a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li.current_page_item > a,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li.current_page_item > a {
  background-color: #E5EFFE;
  color: #0089FF;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item.current_page_item .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item.current_page_item .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item.current_page_item .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item.current_page_item .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li.current_page_item .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li.current_page_item .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li.current_page_item .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li.current_page_item .sub-menu {
  display: block;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item.child_is_active .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item.child_is_active .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item.child_is_active .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item.child_is_active .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li.child_is_active .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li.child_is_active .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li.child_is_active .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li.child_is_active .sub-menu {
  display: block;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li .sub-menu,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li .sub-menu,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li .sub-menu {
  display: none;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .sub-menu a,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .sub-menu a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item .sub-menu a,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item .sub-menu a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li .sub-menu a,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li .sub-menu a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li .sub-menu a,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li .sub-menu a {
  padding-left: 30px;
  width: 100%;
  position: relative;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .sub-menu a .counter,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .sub-menu a .counter,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item .sub-menu a .counter,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item .sub-menu a .counter,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li .sub-menu a .counter,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li .sub-menu a .counter,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li .sub-menu a .counter,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li .sub-menu a .counter {
  background-color: #0089FF;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  margin: 0 0 0 4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 11px;
  font-size: 10px;
  line-height: 20px;
  color: #FFFFFF;
  height: 20px;
  width: 20px;
  top: 10px;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .sub-menu .current_page_item a,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .sub-menu .current_page_item a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item .sub-menu .current_page_item a,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item .sub-menu .current_page_item a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li .sub-menu .current_page_item a,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li .sub-menu .current_page_item a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li .sub-menu .current_page_item a,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li .sub-menu .current_page_item a {
  background: transparent;
  color: #0089FF;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .nav_link,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .nav_link,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item .nav_link,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item .nav_link,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li .nav_link,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li .nav_link,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li .nav_link,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li .nav_link,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item a,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item a,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li a,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li a,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li a,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li a {
  margin: 0 0 15px 0;
  color: #5D5D5D;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  padding: 11px;
  width: 216px;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .nav_link:hover,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .nav_link:hover,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item .nav_link:hover,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item .nav_link:hover,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li .nav_link:hover,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li .nav_link:hover,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li .nav_link:hover,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li .nav_link:hover,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item a:hover,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item a:hover,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item a:hover,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item a:hover,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li a:hover,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li a:hover,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li a:hover,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li a:hover {
  background-color: #E5EFFE;
}
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .nav_link.active,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item .nav_link.active,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item .nav_link.active,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item .nav_link.active,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li .nav_link.active,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li .nav_link.active,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li .nav_link.active,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li .nav_link.active,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item a.active,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list .nav_item a.active,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul .nav_item a.active,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul .nav_item a.active,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container .nav_list li a.active,
body.page-id-63 .kyl_navigation .menu-dashboard-container .nav_list li a.active,
body.parent-pageid-63 .kyl_navigation .menu-dashboard-container ul li a.active,
body.page-id-63 .kyl_navigation .menu-dashboard-container ul li a.active {
  background-color: #E5EFFE;
  color: #0089FF;
}
body.parent-pageid-63 .kyl_navigation .message_overlay,
body.page-id-63 .kyl_navigation .message_overlay {
  background-color: rgba(18, 21, 32, 0.5);
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 21;
  opacity: 0;
  left: 0;
  top: 0;
}
body.parent-pageid-63 .kyl_navigation .message_overlay .message_container,
body.page-id-63 .kyl_navigation .message_overlay .message_container {
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  max-width: 500px;
  padding: 30px;
  border: none;
  width: 100%;
  top: 50%;
  left: 50%;
}
body.parent-pageid-63 .kyl_navigation .message_overlay .message_container .message,
body.page-id-63 .kyl_navigation .message_overlay .message_container .message {
  color: #24374E;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
body.parent-pageid-63 .kyl_navigation .message_overlay .message_container .close_message_overlay,
body.page-id-63 .kyl_navigation .message_overlay .message_container .close_message_overlay {
  background-color: #0089FF;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  color: #FFFFFF;
  border: none;
  width: 100%;
}
body.parent-pageid-63 .kyl_branches .header_container,
body.page-id-63 .kyl_branches .header_container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin: 0 0 40px 0;
}
body.parent-pageid-63 .kyl_branches .header_container .text_container,
body.page-id-63 .kyl_branches .header_container .text_container {
  display: inline-block;
}
body.parent-pageid-63 .kyl_branches .header_container .text_container .headline,
body.page-id-63 .kyl_branches .header_container .text_container .headline {
  font-family: 'Ubuntu Medium', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  color: #121520;
}
body.parent-pageid-63 .kyl_branches .header_container .text_container .description,
body.page-id-63 .kyl_branches .header_container .text_container .description {
  color: #5D5D5D;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0;
}
body.parent-pageid-63 .kyl_branches .header_container .new_branch,
body.page-id-63 .kyl_branches .header_container .new_branch {
  background-color: #0089FF;
  border: 1px solid #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
body.parent-pageid-63 .kyl_branches .header_container .new_branch:hover,
body.page-id-63 .kyl_branches .header_container .new_branch:hover {
  background-color: #2256F2;
}
body.parent-pageid-63 .kyl_branches .table .branch_name,
body.page-id-63 .kyl_branches .table .branch_name {
  width: 200px;
}
body.parent-pageid-63 .kyl_branches .table .branch_id,
body.page-id-63 .kyl_branches .table .branch_id {
  width: 50px;
}
body.parent-pageid-63 .kyl_vouchers .header_container .headline,
body.page-id-63 .kyl_vouchers .header_container .headline {
  color: #24374E;
  margin: 0 0 15px 0;
  font-family: 'Ubuntu Bold', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
}
body.parent-pageid-63 .kyl_vouchers .header_container .description,
body.page-id-63 .kyl_vouchers .header_container .description {
  color: #687992;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs,
body.page-id-63 .kyl_vouchers .tabs {
  margin: 50px 0 0 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_nav,
body.page-id-63 .kyl_vouchers .tabs .tab_nav {
  border-bottom: 1px solid #E1EDFE;
  display: block;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_nav .tab_nav_item,
body.page-id-63 .kyl_vouchers .tabs .tab_nav .tab_nav_item {
  display: inline-block;
  color: #9BA8BD;
  margin: 0 40px 0 0;
  padding: 10px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  cursor: pointer;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_nav .tab_nav_item:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_nav .tab_nav_item:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_nav .tab_nav_item.active,
body.page-id-63 .kyl_vouchers .tabs .tab_nav .tab_nav_item.active {
  border-bottom: 2px solid #0089FF;
  color: #0089FF;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers {
  padding: 15px 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .search_container,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .search_container {
  border: 1px solid #E1EDFE;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #E1EDFE;
  padding: 20px;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .search_container .search_input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .search_container .search_input {
  background: #FFFFFF url('assets/images/search.svg') no-repeat right 15px center;
  border: 1px solid #E1EDFE;
  color: #687992;
  display: inline-block;
  background-size: 16px;
  margin-right: 18px;
  border-radius: 4px;
  padding: 9px 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  width: 353px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .search_container .search_input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .search_container .search_input::placeholder {
  color: #687992;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .search_container .search_button,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .search_container .search_button {
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .message,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .message {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  margin: 0 0 30px 0;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions button,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions button:disabled,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions button:disabled {
  background-color: #D1D1D1;
  cursor: not-allowed;
  color: #5D5D5D;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions button.cancel,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions button.cancel {
  background-color: #DA0035;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions button.confirm,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .confirm_reset_voucher_overlay .confirm_reset_voucher_form .actions button.confirm {
  background-color: #00D84B;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  left: 0;
  top: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form {
  transform: translate(-50%, 0);
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 4px;
  padding: 30px;
  width: 460px;
  top: 112px;
  left: 50%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form .headline,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form .headline,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form .headline,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form .headline,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form .headline,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form .headline,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form .headline,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form .headline {
  color: #24374E;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  margin: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form .close,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form .close,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form .close,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form .close,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form .close,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form .close,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form .close,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form .close {
  background: transparent url('assets/images/cross.svg') no-repeat center center;
  background-size: 100%;
  position: absolute;
  border: none;
  height: 14px;
  width: 14px;
  right: 30px;
  top: 30px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form p {
  color: #687992;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form input {
  border: 1px solid #E1EDFE;
  color: #687992;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form input::placeholder {
  color: #9BA8BD;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form input.invalid {
  border-color: #DA0035;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form input.invalid::placeholder {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form textarea,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form textarea,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form textarea,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form textarea,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form textarea,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form textarea,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form textarea,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form textarea {
  border: 1px solid #E1EDFE;
  color: #687992;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  resize: none;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form textarea::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form textarea::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form textarea::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form textarea::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form textarea::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form textarea::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form textarea::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form textarea::placeholder {
  color: #9BA8BD;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form select {
  background: transparent url('assets/images/arrow_down.svg') no-repeat right 10px center;
  background-size: 20px;
  border: 1px solid #E1EDFE;
  color: #687992;
  -webkit-appearance: none;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form .recharge_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form .recharge_voucher,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form .recharge_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form .recharge_voucher,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form .recharge_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form .recharge_voucher,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form .recharge_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form .recharge_voucher,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form .debit_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .recharge_credit_form .debit_voucher,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form .debit_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .recharge_credit_form .debit_voucher,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form .debit_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .recharge_credit_overlay .debit_credit_form .debit_voucher,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form .debit_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .debit_credit_overlay .debit_credit_form .debit_voucher {
  background-color: transparent;
  color: #0089FF;
  margin: 6px 0 0 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
  float: right;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table {
  position: relative;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row.no_entries,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row.no_entries {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row.no_entries .table_cell,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row.no_entries .table_cell {
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell {
  width: 20%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.username,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.username {
  width: 15%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.date,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.date {
  width: calc(25% - 18px);
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.info,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.info {
  background: transparent url('assets/images/info.svg') no-repeat center center;
  background-size: 18px;
  position: relative;
  overflow: visible;
  cursor: pointer;
  height: 18px;
  width: 18px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.info:hover .note_box,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.info:hover .note_box {
  display: block;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.info .note_box,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.info .note_box {
  transform: translate(0, -50px);
  background: #24374E;
  white-space: break-spaces;
  position: absolute;
  border-radius: 4px;
  max-width: 300px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px;
  display: none;
  bottom: -22px;
  right: -40px;
  z-index: 2;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.info .note_box:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_row .table_cell.info .note_box:before {
  background-color: #24374E;
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  height: 10px;
  content: '';
  width: 10px;
  right: 45px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head {
  box-shadow: 0 3px 6px #E1EDFE;
  background-color: #FFFFFF;
  position: sticky;
  z-index: 1;
  top: 40px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .table_row,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .table_row .table_cell.date .dates,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .table_row .table_cell.date .dates {
  border: 1px solid #E1EDFE;
  color: #687992;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  padding: 0 15px;
  height: 40px;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 740px);
  flex: 0 0 calc(100% - 740px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info .voucher_code,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info .voucher_code {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  color: #24374E;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  font-family: 'Ubuntu Bold', sans-serif;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info .voucher_credit,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info .voucher_credit {
  display: inline-block;
  color: #0089FF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  font-family: 'Ubuntu Bold', sans-serif;
  position: relative !important;
  transform: none !important;
  top: unset !important;
  left: unset !important;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button {
  border-radius: 4px;
  padding: 10px 30px;
  margin: 0 20px 0 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button.reset_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button.reset_voucher {
  background-color: #0089FF;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button.open_recharge_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button.open_recharge_voucher {
  background-color: #0089FF;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button.open_debit_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button.open_debit_voucher {
  background-color: #0089FF;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button.close_voucher_menu,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions button.close_voucher_menu {
  background-color: #D1D1D1;
  color: #777777;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_body,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_body {
  z-index: 1;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_body .table_row .table_cell.amount,
body.page-id-63 .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_body .table_row .table_cell.amount {
  color: #0089FF;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .recharge_actions,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .recharge_actions {
  padding: 15px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .recharge_actions .open_new_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .recharge_actions .open_new_auto_recharge {
  background-color: #0089FF;
  padding: 10px 28px;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table {
  position: relative;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.voucher_code,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.voucher_code {
  width: 20%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.receiver,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.receiver {
  width: 15%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.interval,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.interval {
  width: 15%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.next_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.next_recharge {
  width: 15%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.amount,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.amount {
  width: 10%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.recharge_company,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.recharge_company {
  width: calc(25% - 50px);
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.options,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_row .table_cell.options {
  width: 50px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_head,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .table_head {
  background-color: #FFFFFF;
  position: sticky;
  top: 40px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .options_menu,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .options_menu {
  background-color: #24374E;
  position: absolute;
  padding: 20px 25px;
  border-radius: 4px;
  display: none;
  z-index: 1;
  right: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .options_menu:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .options_menu:before {
  background-color: #24374E;
  transform: rotate(45deg);
  left: calc(50% - 10px);
  display: inline-block;
  position: absolute;
  bottom: -4px;
  height: 20px;
  content: '';
  width: 20px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .options_menu p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .options_menu p {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0 0 15px 0;
  cursor: pointer;
  color: #FFFFFF;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .options_menu p:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .table .options_menu p:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay {
  background-color: rgba(18, 21, 32, 0.5);
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 10;
  left: 0;
  top: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form {
  transform: translate(-50%, 0);
  background-color: #FFFFFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  width: 906px;
  top: 100px;
  left: 50%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .headline,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .headline,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .headline,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .headline,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .headline,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .headline,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .headline,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .headline {
  color: #24374E;
  font-family: 'Ubuntu Medium', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .close,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .close,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .close,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .close,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .close,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .close,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .close,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .close {
  background: transparent url('assets/images/cross.svg') no-repeat center center;
  background-size: 100%;
  position: absolute;
  border: none;
  height: 14px;
  width: 14px;
  right: 30px;
  top: 30px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 27px);
  flex: 0 0 calc(50% - 27px);
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column .postal_code_city,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column .postal_code_city,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column .postal_code_city,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column .postal_code_city,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column .postal_code_city,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column .postal_code_city,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column .postal_code_city,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column .postal_code_city,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column .postal_code_city,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column .postal_code_city,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column .postal_code_city,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column .postal_code_city,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column .postal_code_city,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column .postal_code_city,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column .postal_code_city,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column .postal_code_city {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column .postal_code_city input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column .postal_code_city input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column .postal_code_city input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column .postal_code_city input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column .postal_code_city input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column .postal_code_city input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column .postal_code_city input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column .postal_code_city input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column .postal_code_city input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column .postal_code_city input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column .postal_code_city input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column .postal_code_city input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column .postal_code_city input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column .postal_code_city input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column .postal_code_city input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column .postal_code_city input {
  margin: 0 0 15px !important;
  width: calc(50% - 8px);
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column p,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column p {
  color: #687992;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column label,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column label,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column label,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column label,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column label,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column label,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column label,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column label,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column label,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column label,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column label,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column label,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column label,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column label,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column label,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column label {
  color: #9BA8BD;
  position: relative;
  margin: 0 0 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  vertical-align: top;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column label.checked:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column label.checked:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column label.checked:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column label.checked:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column label.checked:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column label.checked:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column label.checked:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column label.checked:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column label.checked:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column label.checked:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column label.checked:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column label.checked:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column label.checked:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column label.checked:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column label.checked:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column label.checked:before {
  background: transparent url('assets/images/checkbox_checkmark.svg') no-repeat center center;
  background-size: 8px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column label:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column label:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column label:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column label:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column label:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column label:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column label:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column label:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column label:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column label:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column label:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column label:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column label:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column label:before,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column label:before,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column label:before {
  border: 1px solid #0089FF;
  background: transparent;
  display: inline-block;
  margin: 0 15px -1px 0;
  border-radius: 4px;
  position: relative;
  height: 15px;
  content: '';
  width: 15px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input {
  border: 1px solid #E1EDFE;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input::placeholder {
  color: #9BA8BD;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input:last-of-type,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input:last-of-type,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input:last-of-type,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input:last-of-type,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input:last-of-type,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input:last-of-type,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input:last-of-type,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input:last-of-type,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input[type="checkbox"],
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input[type="checkbox"],
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input[type="checkbox"],
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input[type="checkbox"],
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input[type="checkbox"],
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input[type="checkbox"],
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input[type="checkbox"],
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input[type="checkbox"],
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input[type="checkbox"],
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input[type="checkbox"],
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input[type="checkbox"],
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input[type="checkbox"],
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input[type="checkbox"],
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input[type="checkbox"],
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input[type="checkbox"],
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input[type="checkbox"] {
  display: none;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input.invalid,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input.invalid {
  border-color: #DA0035;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column input.invalid::placeholder,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column input.invalid::placeholder {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .left_column select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .left_column select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .left_column select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .left_column select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .right_column select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .right_column select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .right_column select,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column select,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .right_column select {
  background: transparent url('assets/images/arrow_down.svg') no-repeat right 10px center;
  background-size: 20px;
  border: 1px solid #E1EDFE;
  color: #687992;
  -webkit-appearance: none;
  border-radius: 4px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  padding: 10px;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .save_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .save_auto_recharge,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .save_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .save_auto_recharge,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .save_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .save_auto_recharge,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .save_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .save_auto_recharge,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .update_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .new_auto_recharge_form .update_auto_recharge,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .update_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .new_auto_recharge_form .update_auto_recharge,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .update_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .new_auto_recharge_overlay .update_auto_recharge_form .update_auto_recharge,
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .update_auto_recharge,
body.page-id-63 .kyl_vouchers .tabs .tab_content .auto_recharge .update_auto_recharge_overlay .update_auto_recharge_form .update_auto_recharge {
  position: absolute;
  color: #0089FF;
  background: #FFFFFF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  bottom: 30px;
  border: none;
  right: 30px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers {
  /*.overlay {
                            display: block;
                            opacity: 1;
                        }*/
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .actions,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .actions {
  padding: 15px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .actions .open_dig_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .actions .open_dig_voucher {
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .actions .open_dig_voucher:disabled,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .actions .open_dig_voucher:disabled {
  background-color: #D1D1D1;
  cursor: not-allowed;
  color: #5D5D5D;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_cell.quantity,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_cell.quantity {
  width: calc(50% - 30px);
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_cell.template,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_cell.template {
  width: 25%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_cell.date,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_cell.date {
  width: 25%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_cell.download,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_cell.download {
  width: 30px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_body .download_button,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .table .table_body .download_button {
  background: transparent url('assets/images/download.svg') no-repeat center center;
  background-size: auto 100%;
  display: inline-block;
  height: 18px;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 906px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 27px);
  flex: 0 0 calc(50% - 27px);
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs p,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs p {
  color: #687992;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs input,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs input {
  border: 1px solid #E1EDFE;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  width: 100%;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs input.invalid,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs input.invalid {
  border-color: #DA0035;
  color: #DA0035;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs input.invalid::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs input.invalid::placeholder {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs input::placeholder,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .two_col_inputs input::placeholder {
  color: #9BA8BD;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .actions,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}
body.parent-pageid-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .actions .create_dig_voucher,
body.page-id-63 .kyl_vouchers .tabs .tab_content .dig_vouchers .new_dig_voucher_form .actions .create_dig_voucher {
  background-color: transparent;
  color: #0089FF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
}
body.parent-pageid-63 .kyl_transactions .headline,
body.page-id-63 .kyl_transactions .headline {
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  font-family: 'Ubuntu Bold', sans-serif;
  color: #121520;
}
body.parent-pageid-63 .kyl_transactions .description,
body.page-id-63 .kyl_transactions .description {
  color: #5D5D5D;
  margin: 0 0 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_transactions .table,
body.page-id-63 .kyl_transactions .table {
  position: relative;
}
body.parent-pageid-63 .kyl_transactions .table .table_head,
body.page-id-63 .kyl_transactions .table .table_head {
  background-color: #FFFFFF;
  position: sticky;
  top: 40px;
}
body.parent-pageid-63 .kyl_transactions .table .table_head .table_row,
body.page-id-63 .kyl_transactions .table .table_head .table_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.parent-pageid-63 .kyl_transactions .table .table_head .filters,
body.page-id-63 .kyl_transactions .table .table_head .filters {
  padding: 14px 20px;
  position: relative;
}
body.parent-pageid-63 .kyl_transactions .table .table_head .filters .search,
body.page-id-63 .kyl_transactions .table .table_head .filters .search {
  display: inline-block;
  border: 1px solid #E1EDFE;
  padding: 0 0 0 10px;
  border-radius: 4px;
  max-width: 300px;
  height: 40px;
  width: 100%;
  margin: 0 30px 0 0;
}
body.parent-pageid-63 .kyl_transactions .table .table_head .filters .search .search_input,
body.page-id-63 .kyl_transactions .table .table_head .filters .search .search_input {
  width: calc(100% - 50px);
  color: #687992;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  outline: none;
  height: 100%;
  border: none;
}
body.parent-pageid-63 .kyl_transactions .table .table_head .filters .search .search_input::placeholder,
body.page-id-63 .kyl_transactions .table .table_head .filters .search .search_input::placeholder {
  color: #9BA8BD;
}
body.parent-pageid-63 .kyl_transactions .table .table_head .filters .search .search_button,
body.page-id-63 .kyl_transactions .table .table_head .filters .search .search_button {
  background: transparent url('assets/images/search.svg') no-repeat center center;
  background-size: 18px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
body.parent-pageid-63 .kyl_transactions .table .table_head .filters .date_input,
body.page-id-63 .kyl_transactions .table .table_head .filters .date_input {
  border: 1px solid #E1EDFE;
  color: #687992;
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  padding: 10px;
  height: 40px;
  width: 260px;
}
body.parent-pageid-63 .kyl_transactions .table .table_head .filters .download_transactions,
body.page-id-63 .kyl_transactions .table .table_head .filters .download_transactions {
  display: inline-block;
  line-height: 36px;
  cursor: pointer;
  height: 40px;
  color: #959595;
  position: absolute;
  top: 14px;
  right: 20px;
}
body.parent-pageid-63 .kyl_transactions .table .table_body .table_row .table_cell,
body.page-id-63 .kyl_transactions .table .table_body .table_row .table_cell {
  color: #687992;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_transactions .table .table_body .table_row .table_cell.options,
body.page-id-63 .kyl_transactions .table .table_body .table_row .table_cell.options {
  background: transparent;
  overflow: visible;
}
body.parent-pageid-63 .kyl_transactions .table .table_body .table_row .table_cell.options .view_voucher,
body.page-id-63 .kyl_transactions .table .table_body .table_row .table_cell.options .view_voucher {
  color: #0089FF;
}
body.parent-pageid-63 .kyl_transactions .table .table_body .table_row .table_cell.options .view_voucher:hover,
body.page-id-63 .kyl_transactions .table .table_body .table_row .table_cell.options .view_voucher:hover {
  color: #2256F2;
}
body.parent-pageid-63 .kyl_transactions .table .table_body .table_row .table_cell.amount,
body.page-id-63 .kyl_transactions .table .table_body .table_row .table_cell.amount {
  color: #0089FF !important;
  font-family: 'Ubuntu Medium', sans-serif;
}
body.parent-pageid-63 .kyl_transactions .table .table_row,
body.page-id-63 .kyl_transactions .table .table_row {
  padding: 14px 24px;
}
body.parent-pageid-63 .kyl_transactions .table .table_row .table_cell.amount,
body.page-id-63 .kyl_transactions .table .table_row .table_cell.amount {
  width: 10%;
}
body.parent-pageid-63 .kyl_transactions .table .table_row .table_cell.billing_party,
body.page-id-63 .kyl_transactions .table .table_row .table_cell.billing_party {
  width: 18%;
}
body.parent-pageid-63 .kyl_transactions .table .table_row .table_cell.branch,
body.page-id-63 .kyl_transactions .table .table_row .table_cell.branch {
  width: 15%;
}
body.parent-pageid-63 .kyl_transactions .table .table_row .table_cell.username,
body.page-id-63 .kyl_transactions .table .table_row .table_cell.username {
  width: 10%;
}
body.parent-pageid-63 .kyl_transactions .table .table_row .table_cell.voucher_code,
body.page-id-63 .kyl_transactions .table .table_row .table_cell.voucher_code {
  width: 19%;
}
body.parent-pageid-63 .kyl_transactions .table .table_row .table_cell.date,
body.page-id-63 .kyl_transactions .table .table_row .table_cell.date {
  width: calc(28% - 70px);
}
body.parent-pageid-63 .kyl_transactions .table .options,
body.page-id-63 .kyl_transactions .table .options {
  width: 70px;
}
body.parent-pageid-63 .kyl_settings .headline,
body.page-id-63 .kyl_settings .headline {
  color: #24374E;
  margin: 0 0 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  font-family: 'Ubuntu Bold', sans-serif;
}
body.parent-pageid-63 .kyl_settings .description,
body.page-id-63 .kyl_settings .description {
  color: #687992;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0;
}
body.parent-pageid-63 .kyl_settings .tabs,
body.page-id-63 .kyl_settings .tabs {
  margin: 40px 0 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_nav,
body.page-id-63 .kyl_settings .tabs .tab_nav {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E1EDFE;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_nav .tab_nav_item,
body.page-id-63 .kyl_settings .tabs .tab_nav .tab_nav_item {
  display: inline-block;
  margin: 0 40px -1px 0;
  color: #9BA8BD;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_nav .tab_nav_item:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_nav .tab_nav_item:last-of-type {
  margin: 0 0 -1px 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_nav .tab_nav_item.active,
body.page-id-63 .kyl_settings .tabs .tab_nav .tab_nav_item.active {
  border-bottom: 2px solid #0089FF;
  color: #0089FF;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content,
body.page-id-63 .kyl_settings .tabs .tab_content {
  position: relative;
  display: block;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .actions,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .actions {
  text-align: right;
  padding: 16px 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .actions button,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .actions button {
  background-color: #0089FF;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  left: 0;
  top: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 4px;
  padding: 30px;
  width: 460px;
  top: 112px;
  left: 50%;
  transform: translate(-50%, 0);
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .close {
  background: transparent url('assets/images/cross.svg') no-repeat center center;
  background-size: 100%;
  position: absolute;
  border: none;
  height: 14px;
  width: 14px;
  right: 30px;
  top: 30px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form p {
  color: #687992;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form input {
  border: 1px solid #E1EDFE;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form input::placeholder {
  color: #9BA8BD;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form input.invalid {
  border-color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form input.invalid::placeholder {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .third_party input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .third_party input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .third_party input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .third_party input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .third_party input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .third_party input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .third_party input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .third_party input {
  display: inline-block;
  margin: 0 6px 0 0;
  width: auto;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .third_party label,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .third_party label,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .third_party label,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .third_party label,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .third_party label,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .third_party label,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .third_party label,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .third_party label {
  color: #687992;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .save_billing_party,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .save_billing_party,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .save_billing_party,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .save_billing_party,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .save_billing_party,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .save_billing_party,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .save_billing_party,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .save_billing_party {
  background-color: transparent;
  color: #0089FF;
  margin: 6px 0 0 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
  float: right;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .postal_code_city input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .postal_code_city input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .postal_code_city input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .postal_code_city input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .postal_code_city input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .postal_code_city input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .postal_code_city input,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .postal_code_city input {
  width: calc(50% - 8px);
  display: inline-block;
  float: left;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .postal_code_city input:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .new_billing_party_form .postal_code_city input:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .postal_code_city input:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .new_billing_party_form .postal_code_city input:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .postal_code_city input:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .new_billing_party_overlay .update_billing_party_form .postal_code_city input:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .postal_code_city input:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .update_billing_party_overlay .update_billing_party_form .postal_code_city input:first-of-type {
  margin-right: 16px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .options_menu {
  background-color: #24374E;
  position: absolute;
  padding: 20px 25px;
  border-radius: 4px;
  display: none;
  z-index: 1;
  right: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .options_menu:before {
  background-color: #24374E;
  transform: rotate(45deg);
  left: calc(50% - 10px);
  display: inline-block;
  position: absolute;
  bottom: -4px;
  height: 20px;
  content: '';
  width: 20px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .options_menu p {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0 0 15px 0;
  cursor: pointer;
  color: #FFFFFF;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .options_menu p:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .table_head,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .table_head {
  background-color: #FFFFFF;
  position: sticky;
  top: 40px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .table_body .table_row.disabled .table_cell,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .table_body .table_row.disabled .table_cell {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .table_body .table_row .table_cell,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .table_body .table_row .table_cell {
  color: #687992;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .table_row,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .table_row {
  padding: 12px 50px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .branch_id,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .branch_id {
  width: 132px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .branch_name,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .branch_name {
  width: calc(100% - 182px);
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .billing .table .options,
body.page-id-63 .kyl_settings .tabs .tab_content .billing .table .options {
  position: relative;
  width: 50px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .actions,
body.page-id-63 .kyl_settings .tabs .tab_content .users .actions {
  padding: 15px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .actions .new_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .actions .new_user {
  background-color: #0089FF;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_key_form,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_key_form {
  width: 500px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_key_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_key_form p {
  color: #687992;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_key_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_key_form input {
  border: 1px solid #E1EDFE;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_key_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_key_form input::placeholder {
  color: #9BA8BD;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_key_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_key_form input.invalid {
  border-color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_key_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_key_form input.invalid::placeholder {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_key_form .actions,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_key_form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_key_form .actions button,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_key_form .actions button {
  background-color: transparent;
  color: #0089FF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  left: 0;
  top: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 4px;
  max-height: 620px;
  padding: 30px;
  width: 880px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .left_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .left_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .left_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .left_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .left_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .left_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .left_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .left_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .right_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 25px);
  flex: 0 0 calc(50% - 25px);
  max-height: 468px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .left_column.right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .left_column.right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .left_column.right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .left_column.right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .left_column.right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .left_column.right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .left_column.right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .left_column.right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .right_column.right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .right_column.right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .right_column.right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .right_column.right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .right_column.right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .right_column.right_column,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .right_column.right_column,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .right_column.right_column {
  overflow-y: auto;
  -moz-box-shadow: inset 0 -22px 50px -64px #000000;
  -webkit-box-shadow: inset 0 -22px 50px -64px #000000;
  box-shadow: inset 0 -22px 50px -64px #000000;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .close {
  background: transparent url('assets/images/cross.svg') no-repeat center center;
  background-size: 100%;
  position: absolute;
  border: none;
  height: 14px;
  width: 14px;
  right: 30px;
  top: 30px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form p {
  color: #687992;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form input {
  border: 1px solid #E1EDFE;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form input::placeholder {
  color: #9BA8BD;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form input.invalid {
  border-color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form input.invalid::placeholder {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form select,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form select,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form select,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form select,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form select {
  background: #FFFFFF url('assets/images/arrow_down.svg') no-repeat right 4px center;
  border: 1px solid #E1EDFE;
  color: #687992;
  -webkit-appearance: none;
  background-size: 16px;
  border-radius: 4px;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  padding: 10px;
  width: 100%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys {
  position: relative;
  padding: 0 6px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list {
  position: relative;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element {
  background-color: #FFFFFF;
  position: relative;
  margin: 0 0 2px 0;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element:first-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element:first-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element:first-of-type {
  border-radius: 4px 4px 0 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element:last-of-type {
  border-radius: 0 0 4px 4px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element:before {
  box-shadow: 0 4px 8px 2px #F5F5F5;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: '';
  left: 0;
  top: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element .name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element .name,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element .name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element .name,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element .name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element .name,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element .name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element .name,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element .name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element .name,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element .name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element .name,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element .name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element .name,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element .name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element .name {
  color: #687992;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element .remove,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element .remove,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element .remove,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element .remove,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element .remove,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element .remove,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element .remove,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element .remove,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element .remove,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element .remove,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element .remove,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element .remove,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element .remove,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element .remove,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element .remove,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element .remove {
  background: transparent url('assets/images/cross.svg') no-repeat center center;
  background-size: 16px;
  position: absolute;
  cursor: pointer;
  height: 22px;
  width: 22px;
  right: 26px;
  top: 14px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .key_list .key_element .options,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .key_list .key_element .options,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .key_list .key_element .options,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .key_list .key_element .options,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .key_list .key_element .options,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .key_list .key_element .options,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .key_list .key_element .options,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .key_list .key_element .options {
  background: transparent url('assets/images/options.svg') no-repeat left 10px center;
  background-size: 22px;
  position: absolute;
  cursor: pointer;
  height: 22px;
  width: 50px;
  right: 10px;
  top: 14px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .options_menu,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .options_menu,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .options_menu,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .options_menu,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .options_menu,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .options_menu,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .options_menu,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .options_menu {
  background-color: #24374E;
  position: absolute;
  padding: 16px 14px;
  border-radius: 4px;
  display: none;
  z-index: 1;
  right: 6px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .options_menu:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .options_menu:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .options_menu:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .options_menu:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .options_menu:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .options_menu:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .options_menu:before,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .options_menu:before {
  background-color: #24374E;
  transform: rotate(45deg);
  left: calc(50% - 10px);
  display: inline-block;
  position: absolute;
  bottom: -5px;
  height: 20px;
  content: '';
  width: 20px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .options_menu p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .options_menu p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .options_menu p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .options_menu p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .options_menu p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .options_menu p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .options_menu p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .options_menu p {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 13px;
  font-size: 12px;
  margin: 0 0 6px 0;
  cursor: pointer;
  color: #FFFFFF;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .options_menu p:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .options_menu p:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .options_menu p:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .options_menu p:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .options_menu p:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .options_menu p:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .options_menu p:last-of-type,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .options_menu p:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .new_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .active_keys .new_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .new_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .active_keys .new_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .new_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .active_keys .new_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .new_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .active_keys .new_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .new_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .inactive_keys .new_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .new_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .inactive_keys .new_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .new_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .inactive_keys .new_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .new_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .inactive_keys .new_key {
  color: #0089FF;
  cursor: pointer;
  margin: 10px 0 50px 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys {
  padding: 0 6px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .api_key_hint,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .api_key_hint,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .api_key_hint,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .api_key_hint,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .api_key_hint,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .api_key_hint,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .api_key_hint,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .api_key_hint {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 13px;
  font-size: 12px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key {
  background-color: rgba(247, 249, 255);
  position: relative;
  border-radius: 4px;
  padding: 10px 14px;
  margin: 0 0 14px 0;
  height: 38px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .api_key {
  color: #0089FF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  font-size: 14px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .api_key_input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .api_key_input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .api_key_input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .api_key_input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .api_key_input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .api_key_input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .api_key_input,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .api_key_input {
  display: none;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .refresh_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .refresh_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .refresh_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .refresh_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .refresh_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .refresh_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .refresh_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .refresh_api_key {
  background: transparent url('assets/images/refresh.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  border: none;
  height: 100%;
  width: 20px;
  right: 40px;
  top: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .refresh_api_key.loading,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .refresh_api_key.loading,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .refresh_api_key.loading,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .refresh_api_key.loading,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .refresh_api_key.loading,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .refresh_api_key.loading,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .refresh_api_key.loading,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .refresh_api_key.loading {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .copy_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .current_api_key .copy_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .copy_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .current_api_key .copy_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .copy_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .current_api_key .copy_api_key,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .copy_api_key,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .current_api_key .copy_api_key {
  background: transparent url('assets/images/copy.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  border: none;
  height: 100%;
  width: 20px;
  right: 14px;
  top: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .default_transaction_status,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .default_transaction_status,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .default_transaction_status,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .default_transaction_status,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .default_transaction_status,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .default_transaction_status,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .default_transaction_status,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .default_transaction_status {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .default_transaction_status span,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .default_transaction_status span,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .default_transaction_status span,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .default_transaction_status span,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .default_transaction_status span,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .default_transaction_status span,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .default_transaction_status span,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .default_transaction_status span {
  color: #687992;
  display: inline-block;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .default_transaction_status select,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_keys .default_transaction_status select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .default_transaction_status select,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_keys .default_transaction_status select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .default_transaction_status select,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_keys .default_transaction_status select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .default_transaction_status select,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_keys .default_transaction_status select {
  background: #FFFFFF url('assets/images/arrow_down.svg') no-repeat right 4px center;
  -webkit-appearance: none;
  background-size: 16px;
  max-width: 130px;
  width: 100%;
  margin: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_params textarea,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .api_params textarea,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_params textarea,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .api_params textarea,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_params textarea,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .api_params textarea,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_params textarea,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .api_params textarea {
  border: 1px solid #E1EDFE;
  color: #687992;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  height: 100px;
  resize: none;
  width: 100%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .actions,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .actions,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .actions,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .actions,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .actions,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .actions,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .actions,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .actions .save_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .actions .save_user,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .actions .save_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .actions .save_user,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .actions .save_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .actions .save_user,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .actions .save_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .actions .save_user,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .actions .update_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .new_user_form .actions .update_user,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .actions .update_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .new_user_form .actions .update_user,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .actions .update_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .new_user_overlay .update_user_form .actions .update_user,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .actions .update_user,
body.page-id-63 .kyl_settings .tabs .tab_content .users .update_user_overlay .update_user_form .actions .update_user {
  background-color: transparent;
  color: #0089FF;
  margin: 6px 0 0 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
  float: right;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table {
  position: relative;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .table_row,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .table_row {
  padding: 14px 50px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .table_row .branch_name,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .table_row .branch_name {
  width: 25%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .table_row .username,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .table_row .username {
  width: 20%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .table_row .billing_party,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .table_row .billing_party {
  width: calc(55% - 50px);
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .table_row .options,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .table_row .options {
  background: transparent url('assets/images/options.svg') no-repeat center center;
  background-size: 22px;
  width: 50px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .table_head,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .table_head {
  background-color: #FFFFFF;
  position: sticky;
  top: 40px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .table_body .table_row.disabled .table_cell,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .table_body .table_row.disabled .table_cell {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .table_body .table_row .table_cell,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .table_body .table_row .table_cell {
  color: #687992;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .options_menu {
  background-color: #24374E;
  position: absolute;
  padding: 20px 25px;
  border-radius: 4px;
  display: none;
  z-index: 1;
  right: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .options_menu:before {
  background-color: #24374E;
  transform: rotate(45deg);
  left: calc(50% - 10px);
  display: inline-block;
  position: absolute;
  bottom: -4px;
  height: 20px;
  content: '';
  width: 20px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .options_menu p {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0 0 15px 0;
  cursor: pointer;
  color: #FFFFFF;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .users .table .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .users .table .options_menu p:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .actions,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .actions {
  padding: 15px 0 10px 0;
  text-align: right;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .actions .open_new_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .actions .open_new_number_range {
  background-color: #0089FF;
  border: 1px solid #0089FF;
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell {
  width: 25%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell.quantity,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell.quantity {
  width: 30%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell.type,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell.type {
  width: 20%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell.users,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell.users {
  width: calc(25% - 50px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell.options,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .table_row .table_cell.options {
  width: 50px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .options_menu,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .options_menu {
  background-color: #24374E;
  position: absolute;
  padding: 20px 25px;
  border-radius: 4px;
  display: none;
  z-index: 1;
  right: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .options_menu:before,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .options_menu:before {
  background-color: #24374E;
  transform: rotate(45deg);
  left: calc(50% - 10px);
  display: inline-block;
  position: absolute;
  bottom: -4px;
  height: 20px;
  content: '';
  width: 20px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .options_menu p,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .options_menu p {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0 0 15px 0;
  cursor: pointer;
  color: #FFFFFF;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .table .options_menu p:last-of-type,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .table .options_menu p:last-of-type {
  margin: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay {
  background-color: rgba(18, 21, 32, 0.5);
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  left: 0;
  top: 0;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form {
  transform: translate(-50%, 0);
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  position: absolute;
  padding: 30px;
  width: 460px;
  top: 160px;
  left: 50%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form .headline,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form .headline,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form .headline,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form .headline,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form .headline,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form .headline,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form .headline,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form .headline {
  color: #24374E;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form .close,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form .close,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form .close {
  background: transparent url('assets/images/cross.svg') no-repeat center center;
  background-size: 100%;
  position: absolute;
  border: none;
  height: 14px;
  width: 14px;
  right: 30px;
  top: 30px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form p,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form p,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form p {
  color: #687992;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form input,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form input,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form input {
  border: 1px solid #E1EDFE;
  color: #687992;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form input.invalid,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form input.invalid,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form input.invalid {
  border-color: #DA0035;
  color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form input.invalid::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form input.invalid::placeholder {
  color: #DA0035;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form input::placeholder,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form input::placeholder,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form input::placeholder {
  color: #9BA8BD;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form select,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form select,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form select,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form select,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form select,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form select {
  display: none;
}
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form .new_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form .new_number_range,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form .new_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form .new_number_range,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form .new_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form .new_number_range,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form .new_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form .new_number_range,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form .update_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .new_number_range_form .update_number_range,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form .update_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .new_number_range_form .update_number_range,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form .update_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .new_number_range_overlay .update_number_range_form .update_number_range,
body.parent-pageid-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form .update_number_range,
body.page-id-63 .kyl_settings .tabs .tab_content .number_ranges .update_number_range_overlay .update_number_range_form .update_number_range {
  background-color: transparent;
  color: #0089FF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
  float: right;
}
body.parent-pageid-63 .kyl_invoices .headline,
body.page-id-63 .kyl_invoices .headline {
  color: #24374E;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  font-family: 'Ubuntu Bold', sans-serif;
}
body.parent-pageid-63 .kyl_invoices .description,
body.page-id-63 .kyl_invoices .description {
  color: #687992;
  margin: 0 0 30px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_invoices .invoices .month,
body.page-id-63 .kyl_invoices .invoices .month {
  margin: 0 0 50px 0;
}
body.parent-pageid-63 .kyl_invoices .invoices .month .headline,
body.page-id-63 .kyl_invoices .invoices .month .headline {
  color: #24374E;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
}
body.parent-pageid-63 .kyl_invoices .invoices .month .table,
body.page-id-63 .kyl_invoices .invoices .month .table {
  position: relative;
}
body.parent-pageid-63 .kyl_invoices .invoices .month .table .table_row,
body.page-id-63 .kyl_invoices .invoices .month .table .table_row {
  padding: 12px 50px;
}
body.parent-pageid-63 .kyl_invoices .invoices .month .table .table_row .table_cell,
body.page-id-63 .kyl_invoices .invoices .month .table .table_row .table_cell {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  width: 30%;
}
body.parent-pageid-63 .kyl_invoices .invoices .month .table .table_row .table_cell.download,
body.page-id-63 .kyl_invoices .invoices .month .table .table_row .table_cell.download {
  text-align: center;
  width: 10%;
}
body.parent-pageid-63 .kyl_invoices .invoices .month .table .table_head,
body.page-id-63 .kyl_invoices .invoices .month .table .table_head {
  background-color: #FFFFFF;
  position: sticky;
  top: 40px;
}
body.parent-pageid-63 .kyl_invoices .invoices .month .table .table_body .table_row .table_cell.download a,
body.page-id-63 .kyl_invoices .invoices .month .table .table_body .table_row .table_cell.download a {
  background: transparent url('assets/images/download.svg') no-repeat center center;
  background-size: 12px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
body.parent-pageid-63 .kyl_admin_dashboard .greeting,
body.page-id-63 .kyl_admin_dashboard .greeting {
  color: #24374E;
  margin: 0 0 30px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 29px;
  font-size: 25px;
  font-family: 'Ubuntu Bold', sans-serif;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges.recharges,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges.recharges,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits.recharges,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits.recharges {
  margin: 0 0 40px;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary {
  background: linear-gradient(90deg, #0089FF 0%, #0063ED 100%);
  box-shadow: 0px 3px 6px #E1EDFE;
  border-radius: 20px;
  max-width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary.debit_summary,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary.debit_summary,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary.debit_summary,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary.debit_summary,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary.debit_summary,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary.debit_summary,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary.debit_summary,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary.debit_summary {
  background: linear-gradient(90deg, #687992 0%, #425A7B 100%);
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary .headline,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary .headline,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary .headline,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary .headline,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary .headline,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary .headline,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary .headline,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary .headline {
  text-align: left;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 13px;
  font-size: 12px;
  display: block;
  color: #FFFFFF;
  padding: 20px;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary .sum,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary .sum,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary .sum,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary .sum,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary .sum,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary .sum,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary .sum,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary .sum {
  padding: 0 20px 0 10px;
  text-align: right;
  font-family: 'Ubuntu Medium', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  margin: 0 0 5px;
  display: block;
  color: #FFFFFF;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary .date,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary .date,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary .date,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_summary .date,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary .date,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_summary .date,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary .date,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_summary .date {
  text-align: right;
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 11px;
  font-size: 10px;
  color: #FFFFFF;
  padding: 20px;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph {
  box-shadow: 0 3px 6px #E1EDFE;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 225px);
  flex: 0 0 calc(100% - 225px);
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 160px;
  padding: 20px;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph.debit_graph .graph .bars .bar,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph.debit_graph .graph .bars .bar,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph.debit_graph .graph .bars .bar,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph.debit_graph .graph .bars .bar,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph.debit_graph .graph .bars .bar,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph.debit_graph .graph .bars .bar,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph.debit_graph .graph .bars .bar,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph.debit_graph .graph .bars .bar {
  background: linear-gradient(180deg, #687992 0%, #425A7B 100%);
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .bars,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .bars,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph .graph .bars,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph .graph .bars,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph .graph .bars,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph .graph .bars,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .bars,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .bars {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  flex-wrap: nowrap;
  height: 95px;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .bars .bar,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .bars .bar,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph .graph .bars .bar,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph .graph .bars .bar,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph .graph .bars .bar,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph .graph .bars .bar,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .bars .bar,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .bars .bar {
  background: linear-gradient(180deg, #0089FF 0%, #0063ED 100%);
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin: 0 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 17 - 22px);
  flex: 0 0 calc(100% / 17 - 22px);
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .labels,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .labels,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph .graph .labels,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph .graph .labels,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph .graph .labels,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph .graph .labels,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .labels,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .labels {
  border-top: 1px solid #E1EDFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .labels .label,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .labels .label,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph .graph .labels .label,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .recharge_graph .graph .labels .label,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph .graph .labels .label,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .recharges .debit_graph .graph .labels .label,
body.parent-pageid-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .labels .label,
body.page-id-63 .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .labels .label {
  display: inline-block;
  text-align: center;
  color: #0089FF;
  font-family: 'Ubuntu Medium', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 11px;
  font-size: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 17);
  flex: 0 0 calc(100% / 17);
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions,
body.page-id-63 .kyl_admin_dashboard .current_transactions {
  margin: 40px 0;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .headline_container,
body.page-id-63 .kyl_admin_dashboard .current_transactions .headline_container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .headline_container .headline,
body.page-id-63 .kyl_admin_dashboard .current_transactions .headline_container .headline {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound,
body.page-id-63 .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound {
  background-size: 100% !important;
  height: 20px;
  border: none;
  width: 20px;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound.sound_on,
body.page-id-63 .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound.sound_on {
  background: transparent url('assets/images/volume_on.svg') no-repeat center center;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound.sound_off,
body.page-id-63 .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound.sound_off {
  background: transparent url('assets/images/volume_off.svg') no-repeat center center;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .table,
body.page-id-63 .kyl_admin_dashboard .current_transactions .table {
  position: relative;
  margin: 20px 0 0;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .table .table_head,
body.page-id-63 .kyl_admin_dashboard .current_transactions .table .table_head {
  background-color: #FFFFFF;
  position: sticky;
  top: 40px;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .table .table_row.recharge .table_cell.amount,
body.page-id-63 .kyl_admin_dashboard .current_transactions .table .table_row.recharge .table_cell.amount {
  color: #0089FF;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .table .table_row .table_cell,
body.page-id-63 .kyl_admin_dashboard .current_transactions .table .table_row .table_cell {
  width: 20%;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .table .table_row .table_cell.username,
body.page-id-63 .kyl_admin_dashboard .current_transactions .table .table_row .table_cell.username {
  width: 15%;
}
body.parent-pageid-63 .kyl_admin_dashboard .current_transactions .table .table_row .table_cell.voucher_code,
body.page-id-63 .kyl_admin_dashboard .current_transactions .table .table_row .table_cell.voucher_code {
  width: 25%;
}
body.parent-pageid-63 .kyl_bulk_processing .header_container .headline,
body.page-id-63 .kyl_bulk_processing .header_container .headline {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  color: #24374E;
  margin: 0 0 15px 0;
  font-family: 'Ubuntu Bold', sans-serif;
}
body.parent-pageid-63 .kyl_bulk_processing .header_container .description,
body.page-id-63 .kyl_bulk_processing .header_container .description {
  color: #687992;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .actions,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .actions {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .actions button,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .actions button {
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .actions button:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .actions button:disabled {
  background-color: #D1D1D1;
  cursor: not-allowed;
  color: #5D5D5D;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_row .voucher_code,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_row .voucher_code {
  min-width: 240px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_row .current_value,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_row .current_value {
  min-width: 180px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_row .new_value,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_row .new_value {
  width: calc(100% - 470px);
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_body .table_row .options,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_body .table_row .options {
  width: 50px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .table .options_menu,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .table .options_menu {
  right: 10px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_actions,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_actions .submit_reset_vouchers,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_actions .submit_reset_vouchers {
  margin: 15px 0 0 0;
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_actions .submit_reset_vouchers:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .table .table_actions .submit_reset_vouchers:disabled {
  background-color: #D1D1D1;
  cursor: not-allowed;
  color: #5D5D5D;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form {
  width: 460px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input {
  border: 1px solid #E1EDFE;
  color: #9BA8BD;
  border-radius: 4px;
  padding: 11px 15px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input.invalid,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input.invalid {
  border-color: #DA0035 !important;
  color: #DA0035 !important;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input.invalid::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input.invalid::placeholder {
  color: #DA0035 !important;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input:disabled {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #687992;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form input::placeholder {
  color: #9BA8BD;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form p,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form p {
  color: #687992;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form .actions,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form .actions {
  padding: 0;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form .actions button,
body.page-id-63 .kyl_bulk_processing .tabs .reset_vouchers .add_voucher_form .actions button {
  background: transparent;
  color: #0089FF;
  border: none;
  padding: 0;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .actions,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .actions {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .actions .amount,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .actions .amount {
  border: 1px solid #E1EDFE;
  color: #9BA8BD;
  padding: 11px 15px;
  margin: 0 15px 0 0;
  border-radius: 4px;
  max-width: 128px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .actions .amount::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .actions .amount::placeholder {
  color: #9BA8BD;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .actions .billing_party,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .actions .billing_party {
  border: 1px solid #E1EDFE;
  background: #FFFFFF url('assets/images/arrow_down.svg') no-repeat right 10px center;
  color: #9BA8BD;
  padding: 11px 38px 11px 15px;
  margin: 0 15px 0 0;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .actions .billing_party::-ms-expand,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .actions .billing_party::-ms-expand {
  display: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .actions .open_add_voucher,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .actions .open_add_voucher {
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .actions .open_add_voucher:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .actions .open_add_voucher:disabled {
  background-color: #D1D1D1;
  cursor: not-allowed;
  color: #5D5D5D;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .table_row .voucher_code,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .table_row .voucher_code {
  min-width: 240px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .table_row .current_value,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .table_row .current_value {
  min-width: 180px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .table_row .new_value,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .table_row .new_value {
  width: calc(100% - 470px);
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .table_body .table_row .options,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .table_body .table_row .options {
  width: 50px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .options_menu,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .options_menu {
  right: 10px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .table_actions,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .table_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .table_actions .submit_recharge_all_vouchers,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .table_actions .submit_recharge_all_vouchers {
  margin: 15px 0 0 0;
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .table_actions .submit_recharge_all_vouchers:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .table_actions .submit_recharge_all_vouchers:disabled {
  background-color: #D1D1D1;
  cursor: not-allowed;
  color: #5D5D5D;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form {
  width: 460px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input {
  border: 1px solid #E1EDFE;
  color: #9BA8BD;
  border-radius: 4px;
  padding: 11px 15px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input.invalid,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input.invalid {
  border-color: #DA0035 !important;
  color: #DA0035 !important;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input.invalid::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input.invalid::placeholder {
  color: #DA0035 !important;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input:disabled {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #687992;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form input::placeholder {
  color: #9BA8BD;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form p,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form p {
  color: #687992;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form .actions,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form .actions {
  padding: 0;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form .actions button,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_all .add_voucher_form .actions button {
  background: transparent;
  color: #0089FF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
  padding: 0;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .actions,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .actions {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .actions .open_add_voucher,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .actions .open_add_voucher {
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .actions .open_add_voucher:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .actions .open_add_voucher:disabled {
  background-color: #D1D1D1;
  cursor: not-allowed;
  color: #5D5D5D;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .table_row .voucher_code,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .table_row .voucher_code {
  width: 240px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .table_row .current_value,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .table_row .current_value {
  width: 180px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .table_row .new_value,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .table_row .new_value {
  width: 180px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .table_row .billing_party,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .table_row .billing_party {
  width: calc(100% - 650px);
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .table_body .table_row .options,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .table_body .table_row .options {
  width: 50px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .table_actions,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .table_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .table_actions .submit_recharge_individually,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .table_actions .submit_recharge_individually {
  margin: 15px 0 0 0;
  background-color: #0089FF;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .table_actions .submit_recharge_individually:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .table_actions .submit_recharge_individually:disabled {
  background-color: #D1D1D1;
  cursor: not-allowed;
  color: #5D5D5D;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form {
  width: 460px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input {
  border: 1px solid #E1EDFE;
  color: #9BA8BD;
  border-radius: 4px;
  padding: 11px 15px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input.invalid,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input.invalid,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input.invalid,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input.invalid {
  border-color: #DA0035 !important;
  color: #DA0035 !important;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input.invalid::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input.invalid::placeholder,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input.invalid::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input.invalid::placeholder {
  color: #DA0035 !important;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input:disabled,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input:disabled,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input:disabled {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #687992;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form input::placeholder,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input::placeholder,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form input::placeholder {
  color: #9BA8BD;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form select,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form select,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form select,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form select {
  background: #FFFFFF url('assets/images/arrow_down.svg') no-repeat right 10px center;
  border: 1px solid #E1EDFE;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9BA8BD;
  border-radius: 4px;
  padding: 11px 15px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  display: block;
  width: 100%;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form select::-ms-expand,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form select::-ms-expand,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form select::-ms-expand,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form select::-ms-expand {
  display: none;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form select.invalid,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form select.invalid,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form select.invalid,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form select.invalid {
  border-color: #DA0035;
  color: #DA0035;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form p,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form p,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form p,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form p {
  color: #687992;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form .actions,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form .actions,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form .actions,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form .actions {
  padding: 0;
}
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form .actions button,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .add_voucher_form .actions button,
body.parent-pageid-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form .actions button,
body.page-id-63 .kyl_bulk_processing .tabs .recharge_individually .edit_voucher_form .actions button {
  background: transparent;
  color: #0089FF;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  border: none;
  padding: 0;
}
body.parent-pageid-63 .kyl_pending_transactions .headline_container .headline,
body.page-id-63 .kyl_pending_transactions .headline_container .headline {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  color: #24374E;
  margin: 0 0 15px 0;
  font-family: 'Ubuntu Bold', sans-serif;
}
body.parent-pageid-63 .kyl_pending_transactions .headline_container .description,
body.page-id-63 .kyl_pending_transactions .headline_container .description {
  color: #687992;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  margin: 0;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .tab_nav,
body.page-id-63 .kyl_pending_transactions .tabs .tab_nav {
  margin: 0 0 20px 0;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending.completed .state.completed,
body.page-id-63 .kyl_pending_transactions .tabs .pending.completed .state.completed,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed.completed .state.completed,
body.page-id-63 .kyl_pending_transactions .tabs .completed.completed .state.completed {
  background: rgba(0, 137, 255, 0.25) url('assets/images/checkbox_checkmark.svg') no-repeat center center;
  background-size: 8px;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending.completed .state.declined,
body.page-id-63 .kyl_pending_transactions .tabs .pending.completed .state.declined,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed.completed .state.declined,
body.page-id-63 .kyl_pending_transactions .tabs .completed.completed .state.declined {
  background: rgba(0, 137, 255, 0.25) url('assets/images/cross_blue.svg') no-repeat center center;
  background-size: 8px;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_head .state,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_head .state,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_head .state,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_head .state,
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_head .info,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_head .info,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_head .info,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_head .info {
  background: none !important;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .options_menu,
body.page-id-63 .kyl_pending_transactions .tabs .pending .options_menu,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .options_menu,
body.page-id-63 .kyl_pending_transactions .tabs .completed .options_menu {
  right: -14px;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .table_cell:not(.state, .options, .info),
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .table_cell:not(.state, .options, .info),
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .table_cell:not(.state, .options, .info),
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .table_cell:not(.state, .options, .info) {
  padding: 0 10px 0 0;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .state,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .state,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .state,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .state {
  background: rgba(0, 137, 255, 0.25) url('assets/images/dots_blue.svg') no-repeat center center;
  background-size: 10px;
  border-radius: 100%;
  margin: 0 20px 0 0;
  border: none;
  height: 18px;
  width: 18px;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .date,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .date,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .date,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .date {
  width: calc(22% - 48px);
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .voucher_number,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .voucher_number,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .voucher_number,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .voucher_number {
  width: 40%;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .transaction_value,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .transaction_value,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .transaction_value,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .transaction_value {
  width: 14%;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .user,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .user,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .user,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .user {
  width: calc(24% - 50px);
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .info,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .info,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .info,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .info {
  background-size: contain;
  position: relative;
  margin: 0 20px 0 0;
  overflow: visible;
  height: 18px;
  width: 18px;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .info.has_content,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .info.has_content,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .info.has_content,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .info.has_content {
  background: transparent url('assets/images/info.svg') no-repeat center center;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .info:hover .note_box,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .info:hover .note_box,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .info:hover .note_box,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .info:hover .note_box {
  display: block !important;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .info .note_box,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .info .note_box,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .info .note_box,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .info .note_box {
  transform: translate(0, -50px);
  background: #24374E;
  white-space: break-spaces;
  position: absolute;
  border-radius: 4px;
  max-width: 300px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px;
  display: none;
  bottom: -22px;
  right: -40px;
  z-index: 2;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .info .note_box:before,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .info .note_box:before,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .info .note_box:before,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .info .note_box:before {
  background-color: #24374E;
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  height: 10px;
  content: '';
  width: 10px;
  right: 45px;
}
body.parent-pageid-63 .kyl_pending_transactions .tabs .pending .table_row .options,
body.page-id-63 .kyl_pending_transactions .tabs .pending .table_row .options,
body.parent-pageid-63 .kyl_pending_transactions .tabs .completed .table_row .options,
body.page-id-63 .kyl_pending_transactions .tabs .completed .table_row .options {
  width: 22px;
}
body.page-id-63.dark,
body.parent-pageid-63.dark {
  background-color: #121520 !important;
}
body.page-id-63.dark h1,
body.parent-pageid-63.dark h1 {
  color: #FFFFFF !important;
}
body.page-id-63.dark .table .table_head,
body.parent-pageid-63.dark .table .table_head {
  background-color: #3B3B3B !important;
}
body.page-id-63.dark .table .table_head .table_row,
body.parent-pageid-63.dark .table .table_head .table_row {
  box-shadow: 0 3px 6px #1E1E1E !important;
}
body.page-id-63.dark .table .table_head .table_row .table_cell,
body.parent-pageid-63.dark .table .table_head .table_row .table_cell,
body.page-id-63.dark .table .table_head .table_row .label,
body.parent-pageid-63.dark .table .table_head .table_row .label {
  color: #FFFFFF !important;
}
body.page-id-63.dark .table .table_body .table_row,
body.parent-pageid-63.dark .table .table_body .table_row {
  background-color: #2C2C2C !important;
}
body.page-id-63.dark .table .table_body .table_row .amount,
body.parent-pageid-63.dark .table .table_body .table_row .amount {
  color: #48E6EB !important;
}
body.page-id-63.dark .table .table_body .table_row .options,
body.parent-pageid-63.dark .table .table_body .table_row .options {
  background-image: url('assets/images/options_dark.svg') !important;
}
body.page-id-63.dark .table .table_body .table_row .download a,
body.parent-pageid-63.dark .table .table_body .table_row .download a {
  background-image: url('assets/images/download_dark.svg') !important;
}
body.page-id-63.dark .table .table_body .table_row:hover,
body.parent-pageid-63.dark .table .table_body .table_row:hover {
  background-color: #3B3B3B !important;
}
body.page-id-63.dark .table .table_row,
body.parent-pageid-63.dark .table .table_row {
  border-bottom: 2px solid #121520 !important;
}
body.page-id-63.dark .table .table_row .table_cell,
body.parent-pageid-63.dark .table .table_row .table_cell {
  color: #FFFFFF !important;
}
body.page-id-63.dark .overlay .form,
body.parent-pageid-63.dark .overlay .form {
  background-color: #2C2C2C !important;
  border-color: #2C2C2C !important;
}
body.page-id-63.dark .overlay .form .close,
body.parent-pageid-63.dark .overlay .form .close {
  background-image: url('assets/images/cross_dark.svg') !important;
}
body.page-id-63.dark .overlay .form p,
body.parent-pageid-63.dark .overlay .form p {
  color: #FFFFFF !important;
}
body.page-id-63.dark .overlay .form input,
body.parent-pageid-63.dark .overlay .form input,
body.page-id-63.dark .overlay .form select,
body.parent-pageid-63.dark .overlay .form select,
body.page-id-63.dark .overlay .form textarea,
body.parent-pageid-63.dark .overlay .form textarea {
  background-color: #555555 !important;
  border-color: #2C2C2C !important;
  color: #C1C1C1 !important;
}
body.page-id-63.dark .overlay .form input.invalid,
body.parent-pageid-63.dark .overlay .form input.invalid,
body.page-id-63.dark .overlay .form select.invalid,
body.parent-pageid-63.dark .overlay .form select.invalid,
body.page-id-63.dark .overlay .form textarea.invalid,
body.parent-pageid-63.dark .overlay .form textarea.invalid {
  border-color: #DA0035 !important;
  color: #DA0035 !important;
}
body.page-id-63.dark .overlay .form input.invalid::placeholder,
body.parent-pageid-63.dark .overlay .form input.invalid::placeholder,
body.page-id-63.dark .overlay .form select.invalid::placeholder,
body.parent-pageid-63.dark .overlay .form select.invalid::placeholder,
body.page-id-63.dark .overlay .form textarea.invalid::placeholder,
body.parent-pageid-63.dark .overlay .form textarea.invalid::placeholder {
  color: #DA0035 !important;
}
body.page-id-63.dark .overlay .form input::placeholder,
body.parent-pageid-63.dark .overlay .form input::placeholder,
body.page-id-63.dark .overlay .form select::placeholder,
body.parent-pageid-63.dark .overlay .form select::placeholder,
body.page-id-63.dark .overlay .form textarea::placeholder,
body.parent-pageid-63.dark .overlay .form textarea::placeholder {
  color: #C1C1C1 !important;
}
body.page-id-63.dark .overlay .form button,
body.parent-pageid-63.dark .overlay .form button {
  color: #48E6EB !important;
}
body.page-id-63.dark .options_menu,
body.parent-pageid-63.dark .options_menu {
  background-color: #48E6EB !important;
}
body.page-id-63.dark .options_menu:before,
body.parent-pageid-63.dark .options_menu:before {
  background-color: #48E6EB !important;
}
body.page-id-63.dark .select2,
body.parent-pageid-63.dark .select2 {
  background-color: #555555 !important;
  border: 1px solid #2C2C2C !important;
}
body.page-id-63.dark .select2 .selection .select2-selection,
body.parent-pageid-63.dark .select2 .selection .select2-selection {
  background-color: #555555 !important;
}
body.page-id-63.dark .select2 .selection .select2-selection.select2-selection--single,
body.parent-pageid-63.dark .select2 .selection .select2-selection.select2-selection--single {
  background-color: #555555 !important;
}
body.page-id-63.dark .select2 .selection .select2-selection.select2-selection--single span,
body.parent-pageid-63.dark .select2 .selection .select2-selection.select2-selection--single span {
  color: #C1C1C1 !important;
}
body.page-id-63.dark .select2 .selection .select2-selection .select2-selection__rendered,
body.parent-pageid-63.dark .select2 .selection .select2-selection .select2-selection__rendered {
  color: #C1C1C1 !important;
}
body.page-id-63.dark .select2::placeholder,
body.parent-pageid-63.dark .select2::placeholder {
  color: #C1C1C1 !important;
}
body.page-id-63.dark .select2-container .select2-dropdown,
body.parent-pageid-63.dark .select2-container .select2-dropdown {
  border: 1px solid #2C2C2C !important;
}
body.page-id-63.dark .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option,
body.parent-pageid-63.dark .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  color: #C1C1C1 !important;
  background-color: #3B3B3B !important;
}
body.page-id-63.dark .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"],
body.parent-pageid-63.dark .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"],
body.page-id-63.dark .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
body.parent-pageid-63.dark .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #555555 !important;
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_summary,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_summary {
  background: transparent linear-gradient(270deg, #4541B7 0%, #5A54EB 100%) 0 0 no-repeat !important;
  box-shadow: 0px 3px 7px #1E1E1E !important;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_graph,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_graph {
  background-color: #3B3B3B !important;
  box-shadow: 0 3px 7px #1E1E1E !important;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .bars .bar,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .bars .bar {
  background: transparent linear-gradient(0deg, #4541B7 0%, #5A54EB 100%) 0 0 no-repeat;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .labels,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .labels {
  border-top: 1px solid #7671FF !important;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .labels .label,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .debits .debit_graph .graph .labels .label {
  color: #7671FF !important;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_summary {
  background: transparent linear-gradient(90deg, #3ACED3 0%, #12AEB4 100%) 0 0 no-repeat !important;
  box-shadow: 0 3px 7px #1E1E1E !important;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph {
  background-color: #3B3B3B !important;
  box-shadow: 0 3px 7px #1E1E1E !important;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .bars .bar,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .bars .bar {
  background: transparent linear-gradient(180deg, #3ACED3 0%, #12AEB4 100%) 0 0 no-repeat;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .labels,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .labels {
  border-top: 1px solid #48E6EB !important;
}
body.page-id-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .labels .label,
body.parent-pageid-63.dark .kyl_admin_dashboard .voucher_statistics .recharges .recharge_graph .graph .labels .label {
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_admin_dashboard .current_transactions .headline_container .headline,
body.parent-pageid-63.dark .kyl_admin_dashboard .current_transactions .headline_container .headline {
  color: #FFFFFF;
}
body.page-id-63.dark .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound.sound_off,
body.parent-pageid-63.dark .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound.sound_off {
  background-image: url('assets/images/volume_off_dark.svg') !important;
}
body.page-id-63.dark .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound.sound_on,
body.parent-pageid-63.dark .kyl_admin_dashboard .current_transactions .headline_container .toggle_sound.sound_on {
  background-image: url('assets/images/volume_on_dark.svg') !important;
}
body.page-id-63.dark .kyl_admin_dashboard .current_transactions .table .table_row .amount,
body.parent-pageid-63.dark .kyl_admin_dashboard .current_transactions .table .table_row .amount {
  color: #FFFFFF !important;
}
body.page-id-63.dark .kyl_admin_dashboard .current_transactions .table .table_row.recharge .amount,
body.parent-pageid-63.dark .kyl_admin_dashboard .current_transactions .table .table_row.recharge .amount {
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_invoices .headline,
body.parent-pageid-63.dark .kyl_invoices .headline,
body.page-id-63.dark .kyl_invoices .description,
body.parent-pageid-63.dark .kyl_invoices .description {
  color: #FFFFFF !important;
}
body.page-id-63.dark .kyl_vouchers .headline,
body.parent-pageid-63.dark .kyl_vouchers .headline,
body.page-id-63.dark .kyl_vouchers .description,
body.parent-pageid-63.dark .kyl_vouchers .description {
  color: #FFFFFF !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_nav,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_nav {
  border-color: #FFFFFF;
  position: relative;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_nav .tab_nav_item,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_nav .tab_nav_item {
  position: relative;
  color: #FFFFFF;
  bottom: -1px;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_nav .tab_nav_item.active,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_nav .tab_nav_item.active {
  border-color: #48E6EB;
  color: #48E6EB;
  font-family: 'Ubuntu Medium', sans-serif;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .search_container,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .search_container {
  background-color: #3B3B3B !important;
  box-shadow: 0 3px 7px #1E1E1E !important;
  border: none;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .search_container .search_button,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .search_container .search_button {
  background-color: #48E6EB !important;
  border-color: #48E6EB !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head {
  box-shadow: 0 3px 7px #1E1E1E !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info .voucher_code,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info .voucher_code {
  color: #FFFFFF !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info .voucher_credit,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .voucher_info .voucher_credit {
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions .open_recharge_voucher,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions .open_recharge_voucher,
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions .open_debit_voucher,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .transactions .table .table_head .voucher_actions .actions .open_debit_voucher {
  background-color: #48E6EB !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .form .recharge_voucher,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .form .recharge_voucher,
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .vouchers .form .debit_voucher,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .vouchers .form .debit_voucher {
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .recharge_actions .open_new_auto_recharge,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .recharge_actions .open_new_auto_recharge {
  background-color: #48E6EB !important;
  border-color: #48E6EB !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .form button,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .form button {
  background-color: transparent !important;
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .form .email_notification label,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .form .email_notification label {
  color: #C1C1C1;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .form .email_notification label:before,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .form .email_notification label:before {
  border-color: #48E6EB !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .form .email_notification label.checked:before,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .auto_recharge .form .email_notification label.checked:before {
  background-image: url('assets/images/checkbox_checkmark_dark.svg') !important;
}
body.page-id-63.dark .kyl_vouchers .tabs .tab_content .dig_vouchers .actions .open_dig_voucher,
body.parent-pageid-63.dark .kyl_vouchers .tabs .tab_content .dig_vouchers .actions .open_dig_voucher {
  background-color: #48E6EB !important;
  border-color: #48E6EB !important;
}
body.page-id-63.dark .kyl_transactions .headline,
body.parent-pageid-63.dark .kyl_transactions .headline,
body.page-id-63.dark .kyl_transactions .description,
body.parent-pageid-63.dark .kyl_transactions .description {
  color: #FFFFFF !important;
}
body.page-id-63.dark .kyl_transactions .table .filters .search,
body.parent-pageid-63.dark .kyl_transactions .table .filters .search {
  border-color: #3B3B3B !important;
  background-color: #555555 !important;
}
body.page-id-63.dark .kyl_transactions .table .filters input,
body.parent-pageid-63.dark .kyl_transactions .table .filters input {
  border-color: #3B3B3B !important;
  background-color: #555555 !important;
  color: #C1C1C1 !important;
}
body.page-id-63.dark .kyl_transactions .table .filters input::placeholder,
body.parent-pageid-63.dark .kyl_transactions .table .filters input::placeholder {
  color: #C1C1C1 !important;
}
body.page-id-63.dark .kyl_transactions .table .table_body .amount,
body.parent-pageid-63.dark .kyl_transactions .table .table_body .amount {
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_transactions .table .table_body .options,
body.parent-pageid-63.dark .kyl_transactions .table .table_body .options {
  line-height: 14px !important;
}
body.page-id-63.dark .kyl_transactions .table .table_body .options .options_menu,
body.parent-pageid-63.dark .kyl_transactions .table .table_body .options .options_menu {
  background: none !important;
}
body.page-id-63.dark .kyl_transactions .table .table_body .options .options_menu .view_voucher,
body.parent-pageid-63.dark .kyl_transactions .table .table_body .options .options_menu .view_voucher {
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_settings .headline,
body.parent-pageid-63.dark .kyl_settings .headline,
body.page-id-63.dark .kyl_settings .description,
body.parent-pageid-63.dark .kyl_settings .description {
  color: #FFFFFF !important;
}
body.page-id-63.dark .kyl_settings .tabs .tab_nav .tab_nav_item,
body.parent-pageid-63.dark .kyl_settings .tabs .tab_nav .tab_nav_item {
  color: #FFFFFF !important;
}
body.page-id-63.dark .kyl_settings .tabs .tab_nav .tab_nav_item.active,
body.parent-pageid-63.dark .kyl_settings .tabs .tab_nav .tab_nav_item.active {
  border-color: #48E6EB !important;
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_settings .tabs .tab_content .actions button,
body.parent-pageid-63.dark .kyl_settings .tabs .tab_content .actions button {
  background-color: #48E6EB !important;
  border-color: #48E6EB !important;
}
body.page-id-63.dark .kyl_navigation .top_bar,
body.parent-pageid-63.dark .kyl_navigation .top_bar {
  background-color: #5D5D5D !important;
}
body.page-id-63.dark .kyl_navigation .top_bar a,
body.parent-pageid-63.dark .kyl_navigation .top_bar a {
  color: white !important;
}
body.page-id-63.dark .kyl_navigation .top_bar a:hover,
body.parent-pageid-63.dark .kyl_navigation .top_bar a:hover {
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item.current_page_item > a,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item.current_page_item > a,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item.current_page_item > a,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item.current_page_item > a,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li.current_page_item > a,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li.current_page_item > a,
body.page-id-63.dark .kyl_navigation .navigation ul li.current_page_item > a,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li.current_page_item > a {
  background-color: #3B3B3B !important;
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item.current_page_parent > a,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item.current_page_parent > a,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item.current_page_parent > a,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item.current_page_parent > a,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li.current_page_parent > a,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li.current_page_parent > a,
body.page-id-63.dark .kyl_navigation .navigation ul li.current_page_parent > a,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li.current_page_parent > a {
  background-color: #3B3B3B !important;
}
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item .sub-menu .current_page_item a,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item .sub-menu .current_page_item a,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item .sub-menu .current_page_item a,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item .sub-menu .current_page_item a,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li .sub-menu .current_page_item a,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li .sub-menu .current_page_item a,
body.page-id-63.dark .kyl_navigation .navigation ul li .sub-menu .current_page_item a,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li .sub-menu .current_page_item a {
  background-color: transparent !important;
  color: #48E6EB !important;
}
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item .nav_link,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item .nav_link,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item .nav_link,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item .nav_link,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li .nav_link,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li .nav_link,
body.page-id-63.dark .kyl_navigation .navigation ul li .nav_link,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li .nav_link,
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item a,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item a,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item a,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item a,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li a,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li a,
body.page-id-63.dark .kyl_navigation .navigation ul li a,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li a {
  color: #FFFFFF !important;
}
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item .nav_link:hover,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item .nav_link:hover,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item .nav_link:hover,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item .nav_link:hover,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li .nav_link:hover,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li .nav_link:hover,
body.page-id-63.dark .kyl_navigation .navigation ul li .nav_link:hover,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li .nav_link:hover,
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item a:hover,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item a:hover,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item a:hover,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item a:hover,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li a:hover,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li a:hover,
body.page-id-63.dark .kyl_navigation .navigation ul li a:hover,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li a:hover {
  background-color: #3B3B3B !important;
}
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item .nav_link.active,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item .nav_link.active,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item .nav_link.active,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item .nav_link.active,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li .nav_link.active,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li .nav_link.active,
body.page-id-63.dark .kyl_navigation .navigation ul li .nav_link.active,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li .nav_link.active,
body.page-id-63.dark .kyl_navigation .navigation .nav_list .nav_item a.active,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list .nav_item a.active,
body.page-id-63.dark .kyl_navigation .navigation ul .nav_item a.active,
body.parent-pageid-63.dark .kyl_navigation .navigation ul .nav_item a.active,
body.page-id-63.dark .kyl_navigation .navigation .nav_list li a.active,
body.parent-pageid-63.dark .kyl_navigation .navigation .nav_list li a.active,
body.page-id-63.dark .kyl_navigation .navigation ul li a.active,
body.parent-pageid-63.dark .kyl_navigation .navigation ul li a.active {
  background-color: #3B3B3B !important;
  color: #48E6EB !important;
}
* {
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif;
  user-select: none;
  touch-action: manipulation;
  outline: none;
}
.elementor-element-populated {
  padding: 0 !important;
}
.voucher_code_manual_input {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 60px;
}
body {
  background-color: #121520;
  margin: 0;
  overflow: hidden;
}
button {
  user-select: none;
  cursor: pointer;
  outline: none;
}
input {
  outline: none;
}
.hidden {
  display: none;
}
.loading_indicator {
  display: inline-block;
  position: relative;
  height: 280px;
  width: 280px;
}
.loading_indicator.hidden {
  display: none;
}
.loading_indicator:after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #FFFFFF;
  border-color: #FFFFFF transparent transparent transparent;
  animation: spin_indicator 1.2s linear infinite;
}
@keyframes spin_indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.input_pad .numbers {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.input_pad .numbers .number_button {
  background-color: #F5F5F5 !important;
  border-radius: 100% !important;
  width: 100px !important;
  font-size: 60px !important;
  color: #121520 !important;
  height: 100px !important;
}
.input_pad .numbers .number_button:hover {
  background-color: #F5F5F5 !important;
}
.input_pad .numbers .number_button.remove {
  background: #F5F5F5 url('assets/images/cross_red.svg') no-repeat center center;
  background-size: 28px;
}
.kyl_main_menu {
  position: relative;
  height: 100vh;
}
.kyl_main_menu .loading_indicator {
  position: absolute;
  height: 500px;
  width: 500px;
  z-index: 20;
  left: 50%;
  top: 50%;
  transform: translate(-250px, -250px);
}
.kyl_main_menu button {
  border: transparent solid 1px;
  background-color: #959595;
  border-radius: 25px;
  margin: 0 0 25px 0;
  user-select: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  outline: none;
  color: #FFFFFF;
  padding: 16px;
  width: 100%;
}
.kyl_main_menu button:disabled {
  background-color: #959595 !important;
}
.kyl_main_menu button.switch_camera {
  background-position: center center;
  background-image: url('assets/images/flip.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 0 auto 30px;
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  right: 20px;
  z-index: 1;
  top: 20px;
}
.kyl_main_menu button.switch_scanner {
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 13px;
  font-size: 12px;
  display: block;
  height: 30px;
  width: 30px;
  left: 20px;
  padding: 0;
  z-index: 1;
  top: 20px;
  margin: 0;
}
.kyl_main_menu button:last-of-type {
  margin: 0;
}
.kyl_main_menu button.blue {
  background-color: #2256F2;
}
.kyl_main_menu button.blue:hover {
  background-color: #102973;
}
.kyl_main_menu button:hover {
  background-color: #102973;
}
.kyl_main_menu .navigation {
  transition: all 0.1s ease-in-out;
  position: relative;
  padding: 56px 60px;
  color: #FFFFFF;
  width: 100%;
  z-index: 1;
}
.kyl_main_menu .navigation .back {
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  color: inherit;
  left: 60px;
  top: 56px;
}
.kyl_main_menu .navigation .home {
  background: transparent url('assets/images/home_white.svg') no-repeat center center;
  background-size: 34px;
  display: inline-block;
  height: 25px;
  width: 30px;
}
.kyl_main_menu .navigation.home {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kyl_main_menu .navigation.home .header_image {
  max-width: 130px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.kyl_main_menu .navigation.home .logout_link {
  background: transparent url('assets/images/logout.svg') no-repeat right center;
  background-size: 20px;
  display: inline-block;
  padding-right: 30px;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  color: #FFFFFF;
  right: 60px;
  top: 56px;
}
.kyl_main_menu .content_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.kyl_main_menu .content_area .content_header {
  position: relative;
  margin: 0 0 35px 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  color: #FFFFFF;
}
.kyl_main_menu .content_area .content_body {
  background-color: #FFFFFF;
  border-radius: 70px 70px 0 0;
  padding: 60px;
}
.kyl_main_menu .message_overlay {
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.kyl_main_menu .message_overlay:before {
  position: relative;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
}
.kyl_main_menu .message_overlay .message_container {
  background-color: #FFFFFF;
  border-radius: 25px;
  position: absolute;
  margin: 0 auto;
  display: block;
  max-width: 80%;
  padding: 20px;
  width: 100%;
  right: 0;
  top: 35%;
  left: 0;
}
.kyl_main_menu .message_overlay .message_container .message {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  margin: 20px 0 40px;
  display: block;
  width: 100%;
}
#ean_scanner,
#qr_scanner,
#scanner {
  background-color: #121520;
  border-radius: 30px;
  margin: 0 auto 120px;
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 648px;
}
#ean_scanner:before,
#qr_scanner:before,
#scanner:before {
  background-color: transparent;
  border: 2px solid #DA0035;
  border-radius: 30px;
  position: absolute;
  content: '';
  height: 80%;
  width: 86%;
  left: 7%;
  top: 10%;
}
#ean_scanner .loading_overlay,
#qr_scanner .loading_overlay,
#scanner .loading_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#ean_scanner .loading_overlay.hidden,
#qr_scanner .loading_overlay.hidden,
#scanner .loading_overlay.hidden {
  display: none;
}
#ean_scanner .loading_overlay.error span,
#qr_scanner .loading_overlay.error span,
#scanner .loading_overlay.error span {
  color: #DA0035;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
}
#ean_scanner .loading_overlay .loading_indicator,
#qr_scanner .loading_overlay .loading_indicator,
#scanner .loading_overlay .loading_indicator {
  height: 300px;
  width: 300px;
  transform: translate(-50%, -50%);
}
#ean_scanner canvas,
#qr_scanner canvas,
#scanner canvas {
  display: none;
}
.content_area.home .content_body {
  min-height: 604px;
}
.voucher_credit:not(.debit_credit_amount, .recharge_credit_amount) {
  transform: translateX(-50%);
  position: absolute;
  color: #FFFFFF;
  top: 130px;
  left: 50%;
}
.voucher_credit:not(.debit_credit_amount, .recharge_credit_amount) .label {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  font-size: 25px;
  text-align: center;
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
}
.voucher_credit:not(.debit_credit_amount, .recharge_credit_amount) .value {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 80px;
  text-align: center;
  display: block;
  width: 100%;
}
.navigation.cash_total_input_pad {
  color: #FFFFFF;
  position: relative;
  padding: 56px 60px;
}
.navigation.cash_total_input_pad .back {
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  color: #FFFFFF;
  left: 60px;
  top: 56px;
}
.navigation.cash_total_input_pad .cash_total {
  text-align: center;
}
.navigation.cash_total_input_pad .cash_total .headline {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  display: block;
}
.navigation.cash_total_input_pad .cash_total .cash_total_input {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 60px;
}
.content_area.cash_total_input_pad .content_body {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.navigation.voucher_scanner {
  text-align: center;
}
.content_area.voucher_scanner .content_body .scanner_hint {
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.voucher_scanner .content_body .scanner_hint .underlined {
  text-decoration: underline;
}
.navigation.voucher_code_manual {
  text-align: center;
}
.content_area.voucher_code_manual .content_body .input_hint {
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.voucher_code_manual .content_body .input_hint .underlined {
  text-decoration: underline;
}
.content_area.voucher_code_manual .content_body .voucher_placeholder {
  background: transparent url('assets/images/voucher_placeholder.svg') no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  margin: 0 auto 120px;
  overflow: hidden;
  height: 400px;
  width: 648px;
}
.navigation.voucher_code_manual_input_pad {
  text-align: center;
}
.content_area.voucher_code_manual_input_pad .content_header {
  margin: 0 auto 100px;
}
.content_area.voucher_code_manual_input_pad .content_header .voucher_code_manual_input {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 60px;
}
.navigation.debit_credit_amount .back {
  z-index: 1;
}
.navigation.debit_credit_amount .voucher_credit.debit_credit_amount {
  text-align: center;
  position: absolute;
  padding-left: 20px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.navigation.debit_credit_amount .voucher_credit.debit_credit_amount .headline {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  display: block;
}
.navigation.debit_credit_amount .voucher_credit.debit_credit_amount .credit_value {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 80px;
}
.navigation.debit_credit_amount .voucher_credit.debit_credit_amount .debit_amount {
  margin-left: -28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 80px;
  color: #DA0035;
}
.navigation.debit_credit_amount .cash_total {
  position: absolute;
  text-align: center;
  right: 60px;
  top: 56px;
}
.navigation.debit_credit_amount .cash_total .headline {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  display: block;
}
.navigation.debit_credit_amount .cash_total .cash_total_value {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
}
.navigation.debit_single_voucher_complete {
  text-align: center;
  z-index: 1;
  color: #DA0035;
}
.navigation.debit_single_voucher_complete .home {
  background-image: url('assets/images/home_red.svg');
}
.content_area.debit_single_voucher_complete {
  height: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_area.debit_single_voucher_complete .content_body {
  width: 100%;
}
.content_area.debit_single_voucher_complete .content_body .cashbox {
  background: transparent url('assets/images/cashbox.svg') no-repeat center center;
  background-size: contain;
  margin: 0 0 35px 0;
  height: 202px;
  width: 100%;
}
.content_area.debit_single_voucher_complete .content_body .info_text {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  text-align: center;
  margin: 0 0 35px 0;
  color: #121520;
}
.navigation.receipt_scanner {
  text-align: center;
}
.content_area.receipt_scanner .content_body {
  text-align: center;
}
.content_area.receipt_scanner .content_body .scanner_hint {
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.receipt_scanner .content_body .scanner_hint .underlined {
  text-decoration: underline;
}
.navigation.receipt_code_manual {
  text-align: center;
}
.content_area.receipt_code_manual .content_body {
  text-align: center;
}
.content_area.receipt_code_manual .content_body .input_hint {
  margin-bottom: 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.receipt_code_manual .content_body .input_hint .underlined {
  text-decoration: underline;
}
.content_area.receipt_code_manual .content_body .barcode_placeholder {
  background: transparent url('assets/images/receipt_placeholder.svg') no-repeat center center;
  background-size: contain;
  margin: 0 auto 60px;
  height: 163px;
  width: 398px;
}
.content_area.receipt_code_manual .content_body .receipt_code_manual_input {
  margin: 0 0 300px 0 !important;
}
.navigation.receipt_code_manual_input_pad {
  text-align: center;
}
.content_area.receipt_code_manual_input_pad .content_header {
  margin: 0 0 100px;
}
.content_area.receipt_code_manual_input_pad .content_header .receipt_code_manual_input {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 60px;
}
.navigation.debit_transactions_completed {
  text-align: center;
  color: #DA0035;
  z-index: 1;
}
.navigation.debit_transactions_completed .home {
  background-image: url('assets/images/home_red.svg');
}
.content_area.debit_transactions_completed {
  height: 100%;
  background-color: #FFFFFF;
}
.content_area.debit_transactions_completed .content_body .success_image {
  background: transparent url('assets/images/checkmark.svg') no-repeat center center;
  background-size: contain;
  margin: 70px auto 30px;
  height: 200px;
  width: 200px;
}
.content_area.debit_transactions_completed .content_body .success_message {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  max-width: 362px;
  color: #00D84B;
  margin: 0 auto 48px;
  text-align: center;
}
.content_area.debit_transactions_completed .content_body .table_description {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.content_area.debit_transactions_completed .content_body .table {
  border: 1px solid #F5F5F5;
  margin: 0 0 30px 0;
  border-radius: 4px;
  max-height: 320px;
  overflow: hidden;
  display: block;
}
.content_area.debit_transactions_completed .content_body .table .table_row {
  display: block;
  padding: 13px 0;
  background-color: #F5F5F5;
}
.content_area.debit_transactions_completed .content_body .table .table_row:nth-of-type(2n + 2) {
  background-color: #FFFFFF;
}
.content_area.debit_transactions_completed .content_body .table .table_row.no_data {
  text-align: center;
}
.content_area.debit_transactions_completed .content_body .table .table_row .table_cell,
.content_area.debit_transactions_completed .content_body .table .table_row .table_header {
  display: inline-block;
}
.content_area.debit_transactions_completed .content_body .table .table_row .table_cell:first-of-type,
.content_area.debit_transactions_completed .content_body .table .table_row .table_header:first-of-type {
  padding-left: 20px;
}
.content_area.debit_transactions_completed .content_body .table .table_row .table_cell:last-of-type,
.content_area.debit_transactions_completed .content_body .table .table_row .table_header:last-of-type {
  padding-right: 20px;
}
.content_area.debit_transactions_completed .content_body .table .table_row .table_cell.voucher_code,
.content_area.debit_transactions_completed .content_body .table .table_row .table_header.voucher_code {
  width: 50%;
}
.content_area.debit_transactions_completed .content_body .table .table_row .table_cell.amount,
.content_area.debit_transactions_completed .content_body .table .table_row .table_header.amount,
.content_area.debit_transactions_completed .content_body .table .table_row .table_cell.credit,
.content_area.debit_transactions_completed .content_body .table .table_row .table_header.credit {
  width: 25%;
}
.content_area.debit_transactions_completed .content_body .table .table_head {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  position: sticky;
  top: 0;
}
.content_area.debit_transactions_completed .content_body .table .table_head .table_row {
  background-color: #FFFFFF;
}
.content_area.debit_transactions_completed .content_body .table .table_body {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  max-height: calc(320px - 47px);
  overflow: scroll;
}
.content_area.debit_transactions_completed .content_body .table .table_body .voucher_code {
  font-weight: 600;
}
.content_area.debit_transactions_completed .content_body .table .table_body .time {
  color: #5D5D5D;
}
.content_area.debit_transactions_completed .content_body .table .table_body .amount {
  color: #DA0035;
}
.content_area.debit_transactions_completed .content_body .table .table_body .remaining_amount {
  color: #00D84B;
}
.navigation.check_credit_voucher_reader {
  text-align: center;
}
.content_area.check_credit_voucher_reader {
  text-align: center;
}
.content_area.check_credit_voucher_reader .scanner_hint {
  margin: 0 0 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.check_credit_voucher_reader .scanner_hint .underlined {
  text-decoration: underline;
}
.navigation.check_voucher_manual_code_numpad {
  text-align: center;
}
.content_area.check_voucher_manual_code_numpad .content_header {
  margin: 0 auto 100px;
}
.content_area.check_voucher_manual_code_numpad .content_header .voucher_code_manual_input {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 60px;
}
.navigation.check_voucher_result {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #DA0035;
}
.navigation.check_voucher_result .home {
  background-image: url('assets/images/home_red.svg');
}
.content_area.check_voucher_result {
  height: calc(100%);
  background-color: #FFFFFF;
}
.content_area.check_voucher_result .content_body {
  text-align: center;
  height: 100%;
}
.content_area.check_voucher_result .content_body .headline {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  display: block;
  margin: 280px auto 0;
}
.content_area.check_voucher_result .content_body .voucher_amount {
  margin: 0 auto 50px;
  font-weight: 400;
  line-height: 138px;
  letter-spacing: 0;
  font-size: 120px;
  display: block;
  color: #00D84B;
}
.navigation.recharge_credit_voucher_reader {
  text-align: center;
}
.content_area.recharge_credit_voucher_reader .scanner_hint {
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.recharge_credit_voucher_reader .scanner_hint .underlined {
  text-decoration: underline;
}
.navigation.recharge_credit_code_manual {
  text-align: center;
}
.content_area.recharge_credit_code_manual {
  text-align: center;
}
.content_area.recharge_credit_code_manual .input_hint {
  margin: 0 auto 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.recharge_credit_code_manual .input_hint .underlined {
  text-decoration: underline;
}
.content_area.recharge_credit_code_manual .voucher_placeholder {
  background: transparent url('assets/images/voucher_placeholder.svg') no-repeat center center;
  background-size: contain;
  margin: 0 auto 60px;
  border-radius: 30px;
  overflow: hidden;
  height: 400px;
  width: 648px;
}
.navigation.recharge_credit_code_numpad {
  text-align: center;
}
.content_area.recharge_credit_code_numpad .content_header .voucher_code_manual_input {
  margin: 0 auto 100px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 60px;
  display: block;
}
.navigation.recharge_credit_amount_numpad {
  text-align: center;
}
.navigation.recharge_credit_amount_numpad .transaction_info span {
  display: block;
}
.navigation.recharge_credit_amount_numpad .transaction_info span.headline {
  margin: 0 auto 5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
}
.navigation.recharge_credit_amount_numpad .transaction_info span.voucher_credit {
  margin: 0 auto 5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 80px;
}
.navigation.recharge_credit_amount_numpad .transaction_info span.recharge_amount {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 80px;
  color: #00D84B;
}
.navigation.recharge_credit_amount_numpad .transaction_info span.recharge_amount .amount {
  display: inline-block;
}
.navigation.recharge_single_voucher_complete {
  text-align: center;
  color: #DA0035;
  z-index: 1;
}
.navigation.recharge_single_voucher_complete .home {
  background-image: url('assets/images/home_red.svg');
}
.content_area.recharge_single_voucher_complete {
  background-color: #FFFFFF;
  height: 100%;
}
.content_area.recharge_single_voucher_complete .content_body .cashbox {
  background: transparent url('assets/images/cashbox.svg') no-repeat center center;
  background-size: contain;
  margin: 150px auto 36px;
  height: 202px;
  width: 100%;
}
.content_area.recharge_single_voucher_complete .content_body .info_text {
  margin: 0 auto 36px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  display: block;
}
.navigation.recharge_receipt_scanner {
  text-align: center;
}
.content_area.recharge_receipt_scanner .scanner_hint {
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.recharge_receipt_scanner .scanner_hint .underlined {
  text-decoration: underline;
}
.navigation.recharge_receipt_code_manual {
  text-align: center;
}
.content_area.recharge_receipt_code_manual .content_body .input_hint {
  margin: 0 auto 60px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.recharge_receipt_code_manual .content_body .input_hint .underlined {
  text-decoration: underline;
}
.content_area.recharge_receipt_code_manual .content_body .barcode_placeholder {
  background: transparent url('assets/images/receipt_placeholder.svg') no-repeat center center;
  background-size: contain;
  margin: 0 auto 60px;
  height: 163px;
  width: 398px;
}
.content_area.recharge_receipt_code_manual .content_body .receipt_code_manual_numpad {
  margin: 0 auto 300px !important;
}
.navigation.recharge_receipt_code_numpad {
  text-align: center;
}
.content_area.recharge_receipt_code_numpad .content_header .receipt_code_manual_input {
  margin: 0 auto 100px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 60px;
}
.navigation.recharge_transactions_complete {
  text-align: center;
  color: #DA0035;
  z-index: 1;
}
.navigation.recharge_transactions_complete .home {
  background-image: url('assets/images/home_red.svg');
}
.content_area.recharge_transactions_complete {
  background-color: #FFFFFF;
  height: 100%;
}
.content_area.recharge_transactions_complete .content_body .success {
  background: transparent url('assets/images/checkmark.svg') no-repeat center center;
  background-size: contain;
  margin: 70px auto 30px;
  height: 200px;
}
.content_area.recharge_transactions_complete .content_body .success_message {
  margin: 0 auto 35px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  max-width: 362px;
  display: block;
  color: #00D84B;
}
.content_area.recharge_transactions_complete .content_body .table_description {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.content_area.recharge_transactions_complete .content_body .table {
  border: 1px solid #F5F5F5;
  margin: 0 0 30px 0;
  border-radius: 4px;
  max-height: 320px;
  overflow: hidden;
  display: block;
}
.content_area.recharge_transactions_complete .content_body .table .table_row {
  display: block;
  padding: 13px 0;
  background-color: #F5F5F5;
}
.content_area.recharge_transactions_complete .content_body .table .table_row:nth-of-type(2n + 2) {
  background-color: #FFFFFF;
}
.content_area.recharge_transactions_complete .content_body .table .table_row.no_data {
  text-align: center;
}
.content_area.recharge_transactions_complete .content_body .table .table_row .table_cell,
.content_area.recharge_transactions_complete .content_body .table .table_row .table_header {
  display: inline-block;
}
.content_area.recharge_transactions_complete .content_body .table .table_row .table_cell:first-of-type,
.content_area.recharge_transactions_complete .content_body .table .table_row .table_header:first-of-type {
  padding-left: 20px;
}
.content_area.recharge_transactions_complete .content_body .table .table_row .table_cell:last-of-type,
.content_area.recharge_transactions_complete .content_body .table .table_row .table_header:last-of-type {
  padding-right: 20px;
}
.content_area.recharge_transactions_complete .content_body .table .table_row .table_cell.voucher_code,
.content_area.recharge_transactions_complete .content_body .table .table_row .table_header.voucher_code {
  width: 50%;
}
.content_area.recharge_transactions_complete .content_body .table .table_row .table_cell.amount,
.content_area.recharge_transactions_complete .content_body .table .table_row .table_header.amount,
.content_area.recharge_transactions_complete .content_body .table .table_row .table_cell.credit,
.content_area.recharge_transactions_complete .content_body .table .table_row .table_header.credit {
  width: 25%;
}
.content_area.recharge_transactions_complete .content_body .table .table_head {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  position: sticky;
  top: 0;
}
.content_area.recharge_transactions_complete .content_body .table .table_head .table_row {
  background-color: #FFFFFF;
}
.content_area.recharge_transactions_complete .content_body .table .table_body {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  max-height: calc(320px - 47px);
  overflow: scroll;
}
.content_area.recharge_transactions_complete .content_body .table .table_body .voucher_code {
  font-weight: 600;
}
.content_area.recharge_transactions_complete .content_body .table .table_body .time {
  color: #5D5D5D;
}
.content_area.recharge_transactions_complete .content_body .table .table_body .amount {
  color: #00D84B;
}
.content_area.recharge_transactions_complete .content_body .table .table_body .remaining_amount {
  color: #00D84B;
}
.navigation.todays_transactions .back {
  z-index: 1;
}
.navigation.todays_transactions .headline {
  text-align: center;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  top: 56px;
  right: 0;
  left: 0;
}
.navigation.todays_transactions .logout {
  background: transparent url('assets/images/logout.svg') no-repeat right center;
  background-size: 20px;
  display: inline-block;
  padding-right: 30px;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  color: #FFFFFF;
  right: 60px;
  top: 56px;
}
.content_area.todays_transactions .content_body {
  max-height: 910px;
  padding: 50px 0;
}
.content_area.todays_transactions .content_body .table {
  max-height: 790px;
  overflow: hidden;
  display: block;
}
.content_area.todays_transactions .content_body .table .table_row {
  display: block;
  padding: 13px 0;
}
.content_area.todays_transactions .content_body .table .table_row.no_data {
  text-align: center;
}
.content_area.todays_transactions .content_body .table .table_row.white {
  background-color: #FFFFFF;
}
.content_area.todays_transactions .content_body .table .table_row.grey {
  background-color: #F5F5F5;
}
.content_area.todays_transactions .content_body .table .table_row .table_cell,
.content_area.todays_transactions .content_body .table .table_row .table_header {
  display: inline-block;
}
.content_area.todays_transactions .content_body .table .table_row .table_cell:first-of-type,
.content_area.todays_transactions .content_body .table .table_row .table_header:first-of-type {
  padding-left: 60px;
}
.content_area.todays_transactions .content_body .table .table_row .table_cell:last-of-type,
.content_area.todays_transactions .content_body .table .table_row .table_header:last-of-type {
  padding-right: 60px;
}
.content_area.todays_transactions .content_body .table .table_row .table_cell.voucher_code,
.content_area.todays_transactions .content_body .table .table_row .table_header.voucher_code {
  width: 30%;
}
.content_area.todays_transactions .content_body .table .table_row .table_cell.time,
.content_area.todays_transactions .content_body .table .table_row .table_header.time {
  width: 30%;
}
.content_area.todays_transactions .content_body .table .table_row .table_cell.amount,
.content_area.todays_transactions .content_body .table .table_row .table_header.amount,
.content_area.todays_transactions .content_body .table .table_row .table_cell.remaining_amount,
.content_area.todays_transactions .content_body .table .table_row .table_header.remaining_amount {
  width: 20%;
}
.content_area.todays_transactions .content_body .table .table_head {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  position: sticky;
  top: 0;
}
.content_area.todays_transactions .content_body .table .table_body {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  max-height: 742px;
  overflow: scroll;
}
.content_area.todays_transactions .content_body .table .table_body .voucher_code {
  font-weight: 600;
}
.content_area.todays_transactions .content_body .table .table_body .time {
  color: #5D5D5D;
}
.content_area.todays_transactions .content_body .table .table_body .amount.red {
  color: #DA0035;
}
.content_area.todays_transactions .content_body .table .table_body .amount.green {
  color: #00D84B;
}
.content_area.todays_transactions .content_body .table .table_body .remaining_amount {
  color: #00D84B;
}
.navigation.shift_credit_voucher_reader {
  text-align: center;
}
.content_area.shift_credit_voucher_reader .content_body {
  text-align: center;
}
.content_area.shift_credit_voucher_reader .content_body .scanner_hint {
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.shift_credit_voucher_reader .content_body .scanner_hint .underlined {
  text-decoration: underline;
}
.navigation.shift_credit_source_code_manual {
  text-align: center;
}
.content_area.shift_credit_source_code_manual .content_body .input_hint {
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.shift_credit_source_code_manual .content_body .input_hint .underlined {
  text-decoration: underline;
}
.content_area.shift_credit_source_code_manual .content_body .voucher_placeholder {
  background: transparent url('assets/images/voucher_placeholder.svg') no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  margin: 0 auto 120px;
  overflow: hidden;
  height: 400px;
  width: 648px;
}
.navigation.shift_credit_source_code_numpad {
  text-align: center;
}
.content_area.shift_credit_source_code_numpad .content_body .input_hint {
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.shift_credit_source_code_numpad .content_body .input_hint .underlined {
  text-decoration: underline;
}
.content_area.shift_credit_source_code_numpad .content_body .voucher_placeholder {
  background: transparent url('assets/images/voucher_placeholder.svg') no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  margin: 0 auto 120px;
  overflow: hidden;
  height: 400px;
  width: 648px;
}
.navigation.shift_credit_target_code_reader {
  text-align: center;
}
.navigation.shift_credit_target_code_reader .source_voucher_credit {
  position: absolute;
  text-align: right;
  width: 150px;
  right: 60px;
  top: 36px;
}
.navigation.shift_credit_target_code_reader .source_voucher_credit .headline {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  display: block;
}
.navigation.shift_credit_target_code_reader .source_voucher_credit .credit {
  margin: 15px 0 0 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  display: block;
}
.content_area.shift_credit_target_code_reader .content_body {
  text-align: center;
}
.content_area.shift_credit_target_code_reader .content_body .scanner_hint {
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.shift_credit_target_code_reader .content_body .scanner_hint .underlined {
  text-decoration: underline;
}
.navigation.shift_credit_target_code_numpad {
  text-align: center;
}
.navigation.shift_credit_target_code_numpad .source_voucher_credit {
  position: absolute;
  text-align: right;
  width: 150px;
  right: 60px;
  top: 36px;
}
.navigation.shift_credit_target_code_numpad .source_voucher_credit .headline {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  display: block;
}
.navigation.shift_credit_target_code_numpad .source_voucher_credit .credit {
  margin: 15px 0 0 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  display: block;
}
.content_area.shift_credit_target_code_numpad .content_body {
  text-align: center;
}
.content_area.shift_credit_target_code_numpad .content_body .scanner_hint {
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 18px;
  display: block;
}
.content_area.shift_credit_target_code_numpad .content_body .scanner_hint .underlined {
  text-decoration: underline;
}
.navigation.shift_credit_amount_numpad {
  text-align: center;
}
.navigation.shift_credit_amount_numpad .transaction_info span {
  display: block;
}
.navigation.shift_credit_amount_numpad .transaction_info span.headline {
  margin: 0 auto 5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
}
.navigation.shift_credit_amount_numpad .transaction_info span.voucher_credit {
  margin: 0 auto 5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 80px;
}
.navigation.shift_credit_amount_numpad .transaction_info span.recharge_amount {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 92px;
  font-size: 80px;
  color: #00D84B;
}
.navigation.shift_credit_amount_numpad .transaction_info span.recharge_amount .amount {
  display: inline-block;
}
.navigation.shift_credit_amount_numpad .source_voucher_credit {
  position: absolute;
  text-align: right;
  width: 150px;
  right: 60px;
  top: 36px;
}
.navigation.shift_credit_amount_numpad .source_voucher_credit .headline {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 20px;
  display: block;
}
.navigation.shift_credit_amount_numpad .source_voucher_credit .credit {
  margin: 15px 0 0 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  display: block;
}
.navigation.shift_credit_single_complete {
  text-align: center;
  z-index: 1;
  color: #DA0035;
}
.navigation.shift_credit_single_complete .home {
  background-image: url('assets/images/home_red.svg');
}
.content_area.shift_credit_single_complete {
  height: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_area.shift_credit_single_complete .content_body {
  width: 100%;
}
.content_area.shift_credit_single_complete .content_body .info_text {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  text-align: center;
  color: #121520;
  margin: 0 0 4px 0;
}
.content_area.shift_credit_single_complete .content_body .info_text:last-of-type {
  margin: 0 0 35px 0;
}
.navigation.shift_credit_complete {
  text-align: center;
  color: #DA0035;
  z-index: 1;
}
.navigation.shift_credit_complete .home {
  background-image: url('assets/images/home_red.svg');
}
.content_area.shift_credit_complete {
  background-color: #FFFFFF;
  height: 100%;
}
.content_area.shift_credit_complete .content_body .success {
  background: transparent url('assets/images/checkmark.svg') no-repeat center center;
  background-size: contain;
  margin: 200px auto 40px;
  height: 200px;
}
.content_area.shift_credit_complete .content_body .success_message {
  margin: 0 auto 35px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
  display: block;
}
.kyl_login_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  width: 100%;
}
.kyl_login_code .logo_link {
  background: transparent url('assets/images/logo.svg') no-repeat center center;
  background-size: 100%;
  height: 52px;
  width: 130px;
  position: absolute;
  top: 56px;
  left: 60px;
}
.kyl_login_code .info_container {
  color: #FFFFFF;
}
.kyl_login_code .info_container .headline {
  text-align: center;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 41px;
  font-size: 35px;
}
.kyl_login_code .info_container .image {
  background-size: calc(100% - 22px);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-radius: 100%;
  margin: auto;
  height: 480px;
  width: 480px;
}
.kyl_login_code .info_container .cancel {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 29px;
  font-size: 25px;
  color: #FFFFFF;
}
