body {
    font-family: GermanedgeSans, Arial, sans-serif;
    color: #0f0e0d;
    font-size: 15px;
    line-height: 1.3;
}
h1{
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    color: #0f0e0d;
    font-size: 28px;
}
h2 {
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    color: #0f0e0d;
    font-size: 22px;
}
h3 {
    font-size: 18px;
    color: #3f3e3d;
}
h4 {
    font-size: 15px;
    line-height: 1.33;
    font-weight: 600;
    color: #3f3e3d;
}
h5{
    font-family: GermanedgeSans-Cn-SemiBold, Arial, sans-serif;
    font-size: 15px;
}
a {
    color: #0f0e0d;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #3f3e3d;
}
::-moz-selection { /* Code for Firefox */
    color: #000;
    background: #fae164;
}
::selection {
    color: #000;
    background: #fae164;
}
ul {
    list-style-type: square;
}
ul ul {
    list-style-type: disc;
}
.line-through{
    text-decoration: line-through;
}
.navbar {
    font-size: 15px;
}
.content-wrapper > .content {
    color: #0f0e0d;
    background-color: #fff;
    padding: 20px 50px 0 50px;
}
.wrapper{
    background-color: #fff;
}
.gsans_semi_bold{
    font-family: GermanedgeSans-SemiBold, Arial, sans-serif;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.success-100 {
    color: #7fd966;
}
.underline {
    text-decoration: underline;
}
.lang-switcher-navbar {
    align-items: flex-start;
}
.public .lang-switcher-navbar{
    padding: 0;
}
.note-editor .note-dropdown-menu{
    background-color: #fff;
}
.note-editor .note-dropdown-menu .dropdown-item{
    color: #212529;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
    box-shadow: none;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.btn.disabled:hover,
.btn:disabled:hover {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.img-circle-app {
    border-radius: 12px;
    background: rgb(69,69,69);
    color: #fff;
    font-family: GermanedgeSans-SemiBold, Arial, sans-serif;
    background: linear-gradient(180deg, rgba(99,99,99,1) 0%, rgba(74,74,74,1) 50%, rgba(22,22,22,1) 100%);
    box-shadow: 0 2px 8px 0 rgba(15, 14, 13, 0.18);
    padding: 5px;
}
.img-circle-lg {
    width: 108px;
    height: 108px;
    line-height: 100px;
    font-size: 40px;
    border-radius: 12px;
    color: #fff;
    background: rgb(69,69,69);
    background: linear-gradient(180deg, rgba(99,99,99,1) 0%, rgba(74,74,74,1) 50%, rgba(22,22,22,1) 100%);
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    box-shadow: 0 2px 8px 0 rgba(15, 14, 13, 0.18);
    padding: 5px;
}
.modal-header {
    border-bottom: 0;
}
.opacity-50 {
    opacity: 0.5;
}
pre {
    background: #303030;
    color: #f1f1f1;
    padding: 10px 16px;
    border-radius: 2px;
    border-top: 4px solid #fae164;
}

.termsEng, .termsDe {
    display: none;
}
.termsBox{
    height: 55vh;
    overflow: auto;
}
.termsBox-lg{
    height: 68vh;
}
.headline-bold{
    font-size: 38px;
    line-height: 1.11;
    font-weight: bold;
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    color: #3f3e3d;
}
.headline-xl{
    text-transform: uppercase;
    font-size: 72px;
    line-height: 1.11;
    font-weight: bold;
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    color: #3f3e3d;
}
.headline_base{
    font-family: GermanedgeSans-SemiBold, Arial, sans-serif;
    color: #0f0e0d;
}
.center-cropped {
    height: 150px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.cookie-consent {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    bottom: 50px;
}
.page-link {
    border: 0;
    color: #3f3e3d;
}
.page-item.active .page-link {
    background-color: #3f3e3d;
    border-color: #3f3e3d;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f2;
}
.env-creation-error,
.alert-topbar-static,
.alert-topbar{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #3f3e3d;
    width: 100%;
    z-index: 9999;
    height: 60px;
    box-shadow: 0 1px 8px 0 rgba(15, 14, 13, 0.18);
}
.e1-alert-success{
    border-bottom: 2px solid #a9df69;
}
.e1-alert-error{
    border-bottom: 2px solid #f06464;
}
.e1-alert-warning{
    border-bottom: 2px solid #ff7a00;
}
.e1-alert-info{
    border-bottom: 2px solid #87dff0;
}
.close-reload,
.close-alert {
    position: absolute;
    right: 40px;
    font-size: 26px;
    top: 15px;
}
a.close-reload:hover{
    text-decoration: none;
}
.premium-widget {
    width: 306px;
    margin: auto;
    height: 100%;
    position: relative;
    box-shadow: 0 1px 8px 0 rgba(15, 14, 13, 0.18) !important;
}
.lcc-button.lcc-button--link{
    text-decoration: none;
}
.lcc-text{
    font-size: 15px;
}
.cs-card{
    margin: 0 0.5rem 0 0.5rem;
    min-height: 210px;
}
.img-cs{
    height: 42px;
    width: 42px;
}
.search-container{
    margin: 18px 20px 0px 30px;
}
.payment-reminder-container{
    margin: 10px 20px 0px 30px;
}
.icon-selection-container img,
.img-selection-container img{
    width: 220px;
    float: left;
    margin: 10px;
}
.icon-selection-container .active,
.img-selection-container .active{
    border-color: darkblue;
}
.fadeIn {
    display: none;
}
#accordionFAQ .card-primary.card-outline{
    border-top: 3px solid #efefef;
}
#accordionFAQ h4{
    color: #0f0e0d;
    font-size: 15px;
}
#accordionFAQ a[data-toggle="collapse"]:not(.collapsed) .card-title {
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
}
.card{
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .125), 0 3px 5px rgba(0, 0, 0, .2);
}
.card-header {
    padding: 0.5rem 1rem;
}
.default-border-radius{
    border-radius: 0.25rem;
}
.modal-backdrop {
    background-color: #f2f2f2;
}
.modal-backdrop.show{
    opacity: 0.7;
}
.pointer{
    cursor: pointer;
}
.modal-e1{
    max-width: 654px;
}
.modal-e1 .modal-content,
.modal-e1-styles .modal-content {
    padding: 48px;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgba(15, 14, 13, 0.18);
}
.modal-e1 .interaction,
.modal-e1-styles .interaction{
    margin: 0 -48px -48px -48px;
}
.card-button-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.top-right{
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.top-right-card{
    position: absolute;
    right: 1.5rem;
    top: 1rem;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.e1-card-head .top-right{
    position: absolute;
    right: 0;
    top: 0;
}
.icheck-default label{
    font-size: 15px;
}
#changeTermsLangEn,
#changeTermsLangDe{
    font-size: 15px;
}
.termsBox,
.termsContainer p{
    font-size: 15px;
    padding-right: 48px;
}
.termsContainer {
    z-index: 9999;
    font-size: 15px;
    position: fixed;
    bottom: -865px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    padding-top: 50px;
    margin-right: -15px;
    margin-left: -15px;
    box-shadow: 0 1px 8px 0 rgba(15, 14, 13, 0.18);
    margin-top: 20px;
}
#terms {
    padding-top: 0;
    position:fixed;
    z-index: 1999;
    width: 100%;
    height: 0;
    bottom: 0;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 1px 8px 0 rgba(15, 14, 13, 0.18);
}
.carousel-indicators li {
    background-color: black;
}
.carousel-control-custom-icon {
    color: black;
}
.env .card p{
    margin: 0;
}
.play-env{
    display: none;
}
.micro-nav .play,
.play-env .nav-link {
    background-color: #fcd515;
    color: #0f0e0d;
}
.micro-nav .play:hover,
.play-env .nav-link:hover {
    background-color: #fae164;
}
.show-play-env{
    display: block;
}
.env-settings{
    display: none;
    width: 60px;
    text-align: center;
}
.env-settings .dropdown-item{
    font-family: GermanedgeSans-Cn, Arial, sans-serif;
    font-size: 15px;
    padding: 9px 10px 9px 14px;
}
.show-env-settings{
    display: block;
}
.h-widget .env-settings{
    width: 30px;
}
.h-widget .play-env .nav-link {
    padding: 0.5rem 0.2rem;
}
.h-widget .micro-nav .nav-link {
    padding: 0.5rem 0.2rem;
}
.dropdown-arrow{
    position: absolute;
    top: -7px;
    right: 20px;
}
.payment-nav.dropdown-arrow {
    right: 16px;
}
.h-widget .dropdown-arrow {
    right: 5px;
}
.user-menu .dropdown-arrow{
    right: 18px;
}
.lang-menu .dropdown-arrow {
    top: 30px;
    left: 1px;
}
.flag-icon-en {
    background-image: url('../../images/vendor/admin-lte/plugins/flag-icon-css/flags/4x3/us.svg?3cc0d38b3e8d93132c90fec5d3d06c68');
}
.dropdown-menu {
    background-color: #3f3e3d;
}
.dropdown-item{
    color: #f2f2f2;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #000;
}
.bottom-right{
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.table .small-col {
    width: 10%;
}

.table th,
.table td {
    vertical-align: middle;
}
.dataTables_filter input,
.dataTables_length select{
    padding: 0 20px;
    min-height: 30px;
}
.list-default{
    list-style: none;
    margin: 0;
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

#main-container {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    overflow: scroll;
}

.main-footer {
    padding: 10px;
}
.sb-content-box ul{
    list-style-image: url('../images/list-marker-ok.png');
    padding-left: 25px;
}
.sb-content-box ul li{
    padding: 8px;
}
.card-primary.card-outline {
    border-top: 3px solid #3f3e3d;
}
.bg-img-01{
    background-image: url('../images/background/GE_BG_w.png');
    background-color: #f2f2f2;
}
.bg-img-02{
    background-image: url('../images/background/GE_BG.png');
    background-color: #f2f2f2;
}
.bg-e1 {
    background-color: #3f3e3d;
    color: #fff;
}
.bg-e1-tokyo-90 {
    background-color: #efefef;
}

.sidebar,
.main-sidebar {
    overflow: visible;
    background-color: #fff;
}
.page-link:hover {
    color: #000;
}
.preloader{
    background-color: #f2f2f2;
}
.content-wrapper {
    background-color: #fff;
}
.table  th,
.table  td {
    padding: 0.5rem;
}
.login-logo, .register-logo {
    margin-bottom: 28px;
}
.login-logo img,
.register-logo img {
    width: 154px;
}
.login-box {
    width: 383px;
}
.register-box {
    width: 540px;
}
.usecase-items .img-thumbnail{
    max-height: 150px;
}
.e1-small-app-icon {
    border-radius: 8px;
    background: linear-gradient(0deg, rgb(143 143 143) 0%, rgb(179 179 179) 50%, rgb(199 199 199) 100%);
}
.e1-sm-icon-link:hover .e1-small-app-icon {
    background: linear-gradient(180deg, rgba(99,99,99,1) 0%, rgba(74,74,74,1) 50%, rgba(22,22,22,1) 100%);
}
.btn i[class^=icon-],
.btn-e1-green i[class^=icon-]{
    height: 24px;
}
.btn-e1-sm-green,
.btn-e1-sm-yellow{
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    font-size: 15px;
    border-radius: 0;
    color: #272625;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}
.btn-e1-sm-yellow{
    padding: 4px 14px 2px 8px;
}
.btn-e1-sm-green{
    padding: 4px 14px 2px 14px;
}
.btn-e1-sm-gray,
.label-e1-sm-gray{
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    padding: 4px 14px 2px 14px;
    font-size: 15px;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    height: 32px;
}

.btn-e1-sm-yellow{
    background-color: #fcd515;
}
.btn-e1-sm-gray,
.label-e1-sm-gray{
    background-color: #19191b;
}
.btn-e1-sm-green{
    background-color: #a9df69;
}
.btn-e1-sm-yellow:hover {
    background-color: #fae164;
    color: #0f0e0d;
}
.btn-e1-sm-green:hover,
.btn-e1-sm-gray:hover {
    background-color: #2f2d2c;
    color: #fff;
}
.btn-e1-sm-gray.active{
    background-color: #2f2d2c;
}
.btn-e1-white {
    font-family: GermanedgeSans-Cn, Arial, sans-serif;
    padding: 16px 10px;
    font-size: 15px;
    border-radius: 0;
    height: 56px;
    background-color: #fff;
    color: #3f3e3d;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}
.btn-e1-white:hover {
    background-color: #e9e9e9;
    color: #0f0e0d;
}
.btn-e1-green{
    font-family: GermanedgeSans-Cn, Arial, sans-serif;
    padding: 16px 10px;
    font-size: 15px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid transparent;
    text-align: center;
    line-height: 1.5;
    height: 56px;
    background-color: #a9df69;
    color: #272625;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    vertical-align: middle;
}
.btn-e1-sec {
    font-family: GermanedgeSans-Cn, Arial, sans-serif;
    padding: 16px 10px;
    font-size: 15px;
    border-radius: 0;
    height: 56px;
    background-color: #3f3e3d;
    color: #e7e6e6;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}
.btn-e1-sec:hover {
    background-color: #272625;
    color: #fff;
}
.btn-e1-sec-lg{
    font-family: "GermanedgeSans-Bold", Arial, sans-serif;
    display: block;
    padding: 12px 30px 12px 30px;
    font-size: 22px;
    height: 54px;
    min-width: 210px;
    background-color: #19191b;
    border: 1px solid #19191b;
    color: #fff;
    position: relative;
    border-radius: 0;
}
.btn-e1-sec-lg:hover,
.btn-e1-white-lg:hover{
    background-color: #2f2d2c;
    color: #fff;
}
.btn-e1-red {
    font-family: GermanedgeSans-Cn, Arial, sans-serif;
    padding: 16px 10px;
    font-size: 15px;
    border-radius: 0;
    height: 56px;
    background-color: #f06464;
    color: #e7e6e6;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}
.btn-e1-red:hover {
    background-color: #f61b1b;
    color: #fff;
}
.btn-e1-gray {
    font-family: GermanedgeSans-Cn, Arial, sans-serif;
    padding: 16px 10px;
    font-size: 15px;
    border-radius: 0;
    height: 56px;
    background-color: #a9a9ac;
    color: #fff;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.btn-e1-gray:hover {
    background-color: #272625;
    color: #fff;
}
.btn-e1-prim {
    font-family: GermanedgeSans-Cn, Arial, sans-serif;
    padding: 16px 10px;
    font-size: 15px;
    border-radius: 0;
    height: 56px;
    background-color: #fcd515;
    border: 1px solid #fcd515;
    color: #3f3e3d;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}
.btn-e1-prim:hover {
    background-color: #fadd4b;
    color: #0f0e0d;
}
.btn-e1-prim-lg {
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    display: block;
    padding: 12px 30px 12px 30px;
    font-size: 22px;
    height: 54px;
    text-align: center;
    min-width: 210px;
    background-color: #fcd515;
    border: 1px solid #fcd515;
    color: #000;
    position: relative;
    border-radius: 0;
}
.btn-e1-prim-lg:hover{
    color: #0f0e0d;
    background-color: #fae164;
    border: 1px solid #fae164;
}
a.btn-e1-prim-lg i {
    font-size: 22px;
    width: 22px;
    height: 26px;
}
.background-image-1{
    background-image: url('../images/background/signin.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.background-image-2{
    background-image: url('../images/background/signup.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.btn-wider{
    padding-left: 110px;
    padding-right: 110px;
}
.env-alerts .dropdown-menu{
    color: #fff;
}
.env-alerts h5{
    color: #fff;
}
.env-alerts .dropdown-menu a {
    color: #fff;
    text-decoration: underline;
}
.text-small {
    font-size: 0.8rem;
}
.text-xxl{
    font-size: 4rem;
}
.e1-card-head{
    position: relative;
    display: flex;
}
.center-row{
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1325px;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border: 1px dashed #f06464;
}
.checkbox-red-border:before{
    border: 1px dashed #f06464 !important;
}
.page-bg {
    background-color: #fff;
    margin-top: 5vh;
}
.error-page-bg{
    background-color: #fff;
    margin-top: 15vh;
}
.main-footer{
    padding-right: 40px;
    border: 0;
    background-color: #fff;
}
.footerText{
    position: relative;
    top: -16px;
}
.layout-fixed .brand-link{
    width: 300px;
    height: 56px;
}
.brand-link .brand-image {
    max-height: 40px;
}
.custom-file-label {
    border: none;
    border-radius: 0;
}
.custom-file-label:hover{
    border: 1px dashed #b7b6b6;
    color: #0f0e0d;
}
.custom-file-label::after {
    padding: 8px 16px;
    cursor: pointer;
    background-color: #3f3e3d;
    color: #fff;
    border-radius: 0;
    height: auto;
}
.input-group-file{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 82px;
    border: 1px solid #999;
    border-radius: 0;
}
input[type=text],
input[type=number],
input[type=email],
input[type=password], select{
    padding-left: 14px;
}
.floating-label{
    left: 14px;
}
.alert {
    border-radius:0;
}
.alert-success {
    border-radius: 0;
    color: #3f3e3d;
    background-color: #9fdb57;
    border-color: #9fdb57;
}

.alert-danger {
    border-radius: 0;
    color: #fff;
    background-color: #f06464;
    border-color: #f06464;
}

.responsive-iframe{
    border: 0;
    width: 735px;
    height: 770px;
}
.dropdown-menu-lg{
    max-width: 213px;
    min-width: 200px;
}
.app-icon {
    width: 66px;
    height: 66px;
    line-height: 58px;
    font-size: 22px;
}
.p-20{
    padding: 20px;
}
.start-loading-ping {
    position: relative;
    bottom: 1px;
}
.badge-building .addv,
.badge-starting .addv {
    display: none;
}
.badge-building .addv.active,
.badge-starting .addv.active {
    display: inline;
}
.badge-starting,
.badge-building{
    color: #0f0e0d;
    margin-right: 10px;
}
.badge {
    font-family: GermanedgeSansCn, Arial, sans-serif;
    padding: 4px 8px 4px 4px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 100;
    display: inline;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}
.badge i[class^=icon-] {
    font-size: 15px;
    padding-top: 1px;
}
.badge-primary {
    background-color: #87dff0;
    color: #0f0e0d;
}
.badge-success {
    color: #fff;
    background-color: #3f3e3d;
}
.badge-green {
    color: #0f0e0d;
    background-color: #a9df69;
}
.badge-grey {
    color: #fff;
    background-color: #999;
}
.badge-info{
    background-color: #fae164;
    color: #0f0e0d;
}
.badge-red{
    background-color: #f06464;
    color: #fff;
}
.badge-orange{
    background-color: #ff7a00;
    color: #fff;
}
.usecase-items .card-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.clearfix{
    clear: both;
}
.plans-container label{
    font-size: 16px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3f3e3d;
    background-color: #3f3e3d;
    box-shadow: none;
}
.custom-switch .custom-control-label:after{
    top: 1px;
}
.custom-switch .custom-control-label:before{
    top: -1px;
}
.custom-switch .custom-control-label:before {
    border-radius: 30px;
    left: -48px;
    pointer-events: all;
    width: 42px;
    height: 20px;
}
.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: 30px;
    height: 16px;
    left: -45px;
    width: 16px;
}
.custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(20px);
}
.env-creation-error,
.env-top-nav .hidden,
.loading-container .hidden{
    display: none;
}
.bg-gray-e1{
    background-color: #efefef;
}
.e1-yellow-bg{
    background-color: #fae164;
}
.e1-darkblue{
    color: #1d71d9;
}
.e1-blue{
    color: #87dff0;
}
.e1-green{
    color: #a9df69;
}
.e1-orange{
    color: #ff7a00;
}
.e1-red,
.red {
    color: #f06464;
}
.gray,
.e1-grey {
    color: #999;
}
.e1-black {
    color: #3f3e3d;
}
.max-height-300{
    max-height: 300px;
}
.form-group.focused .floating-label.e1-red {
    color: #f06464;
}
.form-group input[type=email] {
    background-image: none;
}
.review-checkout{
    display: none;
}
.rate_dp_only{
    float: left;
    height: 28px;
}
.rate {
    float: left;
    height: 40px;
}
.rate:not(:checked) > input {
    position:absolute;
    display: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rated:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate_dp_only > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    font-size:20px;
    color:#ccc;
}
.rate_dp_only > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    font-size:20px;
    color:#ccc;
}
.rate_dp_only > label.selected {
    color: #ffc700;
}
.rate_dp_only > label:before,
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.star-rating-complete {
    color: #c59b08;
}
.rating-container .form-control:hover, .rating-container .form-control:focus{
    background: #fff;
    border: 1px solid #ced4da;
}
.rating-container textarea:focus, .rating-container input:focus {
    color: #000;
}
.rated {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rated:not(:checked) > input {
    position:absolute;
    display: none;
}
.rated:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ffc700;
}
.rated:not(:checked) > label:before {
    content: '★ ';
}
.rated > input:checked ~ label {
    color: #ffc700;
}
.rated:not(:checked) > label:hover,
.rated:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rated > input:checked + label:hover,
.rated > input:checked + label:hover ~ label,
.rated > input:checked ~ label:hover,
.rated > input:checked ~ label:hover ~ label,
.rated > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

blockquote{
    border-left: 0.6rem solid #3f3e3d;
}

.dropdown-menu {
    font-size: 0.8rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #3f3e3d;
}

.custom-control-input-e1:checked~.custom-control-label::before {
    border-color: #3f3e3d;
    background-color: #3f3e3d;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before{
    border-color: #a3a3a3;
    background-color: #a3a3a3;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.navbar-expand .navbar-nav .breadcrumb-item {
    padding-left: 0;
    padding-right: 6px;
}
.breadcrumb-item+.breadcrumb-item:before {
    color: #cfcece;
    content: "|";
    font-weight: lighter;
    float: left;
    padding-right: 6px;
}
.navbar-expand .navbar-nav .breadcrumb-controls a{
    padding-right: 5px;
    padding-left: 5px;
}
.navbar{
    border: 0;
    background-color: #f2f2f2;
    padding: 18px 30px 20px 32px;
}
.lang-menu a.nav-link{
    padding-bottom: 6px;
}
.main-header .nav-link {
    height: 34px;
}
.navbar-light .navbar-nav .nav-link {
    color: #3f3e3d;
}
.navbar-light .navbar-nav .nav-link:hover {
    bottom: 2px;
}
.navbar-light .navbar-nav .nav-link.breadcrumb-item:hover {
    bottom: 0;
}
.breadcrumb-item.active {
    font-weight: 600;
}
.navbar-nav > .user-menu > .dropdown-menu {
    border-radius: 4px 4px 4px 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 190px;
    border-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img,
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > svg{
    margin-top: 20px;
    height: 80px;
    width: 80px;
    border: 0;
}
.pay-by-month {
    display: none;
}
.priceboxes .card-body{
    min-height: 580px;
}
.priceboxes .ribbon-wrapper.ribbon-lg .ribbon {
    right: 0;
    top: 16px;
    width: 180px;
}
.logout a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.Germanedge {
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    font-size: 22px;
    color: #3f3e3d;
    padding-top: 4px;
    padding-right: 22px;
}
.Germanedge a{
    text-decoration: none;
}
#sidebar-close{
    width: 20px;
    font-size: 24px;
    margin-left: 38px;
    margin-top: 16px;
}
.menu-header {
    padding-left: 3rem;
    padding-top: 2rem;
    display: block;
    padding-bottom: 1rem;
}
.e1-nav {
    padding-bottom: 200px;
}
.e1-nav a {
    color: #3f3e3d;
    font-size: 15px;
}
.gs-bold {
    font-family: GermanedgeSans-Bold, Arial, sans-serif;
    color: #0f0e0d;
}
.e1-nav a:hover {
    color: #0f0e0d;
}
.e1-nav a.active {
    font-weight: 600;
    color: #0f0e0d;
}
.e1-nav .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
}
.e1-nav i[class^=icon-] {
    font-size: 0.9rem;
}
.nav-item .icon-arrow-right-active-small{
    padding-top: 2px;
}
.nav-main-item{
    display: inline;
    padding-right: 0;
}
.default-cursor{
    cursor: default;
}
li.has-treeview:not(.menu-open) .icon-arrow-down-active-small:before,
li.has-treeview:not(.menu-open) .icon-arrow-down-filled-small:before {
    content: '\f10d';
}
li.has-treeview .menu-open .subitem .icon-arrow-right-active-small:before,
li.has-treeview .menu-open .subitem .icon-arrow-right-filled-small:before {
    content: '\f105';
}
.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
    border-right: 1px solid #e7e6e6;
}
.login-card-body .input-group .form-control:hover,
.register-card-body .input-group .form-control:hover {
    border-right: 1px dashed #b7b6b6
}
.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    border-radius: 0;
}
.exp_item:hover{
    background-color: #fae164;
}
.modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.modal-content p {
    font-size: 15px;
    color: #3f3e3d;
}
.blur-filter {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.mt-6{
     margin-top: 8em;
}
.form-control:focus{
    border-color: #b7b6b6;
}
.border-w-spacer{
    border: 3px solid #fff !important;
}
.border-e1{
    border: 3px solid #3f3e3d !important;
}
/* change $.show function to display flex */
#storePaymentmethodloader[style*='display: block'],
.fadeIn.fadeFlex[style*='display: block']{
    display: flex !important;
}
#storePaymentmethodloader[style*='display: block'],
#preloader[style*='display: block']{
    display: flex !important;
}
#storePaymentmethodloader,
#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3333;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
}
#storePaymentmethodloader{
    opacity: 0.8;
}
#storePaymentmethodloader h2{
    color: #000;
}
#storePaymentmethodloader p{
    color: #313131;
}
.h-underline:hover{
    text-decoration: underline;
}
span.spanLink,
div.spanLink{
    cursor: pointer;
}

.content i.icon-large,
.content span.icon-large{
    font-size: 2.0rem;
    height: 30px;
    width: 32px;
}

i[class^=icon-] {
    vertical-align: middle;
    font-size: 18px;
    height: 18px;
    width: 18px;
    display: inline-block;
}

i[class^=icon-]:before,
i[class*=" icon-"]:before{
    font-family: e1-icons, sans-serif !important;
    font-style: normal;
    font-weight:400 !important;
    font-feature-settings:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
@media (max-width: 400px) {
    .custom-control-label {
        right: -25px;
    }
}
@media (max-width: 992px) {
    .navbar-expand .breadcrumb-nav {
        display: none;
    }
    .sidebar-open #sidebar-overlay {
        left: 250px;
    }
    .content-wrapper > .content {
        padding: 0 15px;
    }
}

@media (max-width: 1280px) {
    .login-box,
    .register-box {
        width: 100%;
        margin-bottom: 26px;
    }
    .page-bg {
        margin-top: 0;
    }
    .termsContainer {
        padding-top: 30px;
    }
}

@media (max-height:850px) {
    .termsBox{
        height: 50vh;
    }
    .termsBox-lg{
        height: 62vh;
    }
}
@media (max-height:790px) {
    .termsBox{
        height: 45vh;
    }
    .termsBox-lg{
        height: 62vh;
    }
}
@media (max-height:700px) {
    .termsBox{
        height: 40vh;
    }
    .termsBox-lg{
        height: 58vh;
    }
}
@media (max-height:650px) {
    .termsBox{
        height: 36vh;
    }
    .termsBox-lg{
        height: 54vh;
    }
}
@media (max-height:610px) {
    h2{
        font-size: 18px;
    }
    h3{
        font-size: 16px;
    }
    .termsBox{
        height: 32vh;
    }
    .termsBox-lg{
        height: 50vh;
    }
}
@media (max-height:580px) {
    .termsBox{
        height: 24vh;
    }
    .termsBox-lg{
        height: 42vh;
    }
}
