html,
body {
  margin: 0;
  padding: 0;
  font: 400 14px/16px "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  scroll-behavior: smooth;
}

.settings__content a {
    color: #007B90 !important;
    text-decoration: none !important;
}

.settings__content a:hover { text-decoration: underline !important; }

.nowrap {
    white-space: nowrap;
}

.settings__container {
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 24px;
    margin: 50px 0;
}

.mobile__header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mobile__heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.mobile__close,
.mobile__open {
    width: auto !important;
    background: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    line-height: 0 !important;
}

.mobile__open {
    height: 16px !important;
}

.mobile__close {
    height: 14px !important;
}

.sidebar__title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.48);
}

.sidebar__menu {
    margin: 0 0 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sidebar__menu:last-child {
    border-bottom: none;
}

.sidebar__menu li {
    margin: 2px 0;
}

.sidebar__menu li:last-child {
    margin-bottom: 0;
}

.sidebar__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 196px;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: .3s ease-in-out;
    transition-property: color, background-color;
}

.sidebar__icon {
    display: none;
}

.sidebar__link--active, .sidebar__link:hover {
    color: #007B90;
    background-color: rgba(0, 123, 144, 0.04);
}

.sidebar__link-edit-website {
    color: #007B90 !important;
    background-color: rgba(0, 123, 144, 0.04) !important;
}

.sidebar__link-edit-website:hover {
    color: black !important;
}

.settings__content {
    flex-grow: 1;
    padding: 0 24px;
    margin: 50px 0;
}

.settings__header {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.settings__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.settings__subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 24px;
}

.settings__main {
    position: relative;
    padding: 24px 0;
}

.settings__main:before {
    content: 'Laden...';
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 100px;
    background: #FFF;
    z-index: 10;
    font-size: 24px;
    font-weight: 600;
    animation: hide 0.5s 1s forwards;
}

.settings__description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.64);
    margin: 0 0 24px;
}

.settings__section {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.settings__section:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.settings__form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.settings__form-wrapper--vertical {
    flex-direction: column;
    flex-wrap: nowrap;
}

.settings__status {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFF;
    border-radius: 20px;
}

.settings__status--unpublished { background-color: #FFF5BF; color: #000; }
.settings__status--offline { background-color: #E7282C; }
.settings__status--online { background-color: #007B90; }

.code-info {
    display: inline-flex;
    align-items: center;
    gap: 70px;
    padding: 12px;
    border-radius: 8px;
    background-color: #F8F8F8;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.code-info__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-box {
    display: flex;
    align-items: center;
    max-width: 744px;
    min-height: 56px;
    padding: 12px;
    margin-bottom: 24px;
    border-radius: 8px;
    background-color: rgba(248, 248, 248, 1);
    font-size: 16px;
    line-height: 24px;
}

.info-box--blue {
    background-color: rgba(0, 123, 144, 0.04);
}

.info-box:last-child {
    margin-bottom: 0;
}

.info-box__icon {
    margin-right: 12px;
}

.info-box__text {
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.info-box__text span {
    font-weight: 400;
}

.info-box__link {
    margin-left: auto;
    font-weight: 600;
}

.invoice-list li {
    margin: 6px 0;
}

.invoice-list li:first-child { margin-top: 0; }
.invoice-list li:last-child { margin-bottom: 0; }

.invoice-list__icon {
    margin-right: 12px;
}

.invoice-list__button {
    display: flex;
    align-items: center;
    padding: 14px;
    width: 100%;
    max-width: 360px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000 !important;
    background-color: #F8F8F8;
}


.ios-switch__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 360px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.ios-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
}

.ios-switch__input {
    opacity: 0;
    width: 0;
    height: 0;
}
.ios-switch__input:checked + .ios-switch__slider {
    background-color: #007B90;
}

.ios-switch__input:checked + .ios-switch__slider:before {
    transform: translateX(25px);

}

.ios-switch__input:focus + .ios-switch__slider {
    box-shadow: 0 0 1px #007B90;
}

.ios-switch__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.ios-switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: rgba(0, 0, 0, 0.32);
    -webkit-transition: .4s;
    transition: .4s;
}

.ios-switch__slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.section.img-container .btnSave{
    width: auto;
    margin-left: 10px;
    margin-top:15px;
}

.section .cropperContainer.show {
    height: 250px;
}

.list-unstyled {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.list-unstyled li {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -.2px;
        color: #737e88;
        margin: 12px 0;
}

@media (max-width: 900px){
    .sidebar {
        position: fixed;
        z-index: 100;
        padding: 0;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        background: #FFF;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .sidebar--open {
        transform: translateX(0);
    }

    .mobile__header {
        display: flex;
        padding: 0 24px !important;
    }

    .sidebar__title {
        padding: 0 24px !important;
    }

    .sidebar__menu {
        padding: 0 12px !important;
    }

    .sidebar__icon {
        display: block;
    }

    .settings__content {
        margin: 0;
        padding: 0;
    }

    .settings__header {
        display: none;
    }

    .settings__main {
        padding: 0 24px;
    }
}

.uploadImageContainer{
    position: relative;
    cursor: pointer;
    width: 150px;
    height: 150px;
}
.uploadPlaceholder{
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border: 1px solid #5b9da8;
    border-radius: 50%;
    background: #7b7b7b61;
}
.uploadImageContainer:hover .uploadPlaceholder{
    display: flex;
    justify-content: center;
    align-items: center;
}
.uploadPlaceholder.hidden{
    display: none;
}


/* General */
/* Input */

    .settings__content .Input {
        padding: 0 !important;
        max-width: 468px !important;
        position: relative !important;
    }
    .settings__content .Input .Input__icon {
        position: absolute;
        top: calc(50% + 12px);
        right: 14px;
        transform: translateY(-50%);
    }
    .settings__content .Input input {
        height: 48px !important;
        border-radius: 8px !important;
        border: 1px solid rgba(0, 0, 0, 0.12) !important;
        transition: 0.1s ease-in-out;
        transition-property: border-color, border-width;
    }
    .settings__content .Input input[type="date"]::-webkit-inner-spin-button,
    .settings__content .Input input[type="date"]::-webkit-calendar-picker-indicator {

    }

    .Input input::placeholder {
        color: rgba(0, 0, 0, 0.64) !important;
    }
/* Label */
    .Input input:last-child{ order: 2; border-radius: 8px; }
    .settings__content .Input label { 
        margin-bottom: 4px;
        padding: 0 !important;
        text-align: left !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: rgba(0, 0, 0, 0.64) !important;
        background: none !important;
        border: none !important;
    }
/* Focus */
    .settings__content .Input input:focus {
        border-width: 2px !important;
        border-color: #007B90 !important;
    }
/* Read Only */
    .Input input:read-only{color: #888; background-size: 12px auto; background-position:right 20px top 15px; background-image: url(./lock.svg); background-repeat: no-repeat;}
/* Zoom iOS */
    @supports (-webkit-touch-callout: none) { .Input input{ font-size: 16px; } }



    .Select select {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='50' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-position-y: 5px;
        border: none; border:1px solid #aaa;
        border-radius: 4px; font-size: 14px;
        padding: 10px 0px; text-indent: 15px;
        outline: none;
      }
    .Select{ padding: 10px; width: 100%;}
    .Select select:after{ height: 10px; width: 10px; background: red; content: ""; display: block;}
    .Select select:focus,.Select select:hover{ box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);}


    .settings__container button{
        width: 100%;
        max-width: 468px;
        box-sizing: border-box;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        outline: 0;
        border: none;
        -webkit-tap-highlight-color: transparent;
        display: inline-block;
        white-space: nowrap;
        text-decoration: none;
        vertical-align: baseline;
        text-align: center;
        min-width: 64px;
        line-height: 48px;
        padding: 0 16px;
        overflow: visible;
        transform: translate3d(0,0,0);
        transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
        border-radius: 8px;
        box-shadow: none;
        font-size: 16px;
        font-weight: 600;
    }

    button.primary{
        background-color: #007B90;
        color: #FFF;
    }

    button.secondary {
        background-color: #FFF;
        color: #007B90;
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    button.btnDeleteAccount{
        background-color:#F86D70 !important;
        color: #ffffff;
    }
    
    button.btnDeleteAccount:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #F86D70;
    }

    button:disabled {
        background-color: #5b9da8;
    }




.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes hide {
    from { opacity: 1; visibility: visible; }
    to { opacity: 0; visibility: hidden; }
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #E5E5E5;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #E5E5E5;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #E5E5E5;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}
