@import url('site.css');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    background: transparent;
    box-sizing: border-box;
    font-family: var(--bookman);
    font-weight: 600;
}

    *,
    *:before,
    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
    }

        *:focus {
            outline: 0;
        }

html {
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

    .clearfix:after .test {
        color: red;
    }

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

/* ============================ */
/*            Preloader         */
/* ============================ */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
}

.w-60 {
    width: 60% !important
}

.w-65 {
    width: 65% !important
}

.w-70 {
    width: 70% !important
}

.w-74 {
    width: 74% !important
}

.w-75 {
    width: 75% !important
}

.w-80 {
    width: 80% !important
}

.w-85 {
    width: 85% !important
}

.w-90 {
    width: 90% !important
}

.w-95 {
    width: 95% !important
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

input[type=checkbox], input[type=radio] {
    accent-color: #ebdcfd !important;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* End Preloader */
img {
    margin: 0;
}

/* links */
a,
a:visited {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
    font-family: 'Poppins', sans-serif;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

/* list */
ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
}

ul {
    margin: 0;
    list-style-type: none;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

    ul ul li,
    ul ol li,
    ol ol li,
    ol ul li {
        margin-bottom: 0px;
    }

button {
    cursor: pointer;
    outline: none !important;
    letter-spacing: 0;
}

/*------------------------- 1. Core Css -------------------*/
.page-container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-left: 280px;
    -webkit-transition: padding-left 0.3s ease 0s;
    transition: padding-left 0.3s ease 0s;
}

.sidebar_collapsed.page-container {
    padding-left: 0;
}

.main-content {
    width: 100%;
    background: #f0f4fb;
    min-height: calc(100vh-12em !important);
}

.main-content-inner,
.content-wrapper {
    padding: 0px;
}

@media (max-width: 992px) {

    .main-content-inner,
    .content-wrapper {
        padding-top: 5px;
    }
}

.main-content {
    width: 100%;
    background: #f0f4fb;
}


/*------------------------- END Core Css -------------------*/
.footer-area {
    text-align: center;
    padding: 5px 0 10px;
    background: #fff;
    /*position: relative;*/
    position: sticky;
    width: 100%;
    bottom: 0px;
    color: var(--color2);
    border-bottom: 2px solid var(--color6);
}

    .footer-area p {
        margin-bottom: 0;
        font-weight: 600 !important;
        color: #02007c;
        font-family: var(--bookman);
        font-size: var(--font-size) !important;
    }

@media (min-width: 992px) {
    .d_block_lg {
        display: block !important;
    }

    .d_none_lg {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .d_none_sm {
        display: none !important;
    }

    .d_block_sm {
        display: block !important;
    }
}
/*Medium Desktop Device*/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .col-ml-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-ml-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-ml-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-ml-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


@media (max-width: 1370px) {

    .page-container,
    .sidebar_collapsed.page-container {
        padding-left: 0;
    }
}

@media (min-width: 1441px) {
    .my-btn {
        right: 1.25% !important;
    }
}

/* ============================= */
/*           Fancy Box           */
/* ============================= */
.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

    .fancybox-next span:before,
    .fancybox-prev span:before {
        content: '';
        position: absolute;
        font-family: 'FontAwesome';
        left: 0px;
        top: 0px;
        font-size: 12px;
        width: 44px !important;
        height: 44px !important;
        line-height: 44px !important;
        background-color: rgba(28, 28, 28, 0.4) !important;
        color: #ffffff;
        visibility: visible;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }

    .fancybox-next span:before {
        content: '\f178';
    }

    .fancybox-prev span:before {
        content: '\f177';
    }

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background: #212529 !important;
    color: #FFFFFF;
}


.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icon-cross.png) center center no-repeat;
    background-color: #212529 !important;
}

    .fancybox-type-image .fancybox-close:hover {
        background-color: #000000 !important;
    }

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

.section_heading {
    font-size: 40px;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .section_heading {
        font-size: 25px !important;
    }
}

.section_heading .heading_bg {
    top: 30px;
    color: #666;
    font-size: 70px;
    width: 100%;
    display: block;
    position: relative;
    opacity: 0.1;
}

@media only screen and (max-width: 767px) {
    .section_heading .heading_bg {
        font-size: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .section_heading .heading_bg {
        font-size: 25px;
    }
}

/* ============================ */
/*            Card              */
/* ============================ */
.card {
    border: none;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.02);
}

    .card:hover {
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.02);
    }

    .card .card-body {
        padding: 12px;
    }

    .card .card_title {
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #212529;
        font-weight: 600;
        font-size: 18px;
        /*line-height: 28px;*/
    }

    .card .card-footer {
        border-top: 1px solid #e6e6f2;
        background: #f9f9f9;
    }

.h-full {
    height: 100%;
}

.arrow-none:after {
    display: none !important;
}

.stretched_card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    justify-content: stretch;
}

    .stretched_card > .card {
        width: 100%;
        min-width: 100%;
    }

.chart_container {
    height: 350px;
}

.sparklines-full {
    margin-left: -10px;
    transform: translateX(5px) translateY(5px);
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff !important;
    color: darkblue !important;
    border-radius: 4px;
}

    .jqstooltip span {
        color: darkblue !important;
        font-family: 'Cascadia Code';
    }

.jqsfield {
    font-size: 10px !important;
    color: black !important;
    /*set the text color here */
}

.carousel img {
    width: 100%;
}

/* Ace Editor */
.ace_editor {
    margin: auto;
    height: 300px;
    width: 100%;
}

    .ace_editor .ace_content {
        font-size: 14px;
    }

.card_dropdown .dropdown-menu {
    font-size: 14px;
    text-align: right;
    text-transform: initial;
}

#morris_line {
    font-family: 'Montserrat' !important;
}

/*#grid > .k-grid-content {
    height: calc(100vh - 29em) !important;
    min-height: 300px !important;
}*/

@media screen and (max-width: 991px) {
    .d-block-mob {
        display: block !important;
    }

    .mt-mob-0 {
        margin-top: 0 !important;
    }

    .mt-mob-1 {
        margin-top: 0.25rem !important;
    }

    .mt-mob-2 {
        margin-top: 0.5rem !important;
    }

    .mt-mob-3 {
        margin-top: 1rem !important;
    }

    .mt-mob-4 {
        margin-top: 1.5rem !important;
    }

    .mt-mob-5 {
        margin-top: 3rem !important;
    }

    .mr-mob-0 {
        margin-right: 0 !important;
    }

    .mr-mob-1 {
        margin-right: 0.25rem !important;
    }

    .mr-mob-2 {
        margin-right: 0.5rem !important;
    }

    .mr-mob-3 {
        margin-right: 1rem !important;
    }

    .mr-mob-4 {
        margin-right: 1.5rem !important;
    }

    .mr-mob-5 {
        margin-right: 3rem !important;
    }

    .mb-mob-0 {
        margin-bottom: 0 !important;
    }

    .mb-mob-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-mob-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-mob-3 {
        margin-bottom: 1rem !important;
    }

    .mb-mob-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-mob-5 {
        margin-bottom: 3rem !important;
    }

    .ml-mob-0 {
        margin-left: 0 !important;
    }

    .ml-mob-1 {
        margin-left: 0.25rem !important;
    }

    .ml-mob-2 {
        margin-left: 0.5rem !important;
    }

    .ml-mob-3 {
        margin-left: 1rem !important;
    }

    .ml-mob-4 {
        margin-left: 1.5rem !important;
    }

    .ml-mob-5 {
        margin-left: 3rem !important;
    }

    .pt-mob-0 {
        padding-top: 0 !important;
    }

    .pt-mob-1 {
        padding-top: 0.25rem !important;
    }

    .pt-mob-2 {
        padding-top: 0.5rem !important;
    }

    .pt-mob-3 {
        padding-top: 1rem !important;
    }

    .pt-mob-4 {
        padding-top: 1.5rem !important;
    }

    .pt-mob-5 {
        padding-top: 3rem !important;
    }

    .pr-mob-0 {
        padding-right: 0 !important;
    }

    .pr-mob-1 {
        padding-right: 0.25rem !important;
    }

    .pr-mob-2 {
        padding-right: 0.5rem !important;
    }

    .pr-mob-3 {
        padding-right: 1rem !important;
    }

    .pr-mob-4 {
        padding-right: 1.5rem !important;
    }

    .pr-mob-5 {
        padding-right: 3rem !important;
    }

    .pb-mob-0 {
        padding-bottom: 0 !important;
    }

    .pb-mob-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-mob-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-mob-3 {
        padding-bottom: 1rem !important;
    }

    .pb-mob-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-mob-5 {
        padding-bottom: 3rem !important;
    }

    .pl-mob-0 {
        padding-left: 0 !important;
    }

    .pl-mob-1 {
        padding-left: 0.25rem !important;
    }

    .pl-mob-2 {
        padding-left: 0.5rem !important;
    }

    .pl-mob-3 {
        padding-left: 1rem !important;
    }

    .pl-mob-4 {
        padding-left: 1.5rem !important;
    }

    .pl-mob-5 {
        padding-left: 3rem !important;
    }
}

@media screen and (max-width: 767px) {
    .pull-left-mob {
        float: left !important;
    }
}

.social-sales-icon-circle {
    height: 40px;
    width: 40px;
    line-height: 1;
    text-align: center;
    border-radius: 100%;
    padding: 12px 13px;
    display: inline-block;
}

.social-sales-count {
    float: right;
    line-height: 2.9;
}

.facebook-bgcolor {
    background-color: #3b5898;
    color: #fff;
}

.twitter-bgcolor {
    background-color: #1ea2f2;
    color: #fff;
}

.instagram-bgcolor {
    background-color: #9361fa;
    color: #fff;
}

.pinterest-bgcolor {
    background-color: #c8232c;
    color: #fff;
}

.googleplus-bgcolor {
    background-color: #d34836;
    color: #fff;
}

/* ========================================= */
/* 		   			LAYOUT 					 */
/* ========================================= */
/* ============================ */
/*          Typography          */
/* ============================ */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--bookman);
    line-height: normal;
    color: #444;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

a {
    color: #3644FF;
}

    a:hover {
        color: #3644FF;
    }

ul li {
    font-size: 14px;
    font-weight: 400;
}

blockquote {
    font-size: 16px !important;
    font-weight: 300;
    border: none;
    line-height: 30px;
    color: #202020;
    margin-bottom: 20px;
    font-style: italic;
    position: relative;
    margin-top: 40px;
    padding: 60px 30px 40px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    blockquote {
        padding: 30px 25px 30px 70px;
    }
}

@media only screen and (max-width: 480px) {
    blockquote {
        padding: 32px 20px;
    }
}

blockquote:before {
    content: "\e67f";
    font-family: themify;
    font-size: 45px;
    color: #e7e6e6;
    left: 50%;
    position: absolute;
    top: 3px;
    transform: translate(-50%, 0px);
}

@media only screen and (max-width: 480px) {
    blockquote:before {
        opacity: 0.2;
    }
}

blockquote span {
    position: relative;
    padding-left: 20px;
}

    blockquote span:before {
        content: '';
        width: 12px;
        height: 1px;
        background: #202020;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
    }

.text-primary {
    color: #3644FF !important;
}

.text-secondary {
    color: #3C3ACC !important;
}

.text-success {
    color: #06D6A0 !important;
}

.text-danger {
    color: #F2385A !important;
}

.text-warning {
    color: #FFD800 !important;
}

.text-dark {
    color: #444 !important;
}

.text-light {
    color: #eaeaea !important;
}

/* ============================ */
/*        Sidebar Menu          */
/* ============================ */
.sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100vh;
    width: 280px;
    overflow: hidden;
    background: #02007C;
    box-shadow: 2px 0 32px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 992px) and (max-width: 1364px) {
    .sidebar-menu {
        position: fixed;
        left: -90%;
        top: 0;
        height: 100vh;
        width: 365px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-menu {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100vh;
        width: 306px;
    }
}

.sidebar-menu.light-sidebar {
    background: #fff;
}

    .sidebar-menu.light-sidebar .metismenu > li:hover > a,
    .sidebar-menu.light-sidebar .metismenu > li.active > a i,
    .sidebar-menu.light-sidebar .metismenu > li.active > a {
        color: #3644FF;
        background: #F7F7FA;
    }

    .sidebar-menu.light-sidebar .metismenu li a {
        color: #8d97ad;
    }

        .sidebar-menu.light-sidebar .metismenu li a:after {
            color: #8d97ad;
        }

    .sidebar-menu.light-sidebar i {
        color: #444;
    }

    .sidebar-menu.light-sidebar .metismenu li:hover > a i,
    .sidebar-menu.light-sidebar .metismenu li:hover > a,
    .sidebar-menu.light-sidebar .metismenu li.active > a,
    .sidebar-menu.light-sidebar .metismenu li.active > a i {
        color: #3644FF;
    }

    .sidebar-menu.light-sidebar .sidebar-header {
        padding: 19px 32px 20px;
        background: #fff;
        border-bottom: 1px solid #eaeaea;
    }

.sidebar-menu svg {
    color: #fff;
    fill: #02007C;
    width: 18px;
    vertical-align: text-bottom;
    height: 18px;
}

.sidebar-menu .logo {
    text-align: center;
}

    .sidebar-menu .logo a {
        display: inline-block;
        max-width: 120px;
    }

@media (min-width: 768px) and (max-width: 1364px) {
    .sidebar-menu .logo a span {
        display: block;
    }
}

.sidebar-menu .main-menu {
    height: calc(100% - 100px);
    overflow: hidden;
    padding: 20px 10px 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .sidebar-menu .main-menu .menu-inner {
        overflow-y: scroll;
        height: 100%;
    }

.sidebar-menu .sidebar-header {
    padding: 19px 32px 20px;
    background: #02007C;
    border-bottom: 1px solid #3644FF;
}

.slimScrollBar {
    background: #3644FF !important;
    opacity: 0.1 !important;
}

/* ============================ */
/*        Sidebar Collapsed     */
/* ============================ */
.sidebar_collapsed .sidebar-menu {
    left: -280px;
}

@media (max-width: 1364px) {
    .sidebar_collapsed .sidebar-menu {
        width: 305px;
        left: 0;
    }
}

@media (max-width: 991px) {
    .sidebar_collapsed .sidebar-menu {
        left: auto !important;
        right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .sidebar_collapsed .sidebar-menu {
        width: 255px;
    }
}

@media (min-width: 991px) and (max-width: 1364px) {
    .sidebar_collapsed .nav-btn {
        position: fixed;
        z-index: 99;
        left: 304px;
        padding: 14px;
        top: 9px;
        margin: 0;
        padding-top: 17px !important;
        padding-right: 6px !important;
        background: #02007C;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar_collapsed .nav-btn {
        position: fixed;
        z-index: 99;
        background: #02007C;
        height: 50px !important;
        width: 50px !important;
        left: auto !important;
        right: 300px !important;
        padding-top: 17px !important;
        padding-left: 6px !important;
        margin-top: 10px !important;
        top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .sidebar_collapsed .nav-btn {
        right: 247px !important;
    }
}

@media (max-width: 1364px) {
    .sidebar_collapsed .nav-btn span {
        background: #fffbfb !important;
    }
}

/* ============================ */
/*        Metis Menu            */
/* ============================ */
.metismenu li a {
    position: relative;
    display: block;
    color: #b5b4b4;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px;
    letter-spacing: 0;
    font-weight: 400;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 2px;
}

    .metismenu li a span {
        margin-left: 10px;
    }

    .metismenu li a:after {
        position: absolute;
        content: '\f107';
        font-family: fontawesome;
        right: 15px;
        top: 6px;
        color: #fff;
        font-size: 20px;
    }

    .metismenu li a i {
        color: #fff;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 18px;
    }

.metismenu li.active > a:after {
    content: '\f106';
}

.metismenu li a:only-child::after {
    content: "";
}

.metismenu > li > a {
    padding-left: 22px !important;
}

.metismenu li.active > a,
.metismenu li:hover > a {
    color: #fff;
}

.metismenu li li a {
    padding: 8px 20px;
}

.metismenu li ul {
    padding-left: 28px;
}

.metismenu > li:hover > a,
.metismenu > li.active > a svg,
.metismenu > li.active > a {
    color: #fff;
    background: #3C3ACC;
}

.metismenu li:hover > a,
.metismenu li.active > a {
    color: #FFFFFF;
}

    .metismenu li:hover > a i,
    .metismenu li.active > a i {
        color: #fff;
    }

.metismenu li li a:after {
    top: 6px;
}

/* ============================ */
/*        End Sidebar Menu      */
/* ============================ */
/*============================ */
/*            Header            */
/* ============================ */
.rt_nav_header.horizontal-layout {
    font-family: "Montserrat", sans-serif;
}

    .rt_nav_header.horizontal-layout .flex-grow-1,
    .rt_nav_header.horizontal-layout .flex-grow {
        flex-grow: 1 !important;
    }

    .rt_nav_header.horizontal-layout .dropdownAnimation,
    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown,
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu {
        animation-name: dropdownAnimation;
        -webkit-animation-duration: 0.25s;
        -moz-animation-duration: 0.25s;
        -ms-animation-duration: 0.25s;
        -o-animation-duration: 0.25s;
        animation-duration: 0.25s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
    }

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0px, 0);
    }
}

.rt_nav_header.horizontal-layout .view_btn {
    float: right;
    display: inline-block;
    color: white;
    font-size: 12px;
    background: #3644FF;
    padding: 7px 15px;
    margin-left: 2.5rem;
    border-radius: 4px;
}

@media only screen and (max-width: 480px) {
    .rt_nav_header.horizontal-layout .view_btn {
        float: none;
        margin-top: 6px;
    }
}

.rt_nav_header.horizontal-layout .menu_icon {
    margin-right: 10px;
    font-size: 1rem;
    color: #565658;
    font-weight: 600;
}

.rtl .rt_nav_header.horizontal-layout .menu_icon {
    margin-right: 0;
    margin-left: 10px;
}

.rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-thumbnail {
    color: #fff;
    position: relative;
}

    .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-thumbnail img {
        width: 36px;
        height: 36px;
        border-radius: 100%;
    }

.rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-item-content {
    line-height: 1;
    padding-left: 15px;
}

.rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-subject {
    font-family: "Montserrat", sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    margin-bottom: 2px;
}

.rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .small-text {
    font-size: 12px;
}

.rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-item-content p {
    margin-bottom: 10px;
    line-height: 16px;
}

.rt_nav_header.horizontal-layout .top_nav {
    background: var(--color1);
    height: 42px;
}

.nav-bottom {
    border-bottom: 4px solid var(--color1);
}

.rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper {
    padding: 0 1rem 0 0;
}

@media (max-width: 767px) {
    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper {
        padding: 0;
    }
}

.rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo {
    margin-right: 0;
    padding: 0.25rem 0;
}

    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo:active,
    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo:focus,
    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo:hover {
        color: #5e5e5e;
    }

    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo img {
        max-width: 100%;
        /*height: 30px;*/
        margin: auto;
        vertical-align: middle;
    }

.rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo_mob {
    display: none;
}

    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo_mob img {
        width: auto;
        max-width: 100%;
        height: 28px;
        margin-left: 0;
    }

@media (max-width: 576px) {
    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper {
        width: 70px;
    }

        .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo {
            display: none;
        }

        .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo_mob {
            display: block;
        }
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main {
    color: #FFFFFF;
    padding: 0 0 0 1rem;
}

    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav {
        flex-direction: row !important;
        align-items: center !important;
    }

        .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item {
            margin-left: 1rem;
            margin-right: 1rem;
            line-height: 1;
        }

            .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link {
                color: #FFFFFF;
                font-size: 14px;
                vertical-align: middle;
            }

                .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator {
                    position: relative;
                    text-align: center;
                }

                    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator i {
                        color: #FFFFFF;
                        vertical-align: middle;
                    }

                    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator .count {
                        position: absolute;
                        left: 10px;
                        width: 15px;
                        height: 15px;
                        line-height: 15px;
                        border-radius: 100%;
                        background: #fff;
                        top: -5px;
                        font-size: .5625rem;
                        color: #444;
                        text-align: center;
                        font-weight: bold;
                    }

                    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator:after {
                        display: none;
                    }

                .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link i {
                    font-size: 1rem;
                    vertical-align: middle;
                    line-height: 1.2;
                }

            .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown {
                font-size: 0.9rem;
                margin-top: 2px;
                position: absolute !important;
                top: 100% !important;
                right: 0 !important;
                left: auto !important;
                border: 0;
                padding: 0 0 10px;
                min-width: 98%;
                border-radius: 5px;
                font-family: 'Cascadia Code' !important;
                box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
                -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
                -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
                overflow: hidden;
            }

@media (max-width: 992px) {
    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown {
        top: calc(75px - 6px) !important;
    }
}

.rtl .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown {
    right: auto;
    left: 0;
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown.dropdown-left {
    left: 0;
    right: auto;
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .badge {
    margin-left: 2.5rem;
}

.rtl .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .badge {
    margin-left: 0;
    margin-right: 1.25rem;
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown a.dropdown-item:hover {
    cursor: pointer;
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0px 10px;
}

    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item:active {
        background: transparent;
    }

    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
        font-size: 17px;
    }

    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .rt-notification-subject {
        font-family: "Montserrat", sans-serif;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap;
    }

    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .rt-notification-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .small-text {
        font-size: 12px;
    }

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider {
    margin: 0;
}

@media (max-width: 800px) {
    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown {
        position: static;
    }

        .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown {
            top: 100% !important;
            right: 10px !important;
            min-width: 250px;
            width: auto !important;
            padding: 10px 8px !important;
        }

    .form-inline .profile_name {
        font-size: var(--font-size) !important;
        color: blue !important
    }
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link {
    padding: 0;
}

    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link:after {
        display: none;
    }

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin-left: 10px;
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .profile_name {
    vertical-align: middle;
    color: #FFFFFF;
    margin-left: .25rem;
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-language .dropdown-toggle {
    border: 1px solid #7b7b7b;
    color: #c7c7c7;
    padding: .35rem .81rem;
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item:last-child {
    margin-right: 0;
}

.rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-toggler {
    display: none;
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-toggler {
        display: block;
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main {
        width: calc(100% - 280px);
    }
}

.rt_nav_header.horizontal-layout .nav-bottom {
    background: #FFFFFF;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    transition-duration: 3s;
    -webkit-transition-property: position, left, right, top, z-index;
    -moz-transition-property: position, left, right, top, z-index;
    -ms-transition-property: position, left, right, top, z-index;
    -o-transition-property: position, left, right, top, z-index;
    transition-property: position, left, right, top, z-index;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom {
        display: none;
    }

        .rt_nav_header.horizontal-layout .nav-bottom.header-toggled {
            display: block;
            max-height: calc(100vh - 60px);
            overflow: auto;
        }
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation {
    position: relative;
    width: 100%;
    z-index: 99;
    justify-content: space-between;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background, box-shadow;
    transition-property: background, box-shadow;
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation {
        border: none;
    }
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item {
    line-height: 1;
    text-align: left;
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item {
        display: block;
        width: 100%;
        border-right: none;
    }
}

/*@media (min-width: 992px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:first-child > .nav-link {
        padding-left: 0;
    }
}
*/
.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:last-child {
    border-right: none;
}

@media (max-width: 992px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:last-child > .nav-link {
        padding-right: 0;
    }
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link {
    color: #242425;
    padding: 10px;
    line-height: 1;
    font-weight: 600;
}

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .menu-title {
        font-size: .875rem;
        font-weight: 500;
    }

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .menu-arrow {
        margin-left: 5px;
        font-size: 15px;
        display: inline-block;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        moz-transform-origin: center;
        -o-transform-origin: center;
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        -ms-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .menu-arrow:before {
            font-family: 'ionicons';
            content: "\f3d0";
            speak: none;
            font-size: .625rem;
            font-style: normal;
            font-weight: 600;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

@media (min-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu.show {
        display: block;
    }

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover .submenu .menu_icon {
        /*font-size: 0.75rem;*/
        font-weight: bold;
    }

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover > .nav-link {
        background: transparent;
    }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover > .nav-link i,
        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover > .nav-link .menu-title {
            color: #3644FF;
            transition: color 1s ease;
        }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover > .nav-link .menu-arrow {
            transform: rotate(-180deg);
        }
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.show-submenu .submenu {
        display: block;
    }

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.show-submenu > .nav-link {
        background: transparent;
    }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.show-submenu > .nav-link i,
        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.show-submenu > .nav-link .menu-title {
            color: #3644FF;
            transition: color 1s ease;
        }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.show-submenu > .nav-link .menu-arrow {
            transform: rotate(-180deg);
        }
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link {
    position: relative;
}

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link .menu-title,
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link i,
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link .menu-arrow {
        color: #3644FF;
    }

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu {
    display: none;
}

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul {
        list-style-type: none;
        /*padding-left: 0;
        display: grid;
        gap: 4px;
        grid-template-columns: repeat(2,1fr);*/
    }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li {
            display: block;
            line-height: 20px;
        }

            .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a {
                display: block;
                padding: 2px 10px;
                font-weight: 400;
                color: #242425;
                text-decoration: none;
                text-align: left;
                margin: 4px 0;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 100%;
                white-space: nowrap;
                transition-duration: 0.2s;
                transition-property: background;
                border-radius: 6px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

                .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a:hover {
                    color: #3644FF;
                    transition: color .1s linear;
                }

                    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a:hover i {
                        color: #3644FF;
                        transition: color .1s linear;
                    }

                    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a:hover:before {
                        background: #3644FF;
                    }

            .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li.active a {
                color: navy;
            }

                .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li.active a:before {
                    background: #3644FF;
                }

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) {
    position: relative;
}

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu {
        left: 0;
    }

@media (min-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu {
        position: absolute;
        top: 61px;
        z-index: 999;
        background: #FFFFFF;
        border-top: none;
        border-radius: 4px;
        box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu li a {
            position: relative;
            padding-left: 2px;
        }
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu {
        position: relative;
        top: 0;
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu {
        top: 0;
    }
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu ul {
    width: auto;
    padding: 25px;
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu ul {
        padding: 0 23px;
    }
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 25px;
}

@media (min-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
        position: absolute;
        top: 61px;
        z-index: 999;
        background: #FFFFFF;
        border-top: none;
        border-radius: 4px;
        box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu li a {
            position: relative;
        }
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
        position: relative;
        top: 0;
        box-shadow: none;
    }
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading {
    font-size: .875rem;
    color: #3644FF;
    font-weight: 600;
    text-align: left;
    padding: 1rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .col-group-wrapper {
    padding: 0 1rem;
}

@media (max-width: 768px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
        padding: 0 32px;
    }

        .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .col-group-wrapper {
            margin-left: 0;
            margin-right: 0;
            padding: 0;
        }

            .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .col-group-wrapper .col-group {
                padding-left: 0;
                padding-right: 0;
                margin-bottom: 20px;
            }

                .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .col-group-wrapper .col-group .category-heading:after {
                    display: none;
                }
}

.rt_nav_header.horizontal-layout.fixed-on-scroll .nav-bottom {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 991px) {
    .rt_nav_header.horizontal-layout {
        /*position: fixed;*/
        z-index: 1030;
        top: 0;
        left: 0;
        right: 0;
    }

        .rt_nav_header.horizontal-layout .top_nav {
            border-bottom: 1px solid #f2f2f2;
        }
}

.header-area {
    padding: 0 0 0 30px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .header-area .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.header-area .mobile-logo {
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 25px;
    z-index: 1;
}

.header-area .search-box {
    border: 1px solid #eaeaea;
    padding-left: 20px;
    border-radius: 50px;
}

.header-area .nav-btn {
    margin-right: 30px;
    margin-top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    padding-top: 18px;
}

@media (max-width: 991px) {
    .header-area .nav-btn {
        margin-right: 0;
        margin-top: 0;
        height: auto;
        width: auto;
    }
}

.header-area .nav-btn span {
    width: 22px;
    height: 1px;
    background: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    display: block;
    margin: 0 auto 6px;
}

    .header-area .nav-btn span:nth-child(3) {
        margin-bottom: 0;
    }

    .header-area .nav-btn span:nth-child(3),
    .header-area .nav-btn span:nth-child(1) {
        width: 22px;
    }

.header-area .search-box form {
    position: relative;
}

    .header-area .search-box form input {
        width: 270px;
        padding-right: 11px;
        border-radius: 33px;
        border: none;
        height: 40px;
        padding-left: 40px;
        letter-spacing: 0;
        font-size: 14px;
        font-weight: 500;
    }

        .header-area .search-box form input::-webkit-input-placeholder {
            color: #b1a7a7;
        }

        .header-area .search-box form input::-moz-placeholder {
            color: #b1a7a7;
        }

        .header-area .search-box form input:-ms-input-placeholder {
            color: #b1a7a7;
        }

    .header-area .search-box form i {
        position: absolute;
        left: 6px;
        top: 10px;
        font-size: 22px;
        color: #b1a7a7;
    }

.sidebar_collapsed .nav-btn span:nth-child(2) {
    opacity: 0;
}

.sidebar_collapsed .nav-btn span:first-child {
    -webkit-transform: rotate(90deg) translate(5px, 5px);
    transform: rotate(90deg) translate(5px, 5px);
}

.sidebar_collapsed .nav-btn span:last-child {
    -webkit-transform: rotate(90deg) translate(-9px, -3px);
    transform: rotate(90deg) translate(-9px, -3px);
}

/* notification-area */
.notification-area {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 2;
}

    .notification-area li {
        display: inline-block;
        margin-left: 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

@media only screen and (max-width: 480px) {
    .notification-area .bell-notify-box.notify-box {
        right: -120px !important;
        width: 280px;
    }
}

@media only screen and (max-width: 480px) {
    .notification-area .nt-enveloper-box.notify-box {
        right: -78px !important;
        width: 280px;
    }
}

.notification-area .user-dropdown {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .notification-area .user-dropdown .btn {
        padding: 0;
        margin: 0 auto;
        border-radius: 0;
        font-size: 13px;
        color: #b1a7a7;
        box-shadow: none;
        background: transparent;
        border: none;
    }

        .notification-area .user-dropdown .btn.dropdown-toggle:after {
            position: absolute;
            top: 26px;
            right: 70px;
            font-size: 15px;
        }

        .notification-area .user-dropdown .btn span,
        .notification-area .user-dropdown .btn img {
            display: inline-block;
            vertical-align: middle;
        }

        .notification-area .user-dropdown .btn img {
            border-radius: 50px;
            margin-right: 15px;
            width: 55px;
        }

        .notification-area .user-dropdown .btn span {
            padding: 0 15px;
        }

            .notification-area .user-dropdown .btn span i {
                font-size: 10px;
                font-weight: bold;
                vertical-align: middle;
                margin-left: 2px;
            }

    .notification-area .user-dropdown .dropdown-menu.show {
        top: 58px !important;
    }

    .notification-area .user-dropdown .dropdown-menu .divider {
        margin: 10px 0;
        display: block;
        border: 0.5px solid #f5f4f4;
    }

    .notification-area .user-dropdown .dropdown-menu a {
        font-size: 14px;
        color: #8a8a8a;
        letter-spacing: 0;
        font-weight: 500;
        padding: 10px 70px 10px 25px;
    }

        .notification-area .user-dropdown .dropdown-menu a i {
            margin-right: 10px;
            vertical-align: baseline;
        }

.divider {
    margin: 5px 0 0px;
    display: block;
    border: 0.5px solid #c2b6b6;
}

.notification-area li > i {
    font-size: 18px;
    color: #bdbcbc;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.notification-area li:hover > i,
.dropdown.show > i {
    color: #3644FF;
}

.notification-area li i > span {
    position: absolute;
    right: -5px;
    top: -7px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: #3644FF;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    padding-left: 2px;
}

.notify-box {
    width: 350px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .notify-box .notify-title {
        background: #3644FF;
        display: block;
        padding: 18px 30px;
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        overflow: hidden;
    }

        .notify-box .notify-title a {
            float: right;
            display: inline-block;
            color: #3644FF;
            font-size: 13px;
            background: #fff;
            padding: 2px 8px;
            border-radius: 4px;
        }

@media only screen and (max-width: 480px) {
    .notify-box .notify-title a {
        float: none;
        margin-top: 6px;
    }
}

.nt-enveloper-box .nofity-list a {
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #f5f2f2;
    height: auto;
}

@media only screen and (max-width: 480px) {
    .nt-enveloper-box .nofity-list a {
        padding: 20px 15px;
    }
}

.nt-enveloper-box .nofity-list a:hover {
    background: #eaeaea;
}

.nt-enveloper-box .nofity-list a:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.nt-enveloper-box .nofity-list .notify-thumb {
    float: left;
    margin-right: 20px;
}

@media only screen and (max-width: 480px) {
    .nt-enveloper-box .nofity-list .notify-thumb {
        margin-right: 15px;
    }
}

.nt-enveloper-box .nofity-list .notify-thumb i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 23px;
    border: 1px solid;
}

@media only screen and (max-width: 480px) {
    .nt-enveloper-box .nofity-list .notify-thumb i {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

.nt-enveloper-box .nofity-list .notify-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 4px;
}

@media only screen and (max-width: 480px) {
    .nt-enveloper-box .nofity-list .notify-thumb img {
        width: 50px;
        height: 50px;
    }
}

.nt-enveloper-box .nofity-list .notify-text {
    overflow: hidden;
    padding: 0;
}

    .nt-enveloper-box .nofity-list .notify-text h3 {
        color: #666;
        font-size: 15px;
        margin-bottom: 0;
        line-height: 24px;
    }

    .nt-enveloper-box .nofity-list .notify-text p {
        font-size: 14px;
        color: #4e4e4e;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .nt-enveloper-box .nofity-list .notify-text span {
        letter-spacing: 0;
        color: #6d6c6c;
        font-size: 11px;
        font-weight: 300;
    }

        .nt-enveloper-box .nofity-list .notify-text span.msg {
            display: block;
            font-size: 12px;
            color: #4e4e4e;
            line-height: 22px;
            margin-bottom: 0;
            margin-top: 0;
            font-weight: 400;
        }

.nofity-list a {
    padding: 0 30px;
    display: block;
    border-bottom: 1px solid #f5f2f2;
    padding-left: 0;
    height: 70px;
}

@media only screen and (max-width: 991px) {
    .nofity-list a {
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .nofity-list a {
        padding: 20px 15px;
    }
}

.nofity-list a:hover {
    background: #eaeaea;
}

.nofity-list a:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.nofity-list .notify-thumb {
    float: left;
    margin-right: 20px;
}

@media only screen and (max-width: 480px) {
    .nofity-list .notify-thumb {
        margin-right: 15px;
    }
}

.nofity-list .notify-thumb i {
    height: 70px;
    width: 50px;
    line-height: 70px;
    display: block;
    border-radius: 0;
    text-align: center;
    font-size: 23px;
    border: 1px solid;
}

@media only screen and (max-width: 480px) {
    .nofity-list .notify-thumb i {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

.nofity-list .notify-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 4px;
}

@media only screen and (max-width: 480px) {
    .nofity-list .notify-thumb img {
        width: 50px;
        height: 50px;
    }
}

.nofity-list .notify-text {
    overflow: hidden;
    padding: 10px 0px;
}

@media only screen and (max-width: 991px) {
    .nofity-list .notify-text {
        padding: 0;
    }
}

.nofity-list .notify-text h3 {
    color: #666;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 24px;
}

.nofity-list .notify-text p {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 22px;
    margin-bottom: 4px;
}

.nofity-list .notify-text span {
    letter-spacing: 0;
    color: #6d6c6c;
    font-size: 11px;
    font-weight: 300;
}

    .nofity-list .notify-text span.msg {
        display: block;
        font-size: 12px;
        color: #4e4e4e;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 400;
    }

/* notify envelope */
.expanded .notification-area li#full-view-exit {
    display: inline-block;
}

.notification-area li#full-view-exit {
    display: none;
}

.expanded .notification-area li#full-view {
    display: none;
}

.notification-area li#full-view {
    display: inline-block;
}

.nt-enveloper-box .notify-text p {
    margin-bottom: 0;
}

.notification-area .dropdown-toggle,
.user-name.dropdown-toggle {
    position: relative;
}

    .notification-area .dropdown-toggle:after,
    .user-name.dropdown-toggle:after {
        display: none;
    }

.notification-area .dropdown-menu,
.user-profile .dropdown-menu {
    background: #fff;
    border: none;
    -webkit-transform: none !important;
    transform: none !important;
    top: 130% !important;
    right: -20px !important;
    left: auto !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    cursor: initial;
}

    .notification-area .dropdown-menu.show {
        top: 48px !important;
    }

    .notification-area .dropdown-menu.show,
    .user-profile .dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06);
    }

/* ============================ */
/*          End Header          */
/* ============================ */
/* ============================ */
/*        Offset Menu           */
/* ============================ */
.offset-area {
    position: fixed;
    right: -320px;
    top: 0;
    height: 100vh;
    width: 320px;
    background: #02007C;
    z-index: 998;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
    transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s;
}

    .offset-area .timeline_title h4,
    .offset-area .timeline-task p,
    .offset-area .timeline_title i,
    .offset-area .timeline_title span {
        color: #fff !important;
    }

    .offset-area .offset-close {
        font-size: 14px;
        position: absolute;
        left: 0;
        top: 13px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 1;
        color: #fff;
    }

        .offset-area .offset-close:hover {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .offset-area .offset-menu-tab {
        padding: 20px 20px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 20px;
    }

        .offset-area .offset-menu-tab li {
            display: inline-block;
            width: 50%;
            text-align: center;
        }

            .offset-area .offset-menu-tab li a {
                display: block;
                font-size: 16px;
                color: #fff;
                position: relative;
            }

                .offset-area .offset-menu-tab li a:before {
                    left: 100%;
                }

                .offset-area .offset-menu-tab li a.active:before {
                    left: 0;
                }

.show_hide.offset-area {
    right: 0;
}

.offset-menu-tab li a.active,
.offset-menu-tab li a:hover {
    color: #0093FF;
}

.offset-menu-tab li:last-child a:before {
    display: none !important;
}

.offset-content {
    padding: 15px;
    color: #fff;
}

.recent-activity {
    padding-top: 7px;
    padding-left: 53px;
}

.offset-settings h4 {
    font-family: 'lato', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    margin-bottom: 23px;
}

.ui_switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.ui_switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 23px;
    background: #0093FF;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0;
}

    .ui_switch label:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 5px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 90px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.ui_switch input:checked + label {
    background: #eaeaea;
}

    .ui_switch input:checked + label:after {
        left: calc(100% - 5px);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.ui_switch label:active:after {
    width: 40px;
}

.settings_sec {
    margin-bottom: 30px;
}

    .settings_sec p {
        color: #f9f9f9;
        font-size: 14px;
    }

    .settings_sec .setting_list_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

        .settings_sec .setting_list_title h5 {
            font-size: 16px;
            color: #fff;
            font-weight: 600;
        }

/* ============================ */
/*         TimeLine             */
/* ============================ */
.timeline_title {
    margin-bottom: 6px;
}

    .timeline_title h4 {
        font-size: 15px;
        letter-spacing: 0;
        color: #333;
        margin-bottom: 2px;
    }

    .timeline_title span.time {
        color: #8c8a8a;
        font-size: 13px;
    }

        .timeline_title span.time i {
            margin-right: 5px;
            color: #2c3cb7;
            font-size: 11px;
        }

.timeline-area {
    padding-left: 52px;
    padding-top: 6px;
}

.timeline-task {
    position: relative;
    margin-bottom: 35px;
}

    .timeline-task p {
        color: #666;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: -10px;
    }

    .timeline-task:before {
        content: '';
        position: absolute;
        left: -35px;
        top: 0;
        height: calc(100% + 33px);
        width: 2px;
        background: #eaeaea;
    }

    .timeline-task:last-child {
        margin-bottom: 0;
    }

        .timeline-task:last-child p {
            margin-bottom: 0;
        }

        .timeline-task:last-child:before {
            height: 100%;
        }

    .timeline-task .icon {
        position: absolute;
        left: -52px;
        top: -6px;
        height: 35px;
        width: 35px;
        line-height: 44px;
        border-radius: 50%;
        text-align: center;
        font-size: 12px;
        border: 1px solid;
        background: #f9f9f9;
    }

        .timeline-task .icon svg {
            width: 18px;
            height: 18px;
        }

/* ============================ */
/*        End TimeLine          */
/* ============================ */
.bg_blue {
    border-color: transparent !important;
    color: #0067b3;
    background: #80c9ff;
}

.bg_success {
    border-color: transparent !important;
    color: #048c68;
    background: #61fbd3;
}

.bg_secondary {
    border-color: transparent !important;
    color: #3644FF;
    background: #ebeafe;
}

.bg_danger {
    border-color: transparent !important;
    color: #e80f37;
    background: #fab0bd;
}

.bg_warning {
    border-color: transparent !important;
    color: #ccad00;
    background: #ffef99;
}

.bg_info {
    border-color: transparent !important;
    color: #0076cc;
    background: #80c9ff;
}

/* ============================ */
/*        End Offset Menu       */
/* ============================ */
/* ============================ */
/*            Alert             */
/* ============================ */
.alert {
    letter-spacing: 0;
    font-size: 14px;
    border: none;
    padding: 10px 16px;
    font-weight: 600;
}

    .alert span {
        font-size: 13px;
    }

    .alert strong,
    .alert-link {
        font-weight: 700;
    }

.alert-primary,
.alert-danger,
.alert-warning,
.alert-dark,
.alert-info,
.alert-light,
.alert-success {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF;
}

    .alert-primary .alert-link,
    .alert-danger .alert-link,
    .alert-warning .alert-link,
    .alert-info .alert-link,
    .alert-success .alert-link {
        color: #fff;
        text-decoration: underline;
    }

.alert-primary {
    background-color: #3644FF;
    border-left: 4px solid #9178f9;
}

.alert-success {
    border-left: 4px solid #05a47b;
    background-color: #06D6A0;
}

.alert-danger {
    border-left: 4px solid #b80c2b;
    background-color: #F2385A;
}

.alert-warning {
    border-left: 4px solid #FFA000;
    background-color: #FFC107;
}

.alert-info {
    border-left: 4px solid #005899;
    background-color: #0093FF;
}

.alert-dark {
    border-left: 4px solid #37474F;
    background-color: #607D8B;
}

.alert-light {
    border-left: 4px solid #607D8B;
    background-color: #CFD8DC;
}

/* additional content */
.alert-heading {
    margin-bottom: 7px;
}

.alert-dismiss .alert {
    padding: 13px 15px;
}

.alert-dismiss .alert-dismissible .close {
    top: 4px;
    outline: none;
    font-size: 13px;
}

.alert-primary hr {
    border-top-color: #fff;
}

/* ============================ */
/*            End Alert         */
/* ============================ */
/* ============================ */
/*            Accordions        */
/* ============================ */
.accordion {
    /* Accordion Style 2 */
}

    .accordion .card {
        margin-bottom: 20px;
    }

        .accordion .card:last-child {
            margin-bottom: 0;
        }

    .accordion .card-header {
        padding: 0;
        border: none;
    }

        .accordion .card-header a {
            position: relative;
            display: block;
            background: #EFF3F6;
            padding: 5px 10px;
            border-radius: 3px;
            color: #444;
            letter-spacing: 0;
            font-size: 13px;
            font-weight: 600;
        }

    .accordion .card-body {
        padding: 10px;
        border: 1px solid #eff3f6;
        font-size: 14px;
        letter-spacing: 0;
        color: #444;
        line-height: 16px;
        font-weight: 400;
    }

    .accordion.accordion-style-2 .card-header a:before {
        content: "\f106";
        font-family: fontawesome;
        position: absolute;
        right: 13px;
        color: #444;
        font-size: 26px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .accordion.accordion-style-2 .card-header a.collapsed:before {
        content: "\f107";
    }

    .accordion.primary-bg .card-header a {
        background: #3644FF;
        color: #fff;
    }

        .accordion.primary-bg .card-header a:before {
            color: #fff;
        }

/* Accordion Style 3 */
.accordion-style-3 .card-header a:before {
    content: "\e622";
    font-family: 'themify';
    position: absolute;
    right: 13px;
    color: #444;
    font-size: 15px;
}

.accordion-style-3 .card-header a.collapsed:before {
    content: "\e61a";
}

/* ============================ */
/*         End Accordions
/* ============================ */
/* ============================ */
/*            Buttons           */
/* ============================ */
.btn {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    /*====================
   General Buttons
   ====================*/
    /*====================
   Outline Buttons
   ====================*/
    /*====================
   Inverse Buttons
   ====================*/
    /*====================
    Social Buttons
   ====================*/
}

    .btn i {
        margin-right: 5px;
        vertical-align: initial;
    }

    .btn.btn-rounded {
        border-radius: 50px;
    }

    .btn.btn-fixed-w {
        width: 110px;
    }

    .btn.btn-xl {
        padding: 19px 24px;
    }

    .btn.btn-lg {
        padding: 15px 30px;
    }

    .btn.btn-md {
        padding: 10px 18px;
    }

    .btn.btn-sm {
        padding: 8px 13px;
    }

    .btn.btn-xs {
        padding: 8px 12px;
        font-size: 12px;
    }

    .btn.btn-flat {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .btn.btn-primary {
        background-color: #3644FF;
        border-color: #3644FF;
    }

        .btn.btn-primary:hover {
            background-color: #0315ff;
            border-color: #0315ff;
        }

    .btn.btn-secondary {
        background-color: #3C3ACC;
        border-color: #3C3ACC;
    }

        .btn.btn-secondary:hover {
            background-color: #2d2ba8;
            border-color: #2d2ba8;
        }

    .btn.btn-success {
        background-color: #06D6A0;
        border-color: #06D6A0;
    }

        .btn.btn-success:hover {
            background-color: #05a47b;
            border-color: #05a47b;
        }

    .btn.btn-danger {
        background-color: #F2385A;
        border-color: #F2385A;
    }

        .btn.btn-danger:hover {
            background-color: #e80f37;
            border-color: #e80f37;
        }

    .btn.btn-warning {
        background-color: #FFD800;
        border-color: #FFD800;
    }

        .btn.btn-warning:hover {
            background-color: #ccad00;
            border-color: #ccad00;
        }

    .btn.btn-info {
        background-color: #0093FF;
        border-color: #0093FF;
    }

        .btn.btn-info:hover {
            background-color: #0076cc;
            border-color: #0076cc;
        }

    .btn.btn-dark {
        background-color: #444;
        border-color: #444;
    }

        .btn.btn-dark:hover {
            background-color: #5e5e5e;
            border-color: #5e5e5e;
        }

    .btn.btn-light {
        background-color: #eaeaea;
        border-color: #eaeaea;
    }

        .btn.btn-light:hover {
            background-color: #d1d1d1;
            border-color: #d1d1d1;
        }

    .btn.btn-outline-primary {
        border-color: #3644FF;
        color: #3644FF;
    }

        .btn.btn-outline-primary:hover {
            background-color: #3644FF;
            border-color: #3644FF;
            color: #FFFFFF;
        }

    .btn.btn-outline-secondary {
        border-color: #3C3ACC;
        color: #3C3ACC;
    }

        .btn.btn-outline-secondary:hover {
            background-color: #3C3ACC;
            border-color: #3C3ACC;
            color: #FFFFFF;
        }

    .btn.btn-outline-success {
        border-color: #06D6A0;
        color: #06D6A0;
    }

        .btn.btn-outline-success:hover {
            background-color: #06D6A0;
            border-color: #06D6A0;
            color: #FFFFFF;
        }

    .btn.btn-outline-danger {
        border-color: #F2385A;
        color: #F2385A;
    }

        .btn.btn-outline-danger:hover {
            background-color: #F2385A;
            border-color: #F2385A;
            color: #FFFFFF;
        }

    .btn.btn-outline-info {
        border-color: #0093FF;
        color: #0093FF;
    }

        .btn.btn-outline-info:hover {
            background-color: #0093FF;
            border-color: #0093FF;
            color: #FFFFFF;
        }

    .btn.btn-outline-warning {
        border-color: #FFD800;
        color: #FFD800;
    }

        .btn.btn-outline-warning:hover {
            background-color: #FFD800;
            border-color: #FFD800;
            color: inherit;
        }

    .btn.btn-outline-dark {
        border-color: #444;
        color: #444;
    }

        .btn.btn-outline-dark:hover {
            background-color: #444;
            border-color: #444;
            color: #FFFFFF;
        }

    .btn.btn-outline-light {
        border-color: #eaeaea;
        color: #848484;
    }

        .btn.btn-outline-light:hover {
            background-color: #eaeaea;
            border-color: #eaeaea;
            color: inherit;
        }

    .btn.btn-inverse-primary {
        background-color: ghostwhite;
        border-color: transparent;
        color: #3644FF;
    }

        .btn.btn-inverse-primary:hover {
            background-color: #3644FF;
            border-color: #3644FF;
            color: #fff;
        }

    .btn.btn-inverse-secondary {
        background-color: #d4d4f4;
        border-color: transparent;
        color: #3C3ACC;
    }

        .btn.btn-inverse-secondary:hover {
            background-color: #3C3ACC;
            border-color: #3C3ACC;
            color: #fff;
        }

    .btn.btn-inverse-success {
        background-color: #a1fce5;
        border-color: transparent;
        color: #06D6A0;
    }

        .btn.btn-inverse-success:hover {
            background-color: #06D6A0;
            border-color: #06D6A0;
            color: #fff;
        }

    .btn.btn-inverse-danger {
        background-color: #feeef1;
        border-color: transparent;
        color: #F2385A;
    }

        .btn.btn-inverse-danger:hover {
            background-color: #F2385A;
            border-color: #F2385A;
            color: #fff;
        }

    .btn.btn-inverse-warning {
        background-color: #fff6c2;
        border-color: transparent;
        color: #FFD800;
    }

        .btn.btn-inverse-warning:hover {
            background-color: #FFD800;
            border-color: #FFD800;
            color: #fff;
        }

    .btn.btn-inverse-info {
        background-color: #85cbff;
        border-color: transparent;
        color: #0093FF;
    }

        .btn.btn-inverse-info:hover {
            background-color: #0093FF;
            border-color: #0093FF;
            color: #fff;
        }

    .btn.btn-inverse-dark {
        background-color: #c4c4c4;
        border-color: transparent;
        color: #444;
    }

        .btn.btn-inverse-dark:hover {
            background-color: #444;
            border-color: #444;
            color: #fff;
        }

    .btn.btn-inverse-light {
        background-color: transparent;
        border-color: #d1d1d1;
        color: #d1d1d1;
    }

        .btn.btn-inverse-light:hover {
            background-color: #eaeaea;
            border-color: #eaeaea;
            color: #000000;
        }

    .btn.btn-social {
        padding: 10px 14px;
        font-size: 14px;
    }

        .btn.btn-social i {
            margin-right: 0;
        }

    .btn.btn-social-fb {
        background: #3b579d;
        color: #fff;
    }

        .btn.btn-social-fb:hover {
            background: #375192;
        }

    .btn.btn-social-tw {
        background: #1da1f2;
        color: #fff;
    }

        .btn.btn-social-tw:hover {
            background: #0f9bf1;
        }

    .btn.btn-social-li {
        background: #0177b4;
        color: #fff;
    }

        .btn.btn-social-li:hover {
            background: #016da5;
        }

    .btn.btn-social-in {
        background: #fb3958;
        color: #fff;
    }

        .btn.btn-social-in:hover {
            background: #fb2a4b;
        }

    .btn.btn-social-pi {
        background: #c8232c;
        color: #fff;
    }

        .btn.btn-social-pi:hover {
            background: #bb2129;
        }

    .btn.btn-social-outline-fb {
        border: 1px solid #3b579d;
        color: #3b579d;
    }

        .btn.btn-social-outline-fb:hover {
            background: #375192;
            color: #fff;
        }

    .btn.btn-social-outline-tw {
        border: 1px solid #1da1f2;
        color: #1da1f2;
    }

        .btn.btn-social-outline-tw:hover {
            background: #0f9bf1;
            color: #fff;
        }

    .btn.btn-social-outline-li {
        border: 1px solid #0177b4;
        color: #0177b4;
    }

        .btn.btn-social-outline-li:hover {
            background: #016da5;
            color: #fff;
        }

    .btn.btn-social-outline-in {
        border: 1px solid #fb3958;
        color: #fb3958;
    }

        .btn.btn-social-outline-in:hover {
            background: #fb2a4b;
            color: #fff;
        }

    .btn.btn-social-outline-pi {
        border: 1px solid #c8232c;
        color: #c8232c;
    }

        .btn.btn-social-outline-pi:hover {
            background: #bb2129;
            color: #fff;
        }

/* ============================ */
/*            Badges
/* ============================ */
.badge {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    /*====================
   General Badges
   ====================*/
}

.form-group > .input-group-addon {
    margin-top: -20px !important;
    float: right !important;
    margin-right: 10px !important;
}

.badge.badge-pill {
    padding: 8px 12px;
}

.badge.badge-primary {
    background-color: #3644FF;
    border-color: #3644FF;
    padding: 5px 10px;
}

    .badge.badge-primary:hover {
        background-color: #0315ff;
        border-color: #0315ff;
    }

.badge.badge-secondary {
    background-color: #3C3ACC;
    border-color: #3C3ACC;
    padding: 5px 10px;
}

    .badge.badge-secondary:hover {
        background-color: #2d2ba8;
        border-color: #2d2ba8;
    }

.badge.badge-success {
    background-color: #06D6A0;
    border-color: #06D6A0;
    padding: 5px 10px;
}

    .badge.badge-success:hover {
        background-color: #05a47b;
        border-color: #05a47b;
    }

.badge.badge-danger {
    background-color: #F2385A;
    border-color: #F2385A;
    padding: 5px 10px;
}

    .badge.badge-danger:hover {
        background-color: #e80f37;
        border-color: #e80f37;
    }

.badge.badge-warning {
    background-color: #FFD800;
    border-color: #FFD800;
    padding: 5px 10px;
}

    .badge.badge-warning:hover {
        background-color: #ccad00;
        border-color: #ccad00;
    }

.badge.badge-info {
    background-color: #0093FF;
    border-color: #0093FF;
    padding: 5px 10px;
}

    .badge.badge-info:hover {
        background-color: #0076cc;
        border-color: #0076cc;
    }

.badge.badge-dark {
    background-color: #444;
    border-color: #444;
    padding: 5px 10px;
}

    .badge.badge-dark:hover {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.badge.badge-light {
    background-color: #eaeaea;
    border-color: #eaeaea;
    padding: 5px 10px;
}

    .badge.badge-light:hover {
        background-color: #d1d1d1;
        border-color: #d1d1d1;
    }

.k-virtual-item span:last-child {
    display: ruby !important;
}

.btn .badge {
    padding: .25em .4em;
    border-radius: 50px;
    top: 0;
    right: -4px;
    font-size: 12px;
    background: #fff;
}

.nav-pills .nav-link {
    color: #3644FF;
}

    .nav-pills .nav-link.active {
        background-color: #3644FF;
    }

    .nav-pills .nav-link.disabled {
        color: #6c757d;
    }

/* ============================ */
/*            End Badges
/* ============================ */
/* ============================ */
/*            Cards
/* ============================ */
.card_with_image {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(5, 5, 5, 0.2);
    border-radius: 10px;
    padding-bottom: 0;
}

    .card_with_image .rt_post_data {
        padding: 25px;
        float: left;
        width: 100%;
    }

    .card_with_image .blog_card_image {
        background: #212121;
        display: block;
        text-align: center;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .card_with_image .blog_card_date {
        text-align: center;
        padding-right: 20px;
        padding-left: 0;
        width: 10%;
        float: left;
    }

@media only screen and (max-width: 480px) {
    .card_with_image .blog_card_date {
        width: 20%;
    }
}

.card_with_image .blog_card_date h3 {
    line-height: 35px;
    margin-bottom: 0;
}

.card_with_image .blog_card_date p {
    font-size: 14px;
}

.card_with_image .blog_card_date .blog_chat_icon ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: block;
}

    .card_with_image .blog_card_date .blog_chat_icon ul li {
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
        width: 74%;
    }

        .card_with_image .blog_card_date .blog_chat_icon ul li i {
            font-size: 20px;
        }

.card_with_image .blog_card_date .blog_chat_icon span {
    font-size: 16px;
}

.card_with_image .blog_card_description {
    float: left;
    width: 90%;
}

@media only screen and (max-width: 480px) {
    .card_with_image .blog_card_description {
        width: 80%;
    }
}

.card_with_image .blog_card_description .blog_data {
    float: left;
    width: 100%;
}

    .card_with_image .blog_card_description .blog_data h3 {
        margin-top: 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
    }

@media only screen and (max-width: 480px) {
    .card_with_image .blog_card_description .blog_data h3 {
        font-size: 18px;
        line-height: 30px;
    }
}

.card_with_image .blog_card_description .blog_data p {
    color: #656565;
}

.grid-item {
    margin-bottom: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

@media only screen and (max-width: 991px) {
    .grid-item {
        width: 100%;
        float: left;
    }
}

.image_card {
    margin-right: 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #444;
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.1);
}

    .image_card:hover {
        box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
        transform: scale(1.1, 1.1);
    }

        .image_card:hover .card_author {
            color: #eaeaea;
        }

        .image_card:hover .card_img_hover_sec {
            height: 100%;
            opacity: 0.3;
        }

        .image_card:hover .card__info {
            background-color: transparent;
            position: relative;
        }

            .image_card:hover .card__info h3,
            .image_card:hover .card__info .card_by {
                color: #fff;
            }

        .image_card:hover .card_img_hover {
            opacity: 1;
        }

    .image_card .card_clock {
        width: 15px;
        vertical-align: middle;
        fill: #fff;
    }

    .image_card .card_date {
        font-size: 12px;
        color: #fff;
        vertical-align: middle;
        margin-left: 5px;
    }

    .image_card .card_info {
        float: right;
    }

    .image_card .card_img {
        visibility: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 275px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .image_card .card_img_hover {
        position: absolute;
        padding: 16px;
        width: 100%;
        opacity: 0;
        top: 0;
    }

    .image_card .card_img_hover_sec {
        transition: 0.2s all ease-out;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
        height: 275px;
        top: 0;
    }

    .image_card .card__info {
        z-index: 2;
        background-color: #fff;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 26px 24px 34px 24px;
    }

    .image_card .card_title {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 30px;
    }

    .image_card .card_by {
        font-size: 11px;
        font-weight: 400;
        padding-bottom: 10px;
        display: inline-block;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .image_card .card_author {
        font-weight: 600;
        text-decoration: none;
        color: #3C3ACC;
    }

.team_member {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 30px 25px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 3px 4px 9px -6px #cccccc;
    -moz-box-shadow: 3px 4px 9px -6px #cccccc;
    box-shadow: 3px 4px 9px -6px #cccccc;
    border: 1px solid #f9f9f9;
    width: 100%;
}

    .team_member img {
        border-radius: 50%;
        margin: 0 auto 15px;
        width: auto;
    }

    .team_member .member_name {
        margin-bottom: 20px;
    }

        .team_member .member_name h3 {
            margin-bottom: 2px;
            margin-top: 10px;
            font-size: 20px;
        }

@media only screen and (max-width: 640px) {
    .team_member .member_name h3 {
        font-size: 18px;
    }
}

.team_member .member_name span {
    display: block;
    font-size: 12px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.team_member ul li {
    display: inline-block;
    padding-left: 5px;
}

    .team_member ul li:before {
        display: none;
    }

    .team_member ul li:hover {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        transition: all 0.5s ease;
    }

    .team_member ul li i {
        color: #212529;
        display: inline-block;
        line-height: 30px;
    }

@media only screen and (max-width: 1200px) {
    .team_member ul li i {
        line-height: 20px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 991px) {
    .team_member ul li i {
        line-height: 30px;
        font-size: 18px;
    }
}

.team_member ul li i:hover {
    color: #212529;
}

.article_card {
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    color: #2B2B2B;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .article_card {
        width: 100%;
    }
}

.article_card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article_card img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.article_card figcaption {
    padding: 10%;
    padding-bottom: calc(25%);
    background-color: #ffffff;
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .article_card figcaption {
        padding: 5% 5% calc(15%);
    }
}

.article_card h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

    .article_card h3 a {
        font-size: 18px;
        line-height: 24px;
        color: #444;
        text-transform: uppercase;
        font-weight: 600;
    }

.article_card h5 {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #888;
    line-height: 18px;
    font-size: 12px;
}

.article_card footer {
    border-top: 1px solid rgba(0, 0, 0, 0.065);
    padding: 0 20px;
    font-size: 13px;
    line-height: 50px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .article_card footer .icons {
        position: absolute;
        right: 20px;
        top: 0;
    }

        .article_card footer .icons i {
            display: inline-block;
            margin-right: 5px;
            font-size: 1em;
        }

        .article_card footer .icons > div {
            display: inline-block;
            margin-left: 8px;
        }

.bg-card-primary,
.bg-card-success,
.bg-card-danger,
.bg-card-warning,
.bg-card-info,
.bg-card-dark,
.bg-card-secondary {
    color: #fff;
}

    .bg-card-primary h4,
    .bg-card-success h4,
    .bg-card-danger h4,
    .bg-card-warning h4,
    .bg-card-info h4,
    .bg-card-dark h4,
    .bg-card-secondary h4 {
        color: #fff;
        line-height: 30px;
    }

.bg-card-primary {
    background: #3644FF;
}

.bg-card-secondary {
    background: #3C3ACC;
}

.bg-card-success {
    background: #06D6A0;
}

.bg-card-danger {
    background: #F2385A;
}

.bg-card-warning {
    background: #FFD800;
}

.bg-card-info {
    background: #0093FF;
}

.bg-card-dark {
    background: #444;
}

.bg-card-light {
    background: #eaeaea;
}

    .bg-card-light p {
        color: #444;
    }

    .bg-card-light hr {
        border-color: #444;
    }

.card-icon p {
    color: #757474;
    font-size: 12px;
    margin-bottom: 5px;
}

.card-icon span {
    font-size: 22px;
    color: #3644FF;
}

.card-icon i {
    font-size: 30px;
    margin-bottom: 14px;
    display: inline-block;
    color: #3644FF;
}

.profile_card .profile_image {
    margin-top: -80px;
    margin-bottom: 20px;
}

    .profile_card .profile_image img {
        width: 128px;
        height: 128px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        border-radius: 100%;
    }

.stats_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* ============================ */
/*            End Cards
/* ============================ */
/* ============================ */
/*            Dropdown
/* ============================ */
.dropdown .btn {
    padding: 8px 24px;
}

.dropdown-toggle:after {
    font-family: themify;
    content: "\e64b";
    border: none;
    font-size: 12px;
    vertical-align: middle;
    display: initial;
}

.dropup .dropdown-toggle:after {
    font-family: themify;
    content: "\e648";
    border: none;
    font-size: 12px;
    vertical-align: middle;
    display: initial;
}

.dropright .dropdown-toggle:after {
    font-family: themify;
    content: "\e649";
    border: none;
    font-size: 12px;
    vertical-align: middle;
    display: initial;
}

.dropleft .dropdown-toggle:after {
    font-family: themify;
    content: "\e64a";
    border: none;
    font-size: 12px;
    vertical-align: middle;
    display: initial;
}

.dropleft .dropdown-toggle:before {
    display: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0315ff;
    border-color: #0315ff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #2d2ba8;
    border-color: #2d2ba8;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: #05a47b;
    border-color: #05a47b;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    background-color: #e80f37;
    border-color: #e80f37;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    background-color: #ccad00;
    border-color: #ccad00;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #d1d1d1;
    border-color: #d1d1d1;
}

.btn-split .btn {
    padding: 8px 30px;
}

    .btn-split .btn.dropdown-toggle {
        padding: 8px 12px;
    }

        .btn-split .btn.dropdown-toggle.btn-primary {
            border-left: 1px solid #0315ff;
        }

        .btn-split .btn.dropdown-toggle.btn-secondary {
            border-left: 1px solid #3331bc;
        }

        .btn-split .btn.dropdown-toggle.btn-success {
            border-left: 1px solid #05bd8d;
        }

        .btn-split .btn.dropdown-toggle.btn-danger {
            border-left: 1px solid #e80f37;
        }

        .btn-split .btn.dropdown-toggle.btn-warning {
            border-left: 1px solid #ccad00;
        }

        .btn-split .btn.dropdown-toggle.btn-info {
            border-left: 1px solid #0076cc;
        }

        .btn-split .btn.dropdown-toggle.btn-dark {
            border-left: 1px solid #2b2b2b;
        }

        .btn-split .btn.dropdown-toggle.btn-light {
            border-left: 1px solid #d1d1d1;
        }

/* ============================ */
/*            End Dropdown
/* ============================ */
/* ============================ */
/*            List Group
/* ============================ */
.list-group-item.active {
    background-color: #3644FF;
    border-color: #3644FF;
}

    .list-group-item.active h3,
    .list-group-item.active h4,
    .list-group-item.active h5,
    .list-group-item.active a,
    .list-group-item.active p {
        color: #FFFFFF;
    }

.list-group-item h5 {
    margin-bottom: 10px !important;
}

.list-group-item.list-group-item-primary {
    background-color: #3644FF;
    border-color: #3644FF;
    color: #FFFFFF;
}

    .list-group-item.list-group-item-primary:hover {
        color: #FFFFFF;
        background-color: #0315ff;
        border-color: #0315ff;
    }

.list-group-item.list-group-item-secondary {
    background-color: #3C3ACC;
    border-color: #3C3ACC;
    color: #FFFFFF;
}

    .list-group-item.list-group-item-secondary:hover {
        color: #FFFFFF;
        background-color: #2d2ba8;
        border-color: #2d2ba8;
    }

.list-group-item.list-group-item-success {
    background-color: #06D6A0;
    border-color: #06D6A0;
    color: #FFFFFF;
}

    .list-group-item.list-group-item-success:hover {
        color: #FFFFFF;
        background-color: #05a47b;
        border-color: #05a47b;
    }

.list-group-item.list-group-item-danger {
    background-color: #F2385A;
    border-color: #F2385A;
    color: #FFFFFF;
}

    .list-group-item.list-group-item-danger:hover {
        color: #FFFFFF;
        background-color: #e80f37;
        border-color: #e80f37;
    }

.list-group-item.list-group-item-warning {
    background-color: #FFD800;
    border-color: #FFD800;
    color: #FFFFFF;
}

    .list-group-item.list-group-item-warning:hover {
        color: #FFFFFF;
        background-color: #ccad00;
        border-color: #ccad00;
    }

.list-group-item.list-group-item-info {
    background-color: #0093FF;
    border-color: #0093FF;
    color: #FFFFFF;
}

    .list-group-item.list-group-item-info:hover {
        color: #FFFFFF;
        background-color: #0076cc;
        border-color: #0076cc;
    }

.list-group-item.list-group-item-dark {
    background-color: #444;
    border-color: #444;
    color: #FFFFFF;
}

    .list-group-item.list-group-item-dark:hover {
        color: #FFFFFF;
        background-color: #2b2b2b;
        border-color: #2b2b2b;
    }

.list-group-item.list-group-item-light {
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: #000000;
}

    .list-group-item.list-group-item-light:hover {
        color: #000000;
        background-color: #d1d1d1;
        border-color: #d1d1d1;
    }

/* ============================ */
/*            List Group
/* ============================ */
/* ============================ */
/*            Modal
/* ============================ */
.modal-dialog.modal-xl {
    max-width: 100%;
}

/* ============================ */
/*            End Modal
/* ============================ */
/* ============================ */
/*            Pagination
/* ============================ */
.pagination li a {
    color: #3644FF;
}

    .pagination li a:hover {
        color: #3644FF;
    }

.pagination li.active .page-link {
    background: #3644FF;
    border-color: #3644FF;
}

/* ============================ */
/*         End Pagination
/* ============================ */
/* ============================ */
/*          ProgressBar
/* ============================ */
.progress-bar {
    background-color: #3644FF;
}

    .progress-bar.bg-primary {
        background-color: #3644FF;
    }

    .progress-bar.bg-secondary {
        background-color: #3C3ACC !important;
    }

    .progress-bar.bg-success {
        background-color: #06D6A0 !important;
    }

    .progress-bar.bg-danger {
        background-color: #F2385A !important;
    }

    .progress-bar.bg-warning {
        background-color: #FFD800 !important;
    }

    .progress-bar.bg-info {
        background-color: #0093FF !important;
    }

    .progress-bar.bg-dark {
        background-color: #444 !important;
    }

    .progress-bar.bg-light {
        background-color: #eaeaea !important;
    }

/* ============================ */
/*          End ProgressBar
/* ============================ */
/* ============================ */
/*            Tabs
/* ============================ */
.nav-tabs {
    border-color: #3644FF;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: #3644FF;
        border-color: #3644FF;
        color: #FFFFFF;
    }

    .nav-tabs .nav-link {
        color: #444;
    }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border-color: #3644FF;
            background-color: #3644FF;
            color: #fff;
        }

.vertical_tabs a {
    text-align: center;
    margin-bottom: 10px;
}

    .vertical_tabs a i {
        display: block;
        margin-bottom: 6px;
    }

/* ============================ */
/*            End Tabs
/* ============================ */
/* ============================ */
/*            Grid
/* ============================ */
.grid-col {
    padding: 10px 15px;
    background: #f9f9f9;
    margin-bottom: 30px;
    color: #666;
    border: 1px solid #e3e6e8;
}

/* ============================ */
/*            End Grid
/* ============================ */
/* ============================ */
/*            Icons
/* ============================ */
.fw-icons {
    border: 1px solid #eaeaea;
    padding: 10px;
    margin: 0.5%;
    flex: 0 0 24%;
}

@media (max-width: 640px) {
    .fw-icons {
        flex: 0 0 100%;
    }
}

.fw-icons a {
    color: #444;
    margin: 9px 0;
    display: inline-block;
    font-family: 'lato', sans-serif;
}

    .fw-icons a:hover {
        color: #3644FF;
    }

    .fw-icons a i {
        width: 30px;
        font-size: 14px;
        color: #3644FF;
    }

.icon-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .icon-section .icon-container {
        cursor: pointer;
        -ms-flex-preferred-size: calc(100% * (1/4));
        flex-basis: calc(100% * (1/4));
    }

@media (max-width: 767px) {
    .icon-section .icon-container {
        flex-basis: 100%;
    }
}

.icon-section .icon-container [class^="ti-"] {
    width: 30px;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.icon-section .icon-container:hover [class^="ti-"] {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.icon-section .icon-container:hover span {
    color: #3644FF;
}

    .icon-section .icon-container:hover span.icon-name {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

.icon-section .icon-container span.icon-name {
    color: #444;
    margin: 9px 0;
    display: inline-block;
    font-family: 'lato', sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#icons {
    transition: opacity .2s ease-in-out;
    padding-left: 5px;
    width: 100%;
    list-style: none;
    text-align: left;
    font-size: 1px;
}

    #icons li {
        position: relative;
        z-index: 0;
        display: inline-block;
        padding: 22px;
        width: 85px;
        border-radius: 4px;
        list-style: none;
        text-align: center;
        font-weight: normal;
        font-size: 32px;
        cursor: pointer;
    }

        #icons li:hover {
            color: #3644FF;
        }

        #icons li.active {
            color: #3644FF;
        }

.et-examples {
    color: #555;
    margin-left: 1px;
    vertical-align: middle;
}

    .et-examples .box1 {
        display: block;
        width: 33%;
        float: left;
        padding: 0;
        border: 1px solid #e5e5e5;
        margin: -1px 0 0 -1px;
        font-size: 13px;
    }

@media (max-width: 640px) {
    .et-examples .box1 {
        width: 100%;
    }
}

.et-examples .box1 span {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
}

/* ============================ */
/*            End Icons
/* ============================ */
/* ============================ */
/*            Maps
/* ============================ */
#animated_chart,
#curved_chart,
#zoom_country_chart,
#pattern_map,
#capitals_map,
#pie_map {
    height: 400px;
}

#google_map,
#rt_cutom_marker {
    height: 600px;
}

.map-marker {
    /* adjusting for the marker dimensions
    so that it is centered on coordinates */
    margin-left: -8px;
    margin-top: -8px;
}

    .map-marker.map-clickable {
        cursor: pointer;
    }

.pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #3644FF;
    border-radius: 30px;
    background-color: #716f42;
    z-index: 10;
    position: absolute;
}

.map-marker .dot {
    border: 10px solid #6973ff;
    background: transparent;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    opacity: 0;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/* ============================ */
/*            End Maps
/* ============================ */
/* ============================ */
/*            Table
/* ============================ */
.table {
    font-size: 14px;
}

    .table th {
        font-weight: 600;
    }

    .table i {
        margin-right: 0;
    }

table .progress {
    height: 8px;
}

.bg-primary {
    background-color: #3644FF !important;
    color: #FFFFFF;
}

.bg-secondary {
    background-color: #3C3ACC !important;
    color: #FFFFFF;
}

.bg-success {
    background-color: #06D6A0 !important;
}

.bg-warning {
    background-color: #FFD800 !important;
}

.bg-danger {
    background-color: #F2385A !important;
    color: #FFFFFF;
}

.bg-info {
    background-color: #0093FF !important;
    color: #FFFFFF;
}

.bg-dark {
    background-color: #444 !important;
    color: #FFFFFF;
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #cfd2ff !important;
    color: #FFFFFF;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #7afbda !important;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffef99 !important;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #b4b4eb !important;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #fbc8d1 !important;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #919191 !important;
    color: #FFFFFF;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: white !important;
}

.single-table .table {
    margin-bottom: 0;
}

table tr th {
    border-bottom: none;
}

table tr td {
    vertical-align: middle !important;
    padding: 1px 6px !important;
}

table tr th {
    vertical-align: middle !important;
    padding: 6px 6px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.data-tables table tr th,
.data-tables table tr td {
    border-top: 1px solid rgba(120, 130, 140, 0.13) !important;
}

table tr td [class^="ti-"] {
    cursor: pointer;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.data-tables {
    font-size: 14px;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important;
}

@media screen and (max-width: 767px) {

    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        top: 3px !important;
        left: 44% !important;
        height: 10px !important;
        width: 10px !important;
        line-height: 10px !important;
    }

    table.dataTable {
        width: 100%;
    }
}

.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before {
    content: "\f3d7";
    right: 17px;
    font-family: Ionicons;
}

.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    content: "\f3d4";
    right: 7px !important;
    font-family: Ionicons;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 76px;
    margin: 0 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: transparent !important;
        border-color: transparent !important;
    }

/* datatable-primary */
.datatable-primary thead {
    background: #3644FF;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none;
    margin-top: 20px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom-color: transparent;
}

.datatable-primary .dataTables_paginate .page-item.active .page-link,
.datatable-primary .dataTables_paginate .page-item .page-link:hover {
    background-color: #3644FF;
    border-color: #3644FF;
    color: #fff;
}

.datatable-primary .dataTables_paginate .page-link {
    color: #3644FF;
    border: 1px solid #3644FF;
}

.datatable-primary .dataTables_paginate .paginate_button.disabled,
.datatable-primary .dataTables_paginate .paginate_button.disabled:hover,
.datatable-primary .dataTables_paginate .paginate_button.disabled:active {
    color: #3644FF !important;
    border: none;
}

.datatable-primary .dataTables_paginate .page-item.disabled .page-link {
    color: #9f98f7;
    background-color: #f9f9f9;
    border-color: #c9c6f5;
}

/* datatable-dark */
.datatable-dark thead {
    background: #444;
    color: #fff;
}

.datatable-dark .dataTables_paginate .page-item.active .page-link,
.datatable-dark .dataTables_paginate .page-item .page-link:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.datatable-dark .dataTables_paginate .page-link {
    color: #444;
    border: 1px solid #444;
}

.datatable-dark .dataTables_paginate .paginate_button.disabled,
.datatable-dark .dataTables_paginate .paginate_button.disabled:hover,
.datatable-dark .dataTables_paginate .paginate_button.disabled:active {
    color: #444 !important;
    border: none;
}

.datatable-dark .dataTables_paginate .page-item.disabled .page-link {
    color: #999;
    background-color: #f9f9f9;
    border-color: #999;
}

.jsgrid .jsgrid-pager {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
    line-height: 40px;
}

    .jsgrid .jsgrid-pager .page-item .page-link,
    .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link,
    .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link,
    .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a,
    .jsgrid .jsgrid-pager .jsgrid-pager-page a {
        border-color: #f2f2f2;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a,
    .jsgrid .jsgrid-pager .jsgrid-pager-page a {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #3644FF;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

.jsgrid .jsgrid-pager-page,
.jsgrid .jsgrid-pager-nav-button {
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.jsgrid .jsgrid-pager-current-page {
    padding: 9px 15px !important;
    font-weight: initial;
    line-height: initial;
    margin-left: 10px;
    background: #3644FF;
    color: #fff;
    height: 35px;
    margin-top: 3px;
    border-radius: 4px;
}

.jsgrid .jsgrid-mode-button {
    background-image: url("../images/js-grid.png") !important;
}

.jsgrid .jsgrid-button {
    background-image: url("../images/js-grid.png") !important;
}

.jsgrid .jsgrid-edit-row input[type='text'],
.jsgrid .jsgrid-edit-row input[type='number'],
.jsgrid .jsgrid-edit-row input[type='password'],
.jsgrid .jsgrid-edit-row input[type='tel'],
.jsgrid .jsgrid-edit-row input[type='email'],
.jsgrid .jsgrid-edit-row select,
.jsgrid .jsgrid-edit-row textarea,
.jsgrid .jsgrid-filter-row input[type='text'],
.jsgrid .jsgrid-filter-row input[type='number'],
.jsgrid .jsgrid-filter-row input[type='password'],
.jsgrid .jsgrid-filter-row input[type='tel'],
.jsgrid .jsgrid-filter-row input[type='email'],
.jsgrid .jsgrid-filter-row select,
.jsgrid .jsgrid-filter-row textarea,
.jsgrid .jsgrid-insert-row input[type='text'],
.jsgrid .jsgrid-insert-row input[type='number'],
.jsgrid .jsgrid-insert-row input[type='password'],
.jsgrid .jsgrid-insert-row input[type='tel'],
.jsgrid .jsgrid-insert-row input[type='email'],
.jsgrid .jsgrid-insert-row select,
.jsgrid .jsgrid-insert-row textarea {
    width: 100%;
    padding: 8px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.jsgrid-header-row > .jsgrid-header-cell {
    font-weight: 600;
}

/* ============================ */
/*            End Table
/* ============================ */
/* ============================ */
/*            Toastr
/* ============================ */
.toast-title {
    font-weight: 700;
}

.toast-message {
    font-size: 14px;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #FFFFFF;
    }

        .toast-message a:hover {
            color: #CCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:focus,
    .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        filter: alpha(opacity=40);
    }

    .toast-close-button .rtl .toast-close-button {
        left: -.3em;
        float: left;
        right: .3em;
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toastr_top_center {
    top: 12px;
    right: 12px;
    width: 100%;
}

.toastr_bottom_center {
    bottom: 12px;
    right: 12px;
    width: 100%;
}

.toastr_top_left {
    top: 12px;
    left: 12px;
}

.toastr_top_right {
    top: 12px;
    right: 12px;
}

.toastr_bottom_right {
    right: 12px;
    bottom: 12px;
}

.toastr_bottom_left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: .8;
        filter: alpha(opacity=80);
    }

#toastr_top_left,
#toastr_top_right,
#toastr_top_center,
#toastr_bottom_left,
#toastr_bottom_right,
#toastr_bottom_center {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

    #toastr_top_left > div,
    #toastr_top_right > div,
    #toastr_top_center > div,
    #toastr_bottom_left > div,
    #toastr_bottom_right > div,
    #toastr_bottom_center > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: .8;
        font-size: 14px;
        filter: alpha(opacity=80);
    }

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}

#toastr_top_left > div:hover,
#toastr_top_right > div:hover,
#toastr_top_center > div:hover,
#toastr_bottom_left > div:hover,
#toastr_bottom_right > div:hover,
#toastr_bottom_center > div:hover,
#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container.toastr_bottom_center > div,
#toast-container.toastr_top_center > div,
#toastr_bottom_center.toastr_bottom_center > div,
#toastr_top_center.toastr_top_center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.toast {
    background-color: #030303;
}

#toastr_bottom_right .toast-success,
#toastr_bottom_center .toast-success,
#toastr_bottom_left .toast-success,
#toast-container .toast-success,
#toastr_top_left .toast-success,
#toastr_top_right .toast-success,
#toastr_top_center .toast-success {
    background-color: #06D6A0;
    background-image: none;
    color: #fff;
}

#toastr_bottom_right .toast-error,
#toastr_bottom_center .toast-error,
#toastr_bottom_left .toast-error,
#toastr_top_left .toast-error,
#toastr_top_right .toast-error,
#toastr_top_center .toast-error,
#toast-container .toast-error {
    background-color: #F2385A;
}

#toastr_bottom_right .toast-info,
#toastr_bottom_center .toast-info,
#toastr_bottom_left .toast-info,
#toast-container .toast-info,
#toastr_top_right .toast-info,
#toastr_top_center .toast-info,
#toastr_top_left .toast-info {
    background-color: #3644FF;
}

#toastr_bottom_right .toast-warning,
#toastr_bottom_center .toast-warning,
#toastr_bottom_left .toast-warning,
#toast-container .toast-warning,
#toastr_top_left .toast-warning,
#toastr_top_right .toast-warning,
#toastr_top_center .toast-warning {
    background-color: #FFD800;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}

@media only screen and (min-width: 769px) and (max-width: 899px) {

    .nav-item .nav-link {
        padding: 10px 1px !important;
    }

    .rt_nav_header.horizontal-layout .menu_icon {
        margin-right: 5px !important;
    }
}

/* ============================ */
/*            End Toastr
/* ============================ */
/* ============================ */
/*         Sweet Alert
/* ============================ */
.swal2-container .swal2-styled:not(.swal2-cancel) {
    background: #3644FF !important;
    outline: none;
}

.swal2-popup .swal2-title {
    color: #444 !important;
    font-size: 24px !important;
}

/* ============================ */
/*        End Sweet Alert
/* ============================ */
/* ============================ */
/*            Cropper
/* ============================ */
.img-preview {
    overflow: hidden;
    float: left;
    background-color: #eee;
    width: 100%;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.preview-lg {
    width: 200px;
    height: 150px;
}

.img-container,
.img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.preview-md {
    width: 150px;
    height: 120px;
}

.preview-sm {
    width: 100px;
    height: 75px;
}

/* ============================ */
/*            End Cropper
/* ============================ */
/* ============================ */
/*            Loaders
/* ============================ */
.ring_loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .ring_loader div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 4px;
        border-radius: 50%;
        animation: ring_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    }

.primary_ring_loader div {
    border: 4px solid #3644FF;
    border-color: #3644FF transparent transparent transparent;
}

.secondary_ring_loader div {
    border: 4px solid #3C3ACC;
    border-color: #3C3ACC transparent transparent transparent;
}

.success_ring_loader div {
    border: 4px solid #06D6A0;
    border-color: #06D6A0 transparent transparent transparent;
}

.warning_ring_loader div {
    border: 4px solid #FFD800;
    border-color: #FFD800 transparent transparent transparent;
}

.danger_ring_loader div {
    border: 4px solid #F2385A;
    border-color: #F2385A transparent transparent transparent;
}

.dark_ring_loader div {
    border: 4px solid #444;
    border-color: #444 transparent transparent transparent;
}

.ring_loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.ring_loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.ring_loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes ring_loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.default_loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .default_loader div {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        animation: default_loader 1.2s linear infinite;
    }

        .default_loader div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px;
        }

        .default_loader div:nth-child(2) {
            animation-delay: -0.1s;
            top: 22px;
            left: 62px;
        }

        .default_loader div:nth-child(3) {
            animation-delay: -0.2s;
            top: 11px;
            left: 52px;
        }

        .default_loader div:nth-child(4) {
            animation-delay: -0.3s;
            top: 7px;
            left: 37px;
        }

        .default_loader div:nth-child(5) {
            animation-delay: -0.4s;
            top: 11px;
            left: 22px;
        }

        .default_loader div:nth-child(6) {
            animation-delay: -0.5s;
            top: 22px;
            left: 11px;
        }

        .default_loader div:nth-child(7) {
            animation-delay: -0.6s;
            top: 37px;
            left: 7px;
        }

        .default_loader div:nth-child(8) {
            animation-delay: -0.7s;
            top: 52px;
            left: 11px;
        }

        .default_loader div:nth-child(9) {
            animation-delay: -0.8s;
            top: 62px;
            left: 22px;
        }

        .default_loader div:nth-child(10) {
            animation-delay: -0.9s;
            top: 66px;
            left: 37px;
        }

        .default_loader div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px;
        }

        .default_loader div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px;
        }

.k-i-close {
    display: none;
}

@keyframes default_loader {

    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.loader_dual {
    display: inline-block;
    width: 50px;
    height: 50px;
}

    .loader_dual:after {
        content: " ";
        display: block;
        width: 50px;
        height: 50px;
        margin: 8px;
        border-radius: 50%;
        animation: loader_dual 1.2s linear infinite;
    }

.primary_dual_loader:after {
    border: 4px solid #3644FF;
    border-color: #3644FF transparent #3644FF transparent;
}

.secondary_dual_loader:after {
    border: 4px solid #3C3ACC;
    border-color: #3C3ACC transparent #3C3ACC transparent;
}

.success_dual_loader:after {
    border: 4px solid #06D6A0;
    border-color: #06D6A0 transparent #06D6A0 transparent;
}

.warning_dual_loader:after {
    border: 4px solid #FFD800;
    border-color: #FFD800 transparent #FFD800 transparent;
}

.danger_dual_loader:after {
    border: 4px solid #F2385A;
    border-color: #F2385A transparent #F2385A transparent;
}

.dark_dual_loader:after {
    border: 4px solid #444;
    border-color: #444 transparent #444 transparent;
}

@keyframes loader_dual {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.roller_loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .roller_loader div {
        animation: roller_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .roller_loader div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            margin: -3px 0 0 -3px;
        }

        .roller_loader div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .roller_loader div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .roller_loader div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .roller_loader div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .roller_loader div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .roller_loader div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .roller_loader div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .roller_loader div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .roller_loader div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .roller_loader div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .roller_loader div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .roller_loader div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .roller_loader div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .roller_loader div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .roller_loader div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .roller_loader div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes roller_loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.primary_roller_loader div:after {
    background: #3644FF;
}

.secondary_roller_loader div:after {
    background: #3C3ACC;
}

.success_roller_loader div:after {
    background: #06D6A0;
}

.warning_roller_loader div:after {
    background: #FFD800;
}

.danger_roller_loader div:after {
    background: #F2385A;
}

.dark_roller_loader div:after {
    background: #444;
}

.loader_rippler {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .loader_rippler div {
        position: absolute;
        border: 4px solid;
        opacity: 1;
        border-radius: 50%;
        animation: loader_rippler 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .loader_rippler div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes loader_rippler {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.primary_ripple_loader div {
    border-color: #3644FF;
}

.secondary_ripple_loader div {
    border-color: #3C3ACC;
}

.success_ripple_loader div {
    border-color: #06D6A0;
}

.warning_ripple_loader div {
    border-color: #FFD800;
}

.danger_ripple_loader div {
    border-color: #F2385A;
}

.dark_ripple_loader div {
    border-color: #444;
}

.spinner_loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .spinner_loader div {
        transform-origin: 32px 32px;
        animation: spinner_loader 1.2s linear infinite;
    }

        .spinner_loader div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
        }

        .spinner_loader div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .spinner_loader div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .spinner_loader div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .spinner_loader div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .spinner_loader div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .spinner_loader div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .spinner_loader div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .spinner_loader div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .spinner_loader div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .spinner_loader div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .spinner_loader div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .spinner_loader div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes spinner_loader {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.primary_spinner_loader div:after {
    background: #3644FF;
}

.secondary_spinner_loader div:after {
    background: #3C3ACC;
}

.success_spinner_loader div:after {
    background: #06D6A0;
}

.warning_spinner_loader div:after {
    background: #FFD800;
}

.danger_spinner_loader div:after {
    background: #F2385A;
}

.dark_spinner_loader div:after {
    background: #444;
}

.dark_spinner_loader div:after {
    background: #444;
}

/* ============================ */
/*            End Loaders
/* ============================ */
/* ============================ */
/*            Tour
/* ============================ */
.hopscotch-bubble {
    background-color: #3644FF !important;
    border: none !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
}

    .hopscotch-bubble .hopscotch-bubble-number {
        background: none !important;
        background-color: #fff !important;
        color: #444 !important;
        padding: 0 !important;
        border-radius: 50px !important;
    }

    .hopscotch-bubble h3 {
        color: #fff !important;
    }

    .hopscotch-bubble .hopscotch-nav-button.next {
        border-color: #eaeaea !important;
        color: #444 !important;
        margin: 0 0 0 10px;
        text-shadow: none !important;
        background-color: #FFFFFF !important;
        background-image: none !important;
    }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.right {
        right: -33px !important;
    }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
            border-left: 17px solid #3644FF !important;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
            border-left: 17px solid #3644FF !important;
            left: -3px !important;
        }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.down {
        bottom: -33px !important;
    }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
            border-top: 17px solid #3644FF !important;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
            border-top: 17px solid #3644FF !important;
        }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.left {
        left: -15px !important;
    }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
            border-right: 17px solid #3644FF !important;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
            border-right: 17px solid #3644FF !important;
        }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.up {
        top: -15px !important;
    }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
            border-bottom: 17px solid #3644FF !important;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
            border-bottom: 17px solid #3644FF !important;
        }

/* ============================ */
/*            End Tour
/* ============================ */
/* ============================ */
/*         Ladda Btn
/* ============================ */
.ladda-button[disabled]:hover,
.ladda-button[data-loading]:hover {
    cursor: default !important;
}

.primary-btn.ladda-button[disabled],
.primary-btn.ladda-button[data-loading],
.primary-btn.ladda-button[disabled]:hover,
.primary-btn.ladda-button[data-loading]:hover {
    background-color: #6973ff !important;
}

.secondary-btn.ladda-button[disabled],
.secondary-btn.ladda-button[data-loading],
.secondary-btn.ladda-button[disabled]:hover,
.secondary-btn.ladda-button[data-loading]:hover {
    background-color: #6463d6 !important;
}

.success-btn.ladda-button[disabled],
.success-btn.ladda-button[data-loading],
.success-btn.ladda-button[disabled]:hover,
.success-btn.ladda-button[data-loading]:hover {
    background-color: #17f8be !important;
}

.warning-btn.ladda-button[disabled],
.warning-btn.ladda-button[data-loading],
.warning-btn.ladda-button[disabled]:hover,
.warning-btn.ladda-button[data-loading]:hover {
    background-color: #ffe033 !important;
}

.danger-btn.ladda-button[disabled],
.danger-btn.ladda-button[data-loading],
.danger-btn.ladda-button[disabled]:hover,
.danger-btn.ladda-button[data-loading]:hover {
    background-color: #f56882 !important;
}

.dark-btn.ladda-button[disabled],
.dark-btn.ladda-button[data-loading],
.dark-btn.ladda-button[disabled]:hover,
.dark-btn.ladda-button[data-loading]:hover {
    background-color: #5e5e5e !important;
}

.light-btn.ladda-button[disabled],
.light-btn.ladda-button[data-loading],
.light-btn.ladda-button[disabled]:hover,
.light-btn.ladda-button[data-loading]:hover {
    background-color: white !important;
}

.ladda-button[data-style=contract] {
    width: auto !important;
}

/* ============================ */
/*        End Ladda Btn
/* ============================ */
/* ============================ */
/*         Dropzone
/* ============================ */
.dropzone {
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .dropzone i {
        font-size: 60px;
    }

    .dropzone .dz-preview {
        margin: 10px !important;
    }

    .dropzone.dropzone-primary {
        border: 2px dashed #6973ff !important;
    }

        .dropzone.dropzone-primary i {
            color: #6973ff;
            opacity: 0.5;
        }

    .dropzone.dropzone-secondary {
        border: 2px dashed #6463d6 !important;
    }

        .dropzone.dropzone-secondary i {
            color: #6463d6;
            opacity: 0.5;
        }

    .dropzone.dropzone-success {
        border: 2px dashed #17f8be !important;
    }

        .dropzone.dropzone-success i {
            color: #17f8be;
            opacity: 0.5;
        }

    .dropzone.dropzone-warning {
        border: 2px dashed #ffe033 !important;
    }

        .dropzone.dropzone-warning i {
            color: #ffe033;
            opacity: 0.5;
        }

    .dropzone.dropzone-danger {
        border: 2px dashed #f56882 !important;
    }

        .dropzone.dropzone-danger i {
            color: #f56882;
            opacity: 0.5;
        }

    .dropzone.dropzone-dark {
        border: 2px dashed #5e5e5e !important;
    }

        .dropzone.dropzone-dark i {
            color: #5e5e5e;
            opacity: 0.5;
        }

    .dropzone.dropzone-light {
        border: 2px dashed #eaeaea !important;
    }

        .dropzone.dropzone-light i {
            color: #eaeaea;
            opacity: 0.5;
        }

/* ============================ */
/*        End Dropzone
/* ============================ */
/* ============================ */
/*            Forms
/* ============================ */
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3644FF;
    outline: 0;
    box-shadow: none;
}

.form-control,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-rounded {
    border-radius: 40px;
}

.form-control {
    font-size: var(--font-size);
    border: 1px solid rgba(170, 170, 170, 0.3);
}

label {
    font-weight: 500;
    color: #666;
    display: inline-block;
    margin-bottom: 1px;
}

.font-14 {
    font-size: 14px;
}

.input-rounded {
    border-radius: 50px;
}

.custom-file-label,
.custom-file-input,
.custom-file {
    height: calc(2.25rem + 7px);
    padding: 10.8px 12px;
}

    .custom-file-label:after {
        height: calc(calc(2.25rem + 7px) - 1px * 2);
        padding: 10.8px 12px;
    }

.grid-col {
    padding: 10px 15px;
    background: #f3f8fb;
    margin-bottom: 30px;
    color: #666;
    border: 1px solid #e3e6e8;
}

.custom-control-label {
    margin-top: 2px;
}

.form-control-feedback {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
    color: #000;
}

.fa-window-close:before {
    color: #000976;
    font-size: 22px;
}

.form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 15px;
}

.primary-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.primary-radio.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3644FF !important;
}

.primary-checkbox.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.primary-radio.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #cfd2ff !important;
}

.primary-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.primary-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3644FF !important;
}

.primary-checkbox.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.primary-radio.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #cfd2ff !important;
}

.secondary-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.secondary-radio.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3C3ACC !important;
}

.secondary-checkbox.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.secondary-radio.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #b4b4eb !important;
}

.secondary-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.secondary-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3C3ACC !important;
}

.secondary-checkbox.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.secondary-radio.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #b4b4eb !important;
}

.success-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.success-radio.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #06D6A0 !important;
}

.success-checkbox.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.success-radio.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #7afbda !important;
}

.success-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.success-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #06D6A0 !important;
}

.success-checkbox.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.success-radio.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #7afbda !important;
}

.danger-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.danger-radio.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F2385A !important;
}

.danger-checkbox.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.danger-radio.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #fbc8d1 !important;
}

.danger-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.danger-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F2385A !important;
}

.danger-checkbox.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.danger-radio.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #fbc8d1 !important;
}

.warning-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.warning-radio.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFD800 !important;
}

.warning-checkbox.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.warning-radio.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #ffef99 !important;
}

.warning-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.warning-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFD800 !important;
}

.warning-checkbox.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.warning-radio.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #ffef99 !important;
}

.dark-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.dark-radio.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #444 !important;
}

.dark-checkbox.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.dark-radio.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #919191 !important;
}

.dark-checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.dark-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #444 !important;
}

.dark-checkbox.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.dark-radio.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #919191 !important;
}

.input-group-text {
    background-color: #f9f9f9 !important;
    border: 1px solid rgba(170, 170, 170, 0.3) !important;
}

.valid-tooltip {
    background-color: #48facc;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #06D6A0;
}

.custom_checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}

    .custom_checkbox .custom_check_label {
        min-height: 18px;
        display: block;
        margin-left: 1.75rem;
        font-size: 14px;
        line-height: 1.5;
    }

.rtl .custom_checkbox .custom_check_label {
    margin-left: 0;
    margin-right: 1.75rem;
}

.custom_checkbox .custom_check_label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.rtl .custom_checkbox .custom_check_label input {
    left: auto;
    right: 0;
}

.custom_checkbox .custom_check_label input[type="checkbox"] + .input-helper:before,
.custom_checkbox .custom_check_label input[type="checkbox"] + .input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
}

.rtl .custom_checkbox .custom_check_label input[type="checkbox"] + .input-helper:before,
.rtl .custom_checkbox .custom_check_label input[type="checkbox"] + .input-helper:after {
    left: auto;
    right: 0;
}

.custom_checkbox .custom_check_label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: solid #eaeaea;
    border-width: 2px;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.custom_checkbox .custom_check_label input[type="checkbox"] + .input-helper:after {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: Ionicons;
    font-style: normal;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: "\f3fd";
    font-weight: bold;
    color: #FFFFFF;
    left: 4px;
    font-size: 26px;
    top: 1px;
}

.custom_checkbox .custom_check_label input[type="checkbox"]:checked + .input-helper:before {
    background: #3644FF;
    border-width: 0;
}

.custom_checkbox .custom_check_label input[type="checkbox"]:checked + .input-helper:after {
    width: 18px;
    opacity: 1;
    line-height: 18px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom_checkbox .custom_check_label input[type="checkbox"]:disabled + .input-helper:before {
    border-color: #eaeaea;
}

.custom_checkbox .custom_check_label input[type="checkbox"]:disabled:checked + .input-helper:after {
    background: #3644FF;
    color: #eaeaea;
}

.custom_checkbox .custom_check_label input[type="radio"] + .input-helper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid #eaeaea;
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.rtl .custom_checkbox .custom_check_label input[type="radio"] + .input-helper:before {
    left: auto;
    right: 0;
}

.custom_checkbox .custom_check_label input[type="radio"] + .input-helper:after {
    content: "";
    width: 8px;
    height: 8px;
    color: #FFFFFF;
    background: #3644FF;
    border-radius: 50%;
    top: 6px;
    left: 6px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
}

.rtl .custom_checkbox .custom_check_label input[type="radio"] + .input-helper:after {
    left: auto;
    right: 6px;
}

.custom_checkbox .custom_check_label input[type="radio"]:checked + .input-helper:before {
    background: #3644FF;
    border: 2px solid #3644FF;
}

.custom_checkbox .custom_check_label input[type="radio"]:checked + .input-helper:after {
    opacity: 1;
    line-height: 1.5;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom_checkbox .custom_check_label input[type="radio"]:disabled + .input-helper:before {
    border-color: #eaeaea;
}

.custom_checkbox .custom_check_label input[type="radio"]:disabled:checked + .input-helper:before {
    background: #3644FF;
}

.custom_checkbox .custom_check_label input[type="radio"]:disabled:checked + .input-helper:after {
    background: #eaeaea;
}

/* ============================ */
/*            End Forms
/* ============================ */
/* ============================ */
/*            Calendar
/* ============================ */
.full_calendar table tr td {
    vertical-align: middle !important;
    padding: initial !important;
}

.full_calendar .fc-event {
    border: none;
    padding: 3px !important;
    text-align: center;
}

.full_calendar a {
    color: #fff !important;
    font-size: 12px;
}

.full_calendar.fc-unthemed .fc-toolbar .fc-button:focus,
.full_calendar.fc-unthemed .fc-toolbar .fc-button:active,
.full_calendar.fc-unthemed .fc-toolbar .fc-button.fc-state-active {
    background: #3644FF;
    color: #fff;
    border: 1px solid #3644FF;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.full_calendar.fc-unthemed .fc-toolbar .fc-button {
    color: #a1a8c3;
    background: transparent;
    border: 1px solid #ebedf2;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .full_calendar.fc-unthemed .fc-toolbar .fc-button:hover {
        background: #f7f8fa;
        border: 1px solid #ebedf2;
        color: #a1a8c3;
    }

.full_calendar.fc-unthemed .fc-toolbar .fc-button {
    outline: none !important;
    font-size: 14px;
}

.full_calendar.fc-unthemed .fc-toolbar h2 {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0.75rem;
    margin: 0;
}

.external-event {
    padding: 5px 10px;
    font-weight: 500;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: move;
    text-align: center;
}

/* ============================ */
/*            End Calendar
/* ============================ */
/* ============================ */
/*            Mail Box
/* ============================ */
.mail_content {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}

    .mail_content .fa.fa-star {
        color: #FFD800;
    }

@media screen and (max-width: 991px) {

    .mail_content .mail_list .label-primary,
    .mail_content .mail_list .label-secondary,
    .mail_content .mail_list .label-danger,
    .mail_content .mail_list .label-warning,
    .mail_content .mail_list .label-success {
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .mail_content .all_mails_btn {
        float: none !important;
        margin-top: 20px;
    }
}

.recipient {
    font-size: 13px;
    margin-top: 5px;
    color: #666;
    font-weight: 600;
}

.mailbox-time {
    font-size: 11px;
    color: #868383;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .reply_btn {
        float: none !important;
    }
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .mailbox-attachments li .btn-primary {
        position: relative;
        overflow: hidden;
        height: 20px;
        width: 25px;
    }

        .mailbox-attachments li .btn-primary i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
        }

.mailbox-attachments .mailbox-attachment-name {
    font-weight: bold;
    color: #666;
}

.mailbox-attachments .mailbox-attachment-icon,
.mailbox-attachments .mailbox-attachment-info,
.mailbox-attachments .mailbox-attachment-size {
    display: block;
}

.mailbox-attachments .mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachments .mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachments .mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

    .mailbox-attachments .mailbox-attachment-icon.has-img {
        padding: 0;
    }

        .mailbox-attachments .mailbox-attachment-icon.has-img > img {
            max-width: 100%;
            height: auto;
        }

.label-primary,
.label-secondary,
.label-danger,
.label-warning,
.label-success {
    padding: 5px;
    background: #3644FF;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
}

.label-secondary {
    background: #3C3ACC;
}

.label-success {
    background: #06D6A0;
}

.label-warning {
    background: #FFD800;
}

.label-danger {
    background: #F2385A;
}

.mail_tabs {
    margin-top: 30px;
    border: 1px solid #eaeaea;
    border-radius: 9px;
    overflow: hidden;
}

    .mail_tabs li {
        display: block;
    }

        .mail_tabs li a {
            display: block;
            color: #555555;
            padding: 10px 15px;
            text-decoration: none;
            background-color: #ffffff;
            margin-bottom: 1px;
        }

            .mail_tabs li a i {
                font-size: 14px;
                margin-right: 10px;
            }

            .mail_tabs li.active a,
            .mail_tabs li a:hover {
                background-color: #f5f5f5;
                color: #3644FF;
            }

.inbox_numb {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
}

.mail_head {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0;
    font-size: 20px;
}

.mail_more_btn,
.mail_nav,
.mail_count_nav {
    margin: 30px 0;
}

.mail_list table tr td:nth-child(4) {
    font-size: 95%;
}

.mail_list table tr td:nth-child(5) {
    font-size: 85%;
}

.mail_list table tr.unread td:nth-child(3) {
    font-weight: 700;
}

.mail_list table tr td:nth-child(3),
.mail_list table tr td:nth-child(4),
.mail_list table tr td:nth-child(5),
.mail_list table .star {
    cursor: pointer;
}

/* ============================ */
/*            End Mailbox
/* ============================ */
/* ============================ */
/*            Gallery
/* ============================ */
#mt_portfolio .portfolio_grid {
    width: calc(33.3333333% - 25px);
    height: auto;
    margin: 12px;
    float: left;
    position: relative;
    max-height: 800px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #mt_portfolio .portfolio_grid {
        padding: 0 15px;
        width: 97%;
    }
}

@media only screen and (max-width: 480px) {
    #mt_portfolio .portfolio_grid {
        width: 95%;
    }
}

#mt_portfolio li:after {
    display: none;
}

#mt_portfolio li:before {
    display: none;
}

#mt_portfolio .mt_filter {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    #mt_portfolio .mt_filter {
        margin-left: 15px;
    }
}

#mt_portfolio .mt_filter ul li {
    margin-right: 15px;
    padding: 0;
    margin-bottom: 17px;
}

@media only screen and (max-width: 640px) {
    #mt_portfolio .mt_filter ul li {
        margin-bottom: 0;
    }
}

#mt_portfolio .mt_filter ul li a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    #mt_portfolio .mt_filter ul li a:hover:before {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform-origin: left top 0;
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
    }

    #mt_portfolio .mt_filter ul li a:before {
        background-color: #212529;
        content: "";
        height: 0.5px;
        left: 0;
        position: absolute;
        top: 25px;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform-origin: right top 0;
        -webkit-transform-origin: right top 0;
        -moz-transform-origin: right top 0;
        -o-transform-origin: right top 0;
        -ms-transform-origin: right top 0;
        transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        width: 99%;
    }

#mt_portfolio .mt_filter li a.active {
    border-bottom: 0.5px solid #212529;
}

#mt_portfolio .portfolio_row {
    margin-top: 30px;
}

#mt_portfolio .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: #000;
    margin: 0;
}

@media screen and (max-width: 50em) {
    #mt_portfolio .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

#mt_portfolio .grid figure h2 {
    font-weight: 300;
}

    #mt_portfolio .grid figure h2 span {
        font-weight: 800;
    }

#mt_portfolio .grid figure h2,
#mt_portfolio .grid figure h3 {
    margin: 0;
}

#mt_portfolio .grid figure h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

@media only screen and (max-width: 520px) {
    #mt_portfolio .grid figure h3 {
        font-size: 16px;
    }
}

#mt_portfolio .grid figure h3 .view_proj {
    color: #fff;
    text-transform: initial;
}

    #mt_portfolio .grid figure h3 .view_proj:hover,
    #mt_portfolio .grid figure h3 .view_proj:focus {
        color: #fff;
        text-decoration: none;
    }

#mt_portfolio .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

#mt_portfolio .grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    #mt_portfolio .grid figure figcaption {
        padding: 1em;
    }
}

#mt_portfolio .grid figure figcaption:before,
#mt_portfolio .grid figure figcaption:after {
    pointer-events: none;
}

#mt_portfolio .grid .effect-chico:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#mt_portfolio .grid .effect-chico h2 {
    padding: 20% 0 20px 0;
}

#mt_portfolio .grid .effect-chico h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    text-align: left;
}

#mt_portfolio .grid .effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

#mt_portfolio .grid .effect-chico span {
    display: block;
    margin-top: 5px;
}
/*#createBillingAddress, #createShippingAddress ,#remarks{
    height: auto !important;
}*/
@media only screen and (max-width: 520px) {
    #mt_portfolio .grid .effect-chico span {
        margin-top: 0;
    }
}

#mt_portfolio .grid .effect-chico span a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 42px;
    text-align: center;
    width: 40px;
}

@media only screen and (max-width: 520px) {
    #mt_portfolio .grid .effect-chico span a {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
}

#mt_portfolio .grid .effect-chico figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#mt_portfolio .grid .effect-chico figcaption::before,
#mt_portfolio .grid .effect-chico h3 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

#mt_portfolio figure.effect-chico:hover figcaption::before,
#mt_portfolio figure.effect-chico:hover h3 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ============================ */
/*            End Gallery
/* ============================ */
/* ============================ */
/*            Login
/* ============================ */
.login-bg,
.register-bg {
    height: 100vh;
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    width: 470px;
    float: left;
    position: relative;
}

.register-bg {
    background: url(../images/register-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .login_txt {
        display: none;
    }
}

.login-overlay {
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(29, 29, 38, 0.7);
    top: 0;
    left: 0;
    z-index: 1;
}

.login-left {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .login-left p {
        font-size: 15px;
        color: #fff;
        width: 82%;
        margin: 50px auto;
    }

    .login-left a {
        display: inline-block;
        border-radius: 30px;
        padding: 10px 30px;
    }

.login-form {
    width: calc(100% - 470px);
    float: left;
    position: relative;
}

    .login-form form {
        position: absolute;
        top: 50%;
        z-index: 2;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
        box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    }

        .login-form form h2 {
            color: #444;
            font-weight: 500;
        }

        .login-form form .input-group {
            padding-bottom: 12px;
            border-bottom: solid 1px rgba(0, 0, 0, 0.4);
        }

.login-area {
    background: #f9f9f9;
}

.k-button-icontext .k-icon {
    margin: 0px !important;
}

.login-form-body {
    padding: 50px;
}

.form-gp {
    margin-bottom: 25px;
    position: relative;
}

    .form-gp label {
        position: absolute;
        left: 0;
        top: 0;
        color: #b3b2b2;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 12px;
    }

    .form-gp.focused label {
        top: -15px;
        color: #3644FF;
    }

    .form-gp input {
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: 1px solid #e6e6e6;
        font-size: 12px;
    }

        .form-gp input::-webkit-input-placeholder {
            color: #dad7d7;
        }

        .form-gp input::-moz-placeholder {
            color: #dad7d7;
        }

        .form-gp input:-ms-input-placeholder {
            color: #dad7d7;
        }

        .form-gp input:-moz-placeholder {
            color: #dad7d7;
        }

    .form-gp i {
        position: absolute;
        right: 5px;
        bottom: 15px;
        color: #3644FF;
        font-size: 16px;
    }

.rmber-area {
    font-size: 13px;
}

.submit-btn-area {
    text-align: center;
}

    .submit-btn-area button {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 600;
        font-size: 12px;
        box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .submit-btn-area button i {
            margin-left: 15px;
            -webkit-transition: margin-left 0.3s ease 0s;
            transition: margin-left 0.3s ease 0s;
        }

        .submit-btn-area button:hover i {
            margin-left: 20px;
        }

.login-other a {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 43px;
    line-height: 43px;
    border-radius: 40px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
}

    .login-other a i {
        margin-left: 5px;
    }

    .login-other a.fb-login {
        background: #3b5998;
        color: #fff;
    }

        .login-other a.fb-login:hover {
            box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38);
        }

    .login-other a.google-login {
        background: #DD4B39;
        color: #fff;
    }

        .login-other a.google-login:hover {
            box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38);
        }

.form-footer a {
    margin-left: 5px;
}

@media only screen and (max-width: 1100px) {
    .login-form {
        float: left;
        width: 100%;
    }

        .login-form form {
            padding: 50px 30px 20px;
            position: static;
            transform: inherit;
            width: 100%;
        }

    .credentials-form form {
        width: 90%;
        padding: 0;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .login-bg,
    .register-bg {
        width: 100%;
        height: auto;
    }

    .login-left {
        display: block;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        transform: inherit;
        z-index: 10;
        padding: 30px;
    }
}

/* login-s3 */
.lock-screen {
    background: url(../images/login-bg.jpg) center/cover no-repeat;
    position: relative;
    z-index: 1;
    height: 100vh;
}

    .lock-screen .login-form {
        height: 100%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .lock-screen:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
        background: #272727;
        opacity: 0.7;
    }

.lock-form-head {
    text-align: center;
    background: #3644FF;
    padding: 40px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

    .lock-form-head h4 {
        color: #fff;
    }

/* ============================ */
/*            End Login
/* ============================ */
/* ============================ */
/*            Error
/* ============================ */
#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
}

    .notfound .notfound-404 {
        height: 280px;
        position: relative;
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-size: 230px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: url("../images/register-bg.jpg") no-repeat;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }

    .notfound h2 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 0;
    }

    .notfound p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .notfound a {
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        padding: 15px 30px;
        color: #fff;
        font-weight: 700;
        -webkit-box-shadow: 0px 4px 15px -5px #3644FF;
        box-shadow: 0px 4px 15px -5px #3644FF;
    }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 142px;
    }

        .notfound .notfound-404 h1 {
            font-size: 112px;
        }
}

/* ============================ */
/*            End Error
/* ============================ */
/* ============================ */
/*            Invoice
/* ============================ */
.invoice-head {
    margin-bottom: 30px;
    border-bottom: 1px solid #efebeb;
    padding-bottom: 20px;
}

    .invoice-head .iv-left span {
        color: #444;
    }

    .invoice-head span {
        font-size: 21px;
        font-weight: 700;
        color: #777;
    }

.invoice-address h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.invoice-address h5 {
    font-size: 17px;
    margin-bottom: 10px;
}

.invoice-address p {
    font-size: 15px;
    color: #555;
}

.invoice-date li {
    font-size: 15px;
    color: #555;
    font-weight: 700;
    margin-bottom: 5px;
}

.invoice-table .table-bordered td,
.invoice-table .table-bordered th {
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
    border-left: none !important;
    border-right: none !important;
}

.invoice-table tr td {
    color: #666;
}

.invoice-table tfoot tr td {
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
}

.invoice-buttons a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #815ef6;
    padding: 12px 19px;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-left: 6px;
}

    .invoice-buttons a:hover {
        background: #574494;
    }

/* ============================ */
/*            End Invoice
/* ============================ */
/* ====================== */
/*        Pricing         */
/* ====================== */
#mt_pricing .main_pricing_conatiner.highlight_pricing {
    background: #3644FF;
}

    #mt_pricing .main_pricing_conatiner.highlight_pricing:hover a {
        color: #FFFFFF;
        background: #212529 !important;
        transition: all 0.5s ease;
        text-shadow: initial;
        -ms-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61);
        -o-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61);
        -webkit-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61);
        -moz-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61);
        box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #mt_pricing .main_pricing_conatiner.highlight_pricing .price_listing ul li {
        color: #FFFFFF;
    }

        #mt_pricing .main_pricing_conatiner.highlight_pricing .price_listing ul li:before {
            background: #FFFFFF !important;
        }

    #mt_pricing .main_pricing_conatiner.highlight_pricing h2 {
        color: #FFFFFF !important;
    }

        #mt_pricing .main_pricing_conatiner.highlight_pricing h2 .price_icon i {
            color: #FFFFFF !important;
        }

    #mt_pricing .main_pricing_conatiner.highlight_pricing .price_tag {
        color: #FFFFFF !important;
    }

    #mt_pricing .main_pricing_conatiner.highlight_pricing .per_month {
        color: #FFFFFF !important;
    }

    #mt_pricing .main_pricing_conatiner.highlight_pricing .mt_btn_color {
        background: #FFFFFF;
        color: #212529;
    }

#mt_pricing .main_pricing_conatiner {
    background: #FFFFFF none repeat scroll 0 0;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
    -moz-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
    -o-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
    -ms-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
    box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
}

@media only screen and (max-width: 991px) {
    #mt_pricing .main_pricing_conatiner {
        margin-bottom: 40px;
    }
}

#mt_pricing .main_pricing_conatiner:hover a {
    color: #f9f9f9;
    background-color: #444444 !important;
    transition: all 0.5s ease;
    text-shadow: initial;
    -ms-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61);
    -o-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61);
    -webkit-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61);
    -moz-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61);
    box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61);
}

#mt_pricing .main_pricing_conatiner .price {
    padding: 35px 0 0;
    text-align: center;
    position: relative;
}

    #mt_pricing .main_pricing_conatiner .price h2 {
        font-weight: 500;
        margin-bottom: 5px;
        color: #212529;
    }

@media only screen and (max-width: 480px) {
    #mt_pricing .main_pricing_conatiner .price h2 {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
    }
}

#mt_pricing .main_pricing_conatiner .price h2 .price_icon {
    display: block;
    margin-bottom: 6px;
}

    #mt_pricing .main_pricing_conatiner .price h2 .price_icon i {
        color: #212529;
        font-size: 65px;
    }

#mt_pricing .main_pricing_conatiner .price .price_tag {
    font-size: 48px;
    font-weight: 500;
    color: #212529;
    position: relative;
}

@media only screen and (max-width: 480px) {
    #mt_pricing .main_pricing_conatiner .price .price_tag {
        font-size: 40px;
    }
}

#mt_pricing .main_pricing_conatiner .price .price_tag .currency {
    font-size: 28px;
    left: -18px;
    position: absolute;
}

#mt_pricing .main_pricing_conatiner .price .per_month {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212529;
}

#mt_pricing .main_pricing_conatiner .price_listing {
    padding: 25px 40px 8px;
}

    #mt_pricing .main_pricing_conatiner .price_listing ul {
        text-align: center;
    }

        #mt_pricing .main_pricing_conatiner .price_listing ul li {
            margin-bottom: 15px;
        }

            #mt_pricing .main_pricing_conatiner .price_listing ul li:before {
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

@media only screen and (max-width: 480px) {
    #mt_pricing .main_pricing_conatiner .price_listing {
        padding: 30px 10px 25px 10px;
    }
}

#mt_pricing .main_pricing_conatiner .choose_plan_btn {
    text-align: center;
    padding-bottom: 40px;
}

    #mt_pricing .main_pricing_conatiner .choose_plan_btn .mt_btn_white {
        background: #f9f9f9;
        height: 55px;
        line-height: 55px;
        padding: 0;
        text-align: center;
        width: 55px;
        border-color: #f9f9f9 !important;
        -webkit-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
        -moz-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
        -o-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
        -ms-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
        box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
    }

        #mt_pricing .main_pricing_conatiner .choose_plan_btn .mt_btn_white i {
            font-size: 45px;
        }

/* =========================== */
/*        End Pricing          */
/* =========================== */
/* ============================ */
/*            Profile
/* ============================ */
.profile_page .card {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.card-header {
    padding: 20px 25px;
    background-color: #fff;
}

.rounded-card img,
.user-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.user-img img {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.follow-btn button:first-child,
.user-about i {
    margin-right: 10px;
}

.card-block {
    padding: 1.25rem;
}

    .card-block.user-info {
        position: absolute;
        width: 100%;
    }

.profile-bg-img {
    width: 100%;
    height: 195px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

    .profile-bg-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

.user-title {
    position: relative;
    bottom: -50px;
}

    .user-title h2 {
        color: #fff;
        text-shadow: 1px 1px 4px #373a3c;
        font-size: 20px;
        margin-bottom: 0;
    }

.profile-image img {
    border: 4px solid #fff;
}

.user-info .media-body,
.user-info .media-left {
    display: table-cell;
    vertical-align: middle;
}

.cover-btn {
    bottom: 15px;
    right: 35px;
    position: absolute;
}

.cover-profile .profile-bg-img {
    margin-bottom: 25px;
}

.groups-contact span {
    float: right;
}

    .groups-contact span h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

@media screen and (max-width:991px) and (min-width:800px) {
    .my-font {
        font-size: 10px;
    }

    .low-padding {
        padding-left: 0px !important
    }

    .nav-item .nav-link span > .profile_name {
        font-size: 8px !important;
    }

    .mytop {
        font-size: 13px;
    }

    .submenu {
        margin-top: -35px;
    }
}

@media screen and (max-width:810px) and (min-width:577px) {
    .card-body {
        margin-top: 5px;
    }

    .my-btn {
        right: 3.25%;
    }
}


@media only screen and (max-width: 768px) {
    .main-content {
        min-height: calc(100vh - 4em !important);
    }

    .wizard > .steps > ul > li {
        float: inherit;
        width: 100%;
    }

    .my-btn {
        right: 3.25%;
    }

    figure.effect-steve h2 {
        margin-top: 0;
    }

    .cover-profile .profile-bg-img {
        height: 305px;
    }

    .cover-btn {
        float: none !important;
    }

    .card-block.user-info {
        position: inherit;
        text-align: center;
        margin-bottom: 20px;
    }

    .user-info .media-left,
    .user-info .media-body {
        display: block;
    }

    .cover-btn {
        position: inherit;
        float: none;
    }

        .cover-btn .btn:first-child {
            margin-right: 10px;
        }

    .user-info .user-title {
        position: initial;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #my-btn {
        right: 15% !important;
    }

    .my-btn {
        right: 2%;
        font-family: 'Cascadia Code' !important;
    }

    .scnbarcode {
        position: relative;
        z-index: 9;
        top: 3em;
        left: 80%;
    }

    .menu-title,
    .input-block .form-control,
    .k-combobox .k-dropdown-wrap .k-input,
    .k-dropdown .k-dropdown-wrap .k-input,
    th {
        font-size: var(--font-size) !important;
    }

    .my-font {
        font-size: 10px !important;
    }

    .lessfont,
    #lessfont {
        font-size: 8px !important;
    }

    .lessfont2,
    #lessfont2 {
        font-size: 8px !important;
    }

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li {
        width: auto !important;
        height: auto !important;
    }

    .k-calendar {
        border-color: rgba(0, 0, 0, .08);
        color: #656565;
        background-color: #fff;
        background-clip: padding-box;
    }

    .k-calendar {
        border-width: 4px !important;
        border-style: double !important;
        width: 330px !important;
        border-radius: 5px !important;
    }

        .k-calendar .k-calendar-monthview .k-link,
        .k-calendar .k-month .k-link {
            width: 2.42857143em !important;
            height: 2.42857143em !important;
            font-size: var(--font-size) !important;
        }

        .k-calendar .k-footer .k-nav-today {
            color: var(--color2) !important;
            font-size: var(--font-size) !important;
        }

        /*.k-calendar .k-footer>.k-state-disabled {
    font-size: 9px !important;
  }*/

        .k-calendar .k-calendar-view {
            width: 20em !important;
            height: 17em !important;
            position: relative;
            z-index: 1;
            overflow: hidden;
            margin: auto;
        }

    #lessmargin {
        margin-right: 6px !important;
    }

    .rt_nav_header.horizontal-layout .top_nav {
        height: 40px;
    }

    .card .card_title {
        font-size: var(--font-size) !important;
    }

    .my-btn,
    .btn2,
    #hoverIcon,
    .my-btn2 {
        font-size: 11px !important;
    }

    #profileDropdown .profile_name {
        font-size: 0px !important;
    }

    .nav-item .nav-link {
        padding: 10px 10px !important;
    }

    .low-padding {
        padding-left: 0px !important;
    }

    #fam {
        margin-top: 0px !important;
    }

    .k-pager-wrap .k-link {
        font-size: var(--font-size) !important;
        height: calc(1.42857143em + 6px) !important;
    }

    /*.k-grid td {
        line-height: 13px !important;
    }*/

    .k-grid .k-button,
    .k-grid .k-grid-toolbar > * {
        font-size: 10px !important;
    }

    .k-grid-header th.k-header > .k-link {
        font-size: 11px !important;
    }

    .mac .my-btn {
        width: 100% !important;
        top: 3em !important;
        right: 2em !important;
    }

    .ftc,
    .ctc {
        min-height: 13pc;
    }

    #xyz {
        padding: 0px !important;
        margin: 0px !important;
    }

    .rt_logo img {
        width: 30px;
    }
}

@media only screen and (max-width: 653px) {
    #profileDropdown .profile_name {
        font-size: 0px !important;
    }
}

/* ============================ */
/*            End Profile
/* ============================ */
/* ============================ */
/*            Home
/* ============================ */
.recent_activity small {
    font-size: 11px;
}

.stat-icon i {
    font-size: 36px;
}

.rt_icon_card {
    padding: 10px;
}

    .rt_icon_card span {
        font-weight: 600;
    }

    .rt_icon_card p {
        font-size: 16px;
        font-weight: 500;
    }

    .rt_icon_card .icon_rt {
        float: left;
        width: 60px;
        position: relative;
        z-index: 1;
        height: 60px;
        background: #3644FF;
        border-radius: 10px;
    }

        .rt_icon_card .icon_rt i {
            line-height: 60px;
            margin-bottom: 0;
            font-size: 38px;
            color: #fff;
        }

.traffic-sales-amount {
    float: right;
    color: #3d405c;
}

/* ============================ */
/*            End Home
/* ============================ */
/* ========================================= */
/* 		   	   Dark Theme Styling	     	 */
/* ========================================= */
body.darker {
    background: #1c1c2f;
    color: #fff;
}

.darker .main-content,
.darker .jsgrid-filter-row > .jsgrid-cell {
    background: #1c1c2f;
    color: #fff;
}

.darker .rt_nav_header.horizontal-layout .nav-bottom,
.darker .rt_nav_header.horizontal-layout .top_nav,
.darker .footer-area,
.darker .header-area {
    background: #1c1c35;
    border-bottom: 1px solid #32365a;
}

.darker .dropdown-item:focus,
.darker .dropdown-item:hover {
    background: #1c1c35;
}

.darker .card-header,
.darker .card-header a {
    background-color: #1c1c35;
    color: #fff;
}

    .darker .card-header:before,
    .darker .card-header a:before {
        color: #fff;
    }

.darker .header-area .nav-btn span {
    background: #fff;
}

.darker .accordion .card-body,
.darker .page-item.disabled .page-link {
    background: #212143;
}

.darker .dropdown-divider,
.darker .table thead th,
.darker .table td,
.darker .table th,
.darker .accordion .card-body,
.darker .team_member,
.darker .modal-header,
.darker .modal-footer,
.darker .page-link,
.darker .popover-header,
.darker .grid-col,
.darker .fw-icons,
.darker .et-examples .box1 span,
.darker .et-examples .box1,
.darker .dropzone.dropzone-light,
.darker .form-control,
.darker .custom-select,
.darker .input-group-text,
.darker .custom-file,
.darker .custom-file-label,
.darker .jsgrid .jsgrid-edit-row input[type='text'],
.darker .jsgrid .jsgrid-edit-row input[type='number'],
.darker .jsgrid .jsgrid-edit-row input[type='password'],
.darker .jsgrid .jsgrid-edit-row input[type='tel'],
.darker .jsgrid .jsgrid-edit-row input[type='email'],
.darker .jsgrid .jsgrid-edit-row select,
.darker .jsgrid .jsgrid-edit-row textarea,
.darker .jsgrid .jsgrid-filter-row input[type='text'],
.darker .jsgrid .jsgrid-filter-row input[type='number'],
.darker .jsgrid .jsgrid-filter-row input[type='password'],
.darker .jsgrid .jsgrid-filter-row input[type='tel'],
.darker .jsgrid .jsgrid-filter-row input[type='email'],
.darker .jsgrid .jsgrid-filter-row select,
.darker .jsgrid .jsgrid-filter-row textarea,
.darker .jsgrid .jsgrid-insert-row input[type='text'],
.darker .jsgrid .jsgrid-insert-row input[type='number'],
.darker .jsgrid .jsgrid-insert-row input[type='password'],
.darker .jsgrid .jsgrid-insert-row input[type='tel'],
.darker .jsgrid .jsgrid-insert-row input[type='email'],
.darker .jsgrid .jsgrid-insert-row select,
.darker .jsgrid .jsgrid-insert-row textarea,
.darker .invoice-head,
.darker .mail_tabs,
.darker .mail_content,
.darker .header-area .search-box,
.darker .sidebar-menu .sidebar-header {
    border-color: #32365a !important;
}

    .darker .form-control,
    .darker .custom-select,
    .darker .custom-file,
    .darker .custom-file-label,
    .darker .jsgrid .jsgrid-edit-row input[type='text'],
    .darker .jsgrid .jsgrid-edit-row input[type='number'],
    .darker .jsgrid .jsgrid-edit-row input[type='password'],
    .darker .jsgrid .jsgrid-edit-row input[type='tel'],
    .darker .jsgrid .jsgrid-edit-row input[type='email'],
    .darker .jsgrid .jsgrid-edit-row select,
    .darker .jsgrid .jsgrid-edit-row textarea,
    .darker .jsgrid .jsgrid-filter-row input[type='text'],
    .darker .jsgrid .jsgrid-filter-row input[type='number'],
    .darker .jsgrid .jsgrid-filter-row input[type='password'],
    .darker .jsgrid .jsgrid-filter-row input[type='tel'],
    .darker .jsgrid .jsgrid-filter-row input[type='email'],
    .darker .jsgrid .jsgrid-filter-row select,
    .darker .jsgrid .jsgrid-filter-row textarea,
    .darker .jsgrid .jsgrid-insert-row input[type='text'],
    .darker .jsgrid .jsgrid-insert-row input[type='number'],
    .darker .jsgrid .jsgrid-insert-row input[type='password'],
    .darker .jsgrid .jsgrid-insert-row input[type='tel'],
    .darker .jsgrid .jsgrid-insert-row input[type='email'],
    .darker .jsgrid .jsgrid-insert-row select,
    .darker .jsgrid .jsgrid-insert-row textarea,
    .darker .mail_tabs li a {
        background-color: #32365a;
        color: #fff;
    }

.darker .table thead.bg-light th,
.darker .nofity-list .notify-thumb i {
    color: #444 !important;
}

.darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link,
.darker .rt_nav_header.horizontal-layout .menu_icon,
.darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a,
.darker .dropdown-menu,
.darker .dropdown-menu h1,
.darker .dropdown-menu h2,
.darker .dropdown-menu h3,
.darker .dropdown-menu h4,
.darker .dropdown-menu h5,
.darker .dropdown-menu h6,
.darker .dropdown-menu p,
.darker .dropdown-menu a,
.darker .dropdown-menu a i,
.darker .rt_subheader .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_separator,
.darker .country_vists .country_vists_item .country_vists_wrapper .country_vists_value,
.darker .dropdown-toggle.arrow-none.card-drop,
.darker .avg_sale_card p,
.darker .table td,
.darker .table th,
.darker .accordion .card-body,
.darker .accordion .card-body p,
.darker .card_with_image .blog_card_description .blog_data p,
.darker .text-muted,
.darker .pagination li a,
.darker .form-control-feedback,
.darker .invoice-date li {
    color: #959cb6 !important;
}

.darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover > .nav-link i,
.darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover > .nav-link .menu-title,
.darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading,
.darker .rt_subheader .rt_subheader_main .rt_breadcrumb .breadcrumb_link:hover,
.darker .rt_subheader .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_home_icon:hover i,
.darker .card .card_title,
.darker .country_vists .country_vists_title,
.darker .rt_subheader .rt_subheader_main .rt_subheader_title,
.darker .avg_sale_card h1,
.darker .avg_sale_card h4,
.darker .table thead th,
.darker .card_with_image .blog_card_date h3,
.darker .card_with_image .blog_card_description .blog_data h3,
.darker .image_card .card_title,
.darker p,
.darker .team_member .member_name span,
.darker .team_member ul li i,
.darker .article_card h5,
.darker .article_card h3 a,
.darker .article_card footer .date,
.darker .article_card footer .icons,
.darker .nav-tabs .nav-link,
.darker .blockquote-footer,
.darker .close,
.darker .popover-body,
.darker .grid-col,
.darker .fw-icons a,
.darker .icon-section .icon-container span.icon-name,
.darker .icon-laptop:before,
.darker .et-examples .box1,
.darker .swal2-popup .swal2-title,
.darker .swal2-popup #swal2-content,
.darker .swal2-popup .swal2-input,
.darker .input-group-text,
.darker .dataTables_wrapper .dataTables_length,
.darker .dataTables_wrapper .dataTables_filter,
.darker .dataTables_wrapper .dataTables_info,
.darker .dataTables_wrapper .dataTables_processing,
.darker .dataTables_wrapper .dataTables_paginate,
.darker .invoice-head .iv-left span,
.darker .invoice-head span,
.darker #mt_pricing .main_pricing_conatiner .price h2 .price_icon i,
.darker #mt_pricing .main_pricing_conatiner .price h2,
.darker #mt_pricing .main_pricing_conatiner .price .price_tag,
.darker #mt_pricing .main_pricing_conatiner .price .per_month,
.darker .form-gp input,
.darker .header-area .search-box form input {
    color: #fff !important;
}

    .darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link .menu-title,
    .darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link i,
    .darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link .menu-arrow,
    .darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a:hover i,
    .darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a:hover,
    .darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li.active a,
    .darker .image_card .card_author,
    .darker .team_member .member_name h3,
    .darker .fw-icons a i,
    .darker label,
    .darker .notification-area li:hover > i,
    .darker .dropdown.show > i {
        color: #fff !important;
        font-weight: bold !important;
    }

.darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu,
.darker .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu,
.darker .dropdown-menu,
.darker .total_sales_sec,
.darker .list-group-item,
.darker .page-link,
.darker .popover-header,
.darker .grid-col,
.darker table.dataTable thead th,
.darker table.dataTable thead td,
.darker .jsgrid-header-row > .jsgrid-header-cell,
.darker .jsgrid-row > .jsgrid-cell,
.darker #mt_pricing .main_pricing_conatiner,
.darker .login-form-body,
.darker .mail_tabs li.active a,
.darker .mail_tabs li a:hover,
.darker .mail_content,
.darker .metismenu > li:hover > a,
.darker .metismenu > li.active > a svg,
.darker .metismenu > li.active > a {
    background: #181831;
}

.darker .input-group-text {
    background: #181831 !important;
}

.darker .lock-screen .login-form {
    background: transparent;
}

.darker .dropzone {
    background: #181831 !important;
}

.darker .rt_subheader,
.darker .card,
.darker .card_with_image,
.darker .image_card .card__info,
.darker .team_member,
.darker .article_card figcaption,
.darker .modal-content,
.darker .popover,
.darker .swal2-popup,
.darker table.dataTable tbody tr,
.darker .jsgrid-alt-row > .jsgrid-cell,
.darker .login-form,
.darker .sidebar-menu,
.darker .sidebar-menu .sidebar-header,
.darker .nofity-list a:hover {
    background: #242742;
}

.darker .total_sales_sec p,
.darker .total_sales_sec span,
.darker .total_sales_sec h1,
.darker .total_sales_sec .h1,
.darker .total_sales_sec h2,
.darker .total_sales_sec .h2,
.darker .total_sales_sec h3,
.darker .total_sales_sec .h3,
.darker .total_sales_sec h4,
.darker .total_sales_sec .h4,
.darker .total_sales_sec h5,
.darker .total_sales_sec .h5,
.darker .total_sales_sec h6,
.darker .total_sales_sec .h6,
.darker .total_sales_sec small {
    color: #959cb6 !important;
}

.darker .recent_activity p,
.darker .recent_activity span,
.darker .recent_activity h1,
.darker .recent_activity .h1,
.darker .recent_activity h2,
.darker .recent_activity .h2,
.darker .recent_activity h3,
.darker .recent_activity .h3,
.darker .recent_activity h4,
.darker .recent_activity .h4,
.darker .recent_activity h5,
.darker .recent_activity .h5,
.darker .recent_activity h6,
.darker .recent_activity .h6,
.darker .recent_activity small {
    color: #959cb6 !important;
}

.darker h1,
.darker .h1,
.darker h2,
.darker .h2,
.darker h3,
.darker .h3,
.darker h4,
.darker .h4,
.darker h5,
.darker .h5,
.darker h6,
.darker .h6,
.darker cite {
    color: #fff;
}

.darker #country_map a {
    color: #959cb6 !important;
}

.darker .team_member ul li:hover {
    background: transparent;
    border-color: transparent;
}

/*# sourceMappingURL=style.css.map */
.fg-red {
    color: red !important
}

.fg-green {
    color: green !important
}

.fg-white {
    color: white !important
}

.k-grid-Edit, .k-grid-edit {
    transition: 1s ease;
    background: var(--text-50) !important;
    border: 1px solid var(--primary-100) !important;
    color: var(--primary-400) !important
}

    .k-grid-Edit:hover, .k-grid-edit:hover {
        transition: 1s ease;
        color: var(--text-50) !important;
        border: 1px solid var(--primary-500) !important;
        background: var(--primary-400) !important;
        transform: scale(1.1)
    }

.k-grid-update {
    transition: 1s ease;
    background: #cffffe !important;
    border: 1px solid #2e9190 !important;
    color: #091515 !important
}

    .k-grid-update:hover {
        transition: 1s ease;
        color: var(--text-50) !important;
        background: #2e9190 !important;
        transform: scale(1.1)
    }

.btn_delete, .k-grid-Delete, .k-grid-delete, .k-grid-cancel {
    border: 1px solid #dea6a6 !important;
    background: #f8eded !important;
    color: #ff6347 !important;
    transition: 1s ease
}

    .k-grid-Delete:hover, .k-grid-delete:hover, .k-grid-cancel:hover {
        border: 1px solid #ff6347 !important;
        color: #f8eded !important;
        background: #ff6347 !important;
        transform: scale(1.1);
        transition: 1s ease
    }

.sup-red {
    color: red !important;
    font-size: 16px;
}

.input-validation-error {
    border-color: red;
}

.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
    padding: 0px 4px 0px 4px;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 6px 10px 6px 5px;
    }

.dropdown-footer {
    border-top: 1px solid;
}

.k-list-container > .k-footer {
    padding: 5px;
}

.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

#AccountId-list .k-item {
    /*line-height: 4px;
    min-width: 300px;*/
    height: auto !important;
}

.k-cell {
    white-space: pre-line !important
}

.k-numerictextbox .k-numeric-wrap {
    position: relative !important;
    left: 0px;
}

/* Material Theme padding adjustment*/

.k-material #AccountId-list .k-item,
.k-material #AccountId-list .k-item.k-state-hover,
.k-materialblack #AccountId-list .k-item,
.k-materialblack #AccountId-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#AccountId-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 10px 5px;
    font-family: 'Cascadia Code'
}

#AccountId-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#AccountId-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

.product-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, .2);
    margin-right: 5px;
}

.product-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.item-image-edit {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, .2);
    margin-right: 5px;
}

.upper {
    text-transform: uppercase;
}

.k-grid-toolbar {
    padding: 6px 6px !important;
}

.k-grid-edit-row > td > .text-box {
    margin-left: 0px !important;
}

.purchaseorder-document-edit {
    display: inline-block;
    width: 50%;
    height: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, .2);
    margin-right: 5px;
}

#AccountId-list .k-item > span {
    margin: 0px;
}

.k-combobox .k-dropdown-wrap .k-clear-value {
    top: 14px;
}



/*css for invoice*/
/*#invoice {
    padding: 30px;
}*/

.invoice {
    position: relative;
    background-color: #FFF;
    min-height: 680px;
    padding: 15px;
}

    .invoice #title {
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 20px;
        text-align: center
    }

    .invoice table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        /*margin-bottom: 20px*/
    }

        .invoice table td,
        .invoice table th {
            padding: 15px;
        }

        .invoice table th {
            white-space: nowrap;
            font-weight: 400;
            font-size: 16px;
            font-weight: bold;
        }

        .invoice table td h3 {
            margin: 0;
            font-weight: 400;
            color: #3989c6;
            font-size: 1.2em
        }

        .invoice table .qty,
        .invoice table .total,
        .invoice table .unit {
            text-align: right;
            font-size: 1.2em
        }

        .invoice table .no {
            color: #fff;
            font-size: 1.6em;
            background: #3989c6
        }

        .invoice table .unit {
            background: #ddd
        }

        .invoice table .total {
            background: #3989c6;
            color: #fff
        }

        .invoice table tbody tr:last-child td {
            border: none
        }

        .invoice table tfoot td {
            background: 0 0;
            border-bottom: none;
            white-space: nowrap;
            text-align: right;
            padding: 10px 20px;
            font-size: 1.2em;
            border-top: 1px solid #aaa
        }

        .invoice table tfoot tr:first-child td {
            border-top: none
        }

        .invoice table tfoot tr:last-child td {
            color: #3989c6;
            font-size: 1.4em;
            border-top: 1px solid #3989c6
        }

        .invoice table tfoot tr td:first-child {
            border: none
        }

    .invoice footer {
        width: 100%;
        /*text-align: center !important;*/
        color: #777;
        /*padding: 8px 0*/
    }

    .invoice #remarks,
    .invoice #amt {
        padding-bottom: 20px
    }

    .invoice #signiture {
        padding-bottom: 20px;
        text-align: right
    }

    .invoice #stamp {
        padding-top: 30px;
        text-align: right
    }

/*.invoice main {
        padding-bottom: 50px;
    }*/

@media print {
    tbody tr:nth-child(3) {
        line-break: anywhere !important;
    }

    #amtInNumber {
        border: 1px solid black !important;
    }

    .invoice {
        font-size: 11px !important;
        overflow: hidden !important
    }

        .invoice footer {
            position: absolute;
            bottom: 10px;
            page-break-after: always
        }

        .invoice > div:last-child {
            page-break-before: always
        }

    .lFont {
        font-size: 14px !important;
        font-weight: bold !important;
    }
}

.lFont {
    font-size: 14px !important;
    font-weight: bold !important;
}

.right-align {
    text-align: right;
}

bg-white {
    background-color: white !important;
}

.k-menu-link input[type='checkbox'] {
    margin-right: 4px;
}

.k-filter-menu .k-label input[type='checkbox'] {
    margin-right: 4px;
}

/*css for PurchaseOrderItem serial number*/
.k-grid tr {
    height: 30px;
    background: #0005790f;
}

.k-grid-header .k-header {
    background-color: var(--color1) !important;
    color: var(--color2);
}


.k-grid td {
    padding: .5px 6px !important;
}

.k-dropdowngrid-popup .k-grid-header .k-header,
.k-grid-list > .k-item > .k-cell {
    padding: 2px 6px;
    height: 16px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-heading {
    font-family: Poppins;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 75%;
    margin: 0 0 0 5px;
    min-height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    color: black;
    font-size: 10px;
}

.k-upload .k-upload-files .k-upload-status {
    right: 0;
    top: 0;
}

.file-size-heading {
    font-weight: normal;
    font-style: italic;
}

.f-e-edit .k-widget.k-upload.k-upload-sync {
    display: flex;
}

    .f-e-edit .k-widget.k-upload.k-upload-sync .k-dropzone {
        flex-basis: auto;
        width: 40%;
    }

.f-e-edit .k-upload .k-upload-button {
    padding: 5px;
}

    .f-e-edit .k-upload .k-upload-button span {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        white-space: break-spaces;
        font-size: 13px;
    }

.f-e-edit .k-upload-files.k-reset {
    width: 70%;
    flex-basis: auto;
}

    .f-e-edit .k-upload-files.k-reset li {
        margin: 0;
    }

        .f-e-edit .k-upload-files.k-reset li h4.file-heading.file-name-heading {
            margin-top: 0;
        }

.f-e-edit li.k-file div.file-wrapper {
    position: relative;
    height: auto;
    width: 100%;
}

#divOverlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--bookman) !important;
}

.progress-bar {
    height: 1px;
    background: rgb(0 5 121);
    width: 0%;
    z-index: 999;
}

a {
    color: var(--color10);
}

*,
body {
    font-family: Poppins,monospace;
    font-weight: 500;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: pointer !important;
    scroll-behavior: smooth;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(2 0 124) !important;
    border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(2, 0, 124, 0.623) !important;
    border-radius: 3px !important;
}

/* ::selection {
    color: var(--color10) !important;
    background: var(--color5) !important;
    font-weight: 500 !important;
} */
.k-virtual-content > .k-virtual-list > .k-virtual-item {
    /*position: relative !important;*/
    min-height: 25.2px !important;
    /*height: auto !important;*/
    /*transform:translate(-22.2px) !important;*/
}

.k-icon {
    font-size: var(--font-size) !important;
}

.nav-bottom {
    border-bottom: 1px solid var(--colorwhite) !important;
}

.rt_nav_header.horizontal-layout .nav-bottom {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.k-header {
    border-color: var(--btncolor) !important;
}

.nhead {
    text-transform: capitalize;
}

.k-chart {
    height: 300px;
    width: 100%;
}

.lfontsize {
    font-size: 30px !important;
}

.lfontsize2,
.lfontsize2 span {
    font-size: 14px !important;
}

.panel {
    display: none;
    position: fixed;
    z-index: 99;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    background: rgb(255 255 255 / 99%);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px grey;
    transition: all 0.2s linear;
}

.main-content {
    width: 100%;
    background: var(--color3);
    overflow-y: auto;
}

.k-dropdowngrid-popup .k-item.k-state-selected {
    font-weight: 800 !important;
    border-color: var(--trngreen);
    color: var(--headcolor2);
    background: var(--trngreen);
}

.card .card-body {
    padding: 5px 12px;
    min-height: calc(100vh - 11.1em);
}

.asterisk_input::after {
    content: "*";
    color: red;
    position: absolute;
    margin: -5px 0px 0px -8px;
    font-size: 20px;
    padding: 0 5px 0 0;
}

.k-grid tbody tr:hover {
    background-color: var(--trngreen);
}

.form-group textarea {
    width: 100%;
    background: var(--color5);
    font-size: var(--font-size) !important;
    padding: 0px 5px !important;
    color: var(--color9);
    font-weight: 500;
    font-family: sans-serif;
    overflow-y: auto !important;
}

.rt_nav_header.horizontal-layout .top_nav {
    background: #02007C;
    height: 42px;
}

.table-bordered td {
    font-size: 12px;
    font-weight: 300;
}

.table-bordered th {
    font-size: 12px;
    font-weight: 500;
}

.input-block .login-bg {
    border-right: 4px solid white;
    border-style: double;
}

.rt_nav_header.horizontal-layout .nav-bottom {
    background: var(--color4);
}

.form-gp label {
    top: 7px !important;
    font-family: var(--bookman) !important;
    z-index: -1;
    color: white !important;
    letter-spacing: 1px;
    left: 10px !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.new_head {
    text-transform: uppercase;
    text-align: center !important;
    font-size: 18px !important;
    color: #02007c;
    margin-bottom: 2px !important;
    /*line-height: 28px;*/
    width: 100%;
}

.k-textbox .k-icon {
    margin: -5px 0 0 !important;
}

.k-callout,
.k-grid .k-tooltip.k-tooltip-validation .k-callout-n {
    border-bottom-color: var(--color5);
}

.k-grid .k-tooltip.k-tooltip-validation {
    color: var(--color2) !important;
    background-color: var(--color5) !important;
}

.ad .my-btn {
    color: white !important;
}

.k-pager-wrap.k-pager-sm .k-pager-numbers {
    border-color: rgb(255 255 255 / 0%) !important;
    background-color: #f6f6f6 !important;
}

.mac {
    position: relative;
    /* top: 6em; */
    /* right: -2em !important; */
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li {
    width: 100% !important;
    /*height: 5vh !important;*/
}

table tr td {
    vertical-align: middle !important;
    padding: 1px 5px !important;
}

.ftc {
    overflow: hidden;
}

.custom-control-label {
    color: black !important;
    letter-spacing: 1px;
    font-size: var(--font-size) !important;
    font-family: sans-serif;
    font-weight: 500;
}

.k-grid-header th.k-with-icon .k-link {
    font-size: var(--font-size) !important;
    font-family: var(--bookman);
    font-weight: bold !important;
    color: white;
}

.k-upload-button span {
    font-size: 11px;
}

.form-gp input {
    font-family: var(--bookman) !important;
    color: white;
    caret-color: red;
    font-weight: 500;
    letter-spacing: 1px;
    background: #a52a2aa6 !important;
    border: none !important;
    padding-left: 10px;
}

.form-gp.focused label {
    top: -20px !important;
    z-index: 1 !important;
    color: var(--brown) !important;
    font-weight: 600;
    letter-spacing: 1px;
    left: 10px !important;
}

.form-gp i {
    color: white !important;
    padding: 7px !important;
    background: brown !important;
    right: 0px !important;
    bottom: 0px !important;
}

.flex {
    display: flex !important;
}

.login-form {
    background: radial-gradient(#760300a6, #1a2537b5);
    box-shadow: 0px 5px 20px #363434 !important;
}

.k-grid tbody .k-button {
    min-width: 23px !important;
}

.k-command-cell {
    text-align: center !important;
}

/* form {
    background: #00000012 !important;
} */

.login-form-body {
    background: #ffffff47;
    border-radius: 10px;
    box-shadow: 0px 5px 20px #363434 !important;
}

#myTab .nav-item {
    width: 16.6% !important;
}

    #myTab .nav-item .nav-link {
        font-family: inherit !important;
    }

.k-footer .dropdown-footer {
    display: flex;
}

    .k-footer .dropdown-footer .btn {
        background: white !important;
        border: none !important;
        box-shadow: none !important;
        color: var(--color9) !important;
        justify-content: space-between !important;
        font-family: 'Cascadia Code';
    }

.btn {
    background: white !important;
    border: none !important;
    /*box-shadow: 0px 5px 20px #363434 !important;*/
    color: black;
}

#xyz thead tr:first-child {
    background: #02007c;
    color: white;
}

#xyz thead tr td:first-child input {
    color: darkblue !important
}

.k-i-calendar {
    font-size: 14px !important;
}

.accordion.accordion-style-2 .card-header a:before {
    font-size: 20px !important;
    rotate: 180deg !important;
    top: 0px !important;
    transform: translate(0, 0%) !important;
}

.submit-btn-area {
    position: relative;
    width: 60%;
    /*z-index: -1;*/
    top: -15px;
    left: 6em;
}

.k-grid tr.k-state-selected > td {
    color: var(--color9) !important;
    background: none;
}

.login-left h1 {
    position: relative;
    font-family: var(--bookman) !important;
    font-weight: 500;
    color: #1a2537 !important;
    font-size: 38px;
}

    .login-left h1::before {
        content: "";
        position: absolute;
        width: 50px;
        left: 10%;
        bottom: 0%;
        height: 2px;
        background: linear-gradient(88deg, #760300f2, #1a2537);
    }

    .login-left h1::after {
        content: "";
        position: absolute;
        width: 0;
        left: 23%;
        bottom: 0%;
        height: 2px;
        background: linear-gradient(270deg, #760300f2, #1a2537);
        transition: 0.5s all linear;
    }


    .login-left h1:hover::after {
        width: 70%;
        transition: 0.5s all linear;
    }


.k-grid .k-button,
.k-grid .k-grid-toolbar > * {
    margin: 0px 5px;
    font-weight: 500;
    font-size: 12px;
    font-family: ''Cascadia Code', sans-serif;o Monospace';
}

form img {
    position: absolute;
    left: 35%;
    top: -20%;
}

.primary-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: var(--color2) !important;
}

.btn:hover {
    color: var(--brown) !important;
}

.login-overlay {
    background: rgb(173 173 179 / 70%);
}

.file-wrapper .file-name-heading {
    margin-top: 0px !important;
}

.k-upload-files {
    width: 100%;
    min-height: 30px;
    background: var(--color5) !important;
}

.k-upload .k-upload-files .k-file {
    padding: 0px 5px !important;
}

#xyz thead {
    display: block !important;
}

.mytop {
    position: relative;
    text-transform: uppercase;
    color: var(--colorwhite);
    line-height: 0px;
    font-size: 18px;
}

.mob-head-logo .mytop {
    color: white;
    font-weight: 800;
    text-shadow: 0 0 20px white;
}

.main-head {
    font-size: 20px;
    color: #000072;
    border-left: 4px solid;
    border-style: dotted;
    padding-left: 8px;
}

.k-grid-toolbar {
    background-color: var(--color5);
}


.k-datepicker .k-select,
.k-datetimepicker .k-select,
.k-timepicker .k-select {
    /* background: var(--color6); */
    /* color: var(--color2) !important; */
}

.k-datepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-dropdown .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap {
    background-color: var(--color5) !important;
    border: none !important;
}

.k-list-optionlabel.k-state-hover.k-state-selected,
.k-list-optionlabel:hover.k-state-selected {
    color: var(--color2) !important;
    background-color: var(--trngreen) !important;
}

.k-list-optionlabel.k-state-selected {
    color: midnightblue !important;
    background-color: var(--color3) !important;
    font-family: 'Cascadia Code';
    font-weight: 800;
}

.k-listbox .k-item,
.k-popup .k-list .k-item {
    font-weight: 500;
}
/*1412*/
.show2 {
    display: block !important;
    position: absolute !important;
    z-index: 99;
    right: 0px;
    top: -45px;
    width: 33%;
    transition: .5s all linear;
}

.k-list .k-item.k-state-selected {
    background: var(--trngreen) !important;
    color: var(--color9) !important;
    font-weight: bolder !important;
}

#actionList, #actionListLeadhistory {
    position: absolute;
    left: 12px;
    margin-top: 6.7em !important;
    padding: 0;
    transition: 0.3s ease all;
    z-index: 9;
}

#actionListLeadhistory {
    margin-top: 3.4em !important;
}

.pl-6 {
    padding-left: 3.5em !important;
}

.badge {
    font-family: 'Cascadia Code'
}

#actionList li, #actionListLeadhistory li {
    list-style-type: none;
}

    #actionList li a, #actionListLeadhistory li a {
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #d8b9fc;
        margin-bottom: 1px;
        border-radius: 2px;
        color: #1b1926;
    }

        #actionList li a:hover, #actionListLeadhistory li a:hover {
            background-color: var(--color6);
            color: white;
        }

    #actionList li a, #actionListLeadhistory li a {
        background-color: var(--color5);
        color: var(--color2);
        border: 1px solid;
    }

.k-datepicker .k-select,
.k-select {
    background-image: radial-gradient(#ffffff,#dbd6e2) !important;
    color: #5e5e6f !important;
    /* background: var(--color1); */
}

.k-datepicker .k-picker-wrap.k-state-hover .k-select,
.k-datepicker .k-picker-wrap:hover .k-select,
.k-datetimepicker .k-picker-wrap.k-state-hover .k-select,
.k-datetimepicker .k-picker-wrap:hover .k-select,
.k-timepicker .k-picker-wrap.k-state-hover .k-select,
.k-timepicker .k-picker-wrap:hover .k-select {
    border-color: var(--color6);
    color: var(--colorwhite) !important;
    background-color: var(--color2) !important;
}

.k-datepicker .k-picker-wrap.k-state-hover,
.k-datepicker .k-picker-wrap:hover,
.k-datetimepicker .k-picker-wrap.k-state-hover,
.k-datetimepicker .k-picker-wrap:hover,
.k-timepicker .k-picker-wrap.k-state-hover,
.k-timepicker .k-picker-wrap:hover {
    border-color: rgba(0, 0, 0, .15);
    color: var(--color1);
    font-weight: 600;
    background-color: var(--color4);
}

.k-dropdown .k-dropdown-wrap .k-input {
    padding: 0px !important;
    font-size: var(--font-size) !important;
}

::placeholder {
    color: var(--color9) !important;
}

.k-combobox .k-dropdown-wrap {
    border-color: var(--color6) !important;
    color: var(--color9);
    background-color: var(--color5);
    background-clip: padding-box;
    border: none !important;
}

.tooltip-inner {
    font-family: 'Cascadia Code' sans-serif !important;
    background: var(--color2) !important;
    color: var(--color4) !important;
    font-size: 10px !important;
    font-weight: 400 !important;
}


.card-body .col-md .my-btn {
    top: 3px !important;
    right: 10px;
}

.card .card_title {
    margin-bottom: 2px !important;
    font-size: clamp(12px,1vw,1.75vw) !important;
    font-family: var(--bookman) !important;
    font-weight: 600;
    color: rgb(2, 0, 124) !important;
    white-space: nowrap
}

.form-control,
.form-control[readonly] {
    background: var(--color5);
}

    .form-control:active,
    .form-control:focus {
        color: #0f17ff;
        font-weight: 600;
    }

.btn-sm {
    padding: 5px !important;
}

.table {
    margin-bottom: 0px !important;
}

.my-btn {
    position: absolute;
    right: 2%;
    padding: 1px 15px;
    color: var(--color2) !important;
    transition: 0.25s all linear;
    font-size: var(--font-size) !important;
    font-weight: 300 !important;
    background: var(--color5);
    z-index: 9;
    font-family: "Zen Kaku Gothic New",sans-serif;
    white-space: nowrap
}

ul li .my-btn {
    position: relative !important;
}

#xyz td input {
    width: 100%;
}

.my-btn2 {
    position: relative;
    padding: 0 15px;
    color: var(--color2) !important;
    transition: 0.25s all linear;
    font-size: 11px !important;
    font-weight: 600;
    top: 5px;
    background: var(--color5);
}

    .my-btn2:after {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        width: 10px;
        height: 10px;
        border-top: 2px solid rgb(12 72 249);
        border-left: 2px solid rgb(12 72 249);
        transition: all 0.25s;
    }

    .my-btn2:before {
        content: "";
        position: absolute;
        bottom: -5px;
        right: -5px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid rgb(12 72 249);
        border-right: 2px solid rgb(12 72 249);
        transition: all 0.25s;
    }

    .my-btn2:hover:after,
    .my-btn2:hover:before {
        width: 115%;
        height: 190%;
        transition: 0.25s all linear;
    }

.my-btn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: -5px;
    border-top: 2px solid;
    border-left: 2px solid;
    transition: all 0.25s;
}

.my-btn::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -5px;
    right: -5px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transition: all 0.25s;
}

.my-btn:hover:after,
.my-btn:hover:before {
    width: 108%;
    height: 160%;
    transition: 0.25s all linear;
    border-color: rgb(12 72 249);
}

.my-btn:hover,
.my-btn2:hover {
    background: var(--color6);
    color: white !important;
    transition: 0.25s all linear;
    font-weight: 500 !important
}

.my-btn:hover {
    background: var(--color2) !important;
    COLOR: WHITE !IMPORTANT;
    box-shadow: 0px 0px 5px cornflowerblue;
}

.k-grid-header .k-header {
    background-color: #02007c !important;
    font-family: var(--bookman);
    font-weight: bold !important;
    font-size: var(--font-size) !important;
    color: white !important;
}

.input-block .form-control {
    height: 27px !important;
}

.bg-light-color1 {
    background-color: #ebdcfd;
    font-weight: 600;
    border-radius: 5px;
    padding: 2px;
}

h2.bg-light-color1 > .my-btn, .h6.bg-light-color1 > .my-btn {
    /*margin: 2px !important;*/
    white-space: nowrap
}

h2 strong {
    font-family: initial;
    font-size: initial;
}

.k-grid td b {
    color: var(--color9);
    border-color: #651c6a57;
    font-size: var(--font-size);
    font-family: "Zen Kaku Gothic New",sans-serif;
}

.k-grid td {
    color: var(--tdColor);
    border-color: var(--text-200);
    font-size: var(--font-size);
    font-family: "Zen Kaku Gothic New",sans-serif;
    border-width: 0 1px 1px 0 !important;
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li.active a,
.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link .menu-title {
    color: navy;
}

.rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
    padding: 0px !important;
    top: 115% !important;
}

.k-datepicker {
    height: 27px;
    width: 100%;
}

.input-block .form-control {
    color: var(--color9) !important;
    font-size: var(--font-size) !important;
    font-weight: 500 !important;
    font-family: sans-serif;
}

.h44,
.h4 {
    font-size: 20px !important;
    color: rgb(2, 0, 124);
    font-family: var(--bookman) !important;
    font-weight: 700;
    text-transform: uppercase;
}

.k-dropdown-wrap {
    height: 27px;
    border: 1px solid var(--color2) !important;
}

#my-btn {
    text-shadow: none;
    position: absolute;
    right: 10%;
    top: 5px;
}

.card_title {
    color: var(--font-color) !important;
}

.k-dropdown .k-dropdown-wrap .k-input,
.k-dropdowntree .k-dropdown-wrap .k-input {
    padding: 0px !important;
    font: var(--bookman) !important;
    font-size: var(--font-size) !important;
    background: var(--color5);
    font-weight: 500 !important;
    color: var(--color9) !important;
    margin: auto !important;
    border: none !important;
    font-family: sans-serif !important;
}

.text-hide {
    display: none;
}

.main-content-inner {
    /*padding: 0px !important;*/
    overflow-x: hidden;
}

.k-combobox .k-dropdown-wrap .k-input {
    height: auto !important;
    font-size: var(--font-size);
    font-weight: 500;
    font-family: sans-serif;
}

.form-control span {
    font-size: var(--font-size) !important;
    font-weight: 500;
    font-family: sans-serif;
}

.mt-sm-3,
.my-sm-3 {
    margin-top: 4px !important;
}

.k-datepicker .k-picker-wrap .k-input {
    padding: 0px !important;
    font-size: var(--font-size) !important;
    color: var(--color9) !important;
    background: var(--color5);
    height: 25px !important;
    font-weight: 500;
    font-family: sans-serif;
}

.k-grid tr.k-alt {
    background-color: #00653f0d;
}

th {
    font-size: var(--font-size) !important;
}

.k-dropdown-wrap {
    border-color: var(--color2) !important;
}

.k-widget {
    border: none !important;
}

#deskhide {
    display: none;
}

.nav-link i {
    color: var(--color9) !important;
}

.menu-title {
    font-weight: bold !important;
}

.disabled1 {
    pointer-events: none !important;
}

.nav-item:hover > .nav-link .menu-title {
    color: var(--color2) !important;
}

.k-upload .k-upload-button {
    min-width: 100% !important;
}

.k-upload .k-dropzone {
    padding: 0px !important;
}

.category-heading,
.k-header {
    color: var(--color2) !important;
    border-bottom: 1px solid var(--color2);
    font-weight: bolder !important;
    font-size: 11px !important;
}

.mycolor {
    font-family: var(--bookman) !important;
    border: 3px solid #e9dafb;
    border-radius: 5px;
    /* text-shadow: 0px 1px var(--color4); */
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    letter-spacing: 1px;
    border-style: double;
    font-weight: 700;
    /* background: var(--trngreen)!important; */
    font-size: var(--font-size) !important;
    color: black;
}

.k-calendar .k-state-selected .k-link {
    border-color: var(--color10) !important;
    color: var(--color5) !important;
    background-color: var(--color10) !important;
}

.k-calendar .k-footer .k-nav-today:hover {
    color: var(--color3) !important;
}

.lp {
    font-size: 11px;
    height: 14px;
    text-align: left;
    font-family: 'Cascadia Code'
}

label b, .ftc div {
    font-family: Poppins;
    font-size: 11px;
}

.accordion-style-2 {
    border-bottom: none !important;
}

.k-pager-numbers .k-state-selected {
    color: white !important;
    background-color: var(--color2) !important;
}


.k-pager-numbers .k-link {
    color: var(--color2);
    border: 1px solid var(--color2) !important;
    height: calc(1.42857143em + 8px) !important;
}

.btn2 {
    padding: 0px;
    height: 25px !important;
    border: 2px solid var(--color6);
    color: var(--color2);
    width: 90%;
    position: relative;
    transition: all 0.5s linear;
    z-index: 1;
    padding-top: 1px;
    font-family: 'Cascadia Code';
}




    .btn2:after {
        width: 0%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: var(--color1);
        transition: all 0.5s linear;
        z-index: -1;
    }

    .btn2:hover:after {
        width: 100%;
        background: var(--color2);
        transition: all 0.5s linear;
        z-index: -1;
    }

    .btn2:hover {
        border: 3px solid var(--color7);
        color: white !important;
        transition: all 0.5s linear;
        border-style: double;
        font-weight: 500;
    }

.btn:hover > #hoverIcon {
    color: var(--color7) !important;
    transition: all 0.5s linear;
}

.k-grid-header .k-grid-filter:hover {
    color: var(--btncolor) !important;
    background: rgb(2 0 124);
}

.k-widget ::selection, .card_title::selection, .menu-title::selection, .span::selection, b::selection, .profile_name::selection, h1::selection, .h1::selection, h2::selection, .h2::selection, h3::selection, .h3::selection, h4::selection, .h4::selection, h5::selection, .h5::selection, h6::selection, .h6::selection, span::selection, .label::selection, b::selection, p::selection, path::selection {
    background-color: #FFD800 !important;
    color: red !important;
}

.k-pager-nav:hover {
    color: var(--color1) !important;
    background-color: #ededed !important;
}

.fg-white {
    color: black !important
}

.nav-item.nav-profile .profile_name {
    color: white !important;
}

.scnbarcode {
    position: relative;
    z-index: 9;
    top: 3.5em;
    left: 89%;
}



.k-calendar-container .k-calendar,
.k-datetime-container .k-calendar {
    border-width: 0;
}

.k-popup .k-calendar {
    height: 100%;
}

.k-popup > .k-widget {
    border-width: 0;
}

.k-popup .k-calendar {
    border: 0;
}

.k-calendar {
    border-color: rgba(0, 0, 0, .08);
    color: #656565;
    background-color: #fff;
    background-clip: padding-box;
}

.k-calendar {
    border-width: 4px !important;
    /*border-style: double !important;*/
    width: 190px !important;
    border-radius: 5px !important;
}

    .k-calendar .k-calendar-monthview .k-link,
    .k-calendar .k-month .k-link {
        width: 2.42857143em !important;
        height: 2.42857143em !important;
        font-size: 10px !important;
    }

    .k-calendar .k-footer .k-nav-today {
        color: var(--color2) !important;
        font-size: 11px !important;
    }

.k-combobox .k-dropdown-wrap .k-clear-value {
    right: calc(1.42857143em + 0px) !important;
}

.k-calendar .k-calendar-view {
    width: 16em !important;
    height: 18em !important;
}

.k-grid-header .k-grid-filter.k-state-active {
    border-radius: 20%;
    background-color: white;
    color: midnightblue !important;
    width: 20px;
    height: 20px;
    bottom: 32%;
    right: 10px;
}

.k-grid .k-grid-filter {
    color: #fdf7ff
}

.modal-header .close span {
    font-size: 30px !important;
}

/*======================================================== new css end ====================================================*/
/*======================================================== new responsive css start ====================================================*/
@media only screen and (max-width: 1100px) {
    .login-form form {
        padding: 65px 30px 20px !important;
    }

        .login-form form img {
            top: 2% !important;
            left: 41%;
        }

    .login-form-body {
        padding: 60px;
    }

    .submit-btn-area {
        left: 12em;
    }
}

@media only screen and (width:1008px) {
    * {
        font-size: 10px;
    }
}

#xyz thead tr th:first-child input, #xyz thead tr td:first-child input {
    width: 80px !important;
}

@media only screen and (width:1024px) {
    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 11px;
    }

    .k-upload-button span {
        font-size: 10px !important;
    }

    label b, .ftc div, .k-grid-header .k-header {
        font-size: 10px !important;
    }

    .btn2 {
        line-height: 24px !important;
    }

    .new_head {
        font-size: 16px !important;
        line-height: 24px;
    }

    .form-control span, .form-group textarea, .k-grid .k-button, .k-grid .k-grid-toolbar > *, .custom-control-label {
        font-size: var(--font-size) !important;
    }

    .ftc label {
        font-size: var(--font-size) !important;
        padding: 0px 0px 0px 5px !important
    }

    .lp {
        font-size: 9px;
        padding-right: 0px !important;
    }

    .dec {
        background: #f2f2f8;
        width: 95%;
        padding-left: 2px;
    }

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
        top: 200% !important;
    }

    .submenu {
        margin-top: -35px;
    }

    .lfontsize {
        font-size: 20px !important;
    }

    .lfontsize2, .lfontsize2 span {
        font-size: 11px !important;
    }

    .nav-item .nav-link {
        padding: 0px 4px !important;
    }

    .printBtn {
        right: 20% !important;
    }
}

.dec {
    background: #f2f2f8;
    width: 100%;
    padding-left: 2px;
    border:none !important;
    line-height:1 !important;
    padding:0px !important
}

.accordion-style-2 .card {
    margin: 0px !important;
}

@media screen and (max-width:1024px) {
    #my-btn {
        right: 13% !important;
    }

    #lessfont,
    #lessfont2,
    .mytop {
        font-size: 10px;
    }


    #my-btn {
        right: 11% !important;
    }

    .input-block .form-control,
    .k-combobox .k-dropdown-wrap .k-input,
    .k-dropdown .k-dropdown-wrap .k-input,
    th, ul li, .k-grid-header th.k-with-icon .k-link, .k-input, .k-textbox > input {
        font-size: 11px !important;
    }

    .card {
        margin: 0px auto;
    }

    .btn2 {
        width: 100% !important;
    }

    .nav-item .nav-link {
        padding: 8px 4px !important;
    }

        .nav-item .nav-link span {
            font-size: 10px;
        }

    .submenu-item .nav-item > .nav-link {
        padding: 2px 4px !important;
    }

    .ion-code {
        margin-right: 5px !important;
    }

    .k-calendar {
        border-color: rgba(0, 0, 0, .08);
        color: #656565;
        background-color: #fff;
        background-clip: padding-box;
    }

    .k-calendar {
        border-width: 4px !important;
        border-style: double !important;
        width: 135px !important;
        border-radius: 5px !important;
    }

        .k-calendar .k-calendar-monthview .k-link,
        .k-calendar .k-month .k-link {
            width: 0.42857143em !important;
            height: 0.42857143em !important;
            font-size: 8px !important;
        }

        .k-calendar .k-footer .k-nav-today {
            color: var(--color2) !important;
            font-size: 8px !important;
        }

        /* .k-calendar .k-footer>.k-state-disabled {
    font-size: 8px !important;
  }*/

        .k-calendar .k-calendar-view {
            width: 8em !important;
            height: 8em !important;
            position: relative;
            z-index: 1;
            overflow: hidden;
            margin: auto;
        }

        .k-calendar .k-month td {
            width: 0.428571em;
            height: 0.428571em;
        }

    .k-nav-fast {
        font-size: 10px !important;
    }

    .mac {
        position: relative;
        top: 2em;
        right: 0em !important;
    }


    #lm {
        margin-top: 0px !important
    }

    #lm {
        margin-bottom: 5px !important
    }

    .ftc,
    .ctc {
        min-height: 13pc;
    }

    .mac .my-btn {
        width: 100% !important;
        top: 3em
    }
}

@media screen and (max-width:1120px) and (min-width:1070px) {
    .mytop {
        font-size: 16px;
    }
}

@media screen and (max-width:1071px) and (min-width:992px) {
    .mytop {
        font-size: 13px;
    }

    .lessfont, .lessfont2 {
        font-size: 11px !important;
    }
}

@media screen and (max-width:991px) and (min-width:800px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
        top: 200% !important;
    }

    #mobChanger .w-74 {
        width: 73% !important;
    }

    #my-btn {
        right: 15% !important;
    }

    .profile_name {
        background: #c57f2a;
        padding: 10px 5px;
        border-radius: 10px;
    }
}

@media only screen and (max-width:800px) and (min-width:600px) {
    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
        top: 200% !important;
    }

    .my-btn {
        right: 3% !important
    }
}

@media screen and (max-width:845px) {
    .mytop {
        font-size: 12px;
    }

    #mobChanger .w-74 {
        width: 73% !important;
    }

    #lessmargin, .nav-profile {
        margin-left: 0px !important
    }

    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo img {
        max-width: 35px !important;
        height: 35px !important;
    }


    .profile_name {
        font-size: 0px !important;
        background: #c57f2a !important;
        padding: 10px 0px !important;
    }

    .printBtn {
        right: 25% !important;
    }
}

@media (max-width:768px) {
    .profile_name {
        background: none !important;
    }

    .profile_name {
        background: #c57f2a !important;
        padding: 10px 0px !important;
    }

    .k-popup-flush {
        width: 100% !important;
        left: 0px !important;
    }

    .rt_nav_header.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
        top: 0% !important
    }

    #my-btn {
        right: 15% !important;
    }

    #mobChanger .w-74 {
        width: 73% !important;
    }

    .nav-item .nav-item .nav-link {
        padding: 10px 5px !important;
    }
}

@media (max-width: 576px) {
    #adpad {
        padding: 0px !important;
    }

    .printBtn {
        width: 100% !important;
        position: static !important;
        margin-bottom: 5px !important;
    }

    .my-font {
        font-size: 8px !important;
    }

    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper {
        width: auto !important;
        padding: 0 !important;
    }

    #deskhide {
        display: block !important;
    }

    #mobhide {
        display: none !important;
    }


    .text-hide {
        display: block;
        color: white;
        cursor: pointer !important;
    }

    .nav-profile {
        position: absolute !important;
        z-index: 99;
        /*width: 40px;*/
        right: 0;
        bottom: 30px;
        transition: .5s all linear;
    }

    .rt_nav_header.horizontal-layout .top_nav {
        height: 50px;
    }


    div.k-grid-header {
        padding-right: 12px !important;
    }

    /*.k-grid-content {
        margin-top: -5px !important;
    }*/

    .submenu-item {
        display: none;
    }
}

@media screen and (max-width:530px) {
    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown {
        top: 180% !important;
        width: 240px !important;
    }

    #mobChanger .list-inline-item, #mobChanger .list-inline-item h5 {
        width: 100% !important;
        text-align: center !important;
    }

    .card {
        margin: 15px auto !important
    }

    .mobchanger2, .mobchanger2 li, .mobchanger2 li ul li, .mobchanger2 li ul {
        display: block !important;
        width: 100% !important;
    }

    .mrel {
        position: relative;
    }

    .card-body .col-md .my-btn {
        top: 10px !important;
    }

    .card .card-body {
        padding: 5px 12px;
        min-height: calc(100vh - 11.1em)
    }

    #myTab .nav-item {
        width: 50% !important;
    }

    .k-popup-flush {
        width: 95% !important;
        left: 0px !important;
    }

    #mob-hide {
        display: none;
    }

    .col-mb-5 {
        margin-bottom: 3rem
    }

    .mbw-50 {
        width: 49%;
        position: relative;
        display: inline-block;
        text-align: center;
        margin: 2px auto;
    }

    #myTab .nav-item {
        width: 50% !important;
    }

    .mbblock {
        display: block !important
    }

    .mb-text-right {
        text-align: left !important
    }

    #mob-hide {
        display: none;
    }


    .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
        padding: 10px !important;
    }

    .new_head {
        width: 100% !important;
        position: relative !important;
        top: 0px !important;
    }

    .k-pager-wrap.k-pager-sm .k-pager-info,
    .k-pager-wrap.k-pager-sm .k-pager-info {
        display: block !important;
        font-size: 10px !important;
        position: absolute;
        top: 100%;
        right: -10px !important;
        width: 40%;
        height: 100% !important;
        background: var(--color4);
        /*padding: 5px;*/
    }

    .k-pager-wrap.k-pager-sm .k-pager-sizes {
        display: block !important;
        margin: 0px 9px !important;
        font-size: 10px !important;
        position: absolute;
        left: -9px;
        background: var(--color4);
        top: 90%;
        width: 60%;
        padding-left: 25px;
        padding-bottom: 2px;
        z-index: 99;
        height: 100% !important
    }

    .scnbarcode {
        left: 55.5% !important;
        text-align: center !important;
        width: 50% !important;
        position: relative;
    }

    .k-pager-wrap.k-pager-sm {
        margin-top: 0px;
        margin-right: -5px;
    }

    #actionList, #actionListLeadhistory {
        position: absolute;
        left: 5px !important;
        margin-top: 3.3em !important;
        padding: 0;
        transition: 0.3s ease all;
        z-index: 999;
    }

    #actionListLeadhistory {
        margin-top: -10px !important;
    }

        #actionList li a, #actionListLeadhistory li a {
            width: 28px !important;
            height: 28px !important;
        }

    #grid {
        /*width: 93% !important;*/
        float: right;
        /*height: calc(100vh - 15em) !important;*/
    }

    .k-grid.k-grid-display-block {
        display: block !important;
        width: 100% !important;
        position: relative !important;
    }

    /* .k-header,
        .k-pager-wrap {
            margin-left: -28px !important;
            padding-left: 45px;
        }*/


    .k-calendar {
        border-width: 3px !important;
        border-style: double !important;
        line-height: 1.42857143 !important;
        position: relative !important;
        overflow: hidden !important;
        display: inline-block !important;
        -webkit-user-select: none !important;
        width: 24.25em !important;
    }

    .btn2 {
        width: 100% !important;
        margin-top: 5px !important;
    }

    .my-btn2 {
        position: absolute !important;
        width: 80%;
        text-align: center;
        top: 8px;
        left: 20px;
        font-family: 'Cascadia Code' !important;
    }

    .my-btn {
        position: relative;
        /*right: 6% !important;*/
        text-align: center;
        font-family: 'Cascadia Code' !important;
    }


    .rt_nav_header.horizontal-layout .top_nav {
        height: 40px;
    }

    .nav-item .nav-link span {
        font-size: var(--font-size) !important;
    }

    .nav-item .nav-link:not(.submenu) {
        padding: 5px 10px !important;
    }

    #lessmargin {
        /* margin-right: 10px !important; */
        text-align: right;
    }

    .login-form-body {
        padding: 60px 30px !important;
    }

    .login-form form img {
        left: 34%;
    }

    .submit-btn-area {
        left: 5em;
    }

    .table {
        overflow-x: auto;
    }

    #lowPadd {
        padding: 5px !important
    }

    .mac {
        padding-bottom: 20px
    }

    .my-font {
        font-size: 14px !important;
        text-align: right;
        margin-top: 5px
    }

    .h44,
    .card .card_title,
    .h4 {
        font-size: 14px !important;
        text-align: left;
    }

    .mob-head-logo {
        width: 100% !important
    }

    .mob-head {
        width: 100% !important;
        position: absolute;
        height: 30px;
        top: 95%;
        left: 0%;
        background: #ebdcfd;
        padding: 0px;
        border-top: 3px solid var(--color2);
        border-style: double;
    }

    .navbar-toggler {
        position: fixed !important;
        right: 12%;
        top: 2%;
    }

    .text-hide {
        position: fixed !important;
        right: 5%;
        top: 2.65%;
        z-index: 999;
        cursor: pointer !important;
    }

    .lessfont,
    #lessfont {
        color: #02007c;
    }

    .lessfont2,
    #lessfont2 {
        color: black;
    }

    .lessfont,
    #lessfont,
    .lessfont2,
    #lessfont2 {
        font-size: 11px !important;
    }

    .k-grid .k-header .k-grid-search {
        width: 97% !important;
    }

    .k-pager-wrap .k-link,
    .k-pager-wrap .k-state-selected {
        min-width: calc(1.42857143em + 32px) !important;
        margin-right: 10px !important;
        height: calc(1.42857143em + 6px) !important;
    }

    .form-control span,
    .input-block .form-control,
    .k-datepicker .k-picker-wrap .k-input {
        font-size: var(--font-size) !important;
    }

    #grid > .k-grid-content {
        /*min-height: 125px !important;*/
        min-height: calc(100vh - 30em) !important;
    }
}

@media screen and (max-width:405px) {
    .k-calendar {
        width: 22.25em !important;
    }

    .k-pager-wrap .k-link {
        margin-right: 0px !important;
        font-size: 10px !important;
    }

    .lessfont,
    #lessfont {
        font-size: 10px !important;
    }

    .lessfont2,
    #lessfont2 {
        font-size: 11px !important;
    }
    /*


    .k-header .k-button {
        width: 25% !important;
    }*/

    #lessmargin {
        text-align: center;
        font-size: 0px !important;
    }

    .low-padding {
        padding-left: 0px !important;
    }

    .h44 {
        font-size: 12px !important
    }

    .my-btn {
        font-size: 9px !important;
        font-family: 'Cascadia Code' !important;
    }

    .lp {
        padding: 0px 0px 0px 5px !important;
        font-size: var(--font-size) !important;
    }

    #lblNetAmount,
    #lblDiscount,
    #lblgst,
    .form-control {
        font-size: var(--font-size);
    }

    .main-content {
        margin-top: 5px !important;
    }

    /*.k-grid .k-header .k-grid-search {
        width: 43% !important;
    }*/



    .k-pager-wrap .k-link,
    .k-pager-wrap .k-state-selected {
        min-width: calc(1.42857143em + 32px) !important;
        margin-right: 10px !important;
    }

    .scnbarcode {
        left: 51.5% !important;
    }

    .k-combobox .k-dropdown-wrap .k-input,
    .form-group textarea,
    .k-dropdown .k-dropdown-wrap .k-input,
    .k-upload-button span {
        font-size: 11px !important;
    }
}

@media screen and (max-width:360px) {
    .k-calendar {
        width: 18.25em !important;
    }

    .card .card-body {
        padding: 5px !important;
    }

    .lessfont,
    #lessfont {
        font-size: 10px !important;
    }

    .lessfont2,
    #lessfont2 {
        font-size: 9px !important;
    }

    .k-pager-wrap .k-link {
        min-width: calc(1.42857143em + 23px) !important;
    }

    .k-pager-wrap.k-pager-sm .k-pager-info,
    .k-pager-wrap.k-pager-sm .k-pager-info {
        font-size: 10px;
        width: 35%;
        height: 54%;
    }

    .k-pager-wrap.k-pager-sm .k-pager-sizes {
        margin: 0px 9px !important;
        width: 58%;
    }

    .my-btn2 {
        width: 74%;
        font-family: 'Cascadia Code';
    }

    .scnbarcode {
        left: 50% !important;
    }

    .multiwrap {
        width: 300px !important;
        overflow: auto !important;
    }

    .k-grid .k-button,
    .k-grid .k-grid-toolbar > * {
        font-size: 9px !important;
    }
}

@media screen and (max-width:331px) {

    .lessfont,
    #lessfont {
        font-size: 8px !important;
    }

    .navbar-toggler {
        position: fixed !important;
        right: 12%;
        top: 2%;
    }

    .text-hide {
        top: 2.65% !important;
        cursor: pointer !important;
    }

    .mycolor {
        font-size: var(--font-size) !important;
    }

    .my-font {
        font-size: 12px !important
    }

    .mbw-50 {
        font-size: 11px;
    }
}

.mac .my-btn {
    width: 100% !important;
    top: 5em !important;
}

.k-dropdown .k-state-focused {
    border-color: #3644FF !important;
}



.overflow {
    overflow-x: auto !important;
    height: 15pc;
}

.ftc,
.ctc {
    height: 15pc;
}
.mac1{
    margin-top:-25px;
}

@media screen and (max-width:430px) {

    .table tbody tr td .form-control {
        min-width: 130px !important;
    }

    .mob-rel-btn {
        position: relative;
        float: right;
        left: 0;
        margin: auto auto 10px;
    }

    #divSummary .overflow {
        border: 1px solid var(--color1)
    }

    .ctc .card .card-body {
        min-height: calc(100vh - 33em) !important
    }

    #divSummary .overflow .form-group {
        padding: 0px !important;
    }

    #divSummary .px-col-0 {
        padding: 0px !important;
    }

    .px-col-0 {
        padding: 0px !important;
    }

    .ftc {
        padding: 0px 0px 20px 0px !important;
        min-height: 8pc !important;
    }

    .mac .my-btn {
        width: 100% !important;
        top: -0.5em !important;
        right: 2.5em !important;
    }

    .mac1 .my-btn {
        width: 80% !important;
    }

    .ctc {
        min-height: 3pc !important;
        background: #eff3f6 !important;
        padding: 0px !important;
        height: auto;
    }

    .my-btn {
        width: 30% !important;
        top: 3px !important;
    }


    .card {
        margin: 15px auto !important;
    }

    #lm {
        margin: 10px auto !important
    }

    .k-grid.k-grid-display-block {
        width: 100% !important;
        left: 0px !important;
    }

    .k-header {
        margin-left: 0px !important;
    }

    div.k-grid-header,
    .k-grid-content {
        border: 1px solid grey !important;
    }

    .k-grid-content {
        width: 100% !important;
    }
}

@media screen and (max-width:376px) {
    .k-header .k-button {
        width: 46% !important;
    }

    .bg-light-color1 > .list-inline-item .w-25, .bg-light-color1 > .list-inline-item .w-70, .bg-light-color1 > .list-inline-item .w-74 {
        width: 100% !important;
        text-align: center !important;
    }

    .ctc {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width:293px) {
    .k-header .k-button {
        width: 45% !important;
    }

    .pl-6 {
        padding-left: 3.5em !important
    }

    .mbw-50 {
        width: 100%;
    }

    #actionList, #actionListLeadhistory {
        margin-top: 7.6em !important;
    }
}

/*************************logincss*********************************/
#fackEye {
    position: absolute;
    right: 5px;
    top: 5px;
    color: blue;
}

.lgn {
    z-index: 0;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/login-bg.jpg") top left repeat;
    background-size: cover;
    padding: 30px 0;
}

.k-footer-template {
    text-align: right
}

.k-pager-wrap.k-pager-md .k-pager-info {
    display: block !important;
}

.lgn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/pattern.png") top left repeat;
    z-index: -1;
}

.lgn .form-section {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 50px 25px;
    border-radius: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    z-index: 0;
}

    .lgn .form-section:before {
        content: "";
        width: 100%;
        height: 91px;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../images/img-6.png") top left repeat;
        //background: url('@Url.Content("~/images/img-6.png")') top left repeat;
        background-size: cover;
        z-index: -1;
        border-radius: 30px 30px 0 0;
    }

    .lgn .form-section:after {
        content: "";
        width: 100%;
        height: 91px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url("../images/img-6.png") top left repeat;
        //background: url('@Url.Content("~/images/img-6.png")') top left repeat;
        background-size: cover;
        z-index: -1;
        border-radius: 30px 30px 0 0;
        transform: rotate(180deg);
    }

.lgn .form-box {
    width: 100%;
}

.lgn .lgn-inner-form .form-group {
    margin-bottom: 25px;
}

.lgn .lgn-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.lgn .lgn-inner-form .form-control {
    padding: 14.5px 0;
    font-size: 13px !important;
    outline: none;
    background: transparent !important;
    color: #535353;
    font-weight: 500;
    border: none;
    border-bottom: solid 2px #bdbdbd;
    border-radius: 0;
}

.lgn .lgn-inner-form img {
    margin-bottom: 5px;
}

.lgn .lgn-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 3px 3px 5px 13px;
}

/*.lgn .lgn-inner-form .form-box i {
                position: absolute;
                top: 8px;
                left: 0;
                font-size: 23px;
                color: #777575;
            }*/

.lgn .info {
    color: #fff;
    margin: 0 117px 0 auto;
    text-align: right;
    max-width: 700px;
}

.lgn .bg-img {
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.lgn .lgn-inner-form .forgot {
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    float: right;
}

.lgn .btn-theme {
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.lgn .lgn-inner-form p {
    margin: 0;
    color: #e7e7e7;
}

    .lgn .lgn-inner-form p a {
        color: #e7e7e7;
    }


.lgn .logo {
    margin-bottom: 15px;
}

    .lgn .logo img {
    }

.lgn h1 {
    margin: 0 0 35px;
    font-size: 23px !important;
    color: #040404;
    font-weight: 400;
}

.lgn .typing > * {
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
}

@keyframestypingAnim {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.lgn .form-check-input:checked {
    background-color: #039ae0 !important;
    border-color: #039ae0 !important;
}

.lgn .form-check-input:focus {
    box-shadow: none;
}

.lgn .lgn-inner-form .terms {
    margin-left: 3px;
}

.lgn .lgn-inner-form .checkbox {
    margin-bottom: 35px;
    font-size: 15px;
}

.lgn .lgn-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

    .lgn .lgn-inner-form .form-check a {
        color: #535353;
        float: right;
    }

.lgn .lgn-inner-form .form-check-label {
    color: #535353;
}

.lgn .btnl {
    box-shadow: none !important;
}

.lgn .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}

.lgn .btn-md {
    padding: 0 50px;
    line-height: 45px;
}

.lgn .btn-primary {
    background-image: linear-gradient(to bottom, #3b63c5, #39a4ff);
}

    .lgn .btn-primary:hover {
        background-image: linear-gradient(to bottom, #355dbf, #3199f1);
    }

.lgn .form-section a {
    text-decoration: none;
}

.lgn .form-section .form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 1px;
    position: absolute;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    background-color: #fff;
    margin-left: -15px;
}

.lgn .lgn-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.lgn .form-section p {
    font-size: 16px;
    color: #535353;
    text-align: left;
    margin-bottom: 0;
}

    .lgn .form-section p a {
        color: #535353;
    }
/** Social media **/
.lgn .social-list {
    margin-bottom: 20px;
}

    .lgn .social-list .social-list-inner {
        padding: 0;
        list-style: none;
        margin: 0;
    }

        .lgn .social-list .social-list-inner li {
            display: inline-block;
            margin: 0 2px 5px 0;
            position: relative;
            font-size: 20px;
        }

        .lgn .social-list .social-list-inner i {
            color: #fff;
            position: absolute;
            top: 21px;
            left: 21px;
            transition: all 265ms ease-out;
        }

        .lgn .social-list .social-list-inner a {
            display: inline-block;
        }

            .lgn .social-list .social-list-inner a:before {
                transform: scale(1);
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                content: " ";
                width: 60px;
                height: 60px;
                border-radius: 100%;
                display: block;
                background: linear-gradient(45deg, #39a4ff, #3b63c5);
                transition: all 265ms ease-out;
            }

            .lgn .social-list .social-list-inner a:hover:before {
                transform: scale(0);
                transition: all 265ms ease-in;
            }

            .lgn .social-list .social-list-inner a:hover i {
                transform: scale(2.2);
                -ms-transform: scale(2.2);
                -webkit-transform: scale(2.2);
                background: -webkit-linear-gradient(45deg, #39a4ff, #3b63c5);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                transition: all 265ms ease-in;
            }

.my-bg-dark {
    background: #08080e;
}

.my-bg-light {
    background: rgba(255, 255, 255, 0.842);
}

.group {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/** MEDIA **/
@media(max-width: 992px) {
    .lgn .form-section {
        padding: 50px 30px;
    }
}

.gst-table {
    height: 12.25pc;
    width: 100%;
}

@media (max-width:300px) {
    .mob-head-logo .mytop {
        font-size: 10px !important;
    }

    .bg-light-color1 {
        text-align: center
    }

        .bg-light-color1 .my-btn {
            position: relative;
            width: 100% !important;
            margin-top: 15px !important;
            right: 0px !important;
        }

    .lessfont, #lessfont, .lessfont2, #lessfont2 {
        font-size: 7px !important;
    }

    .h44, .card .card_title, .h4 {
        font-size: 11px !important;
        text-align: left;
    }

    .my-btn {
        position: relative;
        /*right: 3% !important;*/
        text-align: center;
        top: 9px !important;
        width: 36% !important;
        font-family: 'Cascadia Code' !important;
    }

    .col-6 {
        max-width: 100%;
        flex: 100% !important;
    }

    .k-grid .k-header .k-grid-search {
        width: 96% !important;
        margin-bottom: 3px;
    }

    .k-grid-toolbar.k-header .k-button {
        width: 45% !important;
    }
}

@media screen and (width:912px) {
    #profileDropdown .profile_name, #lessfont2, #lessfont2, .mytop, #lessfont, #lessfont {
        font-size: 9px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
    }
}

.k-grid-content {
    border: 1px solid lightgrey;
}

.tbl_overlay {
    position: absolute;
    width: 500px;
    z-index: 9;
    right: 0;
}

.fa-magnifying-glass:before, .fa-search:before {
    font-size: 11px !important
}

.k-window-title {
    font-size: 15px !important
}

.k-i-close::before {
    content: "\e11b";
    font-size: 22px !important;
}

.k-i-close {
    font-size: 22px !important;
}

#group {
    position: absolute !important;
    left: -6% !important;
    top: 0px !important;
}

@media screen and (max-width:247px) and (min-width:100px) {
    .k-grid-toolbar.k-header .k-button {
        width: 43.5% !important;
    }

    .rt_nav_header.horizontal-layout .top_nav .rt_nav_wrapper .nav_logo img {
        max-width: 25px !important;
        height: 25px !important;
    }

    .mob-head-logo .mytop, .footer-area p, * {
        font-size: 8px !important;
    }

    .lessfont2, #lessfont2, .lessfont, #lessfont {
        font-size: 6px !important;
    }

    .k-pager-wrap .k-link {
        min-width: calc(1.42857143em + 8px) !important;
        height: calc(1.42857143em + 5px) !important;
    }

    #grid > .k-grid-content {
        height: calc(100vh - 36em) !important;
    }
}

.profile_name {
    background: #c57f2a;
    color: white !important;
    padding: 3px 5px;
    border-radius: 10px;
    font-weight: 300;
    font-family: 'Cascadia Code', sans-serif;
    border: 0.25px solid #c57f2a;
    box-shadow: 0px 1px 10px #c57f2a;
}

#lessfont, #lessfont2 {
    font-family: 'Cascadia Code';
}

.profile_name .fa-user {
    padding: 1px 3px;
    background: white;
    color: midnightblue !important;
    border-radius: 50%;
    box-shadow: 0px 0px 5px white;
}

.submenu-item li.active {
    background-color: darkblue !important;
    background-image: linear-gradient(225deg,#b29d9d7a,#f1ddff) !important;
    border-radius: 3px !important;
    transition: 0.25s all linear;
}

    .submenu-item li.active:hover, .nav-item .submenu ul li a:hover {
        background-image: linear-gradient(45deg,#b29d9d7a,#f1ddff) !important;
        transition: 0.25s all linear;
    }

    .submenu-item li.active a span {
        font-weight: bold !important;
        transition: 0.25s all linear;
    }

submenu-item li.active li a span, submenu-item li.active li a i {
    color: navy !important;
}

.submenu-item li.active:hover a i, .submenu-item li.active:hover a span {
    color: white !important;
    transition: 0.25s all linear;
}

.page-navigation > .active {
    border-bottom: 1px dashed #c2c2c3;
    background: white;
}

.k-toolbar .k-split-button, span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
    border: 1px solid rgba(170, 170, 170, 0.3) !important;
}
/*======================================================== new css end===============================================*/
.submenu-item li.active {
    background-color: #00008b !important;
    background-image: linear-gradient(225deg,#b29d9d7a,#f1ddff) !important;
    border-radius: 3px !important;
    transition: .25s all linear
}

    .submenu-item li.active:hover, .nav-item .submenu ul li a:hover {
        background-image: linear-gradient(45deg,#b29d9d7a,#f1ddff) !important;
        transition: .25s all linear
    }

    .submenu-item li.active a span {
        font-weight: 700 !important;
        transition: .25s all linear
    }

submenu-item li.active li a span, submenu-item li.active li a i {
    color: navy !important
}

.submenu-item li.active:hover a i, .submenu-item li.active:hover a span {
    color: #fff !important;
    transition: .25s all linear
}

.page-navigation > .active {
    border-bottom: 1px dashed #c2c2c3;
    background: #fff
}

.k-toolbar .k-split-button, span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
    border: 1px solid rgba(170,170,170,0.3) !important
}

.k-window-action > .k-i-close {
    color: red !important;
    display: block !important
}

.w-97 {
    max-width: 97% !important
}

.w-20 {
    max-width: 20% !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.ft2 {
    font-size: 16px !important;
    font-weight: 800;
    font-family: 'Cascadia Code'
}

#scnbatchno, .btn-info, .btn-primary, .btn-danger, .k-window-title, td, .k-state-default, .k-widget, .k-pager-sizes, .k-input {
    font-family: 'Poppins', sans-serif;
}

.k-window-title {
    color: midnightblue
}

.absolute {
    position: absolute;
    top: 1%;
    z-index: 9
}

#xyz thead tr td input {
    width: 100% !important;
}

.k-grid tbody .k-grid-update, .k-grid tbody .k-grid-cancel {
    width: auto !important;
}

.item-image-edit {
    width: 24px;
    height: 24px;
    position: absolute !important;
    left: 5% !important;
    top: 1px !important;
    border-radius: 3px !important;
    background-color: white;
    border: 0.5px solid lightgray;
}

._accordionInput {
    color: var(--color9) !important;
    background: #f2f2f8;
    padding: 0px 1px;
    width: 40%;
}

#accordion-4 ul li {
    font-size: 12px;
    border-bottom: 1px solid #eae3ec;
    display: flex;
    justify-content: space-between;
}

    #accordion-4 ul li .float-right, #accordion-4 ul li .float-right {
        width: 40% !important;
    }

#accordion-4 .card > .card-body, #accordion-4 {
    min-height: 0px !important;
}

@page {
    size: A4;
    margin: 1cm;
}

@media print {
    *, ::after, ::before, .table-bordered td, .table-bordered th, .table td, .table th, .border, th, td, .lowFont li {
        text-shadow: none !important;
        box-shadow: none !important;
        font-size: 12.5px !important;
        border-color: black !important;
        /*font-family: 'Futura', monospace !important;*/
        font-family: 'IBM Plex Sans', sans-serif !important;
    }

    .title h3, h4 {
        font-size: 20px !important;
    }
    .col-8 h2{
        font-size:24px !important;
    }

    .container-fluid {
        margin-top: 20px !important;
    }

    #qrcode {
        padding: 5px;
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    footer > .row {
        page-break-inside: avoid !important;
    }
}

#followupLeadModal .k-calendar .k-calendar-view, #followupLeadModal .k-animation-container, #followupLeadModal .k-popup .k-calendar {
    width: 20em !important;
}

#signiture img {
    padding-top: 15px;
}

#accordion-4 ul li label.float-left {
    min-width: 40% !important;
    font-weight: 600;
}

.submenu {
    height: auto;
    max-height: 75vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
    border: 1px solid grey;
}

    .submenu p.category-heading {
        position: sticky;
        top: 0;
        background: white !important;
        z-index: 999 !important;
    }

#amtInNumber {
    border-right: 1px solid grey !important;
}

.k-filter-menu-container > label > input[type="checkbox"], .k-filter-menu-container > label > input[type=radio] {
    margin: 0px 4px !important
}

#RoleTable .sticky-top {
    z-index: 9 !important;
}

.k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow {
    margin-top: 0px !important
}

.w-8em {
    width: 8em !important;
}

li a.btn-primary {
    white-space: nowrap;
}

.ulFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-bottom:0.5rem;
}

    .ulFlex li {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

@media screen and (max-width:700px) {
    .ulFlex {
        flex-wrap: wrap;
    }

        .ulFlex li.fullWidth {
            flex: 1 1 100%;
            text-align: center
        }

        .ulFlex li.oneThirdWidth {
            flex: 1 1 30%;
            text-align: center !important;
        }

        .ulFlex li.halfWidth {
            flex: 1 1 45%;
            text-align: center !important;
        }

        .ulFlex li a, .ulFlex li button {
            width: 100% !important;
            top:0;
            right:0;
            left:0;
            display:block;
        }
}

@media screen and (max-width:375px) {
    ulFlex li.oneThirdWidth {
        flex: 1 1 45% !important;
    }
}
.lp .form-control{
    line-height:1 !important;
}