a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    background: rgba(0, 0, 0, 0.12);
    display: block;
}
a:active {
    background: rgba(0, 0, 0, 0.2);
    display: block;
}
.settings-body {
    width: 800px;
    left: 50%;
    top: 100px;
    margin: 0 0 0 -400px;
    position: absolute;
    font-weight: 300;
    padding-bottom: 50px;
}
@media screen and (max-width: 945px) {
    .settings-body {
        width: calc(98% - 57.5px);
        left: 0;
        top: 20px;
        margin: 0;
        position: absolute;
        padding: 0 7.5px 10px 7.5px;
    }
}
.input-edit-field {
    background: #fff;
    color: #4c4c4c;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
    border: 0;
    outline: 0;
    height: 45px;
    padding: 10px 15px 12px 15px;
    text-align: left;
}
.input-edit-field>p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    font-family: Roboto;
}
.input-edit-field>input[type="text"], .input-edit-field>textarea, .input-edit-field>input[type="password"] {
    width: calc(100% - 10px);
    outline: none;
    font-weight: 300;
    margin: 0;
    font-family: Roboto;
    border: none;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    resize: none;
}
.input-edit-field>textarea {
    width: 100%;
}
.primary-button {
    background: #4286f4;
    outline: 0;
    border: 0;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: 60px;
    width: 100%;
}
.primary-button:hover {
    background: #3572d6;
}
.primary-button:focus {
    background: #2b65c4;
}
.option-screen {
    width: calc(100% - 140px);
    height: 100%;
    overflow: auto;
    position: fixed;
    background: #f2f2f2;
    padding: 0 0 0 70px;
    z-index: 9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-height: 460px) {
    .option-screen {
        display: inline-block;
        align-items: top;
        justify-content: top;
    }
}
@media screen and (max-width: 750px) {
    .option-screen {
        width: calc(100% - 90px);
        height: calc(100% - 20px);
        padding: 10px 10px;
    }
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bababa;
    opacity: 1;
    /* Firefox */
}
.check {
    width: 67px;
    height: 67px;
    margin: auto;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 5px
}
.check input {
    display: none;
}
.check input:checked+.box:after {
    top: 0;
}
.check .box {
    width: 100%;
    height: 100%;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
}
.check .box:after {
    width: 50%;
    height: 20%;
    content: '';
    position: absolute;
    border-left: 7.5px solid;
    border-bottom: 7.5px solid;
    transform: rotate(-45deg) translate3d(0, 0, 0);
    border-color: #4286f4;
    transform-origin: center center;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    top: 200%;
    bottom: 5%;
    margin: auto;
}
.check-icon {
    width: 50%;
    height: 20%;
    content: '';
    position: absolute;
    border-left: 7.5px solid;
    border-bottom: 7.5px solid;
    border-color: #d6d6d6;
    background: white;
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: center center;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    top: 0%;
    bottom: 5%;
    margin: auto;
}
.radio {
    display: inline-block;
    position: relative;
    padding-right: 60px;
    margin-top: 7.5px;
    margin-bottom: 52.5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.color-radio {
    position: absolute;
    height: 58px;
    width: 58px;
    background-color: #fff;
    border-radius: 15%;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s linear;
    -webkit-transition: box-shadow 0.3s ease-in-out, background-color 0.3s linear;
}
.radio input[type="radio"]:checked~.color-radio {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
/* Create the indicator (the dot/circle - hidden when not checked) */

.color-radio:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */

.radio input[type="radio"]:checked~.color-radio:after {
    display: block;
}
/* Style the indicator (dot/circle) */

.radio .color-radio:after {
    top: 11px;
    left: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.slidecontainer {
    width: 100%;
}
.slidecontainer {
    width: 100%;
}
.slider {
    -webkit-appearance: none;
    width: calc(100% - 65px);
    vertical-align: top;
    height: 25px;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0;
}
.slider::-webkit-slider-runnable-track {
    width: 100%;
    background: #999999;
    height: 2px;
}
.slider::-moz-range-track {
    width: 100%;
    background: #999999;
    height: 2px;
}
.slider::-moz-range-thumb:hover {
    background: #245bb5;
}
.slider::-webkit-slider-thumb:hover {
    background: #245bb5;
}
.slider::-moz-range-progress {
    background: #4286f4;
}
.slider::-webkit-slider-progress {
    background: #4286f4;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #4286f4;
    cursor: pointer;
    margin-top: -9px;
}
.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #4286f4;
    cursor: pointer;
}
.InfoEdit-field {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 12;
    display: none;
}
.InfoEdit-field-box {
    width: 500px;
    height: auto;
    z-index: 11;
    padding: 0;
    background: #e2e2e2;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.InfoEdit-field-header {
    background: #4286f4;
    width: 100%;
    height: 55px;
    line-height: 55px;
}
.InfoEdit-field-header>p {
    font-family: Roboto;
    font-weight: 300;
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 0 20px 0 20px;
    display: inline-block;
}
.InfoEdit-field-cancel {
    display: inline-block;
    float: right;
    margin: 0;
    height: 55px;
    cursor: pointer;
}
.InfoEdit-field-cancel>img {
    vertical-align: top;
    margin: 15px;
}
.InfoEdit-field-content {
    position: relative;
    margin: 10px;
    text-align: center;
}
.InfoEdit-field-background {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 10;
}
.right-bar {
    z-index: 10;
    position: fixed;
    width: 70px;
    height: 100%;
    background: #fff;
    right: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.right-bar-inner {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
}
.right-bar-inner>div {
    display: inline-block;
}
.right-bar-option {
    height: 70px;
    width: 70px;
    background: #f2f2f2;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.right-bar-option-active {
    background: #4286f4;
}
.right-bar-option>img {
    opacity: 0.8;
    margin: 5px 15px 0 15px;
}
.right-bar-option-active>img {
    opacity: 1;
}
.right-bar-option>p {
    margin: 0;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 500;
}
.option-screen-content {
    height: auto;
    display: inline-block;
}
.option-screen-content>img {
    opacity: 0.8;
    margin: 0;
}
.option-screen-content>p {
    margin: 0;
}
.option-screen-hr {
    border: 1px solid rgba(0, 0, 0, .2);
    border-width: 1px 0 0 0;
    margin: 15px 20px;
}
.option-screen-steps {
    color: rgba(0, 0, 0, .7);
    padding: 0px 5px 15px 5px;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
}
.option-screen-steps-number {
    background: #4286f4;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    padding: 8px 14px;
    font-size: 15px;
    margin-bottom: 5px;
}
.option-screen-steps-text {
    line-height: 35px;
    padding-left: 5px;
    vertical-align: top;
}
.option-copy-input-button {
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    min-height: 66px;
}
.settings {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #f2f2f2;
    z-index: 9;
    overflow: auto;
}
.settings-header {
    text-align: center;
}
.settings-header>img {
    opacity: 0.8;
    margin: 0;
}
.settings-header>p {
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
    font-size: 25px;
    margin: 0;
}
.slidecontainer>p {
    display: inline-block;
    margin: 0;
    height: 25px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.77);
    font-size: 20px;
    width: 60px;
    text-align: center;
    padding-left: 2px;
}
.color-height-fitter {
    height: 58px;
    width: 0px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}
.color-custom-input {
    position: absolute;
    z-index: 2;
    top: 10px;
    background: #fff;
    border-radius: 5px;
    border: 0;
    font-family: Roboto;
    color: rgba(0, 0, 0, 0.77);
    margin: 0 0 0 40px;
    width: 82px;
    padding: 8px 8px;
    font-size: 18px;
}
.color-custom-checkbox {
    width: 148px;
    border-radius: 10px;
}
.color-custom-checkbox>p {
    margin: 16px 0 0 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.settings-background-images>.input-edit-field {
    margin-top: 10px;
    width: calc(50% - 35px);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.logout {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 15;
}
.logout-box {
    width: 400px;
    z-index: 11;
    padding: 0;
    background: #fafafa;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -72px 0 0 -200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.logout-box>p {
    color: rgba(0, 0, 0, 0.77);
    font-weight: 300;
    margin: 20px 0;
    font-size: 28px;
    text-align: center;
}
.logout-box>button {
    text-align: center;
    display: inline-block;
    width: 50%;
}
.only-in-demo-Button {
    float: right;
    margin-right: -6px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}
.only-in-demo-Button>img {
    opacity: 0.5;
    vertical-align: top;
    margin-top: 1px;
}
.InfoEdit-field-content-text {
    color: rgba(0, 0, 0, 0.77);
    font-size: 23px;
    font-weight: 300;
    margin: 20px;
}
.forgot-password-link {
    color: #3498db;
    background: transparent;
    cursor: pointer;
    font-weight: 300;
    margin-top: 15px;
}
.forgot-password-link:hover {
    color: #1f83c6;
    background: transparent;
    margin-top: 15px;
}
.forgot-password-link:active {
    color: #3073a0;
    background: transparent;
    margin-top: 15px;
}


.dropdown {
    position: relative;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 100%;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 100%;
}

.dropdown:hover {
    background-color: #fff !important;
}