﻿/**
* Template Name: NiceAdmin
* Updated: Mar 09 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    color: #444444;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

.visible-xs, .visible-sm {
    display: none !important;
}

.mr-3 {
    padding-right: 20px;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

b, strong {
    font-weight: 600;
}

.spacer5 {
    padding-top: 5px;
}

.spacer10 {
    padding-top: 10px;
}

.spacer15 {
    padding-top: 15px;
}

.spacer20 {
    padding-top: 20px;
}

.spacer30 {
    padding-top: 30px;
}

.spacer40 {
    padding-top: 40px;
}

.no-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.nolpdg, .nopdl {
    padding-left: 0 !important;
}

.norpdg, .nopdr {
    padding-right: 0 !important;
}

.rmrg0 {
    margin: 0 !important;
}

.redtext, .redtxt, .textred, .redclr, .txtred {
    color: red !important;
}

.icon20 {
    max-width: 20px;
}

.icon25 {
    max-width: 25px;
}

.icon30 {
    max-width: 30px;
}

.icon35 {
    max-width: 35px;
}

.icon40 {
    max-width: 40px;
}

.icon60 {
    max-width: 60px;
}

.hidden {
    display: none;
}

.center-block {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 0px;
    padding: 2pc 3pc;
    transition: all 0.3s;
    min-height: calc(100vh - 76px);
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

    .pagetitle h1 {
        font-size: 35px;
        margin-bottom: 25px;
        font-weight: 600;
        color: #079e92;
    }

    .pagetitle .breadcrumb {
        display: none;
    }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #079e92;
    font-family: "Poppins", sans-serif;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #079e92;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #000;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover,
        .nav-tabs-bordered .nav-link:focus {
            color: #000;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #000;
            border-bottom: 2px solid #000;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

.toggle-sidebar-btn, .toggle-sidebar-btn-mobile {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #000;
    /* display: none; */
    float: right !important;
    z-index: 99;
    position: relative;
}

.toggle-sidebar .sidebar-nav .nav-link i {
    text-align: center;
    float: none;
}

.toggle-sidebar .sidebar-nav .nav-item.logout-item i {
    display: block;
}

.toggle-sidebar .login-logo {
    display: block !important;
}

.toggle-sidebar .bdr-r {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #eee;
}

.toggle-sidebar .logo-div img {
    max-width: 112px;
}

.toggle-sidebar .toggle-sidebar-btn {
    float: none !important;
}

.toggle-sidebar .logo-div {
    display: block !important;
}

.logo-div img {
    max-width: 125px;
}

.toggle-sidebar .toggle-sidebar-btn {
    text-align: center;
    display: block;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #079e92;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #079e92;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .notifications .notification-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .messages .message-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    /*box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);*/
    background-color: #f4fdfc;
}

    .sidebar .sidebar-user {
        padding: 15px;
        position: relative;
        border-bottom: 1px solid #e6edef;
        margin-bottom: 20px;
    }

        .sidebar .sidebar-user .img-90.rounded-circle {
            width: 90px !important;
        }

        .sidebar .sidebar-user .profile-img, .profile-img {
            border: 10px solid rgb(238, 247, 244);
            width: 100px;
            display: block;
            margin: 0 auto;
            height: 100px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 50%;
        }

        .sidebar .sidebar-user .setting-primary {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 32px;
            height: 32px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50px;
            background: #eef7f4;
        }

            .sidebar .sidebar-user .setting-primary i {
                color: #000;
                font-size: 18px;
            }

        .sidebar .sidebar-user .uname {
            margin: 15px 0 5px;
            font-weight: 800;
            color: #277d61;
            font-size: 18px;
        }

        .sidebar .sidebar-user .userrole {
            color: #999;
            font-size: 14px;
        }

.nav-item.hr hr {
    border-top: 1px solid #c6c6c6;
    margin: 5px 0;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main,
    #footer {
        margin-left: 300px;
    }

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 120px;
    }

    .toggle-sidebar .sidebar {
        left: 0;
        width: 140px;
        overflow: visible;
    }

        .toggle-sidebar .sidebar ul li span.nav-link-lv1 {
            display: block;
            font-size: 13px;
            text-align: center;
        }

        .toggle-sidebar .sidebar ul li span.nav-link-lv2 {
            display: block;
            font-size: 12px;
            text-align: center;
        }

    .toggle-sidebar .sidebar-nav .nav-link {
        display: block;
        font-size: 15px;
        padding: 10px 15px;
        text-align: center;
    }

    .toggle-sidebar .sidebar-nav .nav-content a {
        font-size: 13px;
        padding: 10px 0 10px 0px;
        display: block;
        text-align: center;
    }

    .toggle-sidebar .header .logo {
        width: 120px;
        padding: 24px 5px 24px 0px;
    }

    .toggle-sidebar .sidebar-nav .nav-link i {
        margin-left: 0;
        margin-right: 0;
    }

    .toggle-sidebar .sidebar .sidebar-user {
        padding: 0;
    }

        .toggle-sidebar .sidebar .sidebar-user .img-90.rounded-circle {
            border: 3px solid rgb(238, 247, 244);
            width: 70px !important;
        }

        .toggle-sidebar .sidebar .sidebar-user .uname {
            font-size: 15px;
        }

        .toggle-sidebar .sidebar .sidebar-user .setting-primary {
            top: -14px;
            right: -14px;
            width: 25px;
            height: 25px;
        }

            .toggle-sidebar .sidebar .sidebar-user .setting-primary i {
                font-size: 15px;
            }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

    .sidebar-nav .nav-heading {
        font-size: 11px;
        text-transform: uppercase;
        color: #899bbd;
        font-weight: 600;
        margin: 10px 0 5px 15px;
    }

    .sidebar-nav .nav-link {
        /*display: flex;
        align-items: center;*/
        font-size: 15px;
        font-weight: 600;
        padding: 10px 15px;
        border-radius: 4px;
        color: #000;
        text-align: left;
    }

        .sidebar-nav .nav-link i {
            font-size: 16px;
            margin-left: 5px;
            color: #079e92;
            text-align: right;
            float: right;
        }

    .sidebar-nav .nav-item.logout-item {
        margin-top: 2pc;
    }

        .sidebar-nav .nav-item.logout-item a {
            text-align: center;
            display: block;
        }

        .sidebar-nav .nav-item.logout-item i {
            float: none;
            margin-left: 0;
            margin-right: 5px;
        }

    .sidebar-nav .nav-link.collapsed {
        color: #079e92;
        background: #fff;
    }

        .sidebar-nav .nav-link.collapsed i {
            color: #899bbd;
        }

    .sidebar-nav .nav-link:hover {
        color: #000;
        background: #d7efed;
    }

        .sidebar-nav .nav-link:hover i {
            color: #000;
        }

    .sidebar-nav .nav-link .bi-chevron-down {
        margin-right: 0;
        transition: transform 0.2s ease-in-out;
    }

    .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
        transform: rotate(180deg);
    }

    .sidebar-nav .nav-content {
        padding: 5px 0 0 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            color: #079e92;
            transition: 0.3;
            padding: 10px 0 10px 40px;
            transition: 0.3s;
        }

            .sidebar-nav .nav-content a i {
                font-size: 6px;
                margin-right: 8px;
                line-height: 0;
                border-radius: 50%;
            }

            .sidebar-nav .nav-content a:hover,
            .sidebar-nav .nav-content a.active {
                color: #000;
            }

                .sidebar-nav .nav-content a.active i {
                    background-color: #000;
                }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Login page
--------------------------------------------------------------*/
.bdr-r {
    border-right: 1px solid #eee;
    padding-right: 10px;
    margin-right: 0;
}

.login-title {
    font-size: 40px;
    color: #000;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

.loginblock {
    border: 5px solid #f9f9f9;
    padding: 2pc 3pc;
    border-radius: 20px;
}

.formcontainer {
    padding: 0 30px 40px 0;
    border-right: 1px solid #e8e8e8;
}

    .formcontainer p {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .formcontainer .form-control {
        border: 0;
        border-bottom: 1px solid #cacaca;
        border-radius: 0;
    }

    .formcontainer .form-label {
        font-size: 14px;
    }

    .formcontainer .input-group-text {
        background: transparent;
        border: 0;
        border-bottom: 1px solid #cacaca;
        border-radius: 0;
    }

.formbtn {
    padding: 12px 2pc;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    border-color: #b96b9f;
    background: #000;
    border: 0;
    width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #eee;
}

    .footer .copyright {
        text-align: center;
        color: #000;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #079e92;
    }


.card-header-img {
    background: #eaeaea;
    color: #fff;
    padding: 20px 15px;
    margin: 0;
}

    .card-header-img .col-12:last-child .steps::after {
        display: none;
    }

.steps {
    background: #aed5d1;
    color: #000;
    padding: 3px 10px;
    border-radius: 21px;
    text-align: center;
    position: relative;
}

    .steps.step-active {
        background: #079e92;
        color: #fff;
    }

    .steps::after {
        content: '';
        position: absolute;
        height: 1px;
        background: #079e92;
        top: 50%;
        width: 25px;
        right: -25px;
    }

    .page-campaigns .card-title {
        font-size: 22px;
        text-decoration: underline;
        color: #000;
    }

.btnsubmit {
    background: #08a699;
    border: 2px solid #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}

    .btnsubmit:hover {
        background: #000;
        border: 2px solid #08a699;
    }


.camp-obj {
    border: 1px solid #eee;
    padding: 10px;
}

    .camp-obj .col-form-label {
        margin-bottom: 20px;
    }

.radiolist tr {
    display: flex;
}

.radiolist td {
    text-align: center;
    max-width: 155px;
    padding: 0 10px;
}

    .radiolist td i {
        padding: 10px 17px;
        border: 2px solid #079e92;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 10px;
        display: inline-block;
        color: #aed5d1;
        background: #079e92;
        font-size: 30px;
        text-align: center;
        outline: 4px solid #aed5d1;
    }

.radiolist input {
    display: block;
    margin: 0px auto 10px;
}

.radiolist span {
    display: block;
    font-size: 14px;
}

.retdetails {
    width: 100%;
    border: 1px solid #000;
}

    .retdetails th {
        background: #f4fdfc;
    }

    .retdetails th, .retdetails td {
        padding: 2px 5px;
        border: 1px solid #000;
        color: #000;
        white-space: pre-wrap;
    }

.accordion-custdetails {
    padding: 20px;
    border: 1px solid #fff !important;
}

    .accordion-custdetails.show {
        border: 1px solid #eee !important;
    }

.pnlgroups {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.pnlgroups-inner {
    padding: 20px 20px;
}

.card-title1 {
    background: #079e92;
    color: #fff;
    padding: 5px 10px;
}

@media(max-width:1199px) {
    .sidebar {
        left: 0px;
        width: 200px
    }

    #main, #footer {
        margin-left: 200px;
    }

    .toggle-sidebar-btn {
        display: none;
    }

    .login-logo {
        display: block !important;
    }

    .logo-div {
        display: block !important;
    }

        .logo-div img {
            max-width: 120px;
        }

    .bdr-r {
        border-right: 0;
        padding-right: 0;
        border-bottom: 1px solid #eee;
    }

    .sidebar-nav .nav-item.logout-item a {
        background: #d7efed;
    }
}


@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
}

@media(max-width:991px) {
    .sidebar {
        left: 0px;
        width: 150px
    }

    #main, #footer {
        margin-left: 150px;
    }

    .sidebar-nav .nav-link i {
        float: none;
    }

    .sidebar-nav .nav-item.logout-item i {
        display: block;
        text-align: center;
    }

    .logo-div img {
        max-width: 112px;
    }
}

@media(max-width:767px) {
    .header {
        height: auto;
        box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        padding: 10px 20px;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .login-logo {
        display: flex !important;
    }

    .toggle-sidebar .logo-div {
        display: none !important;
    }

    .logo-div-mobile {
        display: flex !important;
    }

        .logo-div-mobile img {
            max-width: 140px;
        }

    .toggle-sidebar .sidebar {
        left: 0;
    }

    .toggle-sidebar-btn {
        display: block;
    }

    .sidebar {
        left: -130px;
        width: 130px;
    }

    .footer {
        padding: 20px 10px;
        font-size: 13px;
    }

    #main {
        margin-top: 80px;
    }

    .logout {
        text-align: right;
        font-size: 28px;
        padding: 11px 0px 0;
        color: #000;
        margin-left: 15px;
        line-height: 0;
    }

        .logout i {
            background: #d7efed;
            padding: 0 5px;
        }

    .steps {
        display: none;
    }

        .steps.step-active {
            background: #079e92;
            color: #fff;
            display: block !important;
            border-radius: 0;
        }

        .steps::after {
            display: none;
        }

    .page-campaigns .card-title {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .card-header-img .col-12 {
        padding: 0;
    }

    .card-header-img {
        padding: 0px;
    }

    .radiolist input {
        display: block;
    }

    .radiolist tr {
        display: block;
        text-align: center;
    }


    .radiolist td {
        text-align: center;
        max-width: 150px;
        padding: 15px 10px;
        display: inline-block !important;
        border-bottom: 1px solid #eee;
    }

        .radiolist td i {
            padding: 5px 10px;
            border: 1px solid #079e92;
            font-size: 18px;
            outline: 2px solid #aed5d1;
        }

    .retdetails {
        border: 1px solid #ddd;
    }

        .retdetails th {
            display: none;
        }

        .retdetails td {
            display: block;
            font-size: .8em;
            text-align: right;
            border: 0;
            border-bottom: 1px solid #ddd;
        }

            .retdetails td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .retdetails tr {
                padding: 0;
                display: block;
                margin: 0 7px;
            }

    .logo-block {
        margin-top: 20px;
    }

    .accordion-custdetails {
        padding: 10px;
    }

    .sidebar {
        top: 0;
        padding-top: 100px;
        z-index: -1;
    }

    .toggle-sidebar .sidebar {
        left: 0;
        z-index: 9;
    }

    #main, #footer {
        margin-left: 0;
    }

    .bdr-r, .toggle-sidebar .bdr-r {
        border-right: 1px solid #eee;
        padding-right: 5px;
        border-bottom: 0;
    }

    .sidebar .sidebar-user {
        padding: 0;
    }

    .sidebar-nav .nav-link {
        padding: 5px 5px;
        text-align: center;
    }

    /*login Page*/

    .loginblock {
        padding: 2pc 2pc;
    }

        .loginblock .login-logo img {
            /* display: block !important; */
            max-width: 150px;
        }

        .loginblock .bdr-r {
            border-right: 1px solid #eee;
            padding-right: 5px;
            border-bottom: 0;
        }

    .formcontainer {
        padding: 0 0px 40px 0;
        border-right: 0;
    }

    .noxspdg{
        padding: 0;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }
}
