.custom-template {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -325px;
    width: 325px;
    height: max-content;
    display: block;
    z-index: 1;
    background: #ffffff;
    transition: all .3s;
    z-index: 1003;
    box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .5s;
}

    .custom-template.open {
        right: 0px;
    }

    .custom-template .custom-toggle {
        position: absolute;
        width: 45px;
        height: 45px;
        background: rgb(88, 103, 221);
        top: 50%;
        left: -45px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid #177dff;
        cursor: pointer;
        color: #ffffff;
        box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
    }

        .custom-template .custom-toggle i {
            font-size: 20px;
            animation: 1.3s spin linear infinite;
        }

    .custom-template .title {
        padding: 15px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        border-top-left-radius: 5px;
        border-bottom: 1px solid #ebedf2;
        background: #5867dd;
    }

    .custom-template .custom-content {
        padding: 20px 15px;
        max-height: calc(100vh - 90px);
        overflow: auto;
    }

    .custom-template .switcher {
        padding: 5px 0;
    }

    .custom-template .switch-block h4 {
        font-size: 13px;
        font-weight: 600;
        color: #444;
        line-height: 1.3;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .custom-template .btnSwitch {
        margin-top: 20px;
        margin-bottom: 25px;
    }

        .custom-template .btnSwitch button {
            border: 0px;
            height: 20px;
            width: 20px;
            outline: 0;
            margin-right: 10px;
            margin-bottom: 10px;
            cursor: pointer;
            padding: 0;
            border-radius: 50%;
            border: 2px solid #eee;
            position: relative;
            transition: all .2s;
        }

            .custom-template .btnSwitch button:hover {
                border-color: #0bf;
            }

            .custom-template .btnSwitch button.selected {
                border-color: #0bf;
            }

    .custom-template .img-pick {
        padding: 4px;
        min-height: 100px;
        border-radius: 5px;
        cursor: pointer;
    }

        .custom-template .img-pick img {
            height: 100%;
            height: 100px;
            width: 100%;
            border-radius: 5px;
            border: 2px solid transparent;
        }

        .custom-template .img-pick:hover img, .custom-template .img-pick.active img {
            border-color: #177dff;
        }

.demo .btn, .demo .progress {
    margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label {
    margin-right: 15px;
}

.demo .toggle, .demo .btn-group {
    margin-right: 15px;
}

.demo #slider {
    margin-bottom: 15px;
}

.table-typo tbody > tr > td {
    border-color: #fafafa;
}

    .table-typo tbody > tr > td:first-child {
        min-width: 200px;
        vertical-align: bottom;
    }

        .table-typo tbody > tr > td:first-child p {
            font-size: 14px;
            color: #333;
        }

.demo-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    transition: all .2s;
}

    .demo-icon:hover {
        background-color: #f4f5f8;
        border-radius: 3px;
    }

    .demo-icon .icon-preview {
        font-size: 1.8rem;
        margin-right: 10px;
        line-height: 1;
        color: #333439;
    }

body[data-background-color="dark"] .demo-icon .icon-preview {
    color: #969696;
}

.demo-icon .icon-class {
    font-weight: 300;
    font-size: 13px;
    color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
    color: #a9a8a8;
}

.form-show-notify .form-control {
    margin-bottom: 15px;
}

.form-show-notify label {
    padding-top: 0.65rem;
}

.map-demo {
    height: 300px;
}

#instructions li {
    padding: 5px 0;
}

.row-demo-grid {
    margin-bottom: 15px;
}

    .row-demo-grid [class^="col"] {
        text-align: center;
    }

        .row-demo-grid [class^="col"] .card-body {
            background: #ddd;
        }

.btnSwitch button[data-color="white"] {
    background-color: #fff;
}

.btnSwitch button[data-color="grey"] {
    background-color: #f1f1f1;
}

.btnSwitch button[data-color="black"] {
    background-color: #191919;
}

.btnSwitch button[data-color="dark"] {
    background-color: #1a2035;
}

.btnSwitch button[data-color="blue"] {
    background-color: #177dff;
}

.btnSwitch button[data-color="purple"] {
    background-color: #716aca;
}

.btnSwitch button[data-color="light-blue"] {
    background-color: #36a3f7;
}

.btnSwitch button[data-color="green"] {
    background-color: #35cd3a;
}

.btnSwitch button[data-color="orange"] {
    background-color: #ffa534;
}

.btnSwitch button[data-color="red"] {
    background-color: #f3545d;
}

.btnSwitch button[data-color="dark2"] {
    background-color: #1f283e;
}

.btnSwitch button[data-color="blue2"] {
    background-color: #1872e4;
}

.btnSwitch button[data-color="purple2"] {
    background-color: #6761b5;
}

.btnSwitch button[data-color="light-blue2"] {
    background-color: #3393dd;
}

.btnSwitch button[data-color="green2"] {
    background-color: #33b837;
}

.btnSwitch button[data-color="orange2"] {
    background-color: #fb9515;
}

.btnSwitch button[data-color="red2"] {
    background-color: #ea4d56;
}

.btnSwitch button[data-color="bg1"] {
    background-color: #fafafa;
}

.btnSwitch button[data-color="bg2"] {
    background-color: #fff;
}

.btnSwitch button[data-color="bg3"] {
    background-color: #f1f1f1;
}

@media screen and (max-width: 550px) {
    .table-typo tr td {
        display: flex;
        align-items: center;
        word-break: break-word;
    }

        .table-typo tr td:first-child p {
            margin-bottom: 0px;
        }
}

@media screen and (max-width: 576px) {
    .custom-template .custom-content {
        overflow: auto;
    }

    .form-show-notify > .text-right, .form-show-validation > .text-right {
        text-align: left !important;
    }
}

@media screen and (max-width: 400px) {
    .custom-template {
        width: 85% !important;
        right: -85%;
    }
}

/* New Changes */
.nav-pills.flex-column .nav-link {
    text-align: left !important;
    padding: 15px 10px;
}

.nav-pills.nav-secondary .nav-link.active {
    background: #3c4f58;
    border: 1px solid #3c4f58;
}

.ccard .card-header {
    background: #3c4f58;
}

    .ccard .card-header .card-title {
        color: #fff;
    }

.logo-header[data-background-color=purple] {
    background-color: #cc071e !important;
}

.navbar-header[data-background-color=purple2] {
    background: #000000 !important;
}

.main-panel {
    width: calc(100% - 300px);
}

.sidebar {
    background: #000000;
    width: 300px;
}

    .sidebar .user .info a > span, .sidebar .user .info a > span .user-level, .sidebar .user .info .caret {
        color: #fff;
    }

    .sidebar .nav > .nav-item.active > a p, .sidebar[data-background-color=white] .nav > .nav-item.active > a p,
    .sidebar[data-background-color=white] .nav > .nav-item a .caret {
        color: #fff !important;
        font-weight: 600;
    }

    .sidebar .nav .nav-section .text-section {
        color: #fff;
    }

    .sidebar .nav > .nav-item a i {
        font-size: 20px;
    }

    .sidebar .nav > .nav-item a p {
        color: #fff;
        white-space: break-spaces;
        line-height: 18px;
    }

    .sidebar .nav > .nav-item a:hover p {
        color: #fff !important;
        font-weight: 400 !important;
    }

    .sidebar .nav > .nav-item a .caret {
        margin-right: 0px;
    }

    .sidebar .badge-count {
        color: #fff !important;
    }

.profile_panel {
    border: 1px solid #ddd;
    padding: 2px;
    display: inline-block;
    width: 100%;
}

.profile_inner {
    width: 100%;
    background-image: url(/assets/img/City-bg.jpg);
    background-position: center;
    text-align: center;
    height: 330px;
}

    .profile_inner img {
        margin-top: 30px;
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 2px;
    }

.app_status {
    background-color: #fff;
    border: 1px solid #ddd;
    /*height: 330px;*/
    padding: 10px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 330px;
}

.nav-pills.flex-column .nav-link {
    font-size: 16px;
}

    .nav-pills.flex-column .nav-link .fa {
        width: 20px;
    }

.app-steps {
    display: table;
    width: 100%;
    text-align: center;
}

.app-step {
    display: table-cell;
    text-align: center;
    max-width: 50px;
    position: relative;
    line-height: 16px;
}

.app-line .app-step:before {
    content: "";
    position: absolute;
    border-top: 2px solid #ddd;
    top: 30px;
    left: 0px;
    width: 100%;
}

.app-steps .step-outer {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #dedede;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.app-steps .step-inner {
    background-color: #3c4f58;
    width: 100%;
    /*display: inline-block;*/
    display:table;
    color: #fff;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 37px;
}

    .app-steps .step-inner .fa {
        font-size: 18px;
        margin-bottom: 5px;
    }

.app-steps .step-outer .step-inner:hover {
    background-color: #af494e;
}

.app-steps .app-step.current .step-inner {
    background-color: #d7161f;
}

.app-steps .app-step.completed .step-inner {
    background-color: green;
}
.app-steps .app-step.rejected .step-inner {
    background-color: red;
}

.app-steps .app-step.current:before {
    border-color: #d7161f;
}

.app-steps .app-step.completed:before {
    border-color: green;
}

.progress-sm {
    margin-top: 10px;
}

.sidebar.sidebar_minimize {
    width: 82px;
    transition: all .3s;
}
/*.nav-item .nav-toggle{
	padding:6px 25px;
}*/
.sidebar .nav > .nav-item a i {
    color: #fff;
    background-color: transparent !important;
}

.sidebar .nav > .nav-item a {
    padding: 10px 25px;
    color: #fff;
}
/*.main-header .navbar-header {
	min-height: 82px;
}*/
.sidebar .nav.nav-secondary > .nav-item.active a i, .sidebar[data-background-color=white] .nav.nav-secondary > .nav-item.active a i {
    color: #45ff4b !important;
}
/*.navbar-brand {
	height: 82px;
	margin-left: -20px;
}*/
/*.main-panel{
	float:none;
}*/

.sidebar .nav > .nav-item a:focus, .sidebar .nav > .nav-item a:focus p, .sidebar .nav > .nav-item > a:hover {
    color: #fff !important;
}

.sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] p {
    color: #fff;
}

.overView {
    background: url(../../assets/img/City-bg.jpg) no-repeat center center/cover;
    padding: 14px 15px;
    margin: 0 -40px 25px -32px;
    margin-top: -3%;
}

.rpl_table td:first-child {
    white-space: nowrap;
    width: 200px;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.landing-app {
    background-color: #fff;
}

.landing-app .logo .navbar-brand {
    height: 60px;
    margin: 10px 10px;
}

.landing-app-steps {
    display: table;
    width: 100%;
    margin-top: -110px;
    text-align: center;
}

.landing-app-steps .step-outer {
    background-color: #ffffff;
    width: 180px;
    display: inline-flex;
    color: #fff;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #dedede;
    padding: 15px;
    margin: 20px;
    cursor: pointer;
}

.landing-app-steps .step-inner {
    background-color: #3c4f58;
    width: 100%;
    display: inline-block;
    color: #fff;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 30px;
}

    .landing-app-steps .step-inner .fa {
        font-size: 40px;
        margin-bottom: 5px;
    }

.landing-app-steps .step-outer .step-inner:hover {
    background-color: #af494e;
}

.landing-app-steps .step-outer.active .step-inner {
    background-color: #d7161f;
}

.landing-app-content h4 {
    font-size: 24px;
    color: #003259;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8Jow.ttf) format('truetype');
}