﻿/*side nav Bar css*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.ThemeMainBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    /*width: 330px;*/
    height: 100%;
    background-repeat: repeat;
    background-color: #00A4A3;
    /*background-color: rgba(52, 50, 50, 0.97);*/
    background-position: center;
    color: #fff;
    padding: 10px;
    z-index: 9999999;
}

.ThemeBox {
    position: relative;
}

p.ThemeSettingsDesc {
    text-align: center;
    font-size: 24px;
    padding: 40px;
    color: #63d0c8;
}

.OpenCloseTheme {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff !important;
    font-size: 24px;
    padding: 0;
    line-height: 14px;
    right: -50px;
    top: 90px;
    color: #615e5e;
    cursor: pointer;
    -webkit-box-sizing: inherit !important;
    padding-top: 7px;
    text-align: center;
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

    .OpenCloseTheme:hover {
        background: white !important;
    }

.ThemeBoxHeader, .ThemeBoxHeader2 {
    font-size: 25px;
}

    .ThemeBoxHeader .btn, .ThemeBoxHeader2 .btn {
        float: right;
        margin: 2px;
        color: #fff;
        font-size: 21px;
        transition: all 0.3s;
    }

        .ThemeBoxHeader .btn:hover, .ThemeBoxHeader2 .btn:hover {
            margin-top: 0px;
            color: #fff;
            opacity: .8;
        }

.ThemeBoxSubboxHeader {
    font-size: 20px;
    border-left: 10px #ddd solid;
    padding-left: 9px;
    margin-bottom: 15px;
}

.ThemeBoxSubboxDetails {
    font-size: 20px;
}

.ThemeBoxSubboxDetailsMar1 .col {
    padding-right: 0;
    padding-left: 1px;
    padding-bottom: 1px;
}

.ThemeBoxSubboxDetailsMar1 {
    padding: 0 15px;
}

.ThemeBoxSubbox {
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.35);
    /*margin-bottom: 10px;*/
    margin-bottom: 17px;
}

.ThemeBoxSubSubboxHeader {
    margin-bottom: 10px;
}

.ColorOption {
    width: 45px;
    height: 45px;
    background: #fff;
    display: inline-block;
    margin-left: 2%;
    transition: all 0.3s;
}

.ColorOption001 {
    background-color: #008375;
}

.ColorOption002 {
    background-color: #16becf;
}

.ColorOption003 {
    background-color: #d46d6e;
}

.ColorOption004 {
    background-color: #615768;
}

.ColorOption005 {
    background-color: #b3a48c;
}

.ColorOption-Active {
    border: 2px #ddd solid;
}

.ColorOption:hover {
    opacity: .6;
    cursor: pointer;
}

.ColorOption-Active:hover {
    opacity: 1;
}

.powertour-hook {
    position: relative;
}

.ThemeBoxHeader, .ThemeBoxHeader2 {
    font-size: 25px;
}

button.btn.ResetThemeBtn {
    background: #9E9E9E;
    line-height: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    min-width: inherit;
}

button.btn.CloseThemeBtn, button.btn.CloseThemeBtn2 {
    /*background: #e66c45;*/
    background: #e12240;
    line-height: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    min-width: inherit;
}

.ThemeBoxSubbox {
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.35);
    margin-bottom: 17px;
}

.ThemeBoxSubboxHeader {
    font-size: 20px;
    border-left: 10px #ddd solid;
    padding-left: 9px;
    margin-bottom: 15px;
}

.ThemeBoxSubboxDetails {
    font-size: 20px;
}

.NightReading, .ColorBlind {
    display: none;
}

.ThmeInsideBtn {
    display: inline-block;
    margin: 5px;
    padding: 6px 14px;
    cursor: pointer;
    background: #000;
}

    .ThmeInsideBtn:hover {
        opacity: 0.8;
    }

.CustomRadioStyle {
    display: block;
    margin: auto;
    width: 100%;
    padding: 0;
}


    .CustomRadioStyle ul {
        list-style: none;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }


        .CustomRadioStyle ul li {
            display: block;
            position: relative;
            width: 100%;
            border-bottom: 1px solid rgba(17, 17, 17, 0.29);
        }

            .CustomRadioStyle ul li input[type=radio] {
                position: absolute;
                visibility: hidden;
            }

            .CustomRadioStyle ul li label {
                display: block;
                position: relative;
                cursor: pointer;
                -webkit-transition: all 0.25s linear;
                left: 35px;
            }

            .CustomRadioStyle ul li:hover label {
                color: #FFFFFF;
            }

            .CustomRadioStyle ul li .check {
                display: block;
                position: absolute;
                border: 5px solid #AAAAAA;
                border-radius: 100%;
                height: 25px;
                width: 25px;
                top: 7px;
                /*right: 20px;*/
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
            }

            .CustomRadioStyle ul li:hover .check {
                border: 5px solid #FFFFFF;
            }

            .CustomRadioStyle ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 13px;
                width: 13px;
                top: 1px;
                right: 1px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

    .CustomRadioStyle input[type=radio]:checked ~ .check {
        border: 5px solid #59dfd3;
    }

        .CustomRadioStyle input[type=radio]:checked ~ .check::before {
            background: #59dfd3;
        }

    .CustomRadioStyle input[type=radio]:checked ~ label {
        color: #59dfd3;
    }

    .CustomRadioStyle .signature {
        position: fixed;
        margin: auto;
        bottom: 0;
        top: auto;
        width: 100%;
    }

        .CustomRadioStyle .signature p {
            text-align: center;
            font-family: Helvetica, Arial, Sans-Serif;
            font-size: 0.85em;
            color: #AAAAAA;
        }

/* Font Type */
.ThemeSelected-FontType001 {
    font-family: 'JFFlat'
}

.ThemeSelected-FontType002 {
    font-family: 'STV'
}

.ThemeSelected-FontType003 {
    font-family: 'courier'
}

.ThemeSelected-FontType004 {
    font-family: 'CoconNextArabic'
}

.ThemeSelected-.FontType005 {
    font-family: 'Bahij'
}


.FontType001 {
    font-family: 'JFFlat'
}

.FontType002 {
    font-family: 'STV'
}

.FontType003 {
    font-family: 'courier'
}

.FontType004 {
    font-family: 'CoconNextArabic'
}

.FontType005 {
    font-family: 'Bahij'
}

#settingButton {
    cursor: pointer;
    font-size: 2.1rem;
    color: #00A4A3;
    position: fixed;
	top: 15%;
    background: white;
    z-index: 999999;
}

/*Toggle Button*/
.toggle {
    --width: 80px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

    .toggle input {
        display: none;
    }

    .toggle .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--height);
        background-color: #ccc;
        transition: all 0.4s ease-in-out;
    }

        .toggle .slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: calc(var(--height));
            height: calc(var(--height));
            border-radius: calc(var(--height) / 2);
            background-color: #fff;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked + .slider {
        background-color: #00A4A3;
        filter: invert(100%);
    }

        .toggle input:checked + .slider::before {
            transform: translateX(calc(var(--width) - var(--height)));
        }

    .toggle .labels {
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-family: sans-serif;
        transition: all 0.4s ease-in-out;
    }

        .toggle .labels::after {
            content: attr(data-off);
            position: absolute;
            right: 5px;
            color: #4d4d4d;
            opacity: 1;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
            transition: all 0.4s ease-in-out;
        }

        .toggle .labels::before {
            content: attr(data-on);
            position: absolute;
            left: 5px;
            color: #ffffff;
            opacity: 0;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked ~ .labels::after {
        opacity: 0;
    }

    .toggle input:checked ~ .labels::before {
        opacity: 1;
    }

label.FontType {
    color: white;
}