@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,400&display=swap");

* {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #fdfdff;
    color: #596778;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif !important;
}

div {
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%
}

button {
    background-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

img,
a img {
    text-decoration: none;
    margin: 0px
}

label {
    cursor: pointer
}

strong,
b {
    font-weight: 500;
    color: #364A63
}

h1 {
    font-weight: 500;
    color: #364A63;
    font-size: 36px;
    line-height: 46px;
    margin-top: 0px;
    margin-bottom: 0px
}

h2 {
    font-weight: 500;
    color: #364A63;
    font-size: 22px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px
}

h3 {
    font-weight: 500;
    color: #364A63;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 0px
}

h4,
h5,
h6 {
    font-weight: 500;
    color: #364A63;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px
}

p {
    margin: 0 0 20px 0
}

P:last-child {
    margin-bottom: 0px
}

a {
    color: #0662d6;
    text-decoration: underline;
    cursor: pointer
}

a:hover {
    color: #5092E3;
    outline: 0;
    text-decoration: none
}

a.btn {
    color: inherit;
    text-decoration: none
}

a.btn:hover {
    color: inherit;
    text-decoration: none
}

img,
a img {
    border: 0;
    vertical-align: middle
}

ol {
    padding-left: 20px
}

ol li {
    padding-left: 15px
}

ul {
    padding-left: 20px
}

ol.no-styling,
ul.no-styling {
    margin: 0;
    padding: 0;
    list-style: none
}

hr {
    border: 0px;
    border-top: 1px solid #DBDFEA;
    color: transparent;
    margin: 30px 0px 30px 0px;
    opacity: 1;
}

.position-left {
    margin-right: 10px
}

.position-right {
    margin-left: 10px
}

.text-medium {
    font-weight: 500
}

i.fa,
i.fas,
i.far,
i.fab {
    font-size: 16px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}


.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.no-p {
    padding: 0px !important;
}

.auto-height {
    height: auto !important;
}

.bold-title-font {
    font-weight: 500;
    color: #364A63
}

.light-text-color {
    color: #7f8C95
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.no-border {
    border: 0px !important;
    padding-left: 0px;
}

.no-border-bottom {
    border-bottom: 0px !important;
}

small,
.small-text,
.caption {
    color: #7f8C95;
    font-size: 12px;
    position: relative
}

.form small,
.form .small-text,
.form .caption {
    display: inline-block;
    margin-top: 7px
}

.form-row .error-message {
    display: inline-block;
    color: red;
}

.dotted-text {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.badge {
    padding: 2px 8px;
    font-size: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    vertical-align: 2px
}

.badge.danger {
    background-color: #E85347;
    color: #fff
}

.badge.warning {
    background-color: #F09F13;
    color: #fff
}

.badge.info {
    background-color: #4798ff;
    color: #fff
}

.badge.success {
    background-color: #06D694;
    color: #fff
}

.badge.default {
    background-color: #dce0eb;
    color: #424644;
}


.badge.user {
    padding: 2px 5px;
    border-radius: 4px;
    border-radius: 4px;
    vertical-align: 1px;
    background-color: #0662d6;
    color: white;
    font-size: 12px;
    padding: 10px;
    font-weight: normal;
}

.badge.all {
    background-color: #dce0eb;
    color: #094228;
    font-size: 11px;
}

.badge.fredrik {
    background-color: #4986e7;
    color: #fff;
    font-size: 11px;
}

.badge.erik {
    background-color: #42d692;
    color: #094228;
    font-size: 11px;
}

.badge.rickard {
    background-color: #e07798;
    color: #fff;
    font-size: 11px;
}

.badge.stefan {
    background-color: #000000;
    color: #fff;
    font-size: 11px;
}

.badge.linnea {
    background-color: #d0bcf1;
    color: #41236d;
    font-size: 11px;
}

.badge.jens {
    background-color: #fbe983;
    color: #594c05;
    font-size: 11px;
}


a.primary-link-text,
.btn.primary-link-text,
.primary-link-text {
    color: #0662d6
}

a.primary-link-text:hover,
.btn.primary-link-text:hover,
.primary-link-text:hover {
    color: #5092E3
}

a.warning-link-text,
.btn.warning-link-text,
.warning-link-text {
    color: #F09F13
}

a.warning-link-text:hover,
.btn.warning-link-text:hover,
.warning-link-text:hover {
    color: #EEBB63
}

.primary-text {
    color: #0662d6
}

.success-text {
    color: #27b588
}

.danger-text {
    color: #E85347
}

.danger-text:hover {
    color: #E85347
}

.warning-text {
    color: #F09F13
}

.warning-text:hover {
    color: #F09F13
}

.info-text {
    color: #4798ff
}

.block-loader {
    position: relative
}

.block-loader::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9;
    border-radius: inherit
}

.block-loader::after {
    content: '\f110';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
    z-index: 99;
    position: absolute;
    top: calc(50% - 0px);
    left: calc(50% - 0px);
    font-size: 20px;
    display: inline-block;
    z-index: 10
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.flex-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.flex-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right
}

.flex-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left
}

.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-align: left
}

.flex-vertical-center {
    align-items: center
}

.align-self-center {
    align-self: center
}

.flex-grow-1 {
    flex-grow: 1
}

#content {
    padding-top: 70px;
    padding-bottom: 70px
}

#content .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

#content .container > .main {
    flex-grow: 1
}

@media screen and (max-width: 1024px) {
    #content {
        padding-top: 40px
    }
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto
}

.content-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DBDFEA;
    padding: 30px 20px
}

.page-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.page-header .page-title {
    flex-grow: 1;
    padding-right: 40px
}

.page-header .page-title.full-width {
    padding-right: 0px;
}

.page-header .page-title .title {
    margin-bottom: 10px
}

.page-header .page-title .desc {
    color: #7f8C95
}

.page-header .extras {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap
}

.page-header .extras a {
    white-space: nowrap;
    margin-right: 15px
}

.page-header .extras a:last-child {
    margin-right: 0px
}

.page-header .extras a.btn.transfer {
    padding: 0px 15px 0 10px
}

.page-header .extras a.btn .transfer-img {
    width: 34px
}

.page-header.flex-left {
    justify-content: flex-start;
    align-items: center
}

.page-header.flex-left .page-title {
    flex-grow: 0;
    padding-right: 20px
}

.page-header.flex-left .extras {
    justify-content: flex-start
}

@media screen and (max-width: 760px) {
    .page-header {
        flex-wrap: wrap
    }

    .page-header .extras {
        margin-top: 20px
    }
}

#header {
    -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    background-color: #fff;
    border-bottom: 1px solid #DBDFEA
}

#header .inner-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    flex-shrink: 0
}

#header .header-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    flex-shrink: 0
}

#header .header-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    flex-shrink: 0
}

#header .logotype {
    margin-right: 50px
}

#header .logotype .logo {
    height: 40px
}

#header .lang-dropdown .lang-btn .lang-flag {
    width: 22px;
    vertical-align: -5px
}

#header .lang-dropdown .dropdown-list img {
    width: 22px
}

#header .user-tab .user-btn .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: #0662d6
}

#header .mobile-menu-icon {
    display: none;
    margin-left: 20px
}

#header .mobile-menu-icon .btn {
    height: 42px;
    padding-left: 20px;
    color: #7f8C95
}

#header .mobile-menu-icon .btn:hover {
    color: #364A63
}

#header .mobile-menu-icon .btn .icon {
    font-size: 24px
}

@media screen and (max-width: 1024px) {
    #header .mobile-menu-icon {
        display: block
    }
}

.mobile-menu {
    display: none;
}


#footer {
    margin-top: 30px;
    font-size: 12px;
    color: #7f8C95
}

.main-navigation {
    width: 220px;
    min-width: 220px;
    margin-right: 40px
}

.main-navigation a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #7f8C95
}

.main-navigation a:hover {
    color: #596778
}

.main-navigation .icon-holder {
    display: inline-block;
    width: 23px;
    text-align: center;
    margin-right: 10px;
    position: relative
}

.main-navigation .icon-holder .icon {
    font-size: 23px;
    vertical-align: -2px
}

.main-navigation .icon-holder .icon.fa-user-friends {
    font-size: 20px;
}

.main-navigation .icon-holder .order-extra-icon {
    position: absolute;
    top: -1px;
    left: 5px;
    font-size: 20px
}

.big-navigation {
    font-size: 16px
}

.big-navigation .list-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #364A63;
    margin-bottom: 10px
}

.big-navigation .list-item {
    padding: 10px 0
}

.big-navigation .list-item.active {
    color: #0662d6
}

.big-navigation .list-item.active a {
    color: #0662d6
}

.big-navigation .list-item.active a:hover {
    color: #0662d6
}

.second-navigation {
    font-size: 14px;
    margin-top: 25px
}

.second-navigation .list-item {
    padding: 5px 0
}

.second-navigation .list-item.active {
    color: #0662d6
}

.second-navigation .list-item.active a {
    color: #0662d6
}

.second-navigation .list-item.active a:hover {
    color: #0662d6
}

@media screen and (max-width: 1024px) {
    .main-navigation {
        display: none
    }
}

.buzz {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10
}

.popup {
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    background-color: #fff;
    border: 1px solid #DBDFEA;
    padding: 30px 20px;
    position: absolute;
    left: calc(50% - 0.5px);
    transform: translateX(-50%);
    width: calc(100% - 40px);
    z-index: 11
}

.popup.s-popup {
    max-width: 400px
}

.popup.s-popup .close-popup {
    display: none
}

.popup.m-popup {
    max-width: 620px
}

.popup .close-popup {
    position: absolute;
    top: 35px;
    right: 20px;
    cursor: pointer
}

.popup .close-popup .icon {
    font-size: 20px;
    color: #A6ABB7
}

.popup .close-popup .icon:hover {
    color: #596778
}

.popup .popup-header {
    padding-right: 30px;
    margin-bottom: 30px
}

.popup .popup-footer {
    margin-top: 30px
}

.popup .popup-footer span,
.popup .popup-footer a {
    margin-left: 15px
}

.popup .popup-footer span:first-child,
.popup .popup-footer a:first-child {
    margin-left: 0px
}

.popup .header-icon {
    font-size: 20px;
}

.popup .tabs {
    margin-top: 20px
}

.popup.error-popup ul li {
    padding: 3px 0;
}

option {
    white-space: nowrap;
}

.popup .inleed-nameservers {
    margin-top: 15px;
    margin-bottom: 15px
}

.popup .inleed-nameservers strong {
    color: #0662d6
}

.popup .nameservers-form .form-row .column {
    margin-right: 30px
}

.popup .nameservers-form .form-row .column:last-child {
    margin-right: 0px
}

.popup .nameservers-form .form-row .col-form-content.blockloader::after {
    left: 30px;
    font-size: 18px;
    top: calc(50% - 9px);
}


.popup .col-formular.record-list.blockloader::after {
    font-size: 26px;
    top: calc(50% - 13px);
    left: calc(50% - 13px);
}


.popup .col-formular.record-list {
    min-height: 43px;
    border-top: 1px solid #DBDFEA !important;
    display: table;
    width: 100%;
}

.popup .col-formular.record-list .form-row {
    display: table-row;
    padding: 0px;
}

.popup .col-formular.record-list .col-form-label,
.popup .col-formular.record-list .col-form-content {
    display: table-cell;
    border-bottom: 1px solid #DBDFEA !important;
    padding: 15px 15px 10px 0;
}

.popup .col-formular.record-list .name {
    width: auto;
}

.popup .col-formular.record-list .value {
    width: auto;
}

.popup .col-formular.record-list .ttl {
    width: 60px;
}

.popup .col-formular.record-list .action {
    width: 30px;
}

.dropdown {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative
}

.dropdown select {
    display: none
}

.dropdown.top-left .dropdown-list {
    top: auto;
    bottom: calc(100% + 10px);
    right: 0px;
    left: auto
}

.dropdown.top-right .dropdown-list {
    top: auto;
    bottom: calc(100% + 10px);
    left: 0px;
    right: auto
}

.dropdown.bottom-left .dropdown-list {
    bottom: auto;
    top: calc(100% + 10px);
    right: 0px;
    left: auto
}

.dropdown.bottom-right .dropdown-list {
    bottom: auto;
    top: calc(100% + 10px);
    left: 0px;
    right: auto
}

.dropdown.select-dropdown {
    background-color: #fff;
    border: 1px solid #DBDFEA
}

.dropdown.select-dropdown.top-left .dropdown-list,
.dropdown.select-dropdown.top-right .dropdown-list {
    top: auto;
    bottom: -1px;
    left: -1px;
    right: -1px;
    padding: 8px 0 45px 0
}

.dropdown.select-dropdown.bottom-left .dropdown-list,
.dropdown.select-dropdown.bottom-right .dropdown-list {
    top: -1px;
    bottom: auto;
    left: -1px;
    right: -1px;
    padding: 45px 0 8px 0
}

.dropdown.radio-dropdown input {
    display: none
}

.dropdown.radio-dropdown input:checked + .label-text {
    color: #0662d6
}

.dropdown.radio-dropdown input:checked + .label-text::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 11px);
    right: 15px;
    font-size: 16px;
    color: #0662d6
}

.dropdown.radio-dropdown .dropdown-list {
    padding: 6px 0
}

.dropdown.radio-dropdown .dropdown-list .dd-item {
    padding: 0
}

.dropdown.radio-dropdown .dropdown-list .dd-item label {
    display: block;
    padding: 6px 15px
}

.dropdown.radio-dropdown.list-direction-top .dropdown-list {
    top: auto;
    bottom: calc(100% + 10px);
    left: 0px;
    right: 0px;
    padding: 0
}

.dropdown.open .dropdown-btn {
    z-index: 10
}

.dropdown.open .dropdown-btn .dropdown-arrow {
    transform: rotateZ(180deg)
}

.dropdown .dropdown-btn {
    order: 10
}

.dropdown .dropdown-btn[data-action="dropdown"],
.dropdown .dropdown-btn[data-action-dropdown] {
    cursor: pointer
}

.dropdown .dropdown-btn .text.selected {
    font-weight: 500;
    color: #364A63
}

.dropdown .dropdown-btn.select-btn {
    height: 45px;
    padding: 0px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.dropdown .dd-item {
    position: relative;
    padding: 6px 15px;
    color: #7f8C95
}

.dropdown .dd-p {
    padding: 6px 15px;
}

.dropdown .dd-item .desc {
    display: block;
    font-size: 12px;
    color: #7F8C95;
    font-weight: 400
}

.dropdown .dd-item.active {
    color: #0662d6
}

.dropdown .dd-item.active .desc {
    font-weight: 400
}

.dropdown .dd-item.active .dd-check {
    display: inline-block
}

.dropdown .dd-item.active .checkbox label {
    color: #364A63
}

.dropdown .dd-item:hover {
    background-color: #F5F6FA;
    cursor: pointer
}

.dropdown .dd-item a {
    text-decoration: none;
    color: #596778
}

.dropdown .dd-item .checkbox {
    padding-right: 30px
}

.dropdown .dd-item .checkbox input[type=checkbox] {
    display: none
}

.dropdown .dd-item .checkbox .dd-check {
    top: calc(50% - 9px)
}

.dropdown .dd-check {
    display: none;
    position: absolute;
    top: calc(50% - 11px);
    right: 15px
}

.dropdown .dropdown-list {
    order: 11;
    display: none;
    padding: 8px 0;
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    z-index: 5;
    min-width: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DBDFEA
}

.dropdown .dropdown-list .list-title {
    padding: 7px 15px;
    font-weight: 500;
    color: #364A63;
    text-transform: uppercase
}

.dropdown .dropdown-list .list-title-small {
    padding: 7px 15px;
    color: #7f8C95;
    font-size: 12px
}

.dropdown .dropdown-list .list-divider {
    height: 1px;
    border-bottom: 1px solid #f0f2f7;
    margin: 3px 0px
}

.dropdown .dropdown-list .fas,
.dropdown .dropdown-list .far {
    font-size: 14px
}

.alert {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    position: relative
}

.alert.has--icon {
    padding: 20px 20px 20px 53px
}

.alert.has--icon::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -11px
}

.alert.info {
    background-color: #E4F0FE
}

.alert.info.has--icon::before {
    content: "\f05a"
}

.alert.success {
    background-color: #cfefd5
}

.alert.success.has--icon::before {
    content: '\f058'
}

.alert.danger {
    background-color: #FFE3E1
}

.alert.danger.has--icon::before {
    content: '\f05e'
}

.alert.warning {
    background-color: #FBEED9
}

.alert.warning.has--icon::before {
    content: '\f06a'
}

.tabs .tabs-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    border-bottom: 1px solid #DBDFEA;
    margin-bottom: 30px
}

.tabs .tabs-list .tab-item {
    margin-right: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #7f8C95;
    cursor: pointer
}

.tabs .tabs-list .tab-item.active {
    font-weight: 500;
    color: #364A63;
    border-bottom: 2px solid #0662d6;
    padding-bottom: 9px;
    margin-bottom: -1px
}

.tabs .tabs-list .tab-item:last-child {
    margin-right: 0px
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: #fff;
    -webkit-text-fill-color: #596778;
    transition: background-color 5000s ease-in-out 0s;
    font-family: "Poppins", sans-serif
}

input,
textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #596778;
    background-color: #fff;
    border: 1px solid #DBDFEA;
    height: 45px;
    width: 100%;
    padding: 0 15px;
    max-width: 100%
}

input.small-input {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

input[type='checkbox'] {
    height: 20px;
}

input::-ms-clear,
textarea::-ms-clear {
    display: none
}

input:focus,
textarea:focus {
    border-color: #0662d6;
    outline: none;
    background-color: #fff
}

input.error {
    border-color: #E85347
}

input:read-only,
input:read-only:hover,
input:read-only:focus,
textarea:read-only,
textarea:read-only:hover,
textarea:read-only:focus {
    background: none;
    color: #7f8C95;
    border-color: #DBDFEA;
    cursor: no-drop
}

::-webkit-input-placeholder {
    color: #c0c5d3 !important;
    font-weight: 400;
    opacity: 1
}

::-moz-placeholder {
    color: #c0c5d3 !important;
    font-weight: 400;
    opacity: 1
}

::-ms-placeholder {
    color: #c0c5d3 !important;
    font-weight: 400;
    opacity: 1
}

::placeholder {
    color: #c0c5d3 !important;
    font-weight: 400;
    opacity: 1
}

input:required:invalid {
    outline: none
}

.form-row.success input,
.success input {
    border-color: #06D694
}

.form-row.success label,
.success label {
    color: #06D694
}

.form-row.error input,
.error input {
    border-color: #E85347
}

/** SELECT2 **/

body .select2-container .select2-selection--single {
    height: auto;
    padding: 8px 0 8px 8px;
    border-color: #dbdfea;
    outline: 0px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 13px);
    right: 10px;
}

body .select2-dropdown {
    border-color: #dbdfea;
}

body .select2-search--dropdown {
    padding: 0px;
}

body .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #dbdfea;
    border-radius: 0px;
    height: 40px;
    padding: 0px 0px 0px 10px;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
}

/** SELECT2 END **/

.form-row.error small,
.form-row.error label,
.form-row.error .caption,
.error small,
.error label,
.error .caption {
    color: #E85347
}

.form-row {
    margin-bottom: 20px;
    position: relative
}

.form label,
.form-row label {
    font-weight: 500;
    color: #364A63;
    margin-bottom: 4px;
    display: block
}

.popup .col-formular {
    border-top: 1px solid #DBDFEA;
    border-bottom: 1px solid #DBDFEA
}

.col-formular.with-padding {
    padding: 15px 0;
}

.col-formular .form-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #DBDFEA;
    margin-bottom: 0px;
    padding: 10px 0px
}

.col-formular.flex-vertical-center .form-row {
    align-items: center
}

.col-formular .form-row-p {
    padding: 10px 20px;
}

.col-formular .form-row.flex-vertical-center {
    align-items: center
}

.col-formular .form-row:last-child {
    margin-bottom: 0px;
    border-bottom: 0px
}

.col-formular.flex-vertical-center .form-row .col-form-label {
    padding-top: 0px;
}

.col-formular .form-row .col-form-label {
    position: relative;
    padding-top: 7px;
    width: 150px
}

.col-formular .form-row .col-form-label-wide {
    position: relative;
    padding-right: 20px;
    width: 250px
}

.col-formular .form-row .col-form-label-auto {
    position: relative;
    padding-right: 20px;
    width: auto
}

.col-formular .form-row .col-form-content {
    flex-grow: 1
}

.col-formular .form-row .col-form-content input {
    border: 0px;
    padding: 0px;
    height: 35px
}

.col-formular .form-row .col-form-content textarea {
    border: 0px;
    border-bottom: 1px solid #DBDFEA;
    padding: 7px 0 0 0;
    height: 75px
}

.col-formular .form-row.error {
    background-color: #fff8f8;
    border-bottom: 1px solid #E85347
}

.col-formular .form-row.error textarea,
.col-formular .form-row.error input[type='text'],
.col-formular .form-row.error input[type='tel'],
.col-formular .form-row.error input[type='email'],
.col-formular .form-row.error input[type='password'] {
    background-color: #fff8f8
}

.help-tooltip {
    display: inline-block;
    position: relative;
    z-index: 10
}

.help-tooltip.left-label-position {
    position: absolute;
    top: calc(50% - 7px);
    left: -28px
}

.help-tooltip.left-label-position .help-icon {
    font-size: 14px;
    background-color: #fff;
}

.help-tooltip .help-icon {
    cursor: help;
    z-index: 35;
    font-size: 14px
}

.help-tooltip .help-text {
    display: none;
    cursor: text;
    position: absolute;
    white-space: nowrap;
    padding: 5px 10px;
    background: #DBDFEA;
    border: 1px solid #DBDFEA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #596778
}

.help-tooltip .help-text::after {
    content: '';
    width: 14px;
    height: 14px;
    background: #DBDFEA;
    position: absolute;
    transform: rotateZ(45deg)
}

.help-tooltip .help-text.top-left {
    bottom: calc(100% + 10px);
    right: -10px
}

.help-tooltip .help-text.top-left::after {
    right: 10px;
    bottom: -7px
}

.help-tooltip .help-text.top-right {
    bottom: calc(100% + 10px);
    left: -10px
}

.help-tooltip .help-text.top-right::after {
    left: 10px;
    bottom: -7px
}

.help-tooltip .help-text.top-center {
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%)
}

.help-tooltip .help-text.top-center::after {
    left: calc(50% - 7px);
    bottom: -7px
}

.help-tooltip .help-text.bottom-left {
    top: calc(100% + 10px);
    right: -10px
}

.help-tooltip .help-text.bottom-left::after {
    right: 10px;
    top: -7px
}

.help-tooltip .help-text.bottom-right {
    top: calc(100% + 10px);
    left: -10px
}

.help-tooltip .help-text.bottom-right::after {
    left: 10px;
    top: -7px
}

.help-tooltip .help-text.bottom-center {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%)
}

.help-tooltip .help-text.bottom-center::after {
    left: calc(50% - 7px);
    top: -7px
}

button:hover,
button:focus,
button:active {
    outline: 0px;
}

.btn {
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle
}

.btn.s-btn {
    height: 32px;
    padding: 0 15px;
    font-size: 12px
}

.btn.s-btn .fa,
.btn.s-btn .far,
.btn.s-btn .fas {
    font-size: 14px
}

.btn.m-btn {
    height: 42px;
    padding: 0 20px
}

.btn.l-btn {
    height: 50px;
    padding: 0 25px
}

.btn.xl-btn {
    height: 60px;
    padding: 0 30px
}

.btn.blank-btn {
    background-color: transparent;
    border-color: transparent;
    color: #7f8C95;
    padding-left: 10px;
    padding-right: 10px
}

.btn.blank-btn.active,
.btn.blank-btn:active,
.btn.blank-btn:hover {
    color: #596778
}

.btn.blank-btn.inactive,
.btn.blank-btn:disabled {
    color: #bbb;
    cursor: default
}

.btn.transparent-btn {
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DBDFEA;
    color: #596778
}

.btn.transparent-btn.active,
.btn.transparent-btn:active,
.btn.transparent-btn:hover {
    border-color: #CFD4E2;
    background-color: rgba(0, 0, 0, 0.02)
}

.btn.transparent-btn.inactive,
.btn.transparent-btn:disabled {
    border-color: #F2F4F9;
    background-color: transparent;
    color: #BEC5D9;
    cursor: default
}

.btn.light-btn {
    background-color: #E8ECF7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E8ECF7;
    color: #596778
}

.btn.light-btn.active,
.btn.light-btn:active,
.btn.light-btn:hover {
    background-color: #CFD4E2;
    border-color: #CFD4E2
}

.btn.light-btn.inactive,
.btn.light-btn:disabled {
    background-color: #F2F4F9;
    border-color: #F2F4F9;
    color: #BEC5D9;
    cursor: default
}

.btn.primary-btn {
    background-color: #0662d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0662d6;
    color: #fff
}

.btn.primary-btn.active,
.btn.primary-btn:active,
.btn.primary-btn:hover {
    background-color: #5092E3;
    border-color: #5092E3;
    color: #fff
}

.btn.primary-btn.inactive,
.btn.primary-btn:disabled {
    background-color: #AED0F9;
    border-color: #AED0F9;
    color: #6986a9;
    cursor: default
}

.btn.success-btn {
    background-color: #06D694;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #06D694;
    color: #fff
}

.btn.success-btn.active,
.btn.success-btn:active,
.btn.success-btn:hover {
    background-color: #3AE6B0;
    border-color: #3AE6B0
}

.btn.success-btn.inactive,
.btn.success-btn:disabled {
    background-color: #c5e4da;
    border-color: #c5e4da;
    color: #8cb3a6;
    cursor: default
}

.btn.success-btn.finished.inactive {
    color: #5d7970
}

.btn.danger-btn {
    background-color: #E85347;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E85347;
    color: #fff
}

.btn.danger-btn.active,
.btn.danger-btn:active,
.btn.danger-btn:hover {
    background-color: #E98A82;
    border-color: #E98A82
}

.btn.danger-btn.inactive,
.btn.danger-btn:disabled {
    background-color: #FEC2BD;
    border-color: #FEC2BD;
    cursor: default
}

.btn.light-danger-btn {
    background-color: #FFD8D5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #FFD8D5;
    color: #E85347
}

.btn.light-danger-btn.active,
.btn.light-danger-btn:active,
.btn.light-danger-btn:hover {
    background-color: #FEC2BD;
    border-color: #FEC2BD
}

.btn.light-danger-btn.inactive,
.btn.light-danger-btn:disabled {
    background-color: #AED0F9;
    border-color: #AED0F9;
    cursor: default
}

.active .light-danger-btn {
    background-color: #FEC2BD;
    border-color: #FEC2BD
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5)
}

.switch input:checked + .slider {
    background-color: #2196F3
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px)
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3
}

.services {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DBDFEA
}

.table-container .services td {
    width: 120px;
}

.table-container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DBDFEA
}

.table-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #DBDFEA;
    padding: 20px 20px;
    position: relative
}

.table-header .extras {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.table-header .extras > div {
    padding: 0 15px;
    border-right: 1px solid #DBDFEA
}

.table-header .extras > div:last-child {
    padding-right: 0px;
    border-right: 0px
}

.table-header .extras .table-search.left-side {
    padding-left: 0px
}

.table-header .extras .table-search.left-side .search-btn {
    justify-content: flex-start
}

.table-header .round-search-btn {
    background-color: #0662d6;
    width: 40px;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-top: -6px;
}

.table-header .extras .table-search .search-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.table-header .extras .table-search .search-btn.label-right .label-text {
    order: 2;
    margin-right: 0px;
    margin-left: 10px
}

.table-header .extras .table-search .search-btn.label-right .icon {
    order: 1
}

.table-header .extras .table-search .search-btn .label-text {
    font-size: 12px;
    color: #c0c5d3;
    margin-right: 10px
}

.table-header .extras .table-search .search-btn label {
    display: flex
}

.table-header .extras .table-search .search-container {
    position: absolute;
    top: 8px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: none;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 11
}

.table-header .extras .table-search .search-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    margin: -10px 0;
    z-index: 11
}

.table-header .extras .table-search .search-container.open {
    display: flex
}

.table-header .extras .table-search .search-container .loader {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 100%;
    height: 2px;
    background-color: #0662d6;
    -webkit-animation: loader 5s infinite;
    animation: loader 5s infinite
}

.choose-user-account {
    margin-bottom: 30px;
}

.blockloader {
    position: relative;
}

.blockloader::before {
    z-index: 19;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.75);
    content: '';
    display: block;
}

.blockloader::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f110";
    position: absolute;
    vertical-align: middle;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
    z-index: 1;
    font-size: 34px;
    animation: fa-spin 1.25s linear infinite;
    z-index: 20;
}

.btn.blockloader::after {
    font-size: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

/* .loader::before{
	z-index: 19;
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(255,255,255,0.75);
	content:'';
	display: block;
}
.loader::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f110";
    position: fixed;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 35px;
	animation: fa-spin 2s linear infinite;
	z-index: 20;
} */

.table-header .extras .table-search .search-container .btn {
    cursor: pointer;
    color: #A6ABB7
}

.table-header .extras .table-search .search-container .btn:hover {
    color: #596778
}

.table-header .extras .table-search .search-container input[name="search"] {
    border: 0px;
    padding-left: 5px
}

.table-footer .btn.success-btn.inactive .small-text {
    cursor: default;
    color: #8cb3a6
}

.table-footer .btn.success-btn .small-text {
    color: #fff
}

.table {
    width: 100%;
    padding: 0px;
    border-collapse: collapse
}

.table thead {
    font-weight: 500;
    color: #364A63;
    background-color: #F5F6FA;
    font-size: 12px;
    border-bottom: 1px solid #DBDFEA
}

table.dataTable thead th, table.dataTable thead td,
.table thead th {
    padding: 7px 20px 7px 0;
    text-align: left;
    font-weight: 500
}

.table thead th:first-child {
    padding-left: 20px
}

.table thead th.sortable {
    cursor: pointer
}

.table thead th.sortable::after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A6ABB7;
    margin-left: 10px;
    font-size: 15px
}

.table thead th.sortable.sorted::after {
    content: '\f0d8';
    color: #596778
}

.table tbody tr {
    border-bottom: 1px solid #DBDFEA
}

.table tbody tr:last-child {
    border-bottom: 0px
}

.table tbody tr.expired {
    background-color: #fff8f8
}

.table tbody tr.table-list-divider {
    border-bottom: 1px solid #DBDFEA;
    font-size: 12px;
    background-color: #F5F6FA
}

.table tbody tr.table-list-divider td {
    font-weight: 500;
    color: #364A63;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
}

.table tbody tr.table-list-divider .toggle-service-list-icon {
    top: 12px;
    margin-right: 10px;
    opacity: 0.3;
    float: left;
}

.table tbody tr.table-list-divider.list-hidden .toggle-service-list-icon {
    opacity: 1;
}

.table tbody tr.domain-row td {
    padding-top: 10px;
    padding-bottom: 10px
}

.table tbody tr.has--extra-buttons td {
    padding-top: 10px;
    padding-bottom: 10px
}

table.dataTable tbody th, table.dataTable tbody td,
.table tbody td {
    padding: 15px 20px 15px 0;
    color: #7f8C95;
    position: relative
}

.table tbody td a {
    text-decoration: none
}

.table tbody td:first-child {
    padding-left: 20px
}

.table tbody td.column {
    width: 120px;
}

.table tbody td.column.auto-width {
    width: auto
}

.table tbody td.column.check-col {
    width: 120px
}

.table tbody td.column.action-column {
    width: 160px
}

.table tbody td.action-column .btn {
    width: 100%
}

.table tbody td.action-column .da-logo {
    padding: 0 10px;
    margin-bottom: 10px
}

.table tbody td.action-column .da-logo img {
    width: 100%
}

.table tbody td.status-col {
    color: #7f8C95;
    font-size: 12px
}

.table tbody td.status-col::before {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #7f8C95;
    margin-right: 7px
}

.table tbody td.status-col.success {
    color: #06D694
}

.table tbody td.status-col.success::before {
    background-color: #06D694
}

.table tbody td.status-col.danger {
    color: #E85347
}

.table tbody td.status-col.danger::before {
    background-color: #E85347
}

.table tbody td.status-col.warning {
    color: #F09F13
}

.table tbody td.status-col.warning::before {
    background-color: #F09F13
}

.table tbody td .service-title {
    font-size: 16px
}

.table tbody td .service-details {
    font-size: 12px
}

@keyframes loader {
    0% {
        left: 0%;
        right: 100%
    }
    25% {
        left: 0%;
        right: 0%
    }
    50% {
        left: 100%;
        right: 0%
    }
    75% {
        right: 0%;
        left: 0%
    }
    100% {
        left: 0%;
        right: 100%
    }
}

.pagination {
    margin-top: 20px
}

.pagination .list {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DBDFEA;
    background-color: #fff
}

.pagination .list-item {
    font-size: 12px
}

.pagination .list-item a {
    display: inline-block;
    padding: 7px 12px;
    text-decoration: none;
    color: #7f8C95
}

.pagination .list-item a:hover {
    color: #364A63
}

.pagination .list-item.prev {
    border-right: 1px solid #DBDFEA
}

.pagination .list-item.next {
    border-left: 1px solid #DBDFEA
}

.pagination .list-item.active {
    font-weight: 500
}

.pagination .list-item.active a {
    color: #0662d6
}

.breadcrumbs {
    padding-bottom: 10px
}

.breadcrumbs .list-item {
    color: #7f8C95
}

.breadcrumbs .list-item a {
    color: #596778;
    text-decoration: none
}

.breadcrumbs .list-item a:hover {
    color: #364A63
}

.checkbox {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #7f8C95
}

.checkbox label {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.checkbox input {
    display: none
}

.checkbox input:checked + .label-text {
    color: #596778
}

.checkbox input:checked + .label-text::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #0662d6;
    border: solid 1px #0662d6;
    color: #fff
}

.checkbox .label-text {
    display: inline-block;
    position: relative;
    padding-left: 30px
}

.checkbox .label-text::before {
    content: '';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    border: solid 1px #DBDFEA;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-size: 12px
}

.checkbox.green input:checked + .label-text::before {
    background-color: #06D694;
    border: solid 1px #06D694
}

.addon-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.addon-container .addon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
    background-color: #F5F6FA;
    border: 1px solid #DBDFEA
}

.addon-container .addon .addon-icon {
    margin-top: 0px
}

.addon-container.addon-left .addon {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px
}

.addon-container.addon-left input {
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px
}

.addon-container.addon-right .addon {
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    border-left: 0px
}

.addon-container.addon-right input {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px
}

.has--show-value {
    position: relative
}

.has--show-value .show-value {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -13px;
    padding: 5px 0;
    color: #A6ABB7
}

.has--show-value .show-value:hover {
    color: #596778
}

.has--show-value.showing-value .show-value {
    color: #596778
}

.single-invoice {
    max-width: 700px
}


.invoice-add-payment .form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 20px 30px;
    background-color: #fff;
    border: 1px solid #DBDFEA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.invoice-add-payment .form h2 {
    width: 100%;
    margin-bottom: 19px;
}

.invoice-add-payment .form .form-col {
    position: relative;
    margin-right: 20px;
}

.invoice-add-payment .form .buttons {
    width: 100%;
}

.invoice-add-payment .form .form-col input {
    width: 150px;
}

.invoice-add-payment .form .form-col.buttons {
    width: 100%;
    margin-top: 20px;
}

.settings-table .col-formular .form-row {
    padding: 10px 20px
}

.settings-table {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DBDFEA;
    position: relative
}

.settings-table.inactive-table::before {
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 5
}

.settings-table table {
    width: 100%;
    padding: 0px;
    border-collapse: collapse
}

.settings-table table tbody tr {
    border-bottom: 1px solid #DBDFEA
}

.settings-table table tbody tr:last-child {
    border-bottom: 0px
}

.settings-table table tbody tr.expired {
    background-color: #ffeeed
}

.settings-table table tbody tr td {
    padding: 10px 20px;
    color: #7f8C95
}

.settings-table table tbody tr td.label {
    width: 150px
}

.settings-table table tbody tr td.value {
    font-weight: 500;
    color: #364A63
}

.settings-table table tbody tr td.action {
    text-align: right
}

.settings-table-footer {
    border-top: 1px solid #DBDFEA;
    border-bottom: 1px solid #DBDFEA;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

#two-step-auth-fields {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


#bevakningar .sort-tabs .btn.curr {
    background-color: #0662d6;
    border: 1px solid #0662d6;
    color: #fff;
}

#bevakningar .reminders-list .list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DBDFEA;
    padding: 10px 15px 10px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

#bevakningar .reminders-list .list-item.overdue {
    color: #E85347;
    font-weight: 500;
    border-color: #efc7c5;
    background-color: #fff4f4;
}

#bevakningar .reminders-list .list-item.today {
    font-weight: 500;
    color: #364A63;
    border-color: #9fadbf;
}

#bevakningar .reminders-list .date {
    width: 110px;
}

#bevakningar .reminders-list .invoicenr {
    width: 57px;
}

#bevakningar .reminders-list .invoicenr a {
    text-decoration: none;
}


#bevakningar .reminders-list .title {
}

#bevakningar .reminders-list .has-comment .title {
    cursor: pointer;
}

#bevakningar .reminders-list .extras {
    padding-left: 10px;
}

#bevakningar .reminders-list .extras .done-icon {
    font-size: 20px;
}

#bevakningar .reminders-list .extras a {
    color: #b5bfc5;
}

#bevakningar .reminders-list .extras a:hover {
    color: #6c767d;
}

#bevakningar .reminders-list .comment {
    display: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px solid #DBDFEA;
    margin-top: 10px;
}

#invoice {
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
    padding: 20px 30px 20px;
    background-color: #fff;
    border: 1px solid #DBDFEA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

#invoice .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

#invoice .header .logo img {
    height: 40px;
    margin-top: 10px
}

#invoice .header .title {
    font-size: 30px;
    font-weight: 600;
    color: #3a3a3a;
    margin-top: 10px
}

#invoice .detalis {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

#invoice .detalis .faktura-info {
    max-width: 220px;
    margin-top: 30px;
    flex-grow: 1
}

#invoice .detalis .faktura-info .list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

#invoice .detalis .buyer-info {
    font-weight: 500;
    color: #364A63;
    text-align: right;
    margin-top: 30px;
    margin-left: 20px;
    flex-grow: 1
}

#invoice .invoice-headline {
    margin-top: 30px;
    border-bottom: 1px solid #000;
    padding: 5px 0
}

#invoice .invoice-headline .list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    color: #364A63
}

#invoice .invoice-headline .list .description {
    flex-grow: 1
}

#invoice .invoice-headline .list .price {
    width: 100px
}

#invoice .invoice-headline .list .amount {
    width: 100px
}

#invoice .invoice-headline .list .total {
    width: 100px
}

#invoice .invoice-data .list .list-item {
    border-bottom: 1px solid #DBDFEA;
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

#invoice .invoice-data .list .column {
    width: 100px
}

#invoice .invoice-data .list .column.description {
    flex-grow: 1;
    font-weight: 500;
    color: #364A63
}

#invoice .invoice-data .list .column.price {
    width: 100px
}

#invoice .invoice-data .list .column.amount {
    width: 100px
}

#invoice .invoice-data .list .column.total {
    width: 100px
}

#invoice .summary {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 30px
}

#invoice .summary .invoice-info {
    flex-grow: 1
}

#invoice .summary .invoice-summary {
    width: 300px
}

#invoice .summary .invoice-summary .list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DBDFEA;
    padding: 5px 0
}

#invoice .summary .invoice-summary .list-item.total {
    font-size: 18px;
    font-weight: 500;
    color: #364A63
}

#invoice .payment-info {
    margin-top: 50px
}

#invoice .thanks {
    font-weight: 500;
    color: #364A63;
    font-size: 22px;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #DBDFEA
}

#invoice .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    padding-top: 30px;
    font-size: 12px
}

#invoice .footer .company-info {
    flex-grow: 1
}

#invoice .footer .economy-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    text-align: right
}

#invoice .footer .economy-info .qr {
    margin-left: 20px;
    position: relative
}

#invoice .footer .economy-info .qr .text {
    font-size: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: -20px;
    top: 27px
}

#invoice .footer .economy-info .qr .picture {
    margin-left: 10px;
    text-align: center;
    margin-top: 0px;
    margin-right: 14px
}

#invoice .scan-footer {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: flex-start;
    margin-top: 20px;
    font-family: Arial;
    font-size: 16px;
    color: #000;
}

#invoice .scan-footer .col {
    /* flex-grow:1; */
    padding-right: 13px;
}

#invoice .scan-footer .col:last-child {
    padding-right: 0px;
}

#invoice .scan-footer .col.first {
    width: 25px;
}

#invoice .scan-footer .col.ocr {
    flex-basis: 20%;
    text-align: right;
}

#invoice .scan-footer .col.sum {
    flex-basis: 25%;
    text-align: right;
}

#invoice .scan-footer .col.nr {
    text-align: right;
    flex-basis: 6%;
}

#invoice .scan-footer .col.account {
    text-align: right;
    flex-grow: 1;
}

/**
*	Data tables
*/
table.normal-datatable.dataTable thead th, table.normal-datatable.dataTable thead td {
    border-bottom: 1px solid #dbdfea;
}

table.normal-datatable.dataTable tbody th, table.normal-datatable.dataTable tbody td {
    border-bottom: 1px solid #dbdfea;
}

table.normal-datatable.dataTable.no-footer {
    border-bottom: 0px;
}

table.normal-datatable.dataTable td {
    border-bottom: 1px solid #dbdfea;
}

.table-container .dataTables_wrapper .dataTables_paginate {
    float: none;
    width: 100%;
    text-align: left !important;
    padding: 15px 0 !important;
}

.table-container .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px;
    margin: 0 5px;
}

.table-container .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table-container .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.table-container .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.table-container .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: transparent !important;
    background: #0662d61f !important;
    color: #0662d6 !important;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

.table-container .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.table-container .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.table-container .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: transparent !important;
    background: #d6d6d65c !important;
    color: #333 !important;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

.table-container .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: transparent !important;
}


.dataTables_filter {
    display: none;
}

.arp .dataTables_filter {
    display: block;
}

#search-table_wrapper .dataTables_filter {
    display: block;
    float: none;
    text-align: left;
}

#search-table_wrapper .dataTables_filter input {
    margin: 0;
    border: 0px;
    padding: 5px 15px;
    border-bottom: 1px solid #dbdfea;
    height: 50px;
}

#search-table_wrapper .dataTables_info {
    float: right;
    padding: 0 20px 0 0;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datatable tbody tr {
    height: 60px;
}

.btnicon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.btnicon.load::before {
    font-weight: 900;
    content: "\f110";
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.btnicon.success::before {
    font-weight: 900;
    content: "\f00c";
}

.btnicon.success {
    border: 1px solid #06D694;
    background-color: #06D694;
}

.btnicon.success:hover {
    background-color: #3AE6B0;
    border-color: #3AE6B0;
}

.btnicon.success.inactive {
    background-color: #c5e4da;
    border-color: #c5e4da;
    color: #8cb3a6;
    cursor: default;
}

.btnicon span {
    opacity: 0;
}

.tab-item a {
    text-decoration: inherit;
    color: inherit;
}

.second-navigation .list-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #364A63;
    margin-bottom: 10px;
    margin-top: 20px;
}

.search label {
    width: 100px;
}

#bevakningar .sort-tabs small {
    margin-left: 5px;
}

#bevakningar .sort-tabs .curr small {
    color: white;
}

.border-0 {
    border: none;
}

.autogiro-header {
    text-align: center;
    padding: 10px;
    background: #0662d6;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

select {
    width: 100%;
}

.customerprofiles {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DBDFEA;
}

.customerprofiles .mini-desc-row {
    cursor: pointer;
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #DBDFEA;
}

.customerprofiles .mini-desc-row .entity-id {
    padding-right: 15px;
    font-weight: 500;
    color: #364A63;
}

.customerprofiles .mini-desc-row .name {
    padding-right: 15px;
}

.customerprofiles .mini-desc-row .expand-settings {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.customerprofiles .mini-desc-row .expand-settings i {
    font-size: 20px;
}

.customerprofiles .settings-table {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
}

.customerprofiles .footer-buttons {
    border-top: 1px solid #DBDFEA;
    border-bottom: 1px solid #DBDFEA;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.customerprofile form {
    display: none;
}

.customerprofile.open form {
    display: block;
    border: 1px solid #0664da;
    margin: -1px;
}

.customerprofile.open .mini-desc-row {
    border: 1px solid #0664da;
    margin: -1px;
    background-color: #0664da;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.customerprofile.open .mini-desc-row .entity-id {
    color: #fff;
}


.customerprofile.startOpen.open .mini-desc-row {
    display: none;
    border: 0px;
    border-bottom: 1px solid #DBDFEA;
    background-color: transparent;
    color: #596778;
    margin: 0px;
}

.customerprofile.startOpen.open .mini-desc-row .entity-id {
    color: #364A63;
}

.customerprofile.startOpen.open form {
    margin: 0px;
    border: 0px;
}


.profile-cards-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -10px;
}

.profile-cards-container .profile-card {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 33%;
}

.profile-cards-container .profile-card .card {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DBDFEA;
    padding: 20px 20px;
    width: auto;
}

.profile-cards-container .profile-card .head-bar {
    padding: 5px 20px;
    text-align: left;
    font-weight: 500;
    color: #364A63;
    background-color: #F5F6FA;
    font-size: 12px;
    border-bottom: 1px solid #DBDFEA;
    margin: -20px -20px 20px -20px;
}

.profile-cards-container .profile-card .content h3 {
    margin-bottom: 5px;
}

.profile-cards-container .profile-card .content .payment-method {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.profile-cards-container .profile-card .content .payment-method .img {
    padding-right: 15px;
}

.profile-cards-container .profile-card .content .payment-method .rep {
    line-height: 18px;
}

.profile-cards-container .profile-card .content .payment-method .method-img {
    max-width: 120px;
    max-height: 30px;
}

.profile-cards-container .profile-card .footer {
    margin: 20px -20px -20px -20px;
    border-top: 1px solid #dbdfea;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.profile-cards-container .profile-card .footer .connections {
    font-size: 14px;
}

.profile-cards-container .profile-card .footer .action .primary-btn.inactive {
    color: #fff !important;
}

.services-table tr.deleted {
    display: none;
    background: #ffdede;
}

@media screen and (max-width: 1150px) {
    .profile-cards-container .profile-card {
        width: 50%;
    }
}


@media screen and (max-width: 676px) {
    .profile-cards-container .profile-card {
        width: 100%;
    }
}


.twofactor.methods {
    border-top: 1px solid #b8b8b8;
    padding-top: 20px;
}

.twofactor .method {
    margin-bottom: 50px;
}

.twofactor .method h3 {
    margin-bottom: 10px;
}

.twofactor .method form {
    margin: 0;
}

.twofactor .method button {
    position: absolute;
    right: 20px;
}


.transfer-domain-formular .domain-section {
    background-color: #f7f8fb;
    position: relative;
    border-bottom: 2px solid #dbdfea;
}

.transfer-domain-formular .domain-section input {
    background-color: #f7f8fb;
}

.transfer-domain-formular .add-another-domain-row {
    text-align: center;
    background-color: #fff;
}

.transfer-domain-formular .add-domain-row {
    margin: 10px 0;
}

.transfer-domain-formular a.delete-domain-row {
    color: #E85347;
}

.transfer-domain-formular .domain-section.copyable.success::after {
    content: "\f058";
    width: 100%;
    height: 100%;
    background-color: rgba(207, 239, 213, 0.50);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-family: FontAwesome;
}

.transfer-domain-formular .domain-section.copyable.paid::after {
    content: "\f05a";
    width: 100%;
    height: 100%;
    background-color: rgba(228, 240, 254, 0.50);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-family: FontAwesome;
}

.transfer-domain-formular .profile-select {
    border-top: 1px solid #dbdfea;
}

.paid-transfer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.paid-transfer h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.paid-transfer h2 i {
    font-size: 30px;
}

.paid-transfer .price-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.domain-section .form-row:last-of-type {
    border-bottom: 1px solid #DBDFEA;
}

.table-list-divider.hidden {
    display: none;
}

/*# sourceMappingURL=maps/main.css.map */
