/* Wp User flow Lost password, Login, Signup , Resset password*/

.admin_portal_wpUserFlow {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 100px;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    border: 1px solid;
}
.singup_warper_3s .admin_portal_wpUserFlow {
    border: none !important;
}

.admin_portal_wpUserFlow .login-form-title {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-msg {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-vipps-enabled {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-vipps-enabled .continue-with-vipps-wrapper {
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-vipps-enabled .continue-with-vipps-wrapper.inline .vipps-button {
    width: 100%;
    height: 45px;
    line-height: 36px;
}

.admin_portal_wpUserFlow .login-form-content-bordered {
    /* border: 1px solid #c3c3c3; */
    margin: 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .login-form-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.admin_portal_wpUserFlow .form-row {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    clear: both;
}

.admin_portal_wpUserFlow .form-row .hidden-label {
    display: none;
}

.admin_portal_wpUserFlow .form-row-flex-flat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.admin_portal_wpUserFlow .login-after-submit {
    font-size: 13px;
    margin: 0;
    text-align: left;
}

.admin_portal_wpUserFlow .login-after-submit .link_to_signup {
    font-weight: 600;
}

.admin_portal_wpUserFlow p,
.admin_portal_wpUserFlow label {
    width: 100%;
}

.admin_portal_wpUserFlow .container_checkbox {
    padding-left: 28px;
}

.admin_portal_wpUserFlow #resetpassform p {
    float: none;
}

.admin_portal_wpUserFlow#register-form {
    margin-top: 30px;
}

.admin_portal_wpUserFlow#register-form form {
    position: relative;
}

.admin_portal_wpUserFlow h2 {
    margin-bottom: 0px;
    padding-bottom: 14px;
    margin-top: 0px;
}

.admin_portal_wpUserFlow p,
.admin_portal_wpUserFlow p:not(.has-background):last-of-type {
    padding-bottom: 14px;
    margin: 0px;
}

/* Ny klasse for å overstyre padding på beskrivelsestekst under overskrifter */
.admin_portal_wpUserFlow p.section-description {
    padding-bottom: 0 !important;
}

.admin_portal_wpUserFlow h1 {
    background: #3399cc;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.admin_portal_wpUserFlow input[type="email"],
.admin_portal_wpUserFlow input[type="text"],
.admin_portal_wpUserFlow input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 15px;
    color: #555;
    font-size: 15px;
    color: #555;
    font-weight: normal;
    line-height: 20px;
    height: 50px;
}

.admin_portal_wpUserFlow .under-label {
    font-size: 11px;
}

.admin_portal_wpUserFlow .small-label {
    font-size: 12px;
    padding-bottom: 0;
}
.admin_portal_wpUserFlow fieldset#set_one input.error{
    margin-bottom: 0;
}
p.form-row label {
    font-weight: 600;
}

.form-row.icon-addon input[type="text"],
.form-row.icon-addon input[type="password"] {
    width: calc(100% - 50px);
}

.form-row.icon-addon label.error {
    width: calc(100% - 50px);
    float: left;
}

span.dialing_code_warp {
    position: absolute;
    bottom: 52px;
    left: 10px;
}

span.dialing_code_warp.label_hidden {
    top: 13px;
}

select.dialing_code {
    border: none;
}


.admin_portal_wpUserFlow input[type="submit"], .admin_portal_wpUserFlow input[type="submit"]:active, .admin_portal_wpUserFlow input[type="submit"]:active:focus,
.admin_portal_wpUserFlow input[type="button"], .admin_portal_wpUserFlow input[type="button"]:active, .admin_portal_wpUserFlow input[type="button"]:active:focus,
.admin_portal_wpUserFlow button[type="submit"], .admin_portal_wpUserFlow button[type="submit"]:active, .admin_portal_wpUserFlow button[type="submit"]:active:focus,
.admin_portal_wpUserFlow button[type="button"], .admin_portal_wpUserFlow button[type="button"]:active, .admin_portal_wpUserFlow button[type="button"]:active:focus {
    width: 100%;
    background: #3399cc;
    border: 0;
    padding: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    outline: 0 !important;
}

button:hover:disabled {
    cursor: not-allowed !important;
}

.admin_portal_wpUserFlow input[type="submit"]:hover,
.admin_portal_wpUserFlow input[type="button"]:hover {
    background: #2288bb;
}

.admin_portal_wpUserFlow input.error {
    border-bottom: 2px solid red !important;
}

.icon-addon .add-on {
    background-color: #0aa699;
    color: #ffffff;
    position: absolute;
    text-shadow: none;
    height: 50px;
    min-width: 50px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 12px;
}

.icon-addon .add-on [class^="linearicons-"] {
    font-size: 24px;
}

.add-on .arrow {
    position: absolute;
    left: -10px;
    z-index: 100;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #0aa699;
    top: 16px;
}

.profilepress-reset-status {
    width: 400px;
    text-align: center;
    background-color: #e74c3c;
    color: #ffffff;
    border: medium none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 5px;
    margin: auto;
}

.memo-reset-success {
    width: 400px;
    text-align: center;
    background-color: #2ecc71;
    color: #ffffff;
    border: medium none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 5px;
    margin: auto;
}

.admin_portal_wpUserFlow .sc-container {
    background: #f0f0f0;
    padding: 6% 4%;
}

p.message-success-info {
    background: #77bf69;
    color: #fff;
    padding: 8px 12px !important;
    margin-bottom: 10px !important;
    line-height: 20px;
}

p.message-error-info {
    background: #c32222;
    color: #fff;
    padding: 8px 12px !important;
    margin-bottom: 10px !important;
    line-height: 20px;
}

.wait-s45 {
    background: #ffffffb0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 46%;
    display: none;
    z-index: 1;
}

.wait-s45 img {
    vertical-align: middle;
    text-align: center;
}


/* The CSS Radio button */

.container_radiobtn {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-right: 10px;
    font-weight: normal;
}


/* Hide the browser's default radio button */

.container_radiobtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.container_radiobtn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container_radiobtn:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container_radiobtn input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.container_radiobtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container_radiobtn input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container_radiobtn .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* The CSS checkbox ***********************************************************************************/

.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}


/* Hide the browser's default checkbox */

.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.container_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
}


/* On mouse-over, add a grey background color */

.container_checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container_checkbox input:checked~.checkmark {
    background-color: #4da97b;
    border: 1px solid #4da97b;
}


/* Create the checkmark/indicator (hidden when not checked) */

.container_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container_checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container_checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_checkbox.horizontal {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 0 0 27px;
}


/* portal Login menu */

.admin-portal-fw-menu-warp {
    float: right;
    margin-left: 30px;
}

.menu-fr-apfs {
    padding-bottom: 33px;
}

.default-hidden {
    display: none;
}

label.error {
    color: red;
    font-weight: 600;
}


/*Hide login 2-FA form */

#kamyLoginForm fieldset:not(:first-of-type) {
    display: none;
}


/*******************************/


/*buttons*/

#kamySignupForm .action-button,
#kamyLoginForm .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 15px 15px 0 0px;
}

#kamySignupForm .previouspage-button,
#kamyLoginForm .previouspage-button {
    float: left;
    width: 100%;
    clear: both;
}


/*headings*/

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
    padding: 0;
}

input:focus,
button:focus {
    outline: 0;
}

.hide {
    display: none !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.p-0 {
    padding: 0px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}


/* CSS Modal box style */


/* The Modal (background) */

.kms-modal-icf-popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 60px;
    /* Location of the box */
    padding-bottom: 35px;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.kms-modal-icf-popup-content {
    position: relative;
    background-color: #75d1a3;
    margin: auto;
    padding: 0;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.kms-modal-icf-popup-content.miniv {
    width: 50%;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.kms-pu-close,
.kms-pu-close-nr,
.kms-pu-close-icf {
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 15px 0;
}

.kms-modal-icf-popup-body {
    margin-top: 15px;
    padding-top: 30px;
}

@media only screen and (max-width: 1060px) {
    .kms-modal-icf-popup-content {
        width: 70%;
    }
}

@media only screen and (max-width: 860px) {
    .kms-modal-icf-popup-content {
        width: 90%;
    }
}

.stl8651.kms-modal-icf-popup {
    background-color: rgb(255 255 255 / 33%);
}

.stl8651.kms-modal-icf-popup .kms-modal-icf-popup-content {
    background-color: #000000;
    padding: 20px 50px;
}

/*###### new css login register forgat password ####*/
.admin_portal_wpUserFlow .form-row.icon-addon input[type="text"],
.form-row.icon-addon input[type="password"] {
    width: 100%;
}

.admin_portal_wpUserFlow .icon-addon .add-on {
    display: none;
}

.admin_portal_wpUserFlow .form-row.phone-addon input[type="text"] {
    padding-left: 80px;
}

/*###### new css login register forgat password end####*/

/* Top promo banner css */
.top-banner{
    
}
/* END Top promo banner css */

/** tel field with country code wrapper */

.i-phone-sms-wrapper {
    position: relative;
    width: 100%;
}

.i-phone-sms-wrapper .i-phone-sms {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 15px;
    font-size: 15px;
    color: #555;
    font-weight: normal;
    line-height: 20px;
    height: 50px;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}
.singup_warper_3s .i-phone-sms-wrapper .i-phone-sms.form-control {    
    padding-left: 50px !important;
    width: calc(100% - 50px) !important;
}

.i-phone-sms-wrapper .i-phone-sms-country-wrapper {
    position: absolute;
    left: 10px;
    top: 43px;
}

.i-phone-sms-wrapper .i-phone-sms-country {
    border: 0;
}
.i-phone-sms-wrapper .iti.iti--allow-dropdown.iti--show-flags{
    width: 100%;
}
.singup_warper_3s .i-phone-sms-wrapper .iti__selected-flag{
    padding: 10px 6px 0 4px;
}
.container_radiobtn,
.container_checkbox {
    width: 100%;
}
.scrollbar-s1 {
    height: 300px;
    overflow: auto;
    padding: 0 10px;
}
/*       ScrollBar Style        */
.scrollbar-s1::-webkit-scrollbar {
    width: 10px;
}
.scrollbar-s1::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}
.scrollbar-s1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #b9b9b9;
}

.et_header_style_fullscreen .iteket-front-end-menu.no-expandable ul.sub-menu{
    display: block !important;
}
.et_header_style_fullscreen .iteket-front-end-menu.no-expandable ul.sub-menu li{
    opacity: 1 !important;
}
.et_header_style_fullscreen .iteket-front-end-menu.no-expandable>a span.et_mobile_menu_arrow{
    display: none !important;
}
/* password-toggle */
.iteket-password-toggle {
    position: absolute;
    font-size: 30px;
    padding: 10px;
    margin: 0 0px 0 -50px;
    cursor: pointer;
}

/* Disaply the iteket login menu only on main header*/
body:not(.et_header_style_fullscreen):not(.et_header_style_slide) li.iteket-front-end-menu {
    display: none !important;
}
header#main-header li.iteket-front-end-menu {
  display: inline-block !important;
}

/* Placeholder */
#iteket-login-form ::-webkit-input-placeholder {
    color: #b4b4b4
}
/* Firefox 19+ */
#iteket-login-form ::-moz-placeholder {
    color: #b4b4b4;
    opacity: 1; /* Fix for older Firefox */
}
/* IE 10+ */
#iteket-login-form :-ms-input-placeholder {
    color: #b4b4b4;
}
/* Edge */
#iteket-login-form ::-ms-input-placeholder {
    color: #b4b4b4;
}
/* Standard syntax */
#iteket-login-form ::placeholder {
    color: #b4b4b4;
}
  
/* For ID-porten*/
.iteket-login-form-container.has_idporten{
    display: flex;
    column-gap: 60px;
    align-items: stretch; /* Ensures both columns are equal in height */
}
.iteket-login-form-container.has_idporten .iteket-idporten-login-form-container{
    flex: 1;
    max-width: 500px;
    padding: 0;
    border: none;
    margin: 0 auto;
}
.iteket-login-form-container.has_idporten .login-form-container{
    flex: 1;
    max-width: 500px;
    margin-top: 46px;
}
.iteket-login-form-container.has_idporten .wp_idporten_form_wrapper .ctn-cell{
    min-height: 514px;
}
.auth-app-qr-code img{
    align-items: center;
}
@media only screen and (max-width: 860px) {
    .iteket-login-form-container.has_idporten{
        row-gap: 60px;
        flex-direction: column;
    }
    .iteket-login-form-container.has_idporten .wp_idporten_form_wrapper .ctn-cell{
        min-height: 400px;
    }
}

@media only screen and (min-width: 861px) {
    .iteket-login-form-container.has_idporten .wp_idporten_form_wrapper .ctn-cell{
        min-height: 654px;
    }
}
/* Setup 2fa*/

ul.ul-number-list {
    list-style-type: none !important;  
    padding: 0px !important;
    counter-reset: item;  
}
ul.ul-number-list li {
    position: relative; 
    padding-left: 30px;  
    margin-bottom: 8px;  
}
ul.ul-number-list li::before {
    content: counter(item);  
    counter-increment: item;  
    position: absolute;
    left: 0;  
    top: 0px;  
    background-color: #8e0c3a;  /* Background color for the number */
    color: #fff;
    width: 24px;  /* Set the width of the circle */
    height: 24px;  /* Set the height of the circle */
    border-radius: 50%;  /* Make the background circular */
    display: flex;  /* Use flexbox to center the number */
    justify-content: center;  /* Horizontally center the number */
    align-items: center;  /* Vertically center the number */
    text-align: center;  /* Ensure the number is centered */
}
#set-totp-2fa-form .code-container {
    max-width: 100%;
    margin-top: 10px;
}

#set-totp-2fa-form .code {
    font-size: 16px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: monospace;
    overflow-x: auto;
    /* Allow horizontal scrolling */
    max-width: 80%;
    /* Adjust width */
    display: inline-block;
    vertical-align: middle;
    white-space: pre-wrap;
    /* Allow manual copying */
    word-wrap: break-word;
    /* Break long words */
}

#set-totp-2fa-form .copy-to-clipboard-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}

#set-totp-2fa-form .copy-to-clipboard-btn:hover {
    background-color: #0056b3;
}
  
  
  