.toplevel_page_essential-theme-helper-settings .dashicons-before {
    display: flex;
    align-items: center;
    justify-content: center;
}
.toplevel_page_essential-theme-helper-settings .dashicons-before img {
    width: 20px;
    opacity: 1 !important;
    padding: 0 !important;   
}

.hk-nav_wrapper_inner .hk-nav-tab {
    outline: none !important;
    box-shadow: none !important;
}
.hk-page_heading h1 {
    font-size: 24px;
    color: #1d2327;
    border-bottom: 1px solid #c3c4c7;
    margin: 30px 0;
    padding: 0 !important;
    padding-bottom: 10px !important;
}
.hk-page_heading label:not(.hk-checkbox_generic) {
    color: #1d2327;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}
.hk-checkbox_generic {
    display: block;
    position: relative;
    padding-left: 29px;
    color: #1d2327;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hk-admin-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../img/bg-image.jpg);
    color: #fff;
    padding: 30px 30px;
    margin: 25px 20px 30px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.hk-admin-header-icon {
    display: flex;
    align-items: center;
}

.hk-admin-header-icon img {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    border: 2px solid #fff;
    border-radius: 12px;

}
  
.hk-admin-header-wrapper .wp-heading-Title {
    font-size: 40px !important;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}
.hk-checkbox_generic input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.hk-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 4px;
}
  
  
.hk-checkbox_generic input:checked ~ .hk-checkmark {
    background-color: #2271b1;
}
  
.hk-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.hk-checkbox_generic input:checked ~ .hk-checkmark:after {
    display: block;
}
  
.hk-checkbox_generic .hk-checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hk-generic_field input {
    padding: 4px 10px !important;
}

.hk-generic_field input[type="color"] {
    padding: 0px 2px !important;
}

.hk-generic_input {
    width: 300px;
    border: 1px solid #e5e5e5 !important;
    outline: none !important;
    box-shadow: none !important;
}

.hk-generic_field label:not(.hk-checkbox_generic) {
    width: 180px;
    padding: 0;
}

.hk-generic_field p:first-of-type { 
    width: 181px;
}

.hk-generic_field {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.hk-generic_field p {
    margin: 0;
    color: #1d2327;
}
.hk-gtm_field label {
    padding-bottom: 10px !important;
}

.hk-gtm_field .hk-description {
    padding-top: 5px;
}

.hk-generic_field textarea {
    padding: 4px 10px !important;
    border: 1px solid #e5e5e5 !important;
    outline: none !important;
    box-shadow: none !important;
}

.hk-global_assets_settings .hk-generic_field{
    align-items: flex-start;
}
.hk-shortcodes-wrapper h2 {
    margin-bottom: 10px;
}

.hk-shortcode-block {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    margin: 20px 0;
    border-left: 5px solid #013C9A;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hk-shortcode-block * {
    margin: 0 !important;
}

.hk-shortcode-block h3 {
    margin-top: 0;
    color: #013C9A;
}

.hk-shortcode-block code {
    background: #f1f1f1;
    padding: 2px 4px;
    border-radius: 3px;
}

.hk-wrap .tab_Wrapper {
    background-color: transparent !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    box-shadow: none;
    gap: 12px;
    border-radius: 0 !important;
}

.hk-wrap .nav-link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 7px 20px;
    font-weight: 500;
    color: #000;
    transition: all 0.25s ease;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #141B3433;
    margin: 0px;
}

button#upload_bg_image_button {
    background: #013C9A !important;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    min-height: 36px;
}

.hk-generic_field div {
    align-items: center;
}

.hk-wrap .nav-link.nav-tab-active {
    background: #013C9A;
    color: #fff;
}

.hk-wrap .nav-link:hover {
    background: #013C9A;
    color: #fff;
}


.hk-enable_breadcrumbs .hk-toggle-switch {
    position: relative;
    display: inline-block;
    width: 56px !important;
    height: 32px;
}

.hk-enable_breadcrumbs .hk-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.hk-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.hk-toggle-switch input:checked + .hk-slider {
    background-color: #013C9A;
}

.hk-toggle-switch input:checked + .hk-slider:before {
    transform: translateX(24px);
}

.hk-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

input[name="save_breadcrumbs_settings"], input[name="save_breadcrumbs_stylings"] {
    background: #013C9A !important;
    border: 1px solid #013C9A !important;
    border-radius: 12px !important;
    padding: 6px 20px !important;
    font-size: 14px !important;
    transition: .5s ease-in-out;
    outline: 0 !important;
    box-shadow: none !important;
    font-weight: 700;
    margin-top: 20px !important;
}

@media (max-width:767px){
  .hk-admin-header-wrapper .wp-heading-Title{
    font-size: 30px !important;
  }
  .hk-admin-header-wrapper {
      padding: 20px 10px;
      margin: 25px 10px 30px 0px;
  }
  .hk-admin-header-icon img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

@media (max-width:575px){
  .hk-admin-header-wrapper .wp-heading-Title{
      font-size: 20px !important;
  }
}

@media (max-width:575px){
  .hk-admin-header-wrapper .wp-heading-Title{
      font-size: 15px !important;
  }
}