﻿/**
    Admin specific styles go here.
*/

body {
    font-family: calibri;
    font-size: 15px;
}

main.content {
    padding: 1.5rem 1.5rem .75rem !important;
    background: #ece7ed;
}

.table {
    width: 100%;
}

.datepicker > .datepicker-days {
    display: block;
}

th.datepicker-switch {
    font-weight: 700;
    font-size: 12px;
    color: #000000;
}

.datepicker-days .dow {
    font-weight: 700;
    font-size: 12px;
    color: #000000;
}

.datepicker-days .day {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

.datepicker-days td.today.day {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

.datepicker-days td.old.day {
    font-weight: 400;
    font-size: 12px;
    color: #999b9d;
}

.datepicker-days td.new.day {
    font-weight: 400;
    font-size: 12px;
    color: #999b9d;
}

.datepicker-days th.next {
    color: #000000;
}

.datepicker-days th.prev {
    color: #000000;
}

.datepicker > .datepicker-days {
    font-family: "Open Sans", sans-serif;
}

.datepicker table tr td.today {
    background-color: transparent !important;
    border-color: transparent !important;
}

.add-more-btn {
    background: #c22cf5;
    border-color: #c22cf5;
}

.save-btn {
    background: #6da23a;
    border-color: #6da23a;
}

.question {
    color: #495057 !important;
    background-color: #e9ecef !important;
    font-weight: 500 !important;
    font-size: 14px;
    padding: .40rem 1.25rem;
}

.btn-primary {
    background: -webkit-gradient(linear, left top, right top, from(#da8cff), to(#9a55ff));
    background: linear-gradient(to right, #da8cff, #9a55ff);
    border: 0;
    padding: 8px 10px;
    font-weight: 600;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #da8cff;
    border-color: #da8cff;
}

.stat svg {
    stroke-width: 1.5;
    color: #FFF !important;
    height: 32px;
    width: 32px;
}

.stat {
    width: 42px;
    height: 42px;
    background: #b66dff;
}
.fa-custom-icon {
    color: #FFF;
    font-size: 16px;
}

.navbar-bg {
    background: #222e3c;
    color: #FFF;
}

.hamburger, .hamburger:after, .hamburger:before {
    background: #FFF;
}

.sidebar-link, a.sidebar-link {
    padding-right: 0;
    padding-left: 15px;
}

.sidebar-link, a.sidebar-link {
    background: #3d4650;
    border-left: 3px solid transparent;
    color: #FFF;
}

    .sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
        /*color: rgb(0 0 0);*/
        color: #fff;
    }

    .sidebar-link:hover {
        background: #FFF;
        border-left-color: transparent;
        color: #000;
    }

        .sidebar-link:hover, .sidebar-link:hover i, .sidebar-link:hover svg {
            color: #000;
        }

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
}

#spnUserName {
    color: #FFF !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    background: #ece7ed;
}

.card-bg-1 {
    background: #ece7ed;
    padding: 15px;
    height: 130px;
}

.card-bg-2 {
    background: #ece7ed;
}

.card-bg-1 span {
    font-weight: 600;
}

.sidebar-brand {
    padding: 11px;
    height: 50px;
}

.navbar-bg {
    height: 50px;
}

.card-header-1 {
    padding: 15px 25px 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
}

.more-info {
    background: #d7afff;
    border-radius: 20px;
    padding: 3px 8px;
    color: #000;
}

table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
    background: #4f5760;
    color: #FFF;
}

.btn-delete {
    background: #FFF;
    border: 1px solid;
    color: red;
    margin: 2px;
}

.btn-edit {
    background: #ffffff;
    border: 1px solid #50bf12;
    color: #50bf12;
    margin: 2px;
}

.btn-deactivate {
    background: #FFF;
    border: 1px solid;
    color: #d11313;
    margin: 2px;
}

.btn-view {
    background: #FFF;
    border: 1px solid;
    color: #3a4ef8;
    margin: 2px;
}

.btn-general {
    background: #ffffff;
    border: 1px solid #ccc;
    color: #000000;
    margin: 2px;
}

.btn-mail {
    background: #FFF;
    border: 1px solid;
    color: #5e4879;
    margin: 2px;
}

.btn-lock {
    background: #ffffff;
    border: 1px solid #ff5500;
    color: #ff5500;
    margin: 2px;
}

.btn-star {
    background: #ffffff;
    border: 1px solid #ffd400;
    color: #ffd400;
    margin: 2px;
}

.btn-paid {
    background: #ffffff;
    border: 1px solid #03842a;
    color: #03842a;
    margin: 2px;
}

.btn-main {
    padding: 7px;
    width: 100px;
}

.btn-login {
    background: -webkit-gradient(linear, left top, right top, from(#da8cff), to(#9a55ff));
    background: linear-gradient(to right, #da8cff, #9a55ff);
    border: 0;
    padding: 10px;
}

.form-select {
    height: 35px;
}

.sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
    background: #ffffff;
    /* border-left-color: #9d58ff; */
    color: #000000;
}

    .sidebar-item.active .sidebar-link:hover i, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active > .sidebar-link i, .sidebar-item.active > .sidebar-link svg {
        /*color: #b66dff;*/
        color: #000;
    }

.sidebar-brand {
    background: #222e3c;
}

.sidebar, .sidebar-content {
    background: #3d4650 !important;
}

.btn-chart {
    background: #FFF;
    border: 1px solid #814e3d;
    color: #814e3d;
    margin: 2px;
}

.icon-gift {
    color: #ff5500;
}

.poll-question {
    font-weight: 600;
    display: block;
    padding-top: 0;
    margin-bottom: 44px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 60px;
}

.poll-card {
    max-width: 620px;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 0 !important;
}

    .poll-card .card-body {
        background: rgb(0 0 0 / 36%);
        border-radius: 10px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .poll-card .card-body {
        background: rgb(0 0 0 / 36%);
        border-radius: 10px;
        padding-left: 40px;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.progress-bar {
    animation: progress 1.5s ease-in-out forwards !important;
}

.poll-separator {
    margin-top: 30px;
    padding-bottom: 24px;
    border: 0;
    border-top: 2px solid #ccc;
}

.poll-box {
    margin-bottom: 50px;
}

.owl-poll-box {
    position: absolute;
    right: -46%;
    margin-top: 6%;
}

    .owl-poll-box p {
        position: absolute;
        top: 12%;
        left: 42%;
        transform: rotate(8deg);
        font-size: 14px;
        text-align: center;
        line-height: 18px;
    }

    .owl-poll-box img {
        width: 300px;
    }

/*end-accordion faq*/

@media screen and (min-width: 992px) and (max-width: 1130px) {
    .poll-card {
        max-width: 570px;
    }

    .owl-poll-box img {
        width: 260px;
    }

    .owl-poll-box {
        right: -43%;
        margin-top: 14%;
    }

        .owl-poll-box p {
            font-size: 14px;
            line-height: 15px;
            top: 13%;
        }
}

@media (max-width: 991px) {
    .how-section {
        margin-top: -80px;
        margin-bottom: 26px;
    }

    .owl-poll-box {
        margin-top: 0;
        right: 0;
        top: -214px;
        z-index: 8;
        left: -28px;
    }

        .owl-poll-box img {
            width: 250px;
        }

        .owl-poll-box p {
            position: absolute;
            top: 13%;
            left: 100px;
            transform: rotate(8deg);
            font-size: 14px;
            text-align: center;
            line-height: 14px;
        }

    .planner-starburst-batch {
        width: 130px;
        right: 40px;
        top: 14px;
    }
}

.welcome-card.poll-card-welcome-section {
    background-image: url(/img/photos/eco-bg.jpg);
    border-radius: 6px;
}

.poll-card-welcome-section .card-body {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    border-radius: 6px;
}

.poll-card-welcome-section .quiz-question {
    font-weight: 500;
    display: block;
    padding-top: 0;
    margin-bottom: 12px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}

.poll-end-note {
    font-size: 12px;
}

.table-action-buttons {
    display: flex;
    gap: 0px;
    justify-content: flex-start;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

    .table-action-buttons button {
        width: 26px !important;
        height: 26px !important;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

.table-action-btn th:last-child {
    min-width: 64px;
}
.sub-package-btn {
    background: #ffffff;
    border: 1px solid #d400ff;
    color: #d400ff;
    margin: 2px;
}