@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

*:link {
    color: #9999e7;
    text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background-color: #fefefe;
    color: #464666;
}
    body.body-login:after {
        content: "";
        background-image: url(../img/bg.jpg);
        position: absolute;
        /* max-width: 1180px; */
        /* max-height: 1020px; */
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.20;
    }
    body.body-login {
        background-color: #c9c9ff;
    }
*:hover {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sideBar {
    /*background: #f6f8fa;*/
    background:white;
    position: absolute;
    width: 230px;
    height: 100vh;
    z-index: 999;
    padding: 20px 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    box-shadow: 0 0 200px 20px rgba(0, 0, 0, 0.08);
}
.logoTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.sw {
    width: 22%;
}
    a.sw i {
        font-size: 26px;
        color: #464666;
        position: relative;
        top: 4px;
    }
.logoCont {
    width: 80%;
    max-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .logoCont > img {
        width: 100%;
        max-width: 70px;
    }
ul.sideMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer.border-top.footer.text-muted {
    text-align: center;
    background: #f3f5f7;
    border: none !important;
    -webkit-box-shadow: 0px 0 200px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0 200px 1px rgb(0 0 0 / 10%);
}
body.body-login header.login-header {
    display: none;
}

.login {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: auto;
    background-size: cover;
    height: 100vh;
}
.login-box {
    background-color: rgba(255, 255, 255, 1);
    max-width: 900px;
    width: 100%;
    margin: 5% auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0 200px 1px rgb(0 0 0 / 10%);
    box-shadow: 1px 15px 200px 1px rgb(0 0 0 / 15%);
    backdrop-filter: blur(7px);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    .login-box.login-form-box > div {
        width: 50%;
        min-height: 480px;
    }
.login_form {
    display: flex;
    justify-content: center;
    align-items: center;

}
    .login_form form {
        width: 75%;
    }
.login-side {
    background-image: url(/img/ilustration.svg);
    background-color: #eeeeff;
    background-size: 66%;
    background-repeat: no-repeat;
    background-position: center 90%;
    border-radius: 25px 0 0 25px;
}
    .login-logo-box {
        background: white;
        border-bottom: 1px solid #f1f1f1;
        padding: 30px 0 30px 0;
        margin: -20px 0 20px;
        text-align: center;
        border-radius: 25px 25px 0 0;
    }


    .login-logo-box img {
        max-width: 230px;
        height: auto;
    }
    .login-form-box form > div {
        margin-bottom: 10px;
    }

    .login-form-box label {
        display: block;
        text-transform: uppercase;
        font-weight: 600;
    }

    .login-form-box a:link {
        text-transform: uppercase;
        font-weight: 600;
        opacity: 1;
        color: #3a6465;
        font-size: 8px;
    }

.login-form-box input[type=text],
.login-form-box input[type=password],
.login-form-box input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    background: #f9f9f9;
    padding: 15px 10px 15px 40px;
    margin-top: 5px;
}


    .login-form-box form > div > div {
        position: relative
    }

        .login-form-box form > div > div i {
            position: absolute;
            background: transparent;
            color: #9e9eef;
            padding: 20.5px 10.5px;
            top: 5px;
            border-radius: 3px 0 0 3px;
        }
.login-side img {
    max-width: 135px;
    width: 65%;
    margin: 15px auto;
    display: block;
}

    .login-form-box > div > div
    .login-form-box button {
        margin: 0 auto;
        display: inherit;
        background: #086465;
        border: none;
        padding: 4px 13px;
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        font-weight: 600;
        font-size: 12px;
    }

.login-tools > div.txt-right {
    text-align: right;
    width: 70%;
}

.head-top {
    background: white;
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
    height: 60px;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

.log-area {
    margin: 10px 15px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}


    .log-area, .log-area div, .log-area button {
        display: inline-block;
        vertical-align: top;
    }

.user-area, .culture-box {
    background: #f9f9f9;
    padding: 5px 15px;
    border-bottom: 2px solid #ededed;
    border-radius: 60px;
    color: black;
}

    .user-area i {
        margin-right: 5px;
        font-size: 16px;
    }


.drop-d {
    display: none;
}

i#down-sw {
    opacity: 0.5;
    margin-left: 5px;
    cursor: pointer;
}

.log-area button, .login-btn {
    background-color: black;
    color: white !important;
    border: none;
    padding: 5px 0;
    display: inline-block;
    width: 30.8px;
    text-align: center;
    border-radius: 99px;
    font-size: 14px;
    text-decoration: none;
    opacity: 1;
}


    .log-area button:hover, .login-btn:hover {
        opacity: 0.5;
    }

a.logo-top {
    display: inline-block;
    max-width: 140px;
    margin: 10px;
}

    a.logo-top img {
        width: 100%;
        position: relative;
    }


.login-body {
    background-image: url("../img/log-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-tools {
    display: flex;
    margin: 25px 0 30px !important;
}

    .login-tools > div {
        display: inline-block;
        font-size: 13px;
        vertical-align: top;
        width: 49.333%;
    }

        .login-tools > div label {
            display: inline-block;
            position: relative;
            top: -1px;
            margin-left: 10px;
        }

.basic-bt-login {
    background: #202c6c;
    color: white !important;
    font-weight: normal !important;
    padding: 7px 15px;
    border-radius: 30px;
    text-decoration: none !important;
    font-size: 13px !important;
}


    a.basic-bt-login:hover {
        text-decoration: none !important;
    }

button.btn.btn-primary.bt-normal {
    background: #f4f8fb;
    color: #373737;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    margin: 0 auto;
}

    button.btn.btn-primary.bt-normal.green-bt {
        background: #9e9eef;
        color: white;
        border-radius: 35px;
    }

    button.btn.btn-primary.bt-normal:hover {
        background: #7f7fe7;
        color: white;
    }

.opt-menu {
    display: none;
    position: absolute;
    right: -10px;
}

    .opt-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        position: absolute;
        top: 18px;
        right: 14px;
    }

    .opt-menu a {
        font-size: 14px;
        color: #373737;
        opacity: 1;
        text-decoration: none;
        padding: 6px 0;
        display: block;
    }

        .opt-menu a:hover {
            opacity: 0.4;
        }

    .opt-menu i {
        margin-right: 5px;
    }

.opt-menu-open {
    display: block;
}

    .opt-menu-open ul {
        background: white;
        list-style: none;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 2px 3px 5px rgb(0 0 0 / 3%);
        margin-top: 25px;
    }

.user-section {
    right: 20px;
    position: absolute;
}

.menu-switch {
    color: #185e90 !important;
    letter-spacing: 1px;
    cursor: pointer;
}

    .menu-switch i {
        font-size: 20px;
        position: relative;
        top: 2px;
        margin-right: 10px;
    }

.menu-active {
    color: black !important;
    position: relative;
}

.logo {
    margin: 0 auto;
    max-width: 140px;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .logo:hover {
        opacity: 0.65 !important;
    }

    .logo img {
        width: 100%;
    }

.opt-swich {
    font-size: 22px;
    margin-left: 14px;
    opacity: 0.5;
    position: relative;
    top: 2px;
}

    .opt-swich i:hover {
        transform: rotate(45deg);
    }

.user > i {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.side-menu-cont-l {
    position: fixed;
    top: 50px;
    left: -18%;
    /*    padding: 70px 50px 0 40px;*/
    padding: 20px 50px 0 40px;
    /* min-height: 78vh; */
    height: 91%;
    width: 21%;
    background: #185e90;
    transition: all 1s;
}

    .side-menu-cont-l .side-menu-list {
        background: transparent;
        list-style: none;
        padding: 0;
        color: white;
        font-size: 14px;
        font-weight: bold;
        opacity: 0;
        transition: all 1s;
    }

        .side-menu-cont-l .side-menu-list li {
            position: relative;
            border-bottom: 1px solid #447da5
        }

            .side-menu-cont-l .side-menu-list li:before {
                /* content: "\f0c8"; */
                position: absolute;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                /* opacity: 0.5; */
                left: -22px;
                top: 12px;
                font-size: 15px;
            }

            .side-menu-cont-l .side-menu-list li.side-de:before {
                content: "\f574";
            }

            .side-menu-cont-l .side-menu-list li.side-dr:before {
                content: "\f56d";
            }

            .side-menu-cont-l .side-menu-list li.side-fe:before {
                content: "\f1ec";
            }

            .side-menu-cont-l .side-menu-list li.side-cdt:before {
                content: "\f002";
            }

            .side-menu-cont-l .side-menu-list li.side-mp:before {
                content: "\f7d9";
            }

            .side-menu-cont-l .side-menu-list li.side-t:before {
                content: "\f1cd";
            }

            .side-menu-cont-l .side-menu-list li.side-rep:before {
                content: "\f570";
            }

            .side-menu-cont-l .side-menu-list li.side-usu:before {
                content: "\f0c0";
            }

            .side-menu-cont-l .side-menu-list li a {
                padding: 10px 5px;
                display: block;
                color: white;
                text-decoration: none;
                opacity: 1 !important;
            }

                .side-menu-cont-l .side-menu-list li a:hover {
                    opacity: 0.5 !important;
                    padding-left: 10px;
                }


/**Loader Styles*/
.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff82;
    z-index: 1060;
}

.loader-container .loader-content {
    position: fixed;
    left: 47%;
    top: 47%;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 10px solid #fff;
    border-color: #009fe5 transparent #002d59 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.hideLogo {
    display: none;
    width: 50px !important;
}
.showLogo {
    display: inline-block;
}
.sideMenu a {
    color: #464666;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
    left: 0;
}
    .sideMenu a:before {
        content: "";
        width: 27px;
        height: 27px;
        display: inline-block;
        margin: -1px 15px 0 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sideMenu a.Home:before {
        background-image: url('../img/icon_set/home_1946488.png');
    }
    .sideMenu a.Category:before {
        background-image: url('../img/icon_set/menu_12180874.png');
    }
    .sideMenu a.SubCategory:before {
        background-image: url('../img/icon_set/menu_12180874.png');
    }
    .sideMenu a.Users:before {
        background-image: url('../img/icon_set/stakeholders_18549818.png');
    }
    .sideMenu a.Poll:before {
        background-image: url('../img/icon_set/survey_10897866.png');
    }
    .sideMenu a.Option:before {
        background-image: url('../img/icon_set/survey_10897866.png');
    }
    .sideMenu a.Item:before {
        background-image: url('../img/icon_set/analytics_6884184.png');
    }
.activeMenu {
    background: #f1f0f0;
    box-shadow: 0 0 200px 20px rgba(0, 0, 0, 0.1);
}
.sideMenu a:hover {
    left: 5%;
}
.profileSw {
    background: #9e9eef;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}
.Profile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}
.smallSideBar {
    width: 120px;
    padding: 20px 20px 0 20px;
}
.smallSideBar img.logoFull.showLogo {
    display: none;
}
    .smallSideBar img.Logoico.hideLogo {
        display: block;
        margin: 0 auto;
    }
.smallSideBar .sideMenu a {
    font-size: 0;
}
    .smallSideBar .sideMenu a:before {
        margin: -1px auto 0 auto;
    }
    .smallSideBar .Profile {
        padding: 40px 0px;
    }
a.backLogin {
    color: #202c6c;
    margin-bottom: 20px;
    display: block;
}
.login-side.forgot-Ppass {
    border-radius: 0 25px 25px 0;
    background-image: url(/img/ilustration-2.svg);
}
.mainBox {
    background: white;
    box-shadow: 0 0 200px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}
.sectionHeader {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.sectionContHead {
    margin-bottom: 30px;
}
.btn {
    background: #9e9eef;
    border: 1px solid #9090dd;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 5px;
}
.sectionContHead .text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
input[type=text], input[type=password], input[type=email], input[type=phone], select {
    border-radius: 3px;
    width: 100%;
    background: #f9f9f9;
    padding: 10px 5px;
    margin-top: 5px;
    border: 1px solid #e5e5e5;
}
label.dummy-label {
    height: 24px;
}
.container.containerMain {
    padding-left: 5%;
    min-height: 660px;
}
a#tableCategories_previous, a#tableCategories_next {
    text-transform: uppercase;
    color: white;
    background: #9e9eef;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 100px;
    margin-right: 5px;
    font-size: 14px;
    opacity:1;
}
    a#tableCategories_previous:hover, a#tableCategories_next:hover {
        opacity: 0.7
    }
a.paginate_button {
    color: #464666;
    text-decoration: none;
    font-weight: bold;
    margin-right: 5px;
}
    a.paginate_button.current {
        color: #b7b7b7;
    }
.sectionContHead button.btn.basicBtn {
    background: #464666;
}

.tableR > div > div > label {
    display: flex;
    width: 100%;
    max-width: 500px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tableR input[type="search"] {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 80%;
    background: #f9f9f9;
    padding: 10px 10px;
}
.tableR tr th:last-child, .tableR tr td:last-child {
    width: 30% !important;
    text-align: center;
}
.select2-container {
    z-index: 9999 !important;
}
.profileSub {
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    background: #fefefe;
    width: 130px;
    top: -1000%;
    padding: 10px;
    box-shadow: 0 0 200px 20px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
    .profileSub:before {
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 15px 30px 15px 0;
        border-color: transparent #fefefe transparent transparent;
        transform: rotate(90deg);
        position: absolute;
        right: 7px;
        top: -90px;
        bottom: 0;
        margin: auto;
    }
.profileSw:hover .profileSub {
    bottom: -100px;
    right: 0;
    opacity: 1;
    left: initial;
    top: initial;
}
.modeParent {
    border: 1px solid #d8e5e0;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: 75px;
    height: 46px;
    cursor: pointer;
    margin:0 auto;
}

.modeBg {
    display: flex;
    width: 160px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .modeBg i {
        margin-left: 10px;
    }

    .modeBg > div {
        width: 150px;
    }

.dark-mode-active {
    background: #424242;
    border: 1px solid #707070;
}

    .dark-mode-active .modeBg {
        left: -75px;
    }

body.dark-mode {
    background-color: #424242;
    color: #ededed;
}

    body.dark-mode .sideBar {
        background: #14111a;
    }
    body.dark-mode a.sw i, body.dark-mode .sideMenu a {
        color: #ededed;
    }
    body.dark-mode .activeMenu {
        background: #414141;
        box-shadow: 0 0 200px 20px rgba(0, 0, 0, 0.1);
    }
    body.dark-mode .mainBox {
        background: #14111a;
    }
    body.dark-mode table, body.dark-mode table tr th, body.dark-mode table tr td {
        color: #ededed;
        border-color: #707070;
    }
    body.dark-mode .profileSub {
        background: #14111a;
    }
        body.dark-mode .profileSub:before {
            border-color: transparent #14111a transparent transparent;
        }
    body.dark-mode a.nav-link.text-dark.menu-ico {
        color: #ededed !important;
    }
    body.dark-mode nav.navbar {
        background: #393939 !IMPORTANT;
        border-color: black !important;
        color: #ededed !important;
    }
    body.dark-mode nav.navbar a{
        color: #ededed !important;
    }
    body.dark-mode footer.border-top.footer.text-muted {
        background: #393939;
        color: #ededed !important;
    }
    
    nav.navbar {
        padding: 10px 30px 10px 150px;
    }

    nav.navbar.expanded-nav {
    padding: 10px 30px 10px 280px;
}
.dummy {
    display:block;
    opacity:0.1
}
.responsive-sw {
    display:none;
}
i#togglePassword {
    right: 10px !important;
}
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    padding: 0.675rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 50px !important;
    margin-top: 2px;
}
.ql-editor {
    height: 50% !important;
}

.ql-container {
    height: 50% !important;
}

.modal-backdrop {
    z-index: 0;
    display: none !IMPORTANT;
}

body.dark-mode .modal-content {
    background: #404040;
}
.modal-dialog {
    max-width: 800px;
}

    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @media only screen and (max-width: 600px) {
        .login-box.login-form-box {
            flex-wrap: wrap;
            width: 80%;
        }

            .login-box.login-form-box div {
                width: 100%;
                min-height: initial;
            }

        .login-side {
            border-radius: 25px 25px 0 0;
        }

            .login-side img {
                max-width: 230px;
                width: 55%;
                margin: 20px auto 150px;
                display: block;
            }

        .login-side {
            background-position: center 100%;
            background-size: 50%;
        }

        .login_form form {
            width: 85%;
            padding: 40px 0 20px;
        }

        .txt-right {
            width: 150% !important;
        }

        .login-tools {
            flex-wrap: wrap;
        }

            .login-tools > div {
                width: 100% !important;
                margin-bottom: 20px;
            }

        .sideBar {
            left: -1000px;
        }

        nav.navbar {
            padding: 10px 30px !important;
        }

        .responsive-sw {
            display: inline-flex;
            font-size: 30px;
        }

        .login-tools {
            margin: 25px 0 -10px !important;
        }

        .login {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-bottom: 60px;
        }
    }
