/* -------------------------------------
[Master Stylesheet]

Template Name: Ecaps - Responsive Bootstrap 4 Admin Template
Version: v1.1.0
Created: May 15, 2019
Last Updated: Sep 25, 2019

[Table of Contents]
    
    * Google Fonts
    * Include Third Party CSS Library
        + Bootstrap CSS
        + Classynav CSS
        + Owl Carousel CSS
        + Animate CSS
        + Nice Select CSS
        + jQuery UI CSS
    * Include Web Icon Fonts
        + Themify Icons
        + Font Awesome
        + Pe 7 Stroke
        + Elegant Icons
        + Material Design Iconic Fontg
        + Etline
    * Template Mixins
        + Flex
        + Miscellaneous
    * Template Responsive
    * Template Variables
    * Template Colors
    * Core Styles
        + Reboot CSS
            + Reset Styles
            + Typography
            + Utilities
        + Bootstraping CSS
            + Header CSS
            + Sidebar CSS
            + Footer CSS
    * Components
            + Accordion
            + Badges
            + Button
            + Fill-button
            + Gradients Button
            + Icon Button
            + Notification
            + Dragula
            + Google Chart
            + Chart
            + Timeline
            + Invoice
            + Blog
            + Agile
            + Calendar
            + Team
            + Profile
            + Slider
            + Banner
            + File Manager
            + Gallery
            + Chat
            + Form Wizard
            + Form
            + Summernote
            + Login
            + Loader
            + Code Editor
            + Todo List
            + Widgets
            + Typography
            + Context Menu
            + Contact
            + Pricing Table
            + Data Table
            + Call To Action
            + Web Icons
            + Account
            + Card
            + Cart
            + Pagination
            + Product
            + Rating
            + Shop
            + Lock
            + Dashboard
            + Nested-list
            + Table
            + Result
            + Vote
            + Animation
    * Email
        + Inbox
        + Email View
        + Compose View
    * Landing Pages
        + Coming Soon
        + 404
    * Sidebar Light CSS
    * Dark CSS
    * Sidebar Background Image CSS
    * Sidebar Gradient CSS
------------------------------------- */


/* -------------------------------------
# [font-family]
'Roboto', sans-serif;
------------------------------------- */


/* Import Fonts & CSS Files */

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/nice-select.css);
@import url(css/jquery-ui.min.css);
@import url(css/default-assets/themify-icons.css);
@import url(css/font-awesome.min.css);
@import url(css/pe-icon-7-stroke.min.css);
@import url(css/style.css);
@import url(css/material-design-iconic-font.min.css);
@import url(etline/style.css);

/* Custom */

.datepicker {
    padding: 0px !important; 
}

.has-error {
    color: red;
}

.has-warning .form-control:focus~label,
.has-warning .form-control:valid~label {
    color: #ffb22b
}

.has-success .form-control:focus~label,
.has-success .form-control:valid~label {
    color: #26c6da
}

.has-error .form-control:focus~label,
.has-error .form-control:valid~label {
    color: #fc4b6c
}

.has-feedback label~.t-0 {
    top: 0
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-bottom: 2px solid #fc4b6c
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
    /*border: 1px solid #26c6da*/
}

.form-group.error .help-block ul {
    padding: 0px;
    color: #fc4b6c;
    padding-top: 3px;
}

.form-group.error .help-block ul li {
    list-style: none
}

.form-group.issue .help-block ul {
    padding: 0px;
    color: #ffb22b
}

.form-group.issue .help-block ul li {
    list-style: none
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
    font-size: 11px;
}

.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list {
    font-size: 11px;
}

.sidebar-menu li a.active {
    background-color: #e5e5e5;
}

.switch label {
    font-weight: normal;
    font-size: 13px
}

.switch label .lever {
    margin: 0 14px
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-red:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red {
    background-color: rgba(251, 58, 58, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red:after {
    background-color: #fb3a3a
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-pink:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink {
    background-color: rgba(233, 30, 99, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink:after {
    background-color: #E91E63
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-purple:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple {
    background-color: rgba(116, 96, 238, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple:after {
    background-color: #7460ee
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-purple:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple {
    background-color: rgba(103, 58, 183, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple:after {
    background-color: #673AB7
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-indigo:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo {
    background-color: rgba(63, 81, 181, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo:after {
    background-color: #3F51B5
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue {
    background-color: rgba(2, 190, 201, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue:after {
    background-color: #02bec9
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-blue:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue {
    background-color: rgba(3, 169, 244, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue:after {
    background-color: #03A9F4
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-cyan:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan {
    background-color: rgba(0, 188, 212, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan:after {
    background-color: #00BCD4
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-teal:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal {
    background-color: rgba(0, 150, 136, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal:after {
    background-color: #009688
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-green:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green {
    background-color: rgba(38, 198, 218, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green:after {
    background-color: #26c6da
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-green:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green {
    background-color: rgba(139, 195, 74, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green:after {
    background-color: #8BC34A
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-lime:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime {
    background-color: rgba(205, 220, 57, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime:after {
    background-color: #CDDC39
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-yellow:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow {
    background-color: rgba(255, 232, 33, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow:after {
    background-color: #ffe821
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-amber:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber {
    background-color: rgba(255, 193, 7, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber:after {
    background-color: #FFC107
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-orange:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange {
    background-color: rgba(255, 152, 0, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange:after {
    background-color: #FF9800
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-orange:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange {
    background-color: rgba(255, 87, 34, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange:after {
    background-color: #FF5722
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-brown:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown {
    background-color: rgba(121, 85, 72, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown:after {
    background-color: #795548
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-grey:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey {
    background-color: rgba(158, 158, 158, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey:after {
    background-color: #9E9E9E
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue-grey:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey {
    background-color: rgba(96, 125, 139, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey:after {
    background-color: #607D8B
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-black:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black {
    background-color: rgba(0, 0, 0, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black:after {
    background-color: #000000
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-white:active:after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white {
    background-color: rgba(255, 255, 255, 0.5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white:after {
    background-color: #ffffff
}


/* :: Reboot CSS */

* {
    margin: 0;
    padding: 0;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999999;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #f0f0f0;
    color: #434343;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    color: #00367e;
}

p {
    color: #434343;
    line-height: 2;
    font-size: 13px;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.popover,
.tooltip {
    z-index: 9999999;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.mt-300 {
    margin-top: 300px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mb-250 {
    margin-bottom: 250px !important;
}

.mb-300 {
    margin-bottom: 300px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-20 {
    padding: 20px;
}

.line-height-50-p-0 {
    line-height: 50px;
    padding: 0;
}

.height-50 {
    height: 50px !important;
}

.height-200 {
    height: 200px !important;
}

.height-300 {
    height: 300px !important;
}

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

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

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

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

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

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h-100vh {
    height: 100vh !important;
}

.bg-default-opacity-8- {
    background-color: rgba(113, 192, 22, 0.8) !important;
}

.bg-green {
    background-color: #71c016;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #ffffff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.green-color-overlay {
    position: relative;
    z-index: 1;
}

.green-color-overlay::after {
    background-color: rgba(113, 192, 22, 0.75);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.green-color-overlay-2 {
    position: relative;
    z-index: 1;
}

.green-color-overlay-2::after {
    background-color: rgba(113, 192, 22, 0.3);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.pink-color-overlay {
    position: relative;
    z-index: 1;
}

.pink-color-overlay::after {
    background-color: rgba(136, 14, 79, 0.75);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.danger-color-overlay {
    position: relative;
    z-index: 1;
}

.danger-color-overlay::after {
    background-color: rgba(241, 83, 110, 0.75);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.dark-color-overlay {
    position: relative;
    z-index: 1;
}

.dark-color-overlay::after {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.primary-color-overlay {
    position: relative;
    z-index: 1;
}

.primary-color-overlay::after {
    background-color: rgba(36, 102, 253, 0.8);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn-default {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
    font-weight: 500;
}

.primary-color {
    background-color: #004694;
}

.primary-color-text {
    color: #004694;
}

.info-color {
    background-color: #f1536e;
}

.danger-color {
    background-color: #f1536e;
}

.success-color {
    background-color: #71c016;
}

.success-text {
    color: #71c016;
}

.uppercase-text {
    text-transform: uppercase !important;
}

.warning-color {
    background-color: #fda006;
}

.bg-purple {
    background-color: #6610f2;
}

.bg-blue {
    background-color: #004694;
}

.bg-teal {
    background-color: #26a69a;
}

.bg-chok {
    background-color: #462f3f;
}

.pink-darken-4 {
    background-color: #880e4f;
}

.g-transition-0_8 {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.text-color-gray {
    color: #434343;
}

.g-bg-black {
    background-color: #222222;
}

.white-opacity-0_2 {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.border {
    border: 1px solid #ebebeb;
}

.border-2 {
    border: 5px solid #ebebeb;
}

.border-primary {
    border: 8px solid #004694 !important;
}

.border-chok {
    border: 8px solid #462f3f;
}

.border-info {
    border: 8px solid #3da5f4 !important;
}

.border-danger {
    border: 8px solid #f1536e !important;
}

.alert-outline-primary {
    border-color: #004694;
    border-radius: 5px;
}

.alert-outline-warning {
    border-color: #fdb901;
    border-radius: 5px;
}

.alert-outline-success {
    border-color: #5ed84f;
    border-radius: 5px;
}

.alert-outline-info {
    border-color: #3da5f4;
    border-radius: 5px;
}

.alert-outline-danger {
    border-color: #f1536e;
    border-radius: 5px;
}

.alert-outline-default {
    border-color: #ebebeb;
    border-radius: 5px;
    background: transparent;
}

.alert-outline-dark {
    border-color: #282f3a;
    border-radius: 5px;
}

.bg-gray {
    background-color: #f8f8ff;
}

.text-black {
    color: #000000 !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.table td,
.table th {
    border-top: 1px solid rgba(10, 10, 110, 0.15);
    font-size: 14px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .table td,
    .table th {
        font-size: 12px;
    }
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid rgba(10, 10, 110, 0.15);
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .table thead th {
        font-size: 12px;
        min-width: 80px;
    }
}

.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(10, 10, 110, 0.15);
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .table-bordered td,
    .table-bordered th {
        font-size: 12px;
        min-width: 80px;
    }
}

.card-title {
    font-size: 14px;
    margin-bottom: 30px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.g-transition-0_3 {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.modal-content {
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    box-shadow: 0 5px 150px 0 rgba(0, 0, 0, 0.15);
}

.theme-bg-gra {
    background: -webkit-linear-gradient(225deg, #1de9b6 0, #1dc4e9 100%);
    background: -o-linear-gradient(225deg, #1de9b6 0, #1dc4e9 100%);
    background: linear-gradient(-135deg, #1de9b6 0, #1dc4e9 100%);
}

.modal-backdrop {
    background-color: #ffffff;
}

.full-height {
    clear: both;
    min-height: 100%;
}

.form-control {
    height: 40px;
    font-size: 14px;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
    background: #ebebeb;
    color: #323232;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.jvectormap-zoomin:hover,
.jvectormap-zoomin:focus,
.jvectormap-zoomout:hover,
.jvectormap-zoomout:focus,
.jvectormap-goback:hover,
.jvectormap-goback:focus {
    background: #004694;
    color: #ffffff;
}

.modal .modal-dialog {
    margin: 150px auto 30px;
}

.order-listing,
.unorder-listing {
    padding-left: 20px;
}

.order-listing li,
.unorder-listing li {
    list-style: inherit;
}

.styling-listing li i {
    color: #004694;
    padding-right: 5px;
}

.visibility-hidden {
    visibility: hidden;
}

.h-5 {
    height: 5px;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}


/* :: Bootstraping CSS */

.ecaps-page-wrapper {
    position: relative;
    z-index: 9999;
}

.ecaps-sidemenu-area {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background-color: #1a1a27;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv {
    position: relative;
    top: 60px;
    padding-bottom: 70px !important;
    width: 100% !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #1a1a27;
}

.ecaps-logo a {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 280px;
    background-color: #12121b;
    text-align: center;
    height: 60px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ecaps-logo a img {
    max-height: 35px;
    width: auto;
}

.ecaps-logo a img.small-logo {
    max-height: 35px;
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a img.small-logo {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a img.desktop-logo {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a img.desktop-logo {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a img.small-logo {
    display: none;
}

.ecaps-sidenav {
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ecaps-page-content {
    position: relative;
    z-index: auto;
    margin-left: 280px;
    padding-top: 60px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.top-header-area {
    position: fixed;
    z-index: 2;
    width: calc(100% - 280px);
    height: 60px;
    background-color: #f9f9f9;
    left: 280px;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 15px 0 30px;
}

.menu-collasped {
    position: relative;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.menu-collasped>i {
    font-size: 17px;
    color: #8c8d9a;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.mobile-menu-open {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.mobile-menu-open>i {
    font-size: 17px;
    color: #8c8d9a;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.mobile-logo a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-logo a img {
    max-height: 35px;
    width: auto;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-sidemenu-area {
    left: -205px;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-page-content {
    margin-left: 75px;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a {
    width: 75px;
}

.menu-collasped-active.ecaps-page-wrapper .top-header-area {
    left: 75px;
    width: calc(100% - 75px);
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu a .fa-angle-right {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper .side-menu-area .sidebar-menu>li>a>span {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu li a {
    padding: 0rem 1.25rem;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu li a i {
    margin-left: auto;
}

.side-menu-area {
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-top: 20px;
}

.sidebar-menu li {
    position: relative;
    z-index: 1;
}

.sidemenu-user-profile {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 1rem;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.sidemenu-user-profile .user-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    margin-right: 15px;
}

.sidemenu-user-profile .user-thumbnail img {
    border-radius: 50%;
}

.sidemenu-user-profile .user-content h6 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sidemenu-user-profile .user-content span {
    color: #8c8d9a;
    font-size: 12px;
}

.sidebar-menu li a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0rem 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #8c8d9a;
    height: 48px;
    border-left: 3px solid transparent;
}

.sidebar-menu li a i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
}

.sidebar-menu li a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
}

.sidebar-menu li a:hover {
    color: #ffffff;
}

.sidebar-menu li .treeview-menu {
    display: none;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-menu li .treeview-menu .treeview-menu {
    margin-left: 15px;
}

.sidebar-menu li .treeview-menu li a {
    font-size: 13px;
    color: #8c8d9a;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
    height: 32px;
    padding-left: 1rem;
}

.sidebar-menu li .treeview-menu li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #8c8d9a;
    content: '';
    margin-top: -2px;
}

.sidebar-menu li .treeview-menu li a:hover {
    color: #ffffff;
}

.sidebar-menu>li>a:hover,
.sidebar-menu>li.active>a,
.sidebar-menu>li.menu-open>a {
    color: #ffffff;
    background-color: #12121b;
    border-left: 3px solid #004694;
}

.sidebar-menu .treeview-menu>li.active>a {
    color: #ffffff;
}

.sidebar-menu a .fa-angle-right {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 16px;
    position: absolute;
    right: 30px;
    width: auto;
    z-index: auto;
}

.sidebar-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu .menu-open .treeview-menu a .fa-angle-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu a .fa-angle-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-menu-area .sidebar-menu>li>a>span {
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.sidebar-menu>.active>.treeview-menu {
    display: block;
}

.ecaps-page-wrapper.menu-collasped-active .sidebar-menu>.active>.treeview-menu {
    display: none;
}

.ecaps-page-wrapper.menu-collasped-active.sidemenu-hover-active .sidebar-menu>.active>.treeview-menu {
    display: block;
}

.ecaps-page-wrapper.menu-collasped-active.sidemenu-hover-active .ecaps-sidemenu-area {
    left: 0;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a {
    width: 280px;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .top-header-area {
    left: 280px;
    width: calc(100% - 280px);
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu a .fa-angle-right {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .side-menu-area .sidebar-menu>li>a>span {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu li a {
    padding: 0rem 1.25rem;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu li a i {
    margin-left: auto;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu .sidemenu-user-profile .user-content {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu .sidemenu-user-profile .user-content {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu .sidemenu-user-profile .user-thumbnail {
    margin-left: auto;
    margin-right: 0;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu .sidemenu-user-profile .user-thumbnail {
    margin-left: 0;
    margin-right: 15px;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-deactive .sidebar-menu .menu-open .treeview-menu {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .mobile-menu-open {
        display: none;
    }
    .mobile-logo {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .menu-collasped {
        display: none;
    }
    .ecaps-page-wrapper .ecaps-sidemenu-area {
        left: -280px;
    }
    .ecaps-page-wrapper .ecaps-logo a {
        left: -280px;
    }
    .top-header-area {
        left: 0;
        z-index: 100;
        width: 100%;
        padding: 0 0 0 15px;
    }
    .ecaps-page-content {
        margin-left: 0;
    }
}

.mobile-menu-active.ecaps-page-wrapper .ecaps-sidemenu-area {
    left: 0;
}

.top-header-area .left-side-content-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-content-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%;
    }
}

.top-header-area .right-side-navbar {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .top-header-area .right-side-navbar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
}

.top-header-area .right-side-navbar .right-side-trigger {
    width: 30px;
    height: 30px;
    margin-right: 7.5px;
}

.top-header-area .right-side-navbar .right-side-trigger i {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

.top-header-area .right-side-navbar .right-side-content {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .top-header-area .right-side-navbar .right-side-content {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: fixed;
        z-index: 10;
        top: 60px;
        background-color: #ffffff;
        right: -1000px;
        height: 60px;
        width: 100%;
        border-bottom: none;
    }
    .top-header-area .right-side-navbar .right-side-content.active {
        right: 0;
    }
}

.top-header-area .nav-item.dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    width: 280px;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 22px 0 rgba(36, 102, 253, 0.125);
}

.top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown {
    width: 120px;
    min-width: 80px;
    padding: 1rem 0;
}

.top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown .dropdown-item img {
    max-width: 25px;
    margin-right: 10px;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
    width: 220px;
    padding: 1rem 0;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
        width: 135px;
        min-width: 135px;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
    width: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 660px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 210px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 450px;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul:last-child {
    border-right: none;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link {
    color: #434343;
    font-weight: 500;
    font-size: 13px;
    padding: 0.5rem 1.5rem;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link:hover {
    color: #004694;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link {
        font-size: 12px;
    }
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item {
    white-space: normal;
    color: #434343;
    font-size: 13px;
    font-weight: 500;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    color: #004694;
}

.top-header-area .nav-item.dropdown .dropdown-menu.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.top-header-area .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.left-side-navbar .nav-item.dropdown .btn {
    padding: 6px 12px;
    font-size: 13px;
    color: #434343;
    background-color: transparent;
    border: none;
    line-height: 1;
    border: 1px solid #ebebeb;
}

.top-header-area .nav-item.dropdown .btn:hover,
.top-header-area .nav-item.dropdown .btn:focus {
    color: #004694;
}

.right-side-navbar .nav-item.dropdown .btn {
    padding: 0;
    font-size: 1rem;
    background-color: transparent;
    margin: 0 15px;
    color: #434343;
    border: none;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.right-side-navbar .nav-item.dropdown .btn .ti-search {
    font-size: 14px;
}

.right-side-navbar .nav-item.dropdown .btn>img {
    max-width: 30px;
    border-radius: 30px;
}

.top-search-bar form {
    position: relative;
    z-index: 1;
}

.top-search-bar button {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    text-align: center;
    background-color: transparent;
    color: #434343;
    line-height: 30px;
}

.top-search-bar button:focus {
    outline: none;
}

.top-search-bar input {
    width: 100%;
    height: 70px;
    border: none;
    font-size: 12px;
    color: #434343;
    border-radius: 4px;
    padding-left: 50px;
    padding-right: 15px;
}

.top-search-bar input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

input::-webkit-input-placeholder {
    color: #434343;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #434343;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #434343;
    opacity: 1;
}

input::placeholder {
    color: #434343;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #434343;
}

input::-ms-input-placeholder {
    color: #434343;
}

.top-message-area {
    position: relative;
    z-index: 1;
}

.top-message-area .top-message-heading {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #004694;
    border-radius: 4px 4px 0 0;
}

.top-message-area .top-message-heading .heading-title h6 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.top-message-area .top-message-heading>span {
    color: #004694;
    padding: 2px 5px 1px 5px;
    background-color: #ffffff;
    border-radius: 40px;
    font-size: 10px;
    font-weight: 700;
}

.message-box .dropdown-item {
    border-bottom: 1px solid #ebebeb;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-box .dropdown-item i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #004694;
    color: #ffffff;
}

.message-box .dropdown-item .message-text span {
    display: block;
    font-size: 12px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.message-box .dropdown-item .message-text span:last-child {
    font-size: 12px;
}

.message-box .dropdown-item:last-child {
    border-bottom: none;
}

.top-notifications-area .notifications-heading {
    width: 100%;
    height: 50px;
    background-color: #004694;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 4px 4px 0 0;
}

.top-notifications-area .notifications-heading .heading-title h6 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.top-notifications-area .notifications-heading>span {
    color: #004694;
    padding: 2px 5px 1px 5px;
    background-color: #ffffff;
    border-radius: 40px;
    font-size: 10px;
    font-weight: 700;
}

.notifications-box .dropdown-item,
.notifications-box .nav-link {
    padding: 1rem;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #434343;
    font-size: 13px;
}

.notifications-box .nav-link:hover {
    color: #004694;
}

.notifications-box .dropdown-item>i,
.notifications-box .nav-link>i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    margin-right: 10px;
    background-color: #004694;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.notifications-box .nav-link>i.fa {
    margin-left: auto;
    background-color: #f2f6f8;
    color: #00367e;
}

.user-profile-area {
    padding-bottom: 1rem;
    z-index: 1;
    position: relative;
}

.user-profile-area .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.user-profile-area .user-profile-heading {
    width: 100%;
    height: 70px;
    background-color: #00367e;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 4px 4px 0 0;
}

.user-profile-area .profile-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    margin-right: 10px;
}

.user-profile-area .profile-text h6 {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
}

.user-profile-area .profile-text span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    display: block;
}

.right-side-navbar .nav-item.dropdown .active-status {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: -5;
    top: -5px;
    right: -5px;
    border: 2px solid #004694;
    -webkit-animation: activeStatus linear 1500ms infinite;
    animation: activeStatus linear 1500ms infinite;
}

@-webkit-keyframes activeStatus {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes activeStatus {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.footer-area {
    position: relative;
    z-index: 0 !important;
    background-color: #ffffff;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

@media only screen and (max-width: 767px) {
    .footer-area {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

.footer-area .copywrite-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 30px;
}

.footer-area .copywrite-text p {
    margin-bottom: 0;
    font-size: 12px;
}

.footer-area .copywrite-text p a {
    color: #004694;
    font-size: 12px;
}

.footer-area .footer-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-area .footer-nav li a {
    display: inline-block;
    color: #434343;
    font-size: 12px;
    margin-left: 20px;
}

.footer-area .footer-nav li:first-child a {
    margin-left: 0;
}

.footer-area .footer-nav li a:hover,
.footer-area .footer-nav li a:focus {
    color: #004694;
}

.user-profile-area .dropdown-item i {
    color: #004694;
    margin-right: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .right-side-navbar .nav-item.dropdown .btn {
        margin: 0 7.5px;
    }
    .top-header-area .nav-item.dropdown .dropdown-menu {
        width: 220px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (max-width: 767px) {
    .top-header-area .nav-item.dropdown .dropdown-menu {
        width: 210px;
    }
    .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
        width: 170px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (min-width: 480px) and (max-width: 767px) {
    .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
        width: 230px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .top-search-bar input {
        height: 60px;
    }
    .user-profile-area .profile-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        margin-right: 10px;
    }
    .user-profile-area .profile-text h6 {
        font-size: 12px;
    }
    .user-profile-area .profile-text span {
        font-size: 10px;
    }
    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }
    .footer-area .copywrite-text p {
        font-size: 12px;
    }
    .footer-area .footer-nav li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }
}

.main-content {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (max-width: 767px) {
    .main-content {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.main-content .row {
    margin-right: -8px;
    margin-left: -8px;
}

.main-content .col,
.main-content .col-1,
.main-content .col-10,
.main-content .col-11,
.main-content .col-12,
.main-content .col-2,
.main-content .col-3,
.main-content .col-4,
.main-content .col-5,
.main-content .col-6,
.main-content .col-7,
.main-content .col-8,
.main-content .col-9,
.main-content .col-auto,
.main-content .col-lg,
.main-content .col-lg-1,
.main-content .col-lg-10,
.main-content .col-lg-11,
.main-content .col-lg-12,
.main-content .col-lg-2,
.main-content .col-lg-3,
.main-content .col-lg-4,
.main-content .col-lg-5,
.main-content .col-lg-6,
.main-content .col-lg-7,
.main-content .col-lg-8,
.main-content .col-lg-9,
.main-content .col-lg-auto,
.main-content .col-md,
.main-content .col-md-1,
.main-content .col-md-10,
.main-content .col-md-11,
.main-content .col-md-12,
.main-content .col-md-2,
.main-content .col-md-3,
.main-content .col-md-4,
.main-content .col-md-5,
.main-content .col-md-6,
.main-content .col-md-7,
.main-content .col-md-8,
.main-content .col-md-9,
.main-content .col-md-auto,
.main-content .col-sm,
.main-content .col-sm-1,
.main-content .col-sm-10,
.main-content .col-sm-11,
.main-content .col-sm-12,
.main-content .col-sm-2,
.main-content .col-sm-3,
.main-content .col-sm-4,
.main-content .col-sm-5,
.main-content .col-sm-6,
.main-content .col-sm-7,
.main-content .col-sm-8,
.main-content .col-sm-9,
.main-content .col-sm-auto,
.main-content .col-xl,
.main-content .col-xl-1,
.main-content .col-xl-10,
.main-content .col-xl-11,
.main-content .col-xl-12,
.main-content .col-xl-2,
.main-content .col-xl-3,
.main-content .col-xl-4,
.main-content .col-xl-5,
.main-content .col-xl-6,
.main-content .col-xl-7,
.main-content .col-xl-8,
.main-content .col-xl-9,
.main-content .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}

.page-title {
    position: relative;
    z-index: 1;
}

.page-title span {
    font-size: 12px;
    color: #8c8d9a;
}

.choose-layout-area {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    width: 320px;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    right: -320px;
    z-index: 999999999;
    padding: 50px 30px;
    border-left: 1px solid rgba(10, 10, 110, 0.15);
}

@media only screen and (max-width: 479px) {
    .choose-layout-area {
        width: 260px;
        right: -260px;
    }
}

.choose-layout-area .setting-trigger-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 30px;
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    border-radius: 50%;
    left: -80px;
    background-color: #004694;
    text-align: center;
    cursor: pointer;
}

.choose-layout-area .setting-trigger-icon i {
    display: block;
    color: #ffffff;
    font-size: 16px;
    -webkit-animation: rotate90deg linear 2s infinite;
    animation: rotate90deg linear 2s infinite;
    line-height: 45px;
}

@media only screen and (max-width: 767px) {
    .choose-layout-area .setting-trigger-icon {
        bottom: 20px;
        left: -70px;
    }
}

.choose-layout-area.active {
    right: 0;
}

.choose-layout-area .single-demos {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.choose-layout-area .single-demos:last-child {
    margin-bottom: 0;
}

.choose-layout-area .single-demos a {
    display: block;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0 0 22px 0 rgba(36, 102, 253, 0.125);
    border: 1px solid rgba(10, 10, 100, 0.125);
}

.choose-layout-area .single-demos a img {
    border-radius: 4px;
}

.choose-layout-area .single-demos a:hover,
.choose-layout-area .single-demos a:focus {
    opacity: 0.8;
}

.choose-layout-area .single-demos span {
    font-size: 14px;
    color: #004694;
    font-weight: 500;
    display: block;
}

@-webkit-keyframes rotate90deg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate90deg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#settingCloseIcon,
#quicksettingCloseIcon {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 100;
    width: 30px;
    height: 30px;
    background-color: #f8f8ff;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #8c8d9a;
    border-radius: 2px;
}

#settingCloseIcon i,
#quicksettingCloseIcon i {
    line-height: 30px;
}

#settingCloseIcon:hover,
#quicksettingCloseIcon:hover {
    background-color: #004694;
    color: #ffffff;
}

.choose-layout-area .slimScrollDiv,
.quick-settings-panel .slimScrollDiv {
    position: relative;
    width: 100% !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dashboard-dropdown .btn {
    font-size: 20px;
    color: #434343;
    width: 30px;
    height: 30px;
    padding: 0;
}

.dashboard-dropdown .btn::after {
    display: none;
}

.dashboard-dropdown .btn i {
    line-height: 30px;
}

.dashboard-dropdown .btn:hover,
.dashboard-dropdown .btn:focus {
    font-size: 20px;
    color: #434343;
}

.dashboard-dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    border-radius: 0;
    /*width: 130px;*/
    min-width: 120px;
    padding: 0.5rem 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 0 22px 0 rgba(36, 102, 253, 0.125);
}

.dashboard-dropdown .dropdown-menu.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dashboard-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    font-size: 12px;
}

.dashboard-dropdown .dropdown-menu .dropdown-item:hover {
    color: #004694;
}

.dashboard-dropdown .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}

@-webkit-keyframes dropdownAnimation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70px, 0);
        -ms-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 42px, 0);
        -ms-transform: translate3d(0, 42px, 0);
        transform: translate3d(0, 42px, 0);
    }
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70px, 0);
        -ms-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 42px, 0);
        -ms-transform: translate3d(0, 42px, 0);
        transform: translate3d(0, 42px, 0);
    }
}

.quick-settings-panel {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    width: 450px;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    right: -500px;
    z-index: 999999999;
    padding: 50px 30px;
    border-left: 1px solid rgba(10, 10, 110, 0.15);
}

@media only screen and (max-width: 767px) {
    .quick-settings-panel {
        width: 300px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .quick-settings-panel {
        width: 400px;
    }
}

.quick-settings-panel.active {
    right: 0;
}

.quick-setting-tab {
    position: relative;
    z-index: 1;
}

.quick-setting-tab .nav-tabs {
    margin-bottom: 30px;
    border-width: 2px;
}

.quick-setting-tab .nav-tabs .nav-item {
    margin-bottom: 0;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link {
    position: relative;
    z-index: 1;
    border: none;
    padding: 0.25rem 1rem;
    font-size: 14px;
    color: #00367e;
}

@media only screen and (max-width: 767px) {
    .quick-setting-tab .nav-tabs .nav-item .nav-link {
        padding: 0.25rem 0.5rem;
        font-size: 13px;
    }
}

.quick-setting-tab .nav-tabs .nav-item .nav-link::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: transparent;
    content: '';
    bottom: -2px;
    right: 0;
    left: 0;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link.active {
    color: #004694;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link.active::after {
    background-color: #004694;
}

.quick-setting-tab .onoffswitch {
    position: relative;
    width: 55px;
    display: inline-block;
    font-size: 80%;
}

.quick-setting-tab .onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 40px;
    margin: 0;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    transition: margin 0.15s ease-in-out;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:before,
.quick-setting-tab .onoffswitch .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 80%;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #004694;
    color: #ffffff;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #f8f8ff;
    color: #00367e;
    text-align: right;
}

.quick-setting-tab .onoffswitch .onoffswitch-switch {
    width: 26px;
    height: 26px;
    margin: 0;
    background-color: #ebebeb;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 34px;
    transition: right 0.15s ease-in-out;
}

.quick-setting-tab .toggle-group {
    position: relative;
    height: 27px;
    left: 5px;
}

.quick-setting-tab .toggle-group input[type=checkbox] {
    position: absolute;
    left: 10px;
}

.quick-setting-tab .toggle-group input[type=checkbox]:checked~.onoffswitch .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.quick-setting-tab .toggle-group input[type=checkbox]:checked~.onoffswitch .onoffswitch-label .onoffswitch-switch {
    right: -1px;
}

.quick-setting-tab .toggle-group input[type=checkbox]:focus~.onoffswitch {
    outline: 0;
}

.quick-setting-tab .toggle-group label {
    position: absolute;
    cursor: pointer;
    padding-left: 65px;
    display: inline-block;
    text-align: left;
    line-height: 24px;
    width: 100%;
    z-index: 1;
    height: 24px;
    margin-bottom: 0;
    font-size: 13px;
    color: #434343;
}


/* :: Accordion CSS */

.accordion .card .card-header {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
}

.acco-tab-heading-8 a {
    color: #ffffff;
    letter-spacing: 0.5px;
}

.accordion-content p {
    padding: 15px;
}

.accordion dd,
.accordion__panel {
    font-size: 1em;
    line-height: 1.5em;
}

.accordionTitle,
.accordion__Heading {
    background-color: #004694;
    text-align: center;
    font-weight: 700;
    padding: 1.20rem 2rem;
    display: block;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    border-radius: 6px;
    margin-bottom: 5px;
}

.accordionTitle:before,
.accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 1;
    float: left;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover,
.accordionTitle:focus,
.accordion__Heading:hover,
.accordion__Heading:focus {
    background-color: #0249ec;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: #0249ec;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
    max-height: 50em;
    -webkit-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 30em;
        -webkit-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.accordion-title.accordionTitle.js-accordionTrigger {
    color: #ffffff;
    font-weight: 500;
}

.accordionTitle:hover,
.accordionTitle:focus,
.accordion__Heading:hover,
.accordion__Heading:focus {
    color: #ffffff !important;
}

.accordion-content {
    margin-bottom: 0;
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        -ms-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        -ms-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

.accordian-style-1 a {
    color: #004694;
}

.accordian-style-1 a.collapsed {
    color: #222222;
}

.accordian-style-1 .card {
    border-left: 3px solid #004694;
    border-radius: 0;
}

.accordian-style-2 a {
    color: #004694;
}

.accordian-style-2 a.collapsed {
    color: #222222;
}

.accordian-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
}

@media only screen and (max-width: 767px) {
    .accordian-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
}


/* :: Badges CSS */

button.dim {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-primary.dim {
    -webkit-box-shadow: inset 0 0 0 #26a69a, 0 5px 0 0 #26a69a, 0 10px 5px #434343 !important;
    box-shadow: inset 0 0 0 #26a69a, 0 5px 0 0 #26a69a, 0 10px 5px #434343 !important;
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

.badge.badge-pill {
    border-radius: 10rem;
}

.badge-outline-primary {
    color: #004694;
    border: 1px solid #004694;
}

.badge-outline-info {
    color: #3da5f4;
    border: 1px solid #3da5f4;
}

.badge-outline-danger {
    color: #f1536e;
    border: 1px solid #f1536e;
}

.badge-outline-success {
    color: #26a69a;
    border: 1px solid #26a69a;
}

.badge-outline-warning {
    color: #fda006;
    border: 1px solid #fda006;
}

.colorled-breadcrumb .breadcrumb-item {
    color: #ffffff;
}

.colorled-breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

.colorled-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.custom-breadcrumb .breadcrumb-title {
    margin-bottom: 0;
}

.custom-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.custom-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 14px;
}

.custom-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #232323;
    font-size: 14px;
}

.custom-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: 'FontAwesome';
}

.custom-breadcrumb-bg-img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

.custom-breadcrumb-bg-img .breadcrumb-title {
    color: #ffffff;
    margin-bottom: 10px;
}

.custom-breadcrumb-bg-img .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.custom-breadcrumb-bg-img .breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: #ffffff;
}

.custom-breadcrumb-bg-img .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    font-size: 14px;
}

.custom-breadcrumb-bg-img .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ffffff;
}

.breadcrumb {
    background-color: #fff !important;
}


/* :: Button CSS */

.btn {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    font-size: 14px;
}

.btn:focus,
.btn:hover {
    font-size: 14px;
}

.btn.btn-rounded {
    border-radius: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn.btn-lg {
    font-size: 1.25rem;
}

.btn.btn-lg.btn-rounded {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn.btn-circle {
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.btn.btn-circle.btn-lg {
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
}


/* :: Fill Button CSS */

.btn-fill {
    padding: 0.675rem 1.25rem;
    border: 1px solid #004694;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.btn-fill:hover {
    color: #ffffff;
}

.btn-fill:hover:after {
    background: #004694;
    height: 100%;
}

.btn-fill:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    -webkit-transition: linear 0.3s all;
    -o-transition: linear 0.3s all;
    transition: linear 0.3s all;
}

.btn-fill-white {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.btn-fill[class*="btn-fill-"] {
    background-color: transparent;
}

.btn-fill-default {
    border: 1px solid #ebebeb !important;
    color: #00367e !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill-default:hover:after,
.btn-fill-default:focus:after {
    background-color: #ebebeb;
}

.btn-fill-primary {
    border: 1px solid #004694 !important;
    color: #004694 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill-primary:hover:after,
.btn-fill-primary:focus:after {
    background-color: #004694;
}

.btn-fill-info {
    border: 1px solid #3da5f4 !important;
    color: #3da5f4 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill-info:hover:after,
.btn-fill-info:focus:after {
    background-color: #3da5f4;
}

.btn-fill-success {
    border: 1px solid #71c016 !important;
    color: #71c016 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill-success:hover:after,
.btn-fill-success:focus:after {
    background-color: #71c016;
}

.btn-fill-danger {
    border: 1px solid #f1536e !important;
    color: #f1536e !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill-danger:hover:after,
.btn-fill-danger:focus:after {
    background-color: #f1536e;
}

.btn-fill-warning {
    border: 1px solid #fda006 !important;
    color: #fda006 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill-warning:hover:after,
.btn-fill-warning:focus:after {
    background-color: #fda006;
}

.btn-fill-secondary {
    border: 1px solid #8897aa !important;
    color: #8897aa !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill-secondary:hover:after,
.btn-fill-secondary:focus:after {
    background-color: #8897aa;
}

.btn-fill-dark {
    border: 1px solid #00367e !important;
    color: #00367e !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill-dark:hover:after,
.btn-fill-dark:focus:after {
    background-color: #00367e;
}

.btn-fill--white {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-fill--white:hover:after,
.btn-fill--white:focus:after {
    background-color: transparent;
    border: transparent !important;
}

.btn-fill-default:hover,
.btn-fill-default:focus {
    color: #00367e !important;
}

.btn-fill-primary:hover,
.btn-fill-info:hover,
.btn-fill-success:hover,
.btn-fill-danger:hover,
.btn-fill-warning:hover,
.btn-fill-secondary:hover,
.btn-fill-dark:hover {
    color: #ffffff !important;
}

.spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}


/* :: Gradients Button CSS */

.btn[class*="btn-c-gradient-"] {
    padding: 10px 24px;
    text-shadow: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #f8f8ff;
    -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-c-gradient-1 {
    background-image: -webkit-gradient(linear, left top, right top, from(#3232b7), to(#2575fc));
    background-image: -webkit-linear-gradient(left, #3232b7 0%, #2575fc 100%);
    background-image: -o-linear-gradient(left, #3232b7 0%, #2575fc 100%);
    background-image: linear-gradient(to right, #3232b7 0%, #2575fc 100%);
}

.btn-c-gradient-1:hover,
.btn.btn-c-gradient-1:not(:disabled):not(.disabled):active {
    background-image: -webkit-gradient(linear, left top, right top, from(#2575fc), to(#3232b7));
    background-image: -webkit-linear-gradient(left, #2575fc 0%, #3232b7 100%);
    background-image: -o-linear-gradient(left, #2575fc 0%, #3232b7 100%);
    background-image: linear-gradient(to right, #2575fc 0%, #3232b7 100%);
}

.btn-c-gradient-2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
    background-image: -webkit-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: -o-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.btn-c-gradient-2:hover,
.btn.btn-c-gradient-2:not(:disabled):not(.disabled):active {
    background-image: -webkit-gradient(linear, left top, right top, from(#00f2fe), to(#4facfe));
    background-image: -webkit-linear-gradient(left, #00f2fe 0%, #4facfe 100%);
    background-image: -o-linear-gradient(left, #00f2fe 0%, #4facfe 100%);
    background-image: linear-gradient(to right, #00f2fe 0%, #4facfe 100%);
}

.btn-c-gradient-3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#00cdac), to(#38f9d7));
    background-image: -webkit-linear-gradient(left, #00cdac 0%, #38f9d7 100%);
    background-image: -o-linear-gradient(left, #00cdac 0%, #38f9d7 100%);
    background-image: linear-gradient(to right, #00cdac 0%, #38f9d7 100%);
}

.btn-c-gradient-3:hover,
.btn.btn-c-gradient-3:not(:disabled):not(.disabled):active {
    background-image: -webkit-gradient(linear, left top, right top, from(#38f9d7), to(#00cdac));
    background-image: -webkit-linear-gradient(left, #38f9d7 0%, #00cdac 100%);
    background-image: -o-linear-gradient(left, #38f9d7 0%, #00cdac 100%);
    background-image: linear-gradient(to right, #38f9d7 0%, #00cdac 100%);
}

.btn-c-gradient-4 {
    background-image: -webkit-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
    background-image: -o-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.btn-c-gradient-4:hover,
.btn.btn-c-gradient-4:not(:disabled):not(.disabled):active {
    background-image: -webkit-linear-gradient(330deg, #fda085 0%, #f6d365 100%);
    background-image: -o-linear-gradient(330deg, #fda085 0%, #f6d365 100%);
    background-image: linear-gradient(120deg, #fda085 0%, #f6d365 100%);
}

.btn-c-gradient-5 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f77062), to(#fe5196));
    background-image: -webkit-linear-gradient(bottom, #f77062 0%, #fe5196 100%);
    background-image: -o-linear-gradient(bottom, #f77062 0%, #fe5196 100%);
    background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
}

.btn-c-gradient-5:hover,
.btn.btn-c-gradient-5:not(:disabled):not(.disabled):active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fe5196), to(#f77062));
    background-image: -webkit-linear-gradient(bottom, #fe5196 0%, #f77062 100%);
    background-image: -o-linear-gradient(bottom, #fe5196 0%, #f77062 100%);
    background-image: linear-gradient(to top, #fe5196 0%, #f77062 100%);
}

.btn-c-gradient-6 {
    background-image: -webkit-gradient(linear, left top, right top, from(#816cfd), to(#7c5ac2));
    background-image: -webkit-linear-gradient(left, #816cfd 0%, #7c5ac2 100%);
    background-image: -o-linear-gradient(left, #816cfd 0%, #7c5ac2 100%);
    background-image: linear-gradient(to right, #816cfd 0%, #7c5ac2 100%);
}

.btn-c-gradient-6:hover,
.btn.btn-c-gradient-6:not(:disabled):not(.disabled):active {
    background-image: -webkit-gradient(linear, left top, right top, from(#7c5ac2), to(#816cfd));
    background-image: -webkit-linear-gradient(left, #7c5ac2 0%, #816cfd 100%);
    background-image: -o-linear-gradient(left, #7c5ac2 0%, #816cfd 100%);
    background-image: linear-gradient(to right, #7c5ac2 0%, #816cfd 100%);
}


/* :: Icon Button CSS */

.ladda-button {
    overflow: hidden;
    height: auto;
    padding: 0.55rem 1.10rem;
    min-width: 50px;
    border-radius: 50px;
}

.btn-creative {
    border: none;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 8px 22px;
    display: inline-block;
    margin: 10px 10px;
    text-transform: uppercase;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-creative:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-1 {
    border: 1px solid transparent;
    color: #ffffff;
}

.btn-1a:hover,
.btn-1a:active {
    color: #004694 !important;
    background: #ffffff !important;
    border: 1px solid #004694 !important;
}

.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 3px;
}

.btn-1b:not(:disabled):not(.disabled):active {
    color: #00b1f4 !important;
}

.btn-1b:hover,
.btn-1b:active {
    color: #009eda !important;
    border: 1px solid #009eda;
    z-index: 1;
}

.btn-1b:hover:after,
.btn-1b:active:after {
    height: 100%;
}

.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 3px;
}

.btn-1c:not(:disabled):not(.disabled):active {
    color: #71c016 !important;
}

.btn-1c:after:active {
    background: #000;
}

.btn-1c:hover,
.btn-1c:active {
    color: #71c016 !important;
    border: 1px solid #71c016;
    z-index: 1;
}

.btn-1c:hover:after,
.btn-1c:active:after {
    width: 100%;
}

.btn-1d {
    overflow: hidden;
}

.btn-1d:after {
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #ffffff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-49%);
    -moz-transform: translateX(-50%) translateY(-49%);
    -ms-transform: translateX(-50%) translateY(-49%);
    transform: translateX(-50%) translateY(-49%);
}

.btn-1d:not(:disabled):not(.disabled):active {
    color: #fda006 !important;
}

.btn-1d:hover,
.btn-1d:active {
    color: #fda006 !important;
    border: 1px solid #fda006;
    z-index: 1;
}

.btn-1d:hover:after {
    width: 100%;
    opacity: 1;
}

.btn-1d:active:after {
    width: 100%;
    opacity: 1;
}

.btn-1e {
    overflow: hidden;
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ffffff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:not(:disabled):not(.disabled):active {
    color: #ee3d49 !important;
}

.btn-1e:hover,
.btn-1e:active {
    color: #df303b !important;
    border: 1px solid #df303b;
    z-index: 1;
}

.btn-1e:hover:after {
    height: 300%;
    opacity: 1;
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1;
}

.btn-1f {
    overflow: hidden;
}

.btn-1f:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ffffff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-49%);
    -moz-transform: translateX(-50%) translateY(-49%);
    -ms-transform: translateX(-50%) translateY(-49%);
    transform: translateX(-50%) translateY(-49%);
}

.btn-1f:not(:disabled):not(.disabled):active {
    color: #7d56ce !important;
}

.btn-1f:hover,
.btn-1f:active {
    color: #714cbd !important;
    border: 1px solid #714cbd;
    z-index: 1;
}

.btn-1f:hover:after {
    height: 100%;
    opacity: 1;
}

.btn-1f:active:after {
    height: 130%;
    opacity: 1;
}

.btn-2 {
    background: #cb4e4e;
    color: #ffffff;
    box-shadow: 0 6px #ab3c3c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-2b {
    border-radius: 5px;
    background: #00b1f4;
    box-shadow: 0 6px #189dce;
}

.btn-2b:hover {
    box-shadow: 0 8px #189dce;
    top: -2px;
}

.btn-2b:active {
    box-shadow: 0 0 #189dce;
    top: 6px;
}

.btn-2j {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 0;
    background: #4f5163;
    box-shadow: 0 6px #454656;
}

.btn-2j:hover {
    box-shadow: 0 8px #454656;
    top: -2px;
}

.btn-2j:active {
    box-shadow: 0 0 #454656;
    top: 6px;
}

.btn-3:active {
    top: 2px;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2.2;
    font-size: 130%;
    width: 45px;
}

.btn-3a {
    padding: 12px 20px 14px 60px;
    border-radius: 10px;
    background: #004694;
    color: #ffffff;
}

.btn-3a:hover {
    background: #004694;
}

.btn-3a:before {
    background: rgba(0, 0, 0, 0.05);
}

.btn-3b {
    padding: 12px 20px 14px 60px;
    border-radius: 10px;
    background: #00b1f4;
    color: #ffffff;
}

.btn-3b:hover {
    background: #209dff;
}

.btn-3b:before {
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-3c {
    padding: 60px 12px 14px 12px;
    border-radius: 10px;
    box-shadow: 0 3px #079f45;
    background: #1ad271;
    color: #ffffff;
}

.btn-3c:active {
    box-shadow: 0 3px #079f45;
}

.btn-3c:before {
    height: 50px;
    width: 100%;
    line-height: 50px;
    background: #ffffff;
    color: #00c851;
    border: 1px solid #00c851;
    border-radius: 10px 10px 0 0;
}

.btn-3c:active:before {
    color: #00c851;
}

.btn-3d {
    padding: 12px 20px 14px 60px;
    border-radius: 10px;
    background: #e9b02b;
    color: #ffffff;
}

.btn-3d:before {
    background: #ffffff;
    color: #e9b02b;
    z-index: 2;
    border-top: 1px solid #e9b02b;
    border-bottom: 1px solid #e9b02b;
    border-left: 1px solid #e9b02b;
    border-radius: 10px 0 0 10px;
}

.btn-3d:after {
    width: 20px;
    height: 20px;
    background: #ffffff;
    z-index: 1;
    left: 40px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-3d:active:before {
    color: #dea82a;
}

.btn-3d:active {
    top: 0;
}

.btn-3d:active:after {
    left: 44px;
}

.btn-3e {
    padding: 12px 60px 14px 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #805dca;
    color: #ffffff;
}

.btn-3e:before {
    left: auto;
    right: 0px;
    z-index: 2;
}

.btn-3e:after {
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}

.btn-3e:hover:after {
    width: 40%;
}

.btn-4 {
    border-radius: 50px;
    border: 1px solid transparent;
    color: #ffffff;
    overflow: hidden;
    line-height: 24px;
}

.btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 112%;
    line-height: 2.5;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-4a {
    background: #004694;
}

.btn-4a:hover {
    background: #004694;
}

.btn-4a:before {
    left: 130%;
    top: 0;
}

.btn-4a:hover:before {
    left: 83%;
}

.btn-4b {
    background: #1abc9c;
}

.btn-4b:hover {
    background: #2ea37d;
}

.btn-4b:before {
    left: -50%;
    top: 0;
}

.btn-4b:hover:before {
    left: 5%;
}

.btn-4c {
    background: #f28b21;
}

.btn-4c:hover {
    background: #ff961f;
}

.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btn-4c:hover:before {
    left: 83%;
    opacity: 1;
}

.btn-4d {
    background: #9b59b6;
}

.btn-4d:hover {
    background: #b579d2;
}

.btn-4d:before {
    left: 30%;
    opacity: 0;
    top: 0;
}

.btn-4d:hover:before {
    left: 5%;
    opacity: 1;
}

.btn-5 {
    background: #823aa0;
    color: #ffffff;
    line-height: 24px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-5:active {
    top: 2px;
}

.btn-5 span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 130%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-5:active:before {
    color: #ffffff;
}

.btn-5a {
    background: #00b1f4;
}

.btn-5a:hover {
    background: #009eda;
}

.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5a:before {
    left: 0;
    top: -106%;
}

.btn-5a:hover:before {
    top: 0;
}

.btn-5b {
    background: #e7515a;
}

.btn-5b:hover {
    background: #ff3743;
}

.btn-5b:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5b:before {
    left: 0;
    top: -100%;
}

.btn-5b:hover:before {
    top: 0;
}

.btn-5c {
    background: #e9b02b;
}

.btn-5c:hover {
    background: #dea82a;
}

.btn-5c:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5c:before {
    left: 0;
    top: -100%;
}

.btn-5c:hover:before {
    top: 0;
}

.btn-5d {
    background: #805dca;
}

.btn-5d:hover {
    background: #714cbd;
}

.btn-5d:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btn-5d:before {
    left: -100%;
    top: 0;
}

.btn-5d:hover:before {
    left: 0;
}

.btn-5e {
    background: #4f5163;
}

.btn-5e:hover {
    background: #454656;
}

.btn-5e:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btn-5e:before {
    left: -100%;
    top: 0;
}

.btn-5e:hover:before {
    left: 0;
}

.btn-5f {
    background: #f8538d;
}

.btn-5f:hover {
    background: #f8538d;
}

.btn-5f:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btn-5f:before {
    left: -100%;
    top: 0;
}

.btn-5f:hover:before {
    left: 0;
}

.btn-6 {
    color: #ffffff;
    background: #226fbe;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-6:active {
    top: 2px;
}

.btn-6a {
    border: 2px solid #0a4f75;
    background: #0a4f75;
}

.btn-6a:hover {
    background: transparent;
    color: #0a4f75;
}

.btn-6b {
    border: 3px solid #26b0ff;
    background: #26b0ff;
}

.btn-6b:hover {
    background: transparent;
    color: #33b5e5;
}

.btn-6c {
    border: 3px solid #1ad271;
    background: #1ad271;
}

.btn-6c:hover {
    background: transparent;
    color: #00C851;
}

.btn-6d {
    border: 2px dashed #e95f2b;
    background: #e95f2b;
}

.btn-6d:hover {
    background: transparent;
    color: #e95f2b;
}

.btn-6e {
    border: 2px dashed #ec2330;
    background: #ec2330;
}

.btn-6e:hover {
    background: transparent;
    color: #CC0000;
}

.btn-6f {
    border: 2px dashed #9b59b6;
    background: #9b59b6;
}

.btn-6f:hover {
    background: transparent;
    color: #aa66cc;
}

.btn-6g {
    border: 3px dotted #24ccda;
    background: #24ccda;
}

.btn-6g:hover {
    background: transparent;
    color: #24ccda;
}

.btn-6h {
    border: 3px dotted #4073FF;
    background: #4073FF;
}

.btn-6h:hover {
    background: transparent;
    color: #4285F4;
}

.btn-6i {
    border: 3px dotted #26b0ff;
    background: #26b0ff;
}

.btn-6i:hover {
    background: transparent;
    color: #33b5e5;
}

.btn-6j {
    border: 3px double #f8538d;
    background: #f8538d;
}

.btn-6j:hover {
    background: transparent;
    color: #f8538d;
}

.btn-6k {
    border: 3px double #f28b21;
    background: #f28b21;
}

.btn-6k:hover {
    background: transparent;
    color: #FF8800;
}

.btn-6l {
    border: 3px double #ec2330;
    background: #ec2330;
}

.btn-6l:hover {
    background: transparent;
    color: #CC0000;
}

.btn-7 {
    background: #1ad271;
    color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 5px #07A145;
    padding: 12px 15px 12px 50px;
}

.btn-7a {
    background: #4073FF;
    box-shadow: 0 5px #1861DA;
    overflow: hidden;
}

.btn-7a:before {
    position: absolute;
    left: 0;
    width: 30%;
    font-size: 130%;
    line-height: 1;
    color: #ffffff;
}

.btn-7a.btn-activated {
    -webkit-animation: fadeOutText 0.5s;
    -moz-animation: fadeOutText 0.5s;
    animation: fadeOutText 0.5s;
}

.btn-7a.btn-activated:before {
    -webkit-animation: moveToRight 0.5s;
    -moz-animation: moveToRight 0.5s;
    animation: moveToRight 0.5s;
}

@-webkit-keyframes fadeOutText {
    0% {
        color: transparent;
    }
    80% {
        color: transparent;
    }
    100% {
        color: #ffffff;
    }
}

@-moz-keyframes fadeOutText {
    0% {
        color: transparent;
    }
    80% {
        color: transparent;
    }
    100% {
        color: #ffffff;
    }
}

@keyframes fadeOutText {
    0% {
        color: transparent;
    }
    80% {
        color: transparent;
    }
    100% {
        color: #ffffff;
    }
}

@-webkit-keyframes moveToRight {
    80% {
        -webkit-transform: translateX(250%);
    }
    81% {
        opacity: 1;
        -webkit-transform: translateX(250%);
    }
    82% {
        opacity: 0;
        -webkit-transform: translateX(250%);
    }
    83% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
    }
    84% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveToRight {
    80% {
        -moz-transform: translateX(250%);
    }
    81% {
        opacity: 1;
        -moz-transform: translateX(250%);
    }
    82% {
        opacity: 0;
        -moz-transform: translateX(250%);
    }
    83% {
        opacity: 0;
        -moz-transform: translateX(-50%);
    }
    84% {
        opacity: 1;
        -moz-transform: translateX(-50%);
    }
    100% {
        -moz-transform: translateX(0%);
    }
}

@keyframes moveToRight {
    80% {
        transform: translateX(250%);
    }
    81% {
        opacity: 1;
        transform: translateX(250%);
    }
    82% {
        opacity: 0;
        transform: translateX(250%);
    }
    83% {
        opacity: 0;
        transform: translateX(-50%);
    }
    84% {
        opacity: 1;
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

.btn-7b {
    background: #1ad271;
    box-shadow: 0 5px #07A145;
    overflow: hidden;
}

.btn-7b:before {
    position: absolute;
    left: 0;
    width: 30%;
    font-size: 130%;
    line-height: 1;
    color: #ffffff;
}

.btn-7b.btn-activated:before {
    -webkit-animation: scaleUp 0.5s;
    -moz-animation: scaleUp 0.5s;
    animation: scaleUp 0.5s;
}

@-webkit-keyframes scaleUp {
    80% {
        opacity: 0;
        -webkit-transform: scale(2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes scaleUp {
    80% {
        opacity: 0;
        -moz-transform: scale(2);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(2);
    }
}

@keyframes scaleUp {
    80% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.btn-icon-only {
    font-size: 0;
    padding: 24px 30px;
}

.btn-icon-only:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 50px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-7c {
    background: #f28b21;
    box-shadow: 0 5px #D87607;
    overflow: hidden;
}

.btn-7c:before {
    color: #ffffff;
    z-index: 1;
}

.btn-7c:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 0;
    background: #D87607;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7c.btn-activated:after {
    -webkit-animation: fillToRight 0.7s forwards;
    -moz-animation: fillToRight 0.7s forwards;
    animation: fillToRight 0.7s forwards;
}

@-webkit-keyframes fillToRight {
    to {
        width: 100%;
    }
}

@-moz-keyframes fillToRight {
    to {
        width: 100%;
    }
}

@keyframes fillToRight {
    to {
        width: 100%;
    }
}

.btn-7d {
    background: #ec2330;
    box-shadow: 0 5px #AE0404;
    overflow: hidden;
}

.btn-7d:before {
    color: #ffffff;
    z-index: 1;
}

.btn-7d:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 0;
    background: #AE0404;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7d.btn-activated:after {
    -webkit-animation: emptyBottom 0.7s forwards;
    -moz-animation: emptyBottom 0.7s forwards;
    animation: emptyBottom 0.7s forwards;
}

@-webkit-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@-moz-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@keyframes emptyBottom {
    to {
        height: 100%;
    }
}

.btn-7e:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ea515e;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7e.btn-activated:after {
    -webkit-animation: scaleFade 0.5s forwards;
    -moz-animation: scaleFade 0.5s forwards;
    animation: scaleFade 0.5s forwards;
}

@-webkit-keyframes scaleFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes scaleFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@keyframes scaleFade {
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.btn-7f {
    background: #9b59b6;
    box-shadow: 0 5px #8f3fb7;
}

.btn-7f:before {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.btn-7f:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ffe44d;
    visibility: hidden;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffe44d;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7f.btn-activated:after {
    visibility: visible;
    -webkit-animation: dropDown 0.3s forwards;
    -moz-animation: dropDown 0.3s forwards;
    animation: dropDown 0.3s forwards;
}

@-webkit-keyframes dropDown {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes dropDown {
    to {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes dropDown {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.btn-7g {
    background: #494949;
    box-shadow: 0 5px #3c3b3b;
}

.btn-7g:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #0a833d;
    visibility: hidden;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7g.btn-activated:after {
    visibility: visible;
    -webkit-animation: dropDownFade 0.5s forwards;
    -moz-animation: dropDownFade 0.5s forwards;
    animation: dropDownFade 0.5s forwards;
}

@-webkit-keyframes dropDownFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes dropDownFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes dropDownFade {
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.btn-7h {
    background: #9b59b6;
    box-shadow: 0 5px #8e44b4;
}

.btn-7h span {
    display: inline-block;
    width: 100%;
}

.btn-7h:before {
    position: absolute;
    left: 0;
    width: 30%;
    font-size: 130%;
    line-height: 1;
    color: #ffffff;
}

.btn-success-1,
.btn-error {
    color: transparent;
}

.btn-success-1:after,
.btn-error:after {
    z-index: 1;
    color: #ffffff;
    left: 40%;
}

.btn-success-1:before {
    content: "\e001";
}

.btn-success-1:after {
    content: "Success!";
    -webkit-animation: moveUp 0.5s;
    -moz-animation: moveUp 0.5s;
    animation: moveUp 0.5s;
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(50%);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(50%);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-error {
    -webkit-animation: shake 0.5s;
    -moz-animation: shake 0.5s;
    animation: shake 0.5s;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.btn-error:before {
    content: "\e002";
}

.btn-error:after {
    content: "Error!";
    -webkit-animation: scaleFromUp 0.5s;
    -moz-animation: scaleFromUp 0.5s;
    animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleFromUp {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes scaleFromUp {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.trash-effect {
    position: relative;
    max-width: 300px;
    margin: 60px auto 15px;
}

.trash-effect .icon-file {
    font-size: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -25px;
    color: #494949;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateX(90px) translateY(20px) scale(1);
    -moz-transform: translateX(90px) translateY(20px) scale(1);
    -ms-transform: translateX(90px) translateY(20px) scale(1);
    transform: translateX(90px) translateY(20px) scale(1);
}

.trash-effect .icon-file:nth-child(2) {
    -webkit-transform: translateX(140px) translateY(-10px) scale(1);
    -moz-transform: translateX(140px) translateY(-10px) scale(1);
    -ms-transform: translateX(140px) translateY(-10px) scale(1);
    transform: translateX(140px) translateY(-10px) scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.trash-effect .icon-file:nth-child(3) {
    -webkit-transform: translateX(140px) translateY(50px) scale(1);
    -moz-transform: translateX(140px) translateY(50px) scale(1);
    -ms-transform: translateX(140px) translateY(50px) scale(1);
    transform: translateX(140px) translateY(50px) scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.trash-effect.trash-effect-active .icon-file {
    -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
    -moz-transform: translateX(-100px) translateY(-10px) scale(0);
    -ms-transform: translateX(-100px) translateY(-10px) scale(0);
    transform: translateX(-100px) translateY(-10px) scale(0);
}

.btn-7i {
    box-shadow: none;
    border-radius: 0 0 7px 7px;
    padding: 27px 33px;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

.btn-7i:before {
    line-height: 45px;
}

.btn-7i:after {
    height: 11px;
    width: 100%;
    background: #17aa56;
    border-radius: 7px 7px 0 0;
    left: 0;
    top: -10px;
    z-index: 1;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.trash-effect-active .btn-7i:after {
    -webkit-animation: openTrash 0.5s;
    -moz-animation: openTrash 0.5s;
    animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
    50% {
        -webkit-transform: rotate(-35deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes openTrash {
    50% {
        -moz-transform: rotate(-35deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@keyframes openTrash {
    50% {
        transform: rotate(-35deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.perspective {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    display: inline-block;
}

.btn-8 {
    display: block;
    background: #5cbcf6;
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-8:active {
    background: #55b7f3;
}

.btn-8a:after {
    width: 100%;
    height: 42%;
    left: 0;
    top: -40%;
    background: #49a7df;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
}

.btn-8a:hover {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

.btn-8b:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}

.btn-8b:hover {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

.btn-8c:after {
    width: 21%;
    height: 100%;
    left: -20%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 100% 0%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform-origin: 100% 0%;
    -moz-transform: rotateY(-90deg);
    -ms-transform-origin: 100% 0%;
    -ms-transform: rotateY(-90deg);
    transform-origin: 100% 0%;
    transform: rotateY(-90deg);
}

.btn-8c:hover {
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
}

.btn-8d:after {
    width: 20%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateY(90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateY(90deg);
    transform-origin: 0% 0%;
    transform: rotateY(90deg);
}

.btn-8d:hover {
    -webkit-transform: rotateY(-15deg);
    -moz-transform: rotateY(-15deg);
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
}

.btn-8e {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

.btn-8e:after {
    width: 100%;
    height: 42%;
    left: 0;
    top: -40%;
    background: #49a7df;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    -ms-transform-origin: 0% 100%;
    -ms-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
}

.btn-8e:active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btn-8f {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

.btn-8f:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}

.btn-8f:active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btn-8g {
    background: #ffffff;
    color: #999;
}

.btn-8g:active {
    background: #ffffff;
}

.btn-8g:after,
.btn-8g:before {
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    line-height: 70px;
}

.btn-8g:after {
    top: -98%;
    background: #7aca7c;
    color: #358337;
    content: 'It worked!';
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    -ms-transform-origin: 0% 100%;
    -ms-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
}

.btn-8g:before {
    top: 100%;
    background: #e96a6a;
    color: #a33a3a;
    content: 'Error!';
    font-weight: 700;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}

.btn-8g.btn-success3d {
    background: #aaa;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: rotateX(-90deg) translateY(100%);
    -moz-transform-origin: 50% 100%;
    -moz-transform: rotateX(-90deg) translateY(100%);
    -ms-transform-origin: 50% 100%;
    -ms-transform: rotateX(-90deg) translateY(100%);
    transform-origin: 50% 100%;
    transform: rotateX(-90deg) translateY(100%);
}

.btn-8g.btn-error3d {
    background: #aaa;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: rotateX(90deg) translateY(-100%);
    -moz-transform-origin: 50% 0%;
    -moz-transform: rotateX(90deg) translateY(-100%);
    -ms-transform-origin: 50% 0%;
    -ms-transform: rotateX(90deg) translateY(-100%);
    transform-origin: 50% 0%;
    transform: rotateX(90deg) translateY(-100%);
}


/* :: Notification CSS */

.alert .close {
    color: #ffffff;
    position: relative;
    z-index: 10;
    font-size: 18px;
    text-shadow: none;
    opacity: 1;
}

.alert>i {
    font-size: 12px;
    margin-right: 5px;
}

.alert-default i.close {
    color: #00367e;
}

.alert-light-default {
    color: #00367e;
    background-color: #f8f8ff;
    border-color: #ebebeb;
}

.alert-light-primary {
    color: #004694;
    background-color: #c2d5ff;
    border-color: #004694;
}

.alert-light-warning {
    color: #fda006;
    background-color: #ffeccb;
    border-color: #fda006;
}

.alert-light-success {
    color: #71c016;
    background-color: #b6fff1;
    border-color: #71c016;
}

.alert-light-info {
    color: #3da5f4;
    background-color: #bae7ff;
    border-color: #3da5f4;
}

.alert-light-danger {
    color: #f1536e;
    background-color: #ffe1e2;
    border-color: #f1536e;
}

.alert-light-dark {
    color: #00367e;
    background-color: #acb0c3;
    border-color: #00367e;
}

.alert-light-default i.close {
    color: #00367e;
}

.alert.alert-inverse.growl-animated {
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 3px;
    box-shadow: none !important;
}


/* :: Dragula CSS */

.dragula-example {
    margin-bottom: 6px;
}

.sortable-example {
    margin: 0;
    padding: 0;
}

.sortable-example li {
    padding: 6px 10px;
    margin-bottom: 8px;
    list-style: none;
}

.sortable-example-inline li {
    margin-right: 8px;
    display: inline-block;
}

[dir=rtl] .sortable-example-inline li {
    margin-right: 0;
    margin-left: 8px;
}

#sortable-3 {
    width: 220px;
}

#sortable-3 img {
    margin-right: 8px;
    margin-bottom: 8px;
    width: 100px;
    height: 100px;
    border-radius: 999px;
    display: block;
    float: left;
}

[dir=rtl] #sortable-3 img {
    margin-right: 0;
    margin-left: 8px;
    float: right;
}


/* :: Google Chart CSS */

#chart_google,
#chart_google_c,
#chart_pie,
#chart_donut,
#chart_3dpie,
#chart_diffpie,
#chart_line,
#chart_area,
#chart_combo {
    width: 100%;
    height: 400px;
    font-size: 12px;
}


/* :: Chart CSS */

#simplecolumnchartdiv,
#columnlinemixchartdiv,
#clusteredbarchartdiv,
#cylinderchartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#clusteredbarchartdiv .amcharts-chart-div a {
    color: #ffffff !important;
    font-size: 11px !important;
    opacity: 1 !important;
    top: 40px !important;
}

#valueaxischartdiv,
#changingcolorchartdiv,
#zoomablechartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#smoothchartdiv,
#differentcolorchartdiv {
    width: 100%;
    height: 400px;
    font-size: 11px;
}

#polarchartdiv,
#radarchartdiv,
#polarscatterchartdiv,
#gaugechartdiv {
    width: 100%;
    height: 400px;
    font-size: 11px;
}

.widget-chart-js {
    height: 300px;
}

#chartdiv {
    width: 100%;
    height: 300px;
}

.chartDiv-2 {
    width: 100%;
    height: 450px;
}

#chartdiv-donut {
    width: 100%;
    height: 300px;
}

#lineChart2 {
    width: 100%;
}

#Earnings-chart {
    height: 330px;
}

.amcharts-zoom-out-label {
    opacity: 0;
}

image.amcharts-zoom-out-image {
    opacity: 0;
}

#world-low {
    height: 400px;
}

.highchart-pie1 {
    height: 300px;
    width: 100%;
}

#chart-highchart-bar1 {
    height: 500px;
    width: 100%;
}

.chart-sale {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.amcharts-main-div a {
    opacity: 0 !important;
}

.Stackchart {
    height: 300px;
}

.lineAreaDashboard {
    height: 350px;
}

.ChartShadow.BarChart {
    height: 250px;
}

.ChartShadow {
    height: 350px;
}

.WidgetlineChart {
    height: 350px;
}

.ChartShadow.BarChart.barChart1 {
    height: 300px;
}

.chartSummary {
    height: 300px;
}

.bar-chart2 {
    height: 350px;
}

.device-chart {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .device-chart {
        width: 220px;
        height: 220px;
    }
}

.bar-chart3 {
    height: 300px;
}

.world-low {
    height: 300px;
}

.Stackchart {
    height: 250px;
}

.chartSummary-area span {
    font-size: 12px;
}

.chartPageVisit {
    height: 320px;
}

.page-visitors-chart-area span {
    font-size: 12px;
}


/* :: Timeline CSS */

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background-color: #ebebeb;
}

.vertical-timeline-content .btn- {
    float: right;
}

.light--timeline .vertical-timeline-content:before {
    border-color: transparent #ffffff transparent transparent;
}

.light--timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #ffffff;
}

.light--timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.light--timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #ffffff transparent transparent;
}

.light--timeline .vertical-timeline-content,
.llight--timeline.center-orientation .vertical-timeline-content {
    background: #ffffff;
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.light--timeline .vertical-timeline-content:before {
        border-color: transparent #ebebeb transparent transparent;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-block:first-child {
    margin-top: 0;
}

.vertical-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #ebebeb;
    text-align: center;
    background-color: #71c016;
}

.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
    line-height: 20px !important;
    font-size: 16px;
    color: #ffffff;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background-color: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
}

.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-content h5 {
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .vertical-timeline-content h5 {
        font-size: 16px;
    }
}

.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}

.vertical-date small {
    color: #8897aa;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}

.vertical-timeline-content p {
    margin-right: 0 !important;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ffffff;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}

.tab--button--:hover {
    background-color: #004694;
    color: #ffffff;
}

.tab--button-- {
    display: inline-block;
    background-color: #004694;
    color: #ffffff;
    border-radius: 20px;
    height: 36px;
    line-height: 35px;
    font-size: 14px;
}

.tab---button--group {
    max-width: 550px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #004694;
}

.tab---button--group .tab--button-- {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 1 100%;
    flex: 1 100%;
    background-color: transparent;
    border-radius: 0;
    color: #004694;
    border-right: 2px solid #004694;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.tab---button--group .tab--button--:last-child {
    border-right: 0;
}

.tab---button--group .tab--button--:hover,
.tab---button--group .tab--button--.active {
    color: #ffffff;
    background-color: #004694;
}


/* :: Invoice CSS */

.invoice-content span {
    font-size: 14px;
}


/* :: Blog CSS */

.blog-card {
    width: 100%;
    position: relative;
    color: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0px;
    -webkit-box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.blog-card a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.blog-card .color-overlay {
    background-color: rgba(94, 37, 114, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.blog-card:hover .blog-card-info,
.blog-card:focus .blog-card-info {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.blog-card:hover .title-content,
.blog-card:focus .title-content {
    display: none;
}

.blog-card:hover .blog-card h3:after,
.blog-card:focus .blog-card h3:after {
    -webkit-animation: changeLetter 0.3s 1 linear;
    animation: changeLetter 0.3s 1 linear;
    width: 80%;
}

.blog-card .blog-card:hover .color-overlay,
.blog-card .blog-card:focus .color-overlay {
    background: rgba(94, 37, 114, 0.8);
}

.title-content {
    text-align: center;
    margin: 170px 0 0 0;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.blog-card h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.blog-card h3 a {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.blog-card h3 a:hover {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.95);
}

.blog-card h3::after {
    content: "";
    display: block;
    width: 10%;
    height: 2px;
    margin: 10px auto;
    border: 0;
    background: #fdb901;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@-webkit-keyframes changeLetter {
    0% {
        width: 10%;
    }
    100% {
        width: 80%;
    }
}

@keyframes changeLetter {
    0% {
        width: 10%;
    }
    100% {
        width: 80%;
    }
}

.intro {
    width: 170px;
    margin: 0 auto;
    color: #eef5f9;
    font-style: italic;
    line-height: 18px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.intro a {
    color: #eef5f9;
}

.intro a:hover,
.intro a:focus {
    text-decoration: underline;
}

.blog-card-info {
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 0 50px;
    font-size: 15px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
    text-align: left;
    line-height: 2;
}

.blog-utility-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.blog-utility-info a:hover,
.blog-utility-info a:focus {
    text-decoration: underline;
}

.utility-list {
    list-style-type: none;
    margin: 0 0 10px 20px;
    padding: 0;
    width: 100%;
}

.utility-list li {
    margin: 0 5px 0 0;
    padding: 3px 0 15px 0px;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.licon {
    position: relative;
    width: 23px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.b-flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-bg-cover {
    position: relative;
}

.b-bg-cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
}

.g-bg-cyan-gradient-opacity-v1,
.g-bg-cyan-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 153, 0.5)), to(rgba(0, 190, 214, 0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
    background-repeat: repeat-x;
}

.height-min-300 {
    min-height: 300px !important;
}

.blog-2-content>h4,
.blog-2-content>span {
    position: relative;
    z-index: 22;
    margin-bottom: 0;
    font-size: 20px;
}

.blog-2-btn {
    position: relative;
    z-index: 100;
}

.blog-2-content {
    border-radius: 3px;
}

.b-bg-white-opacity-0_2 {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.blog-details-text {
    position: relative;
    z-index: 1;
}

.blog-details-text .post-title {
    font-size: 30px;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
    color: #004694;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-text .post-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-text .post-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-text .post-title {
        font-size: 18px;
    }
}

.blog-details-text .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.blog-details-text .post-meta a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #00367e;
    display: inline-block;
    margin-right: 30px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .blog-details-text .post-meta a {
        font-size: 12px;
    }
}

.blog-details-text .post-meta a:last-child {
    margin-right: 0;
}

.blog-details-text .post-meta a:last-child::before {
    content: '/';
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}

.blog-details-text .post-meta a:hover,
.blog-details-text .post-meta a:focus {
    color: #004694;
}

.blog-details-text p {
    font-size: 18px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-details-text p {
        font-size: 16px;
    }
}

.ecaps-blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
    border-left: 3px solid #004694;
    padding-left: 20px;
}

.ecaps-blockquote .text h5 {
    margin-bottom: 0;
    color: #8e8e8e;
    font-style: italic;
    font-weight: 400;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .ecaps-blockquote .text h5 {
        font-size: 16px;
    }
}

.post-author-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .post-author-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.post-author-area .popular-tags li a {
    color: #00367e;
    font-size: 14px;
    padding: 0 5px;
}

.post-author-area .popular-tags li a:hover,
.post-author-area .popular-tags li a:focus {
    color: #004694;
}

.post-author-area .author-social-info p {
    margin-bottom: 0;
    margin-right: 20px;
    color: #00367e;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .post-author-area .author-social-info p {
        margin-right: 10px;
    }
}

.post-author-area .author-social-info a {
    display: inline-block;
    color: #00367e;
    margin-right: 15px;
    font-size: 14px;
    padding: 0 2.5px;
}

.post-author-area .author-social-info a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .post-author-area .author-social-info a {
        margin-right: 10px;
    }
}

.post-author-area .author-social-info a:hover,
.post-author-area .author-social-info a:focus {
    color: #004694;
}

.comment_area {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.comment_area h2 {
    margin-bottom: 30px;
    font-size: 24px;
    display: block;
}

.comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
    margin-right: 20px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        max-width: 50px;
        margin-right: 10px;
    }
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%;
}

.comment_area .comment-content .comment-meta .post-date {
    color: #9b9b9b;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    padding: 0;
}

.comment_area .comment-content .comment-meta h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

.comment_area .comment-content .comment-meta p {
    color: #9b9b9b;
    font-size: 14px;
}

.comment_area .comment-content .comment-meta a.like,
.comment_area .comment-content .comment-meta a.reply {
    display: inline-block;
    padding: 5px 25px 3px;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    border-radius: 30px;
    color: #000000;
}

.comment_area .comment-content .comment-meta a.like:focus,
.comment_area .comment-content .comment-meta a.like:hover,
.comment_area .comment-content .comment-meta a.reply:focus,
.comment_area .comment-content .comment-meta a.reply:hover {
    border-color: #004694;
    background-color: #004694;
    color: #ffffff;
}

.comment_area .children {
    margin-left: 50px;
}

@media only screen and (max-width: 767px) {
    .comment_area .children {
        margin-left: 20px;
    }
}

.comment_area .children .single_comment_area:last-of-type {
    margin-bottom: 0;
}

.modal .modal-dialog {
    margin: 90px auto 30px;
}

.modal-lg {
    max-width: 750px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-lg {
        max-width: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-lg {
        max-width: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-lg {
        max-width: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .modal-lg {
        max-width: 450px;
    }
}

.modal-content {
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .modal-content {
        padding: 15px;
    }
}


/* :: Agile Board CSS */

.ibox-content.agile-board {
    border: none;
}

.warning-element {
    background-color: #f7f6f7;
    border: 1px solid #ebebeb;
    margin: 0 0 30px 0;
    border-radius: 3px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.warning-element .agile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
}

.warning-element .agile-header h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.warning-element .agile-header span {
    font-size: 12px;
}

.warning-element span {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}

.warning-element:hover,
.warning-element:focus {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.agile-detail {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.agile-detail i {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 10px;
}

.agile-detail a i {
    font-size: 14px;
    color: #ffffff;
    margin-left: 0;
    margin-right: 0;
}

.agile--btn {
    background-color: #004694;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    line-height: 31px;
    margin-right: 5px;
}


/* :: Calendar CSS */

.fc-month-button.btn.btn-primary,
.fc-agendaWeek-button.btn.btn-primary,
.fc-agendaDay-button.btn.btn-primary {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
    border-radius: 2px;
    z-index: 2;
}

.fc-prev-button.btn.btn-primary,
.fc-next-button.btn.btn-primary {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
    border-radius: 2px;
}

.fc-today-button.btn.btn-primary.disabled {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
    text-transform: capitalize;
}

.fc-today-button.btn.btn-primary {
    background-color: #004694;
    color: #fff !important;
    border: 1px solid #004694;
    font-size: 14px;
    text-transform: capitalize;
}

.fc-toolbar h2 {
    font-size: 18px;
}

.fc-day-header span,
.fc-week-number span,
.fc-bootstrap4 a:not([href]):not([tabindex]),
.fc-bootstrap4 .fc-axis,
.fc-bootstrap4 .fc-axis.fc-time {
    font-size: 12px;
    color: #9b9b9b;
    text-transform: capitalize;
}

.fc-month-button.btn.btn-primary,
.fc-agendaWeek-button.btn.btn-primary,
.fc-agendaDay-button.btn.btn-primary {
    text-transform: capitalize;
    font-size: 12px;
}

.fc-month-button.btn.btn-primary.active,
.fc-agendaWeek-button.btn.btn-primary.active,
.fc-agendaDay-button.btn.btn-primary.active {
    color: #fff !important;
    border: none;
    border-radius: 2px;
    z-index: 10;
}

.fc-day-grid-event.fc-h-event.fc-event {
    padding: 8px 12px;
    border: none;
    background-color: #004694 !important;
    border-radius: 0;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-event-warning {
    background-color: #f39c12 !important;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-event-info {
    background-color: #1abc9c !important;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-event-danger {
    background-color: #e67e22 !important;
}

.fc-time-grid-event.fc-v-event {
    border: none;
    border-radius: 0;
    padding: 5px;
    background-color: #004694 !important;
}

.fc-time-grid-event.fc-v-event {
    background-color: #004694;
}

.fc-nonbusiness.fc-bgevent {
    background: #ffffff !important;
    opacity: 1;
}

.fc-now-indicator {
    border-color: #004694;
}

.fc-time-grid .fc-now-indicator-line {
    border-top-color: #004694;
}

.external-event.dot-outline {
    padding: 15px 15px 12px;
    text-transform: capitalize;
    background-color: #ffffff;
    border-left: 5px solid #004694;
}

.event-filter {
    position: relative;
    z-index: 1;
}

.event-filter .custom-control-label {
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .calender-content .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .calender-content .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }
}

@media only screen and (max-width: 767px) {
    .calender-content .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }
}


/* :: Team CSS */

.teams_content_area {
    position: relative;
    z-index: 1;
}

.teams_content_area img {
    border-radius: 6px 6px 0 0;
    width: 100%;
}

.teams_content_area .team_text p {
    margin-bottom: 0;
    line-height: 1;
}


/* :: Profile CSS */

.profile-thumb-contact h5 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 0;
}

.profile-thumb-contact h6 {
    font-size: 16px;
    color: #434343;
    font-weight: 400;
}

.profile-friend-thumb {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 5px;
}

.rating-profile a {
    font-size: 13px;
    color: #004694;
    margin: 0 5px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.rating-profile a:hover {
    color: #71c016;
}

.name-text h6 {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.name-text span {
    color: #434343;
}

.profile--tumb {
    height: 100px;
    width: 100px;
    margin: auto;
}

.profile--tumb img {
    border-radius: 50%;
}

.link--area .logo-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    height: auto;
    margin-right: 5px;
}

.link--area .link--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
}

.link--area .link--text a {
    color: #004694;
}

.profile-friends-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-friends-name .friend-content-area .friend-thumb {
    margin-right: 10px;
}

.profile-friends-name .friend-content-area .friend-thumb img {
    border-radius: 50%;
}

.profile-navbar a {
    color: #222222;
    margin-right: 15px;
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .profile-navbar a {
        font-size: 11px;
        margin-right: 5px;
    }
}

.profile-navbar a:hover,
.profile-navbar a:focus {
    color: #71c016;
}

.profile-navbar i {
    font-size: 12px;
    margin-right: 3px;
    color: #004694;
}

.card-footer-comment>a {
    font-size: 13px;
    color: #343a40;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.card-footer-comment>a:hover,
.card-footer-comment>a:focus {
    color: #71c016;
}

.comment-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 15px;
}

.comment-thumb img {
    border-radius: 50%;
}

.auth-name h6 {
    margin-bottom: 0;
}


/* :: Slider CSS */

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 1.5rem;
    background-color: #eef5f9;
}

#swiper-vertical {
    height: 200px;
}

#swiper-3d-cube-effect {
    max-width: 300px;
}

#swiper-3d-coverflow-effect .swiper-slide {
    max-width: 300px;
}

#swiper-3d-flip-effect,
#swiper-3d-flip-effect .swiper-slide {
    max-width: 350px;
}

.swiper-slide.img {
    padding: 0;
    padding: 0;
}

.carousel-caption>h3 {
    color: #71c016;
}

.swiper-pagination-bullet {
    background: #ffffff;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    color: #ffffff;
}

.testimonials-area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonial-description {
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding: 70px 30px 30px 50px;
    border-radius: 6px;
    text-align: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0.5;
}

.testimonial_image {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 9;
    margin-left: -40px;
}

.single-testimonial {
    padding-top: 45px;
}

.testimonial_image>img {
    border-radius: 50%;
    padding: 5px;
    background-color: #f2f4f8;
}

.star-icon>i {
    color: #ff9800;
    font-size: 18px;
}

.star-icon span {
    font-size: 12px;
}

.testimonial-description>h5 {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.star-icon {
    margin-bottom: 10px;
}

.testimonials-area .section-heading>p {
    margin: auto;
}

.testimonials-area {
    position: relative;
    z-index: 3;
    padding: 100px 5%;
}

.testimonials-area .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #ebebeb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -40px;
}

.testimonials-area .owl-dots {
    width: 100%;
    height: auto;
    text-align: center;
}

.testimonials-area .owl-dot.active {
    background-color: #004694;
    border-color: transparent;
}

.partners-slides.owl-carousel .owl-item>img {
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
}

.welcome-slides-area .owl-prev,
.welcome-slides-area .owl-next {
    color: #ffffff;
    width: 100px;
    height: 150px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
}

.welcome-slides-area .owl-prev i,
.welcome-slides-area .owl-next i {
    font-size: 80px;
    line-height: 150px;
}

.welcome-slides-area .owl-prev:hover,
.welcome-slides-area .owl-next:hover {
    background-color: #004694;
}

.welcome-slides-area .owl-next {
    right: 0;
    left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-slides-area .display-3 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-slides-area .display-3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-slides-area .display-3 {
        font-size: 30px;
    }
}

.center .testimonial-description {
    background-color: #004694;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.center .testimonial-description h5,
.center .testimonial-description p {
    color: #ffffff;
}

.center .testimonial-description .star-icon span,
.center .testimonial-description .star-icon i {
    color: #ffffff;
}

.center .testimonial_image {
    height: 90px;
    width: 90px;
    top: 0;
}


/* :: Banner CSS */

.banner-content-area {
    position: relative;
    z-index: 1;
}

.banner-content-area .banner-text-1 {
    padding: 0 15px;
}

.banner-content-area .banner-text-1 h6 {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
}

.banner-content-area .banner-text-1 .banner-border-1 {
    height: 2px;
    width: 70px;
    background-color: #ffffff;
    margin: 25px auto;
}

.g-bg-cover {
    position: relative;
}

.g-bg-gray-light-v5 {
    background-color: #f8f8ff !important;
}

.h-100 {
    height: 100% !important;
}

.single-banner__img {
    -webkit-transform: translate3d(70%, 0, 0);
    -ms-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.g-flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-banner__description {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    z-index: 1;
}

.g-bg-primary-opacity-0_8--before::after,
.g-bg-primary-opacity-0_8--after::after {
    background-color: #004694;
}

.g-bg-cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.single-banner::after {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.single-banner:hover .single-banner__img,
.single-banner:hover .single-banner__description {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.single-banner:hover::after {
    opacity: 0.95;
}

.banner-2-content-text:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.single-banner {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1;
}

.single-banner .single-banner__title,
.single-banner .single-banner__category {
    color: #222222;
}

.single-banner:hover .single-banner__title,
.single-banner:hover .single-banner__category,
.single-banner:hover p,
.single-banner:focus .single-banner__title,
.single-banner:focus .single-banner__category,
.single-banner:focus p {
    color: #ffffff;
}


/* :: File Manager CSS */

.file-manager-content .file-manager-thumb {
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.file-manager-content:hover .file-manager-thumb,
.file-manager-content:focus .file-manager-thumb {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
}


/* :: Gallery CSS */

.gallery--single-content {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.gallery--single-content .gallery--image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
}

.gallery--single-content .gallery--image img {
    width: 100%;
    -webkit-transition-duration: 1500ms;
    -o-transition-duration: 1500ms;
    transition-duration: 1500ms;
    border-radius: 3px;
}

.gallery--single-content .gallery_service_text {
    padding: 25px 30px 30px;
}

.gallery--single-content .gallery_service_text h6 {
    font-size: 14px;
    margin-bottom: 0;
}


/* :: Chat CSS */

.people-list .status {
    font-size: 12px;
}

.people-list img {
    float: left;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.people-list .about {
    float: left;
    padding-left: 8px;
}

.people-list .chat-list img {
    width: 30px;
    border-radius: 50%;
}

.people-list .chat-list li {
    padding: 15px 15px 10px 15px;
    list-style: none;
    border-radius: 3px;
}

.people-list .chat-list li .name {
    font-size: 14px;
}

.people-list .chat-list li.active {
    background-color: #f8f8ff;
}

.people-list .chat-list .status i {
    font-size: 10px;
    margin-right: 3px;
    color: #2ecc71;
}

.chat-header img {
    width: 30px;
    border-radius: 50%;
}

.chat-header-text {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.chat-with {
    font-size: 16px;
    font-weight: 600;
}

.chat-header-thumb {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.chat-header-thumb img {
    width: 45px;
    border-radius: 50%;
}

.chat .chat-header {
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0 0.55rem 0 0;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
}

.chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
}

.chat .chat-message {
    padding: 20px;
}

.chat .chat-message .form-control {
    height: 48px;
    border: 1px solid #ebebeb;
}

.form-group .form-line {
    width: 100%;
    position: relative;
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #ffffff;
    height: 450px;
}

.chat .chat-history .other-message {
    background-color: #6610f2;
}

.chat .chat-history .message {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 90%;
    border-radius: 6px;
}

.chat .chat-history .message-data {
    margin-bottom: 10px;
}

.chat .chat-history .message-data .message-data-name {
    font-size: 13px;
    font-weight: 700;
}

.chat .chat-history .message-data-time {
    color: #9b9b9b;
    padding-left: 5px;
    font-size: 12px;
}

.chat .chat-history .my-message {
    background: #eef5f9;
    color: #9b9b9b;
}

.chat-num-messages {
    font-size: 12px;
    color: #9b9b9b;
}

.message-thumb {
    width: 200px;
    height: auto;
    margin-left: auto;
}

.message-thumb img {
    border-radius: 10px;
}

.message.my-message p {
    margin-bottom: 0;
    color: #777;
}

.chat-upload {
    float: right;
}

.chat-upload button {
    font-size: 14px;
}

.chat-upload button:hover {
    color: #ffffff;
}

.people-list .chat-list li:hover {
    background: #f8f8ff;
    cursor: pointer;
}


/* :: Form Wizard CSS */

.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a {
    outline: 0;
}

.wizard-form-area ul li a {
    background: #004694;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    min-width: 150px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .wizard-form-area ul li a {
        min-width: 100px;
    }
}

.wizard ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wizard ul>li {
    display: block;
    padding: 0;
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.submit-text {
    display: inline-block;
    text-transform: capitalize;
}

.wizard>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.steps .number {
    font-size: 0.875rem;
}

.wizard>.steps>ul>li {
    width: 25%;
    float: left;
    text-align: center;
}

@media (max-width: 767px) {
    .wizard>.steps>ul>li {
        width: 50%;
    }
}

.wizard>.steps a {
    display: block;
    width: auto;
    margin: 0 5px 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: 600;
}

.wizard>.steps .disabled a {
    background: #ffffff;
    color: #434a54;
    cursor: default;
    border: 1px solid #004694;
}

.wizard>.steps .disabled a:hover {
    background: #ffffff;
    color: #434a54;
    cursor: default;
    border: 1px solid #004694;
}

.wizard>.steps .disabled a:active {
    background: #ffffff;
    color: #434a54;
    cursor: default;
    border: 1px solid #004694;
}

.wizard>.steps .current a {
    background: #004694;
    color: #ffffff;
    cursor: default;
}

.wizard>.steps .current a:hover {
    background: #004694;
    color: #ffffff;
    cursor: default;
}

.wizard>.steps .current a:active {
    background: #004694;
    color: #ffffff;
    cursor: default;
}

.wizard>.steps .done a {
    background: #004694;
    color: #ffffff;
    cursor: default;
}

.wizard>.steps .done a:hover {
    background: #004694;
    color: #ffffff;
    cursor: default;
}

.wizard>.steps .done a:active {
    background: #ffffff;
    color: #434a54;
    cursor: default;
    border: 1px solid #004694;
}

.wizard>.steps .error a {
    background: #ff4747;
    color: #ffffff;
}

.wizard>.steps .error a:hover {
    background: #ff4747;
    color: #ffffff;
}

.wizard>.steps .error a:active {
    background: #ff4747;
    color: #ffffff;
}

.wizard>.content {
    background: #ffffff;
    display: block;
    margin: 5px;
    min-height: 34em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c9ccd7;
}

.wizard>.content>.title {
    position: absolute;
    left: -999em;
}

.wizard>.content>.body {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .wizard>.content>.body {
        padding: 15px;
    }
}

.wizard>.content>.body ul {
    list-style: disc;
}

.wizard>.content>.body ul>li {
    display: list-item;
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #c9ccd7;
}

.wizard>.content>.body input[type="checkbox"] {
    display: none;
}

.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #ffadad;
    color: #ff4747;
}

.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard>.content>.body label.error {
    color: #ff4747;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard>.actions {
    padding-top: 20px;
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions>ul>li {
    float: left;
    margin: 0 0.5em;
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%;
}

@media (max-width: 767px) {
    .wizard.vertical>.steps {
        width: 42%;
    }
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
    text-align: left;
}

.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

@media (max-width: 767px) {
    .wizard.vertical>.content {
        width: 52%;
    }
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

@media (max-width: 767px) {
    .wizard.vertical>.actions {
        margin: 0;
        width: 100%;
    }
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em;
}

.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.tabcontrol a {
    outline: 0;
}

.tabcontrol ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabcontrol ul>li {
    display: block;
    padding: 0;
}

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #c9ccd7;
    padding: 0;
}

.tabcontrol>.steps>ul>li>a {
    color: #aab2bd;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none;
}

.tabcontrol>.steps>ul>li.current {
    background: #ffffff;
    border: 1px solid #c9ccd7;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #c9ccd7;
    padding-top: 20px;
}

.tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol>.content>.body ul {
    list-style: disc;
}

.tabcontrol>.content>.body ul>li {
    display: list-item;
}

#steps-uid-0-p-3 [type="checkbox"]+span:not(.lever)::before,
#steps-uid-0-p-3 [type="checkbox"]:not(.filled-in)+span:not(.lever)::after,
#steps-uid-1-p-2 [type="checkbox"]+span:not(.lever)::before,
#steps-uid-1-p-2 [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
    top: -1px;
}


/* :: Form CSS */

.form-group label {
    font-weight: bold;
    font-size: 0.874rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: 10px;
}

.form-control {
    border-color: #dbdbdb;
}

.form-control:focus {
    border-color: #004694;
    box-shadow: none;
}

.input-group,
.asColorPicker-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-group .file-upload-default {
    display: none;
}

[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"]+span:not(.lever)::before,
[type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #777;
    border-radius: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

[type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+span:not(.lever)::before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #004694;
    border-bottom: 2px solid #004694;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.success-box {
    margin: 50px 0;
    padding: 10px 10px;
    border: 1px solid #ebebeb;
    background: #f8f8ff;
}

.success-box div {
    vertical-align: top;
    display: inline-block;
    color: #777;
}

.success-box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

#example-vertical-wizard h3 {
    font-size: 20px;
}

#demo {
    z-index: 99999999999 !important;
    position: relative;
}


/* :: Summernote CSS */

.note-editor.note-frame {
    border: 1px solid #dbdbdb;
}

.note-editor.note-frame .note-editing-area {
    font-size: 14px;
}

.note-editor.note-frame .dropdown-toggle::after {
    display: none;
}

.note-editor.note-frame .dropdown-menu.dropdown-style {
    width: 200px;
    padding: 1rem;
    border: 1px solid #dbdbdb;
}

.note-editor.note-frame .note-check.dropdown-fontname {
    width: 180px;
    padding: 1rem;
    border: 1px solid #dbdbdb;
}

.note-editor.note-frame .modal-title {
    display: none;
}

.note-editor.note-frame .form-group label {
    display: block;
}

.note-icon-table::before {
    content: "\f0ce";
    font-family: "FontAwesome";
}

.note-popover .popover-content .note-style .dropdown-style blockquote,
.panel-heading.note-toolbar .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.panel-heading.note-toolbar .note-style .dropdown-style pre {
    padding: 0;
}

.note-popover.popover {
    display: none !important;
}


/* :: Login CSS */

.form-control.login {
    height: 50px;
    font-size: 12px;
}

.login-icon a {
    color: #ffffff;
    background-color: #004694;
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 50%;
    line-height: 37px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin: 0 5px;
    transition-duration: 500ms;
}

.login-icon a:hover,
.login-icon a:focus {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.form-control.register {
    height: 50px;
    font-size: 12px;
}

.login-form,
.register-form {
    position: relative;
    z-index: 1;
}

.login-form [type="checkbox"]+span:not(.lever)::before,
.login-form [type="checkbox"]:not(.filled-in)+span:not(.lever)::after,
.register-form [type="checkbox"]+span:not(.lever)::before,
.register-form [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
    top: 0;
}


/* :: Loader CSS */

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #ffffff;
    border-color: #ffffff transparent #ffffff transparent;
    -webkit-animation: lds-hourglass 1.2s infinite;
    animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

@keyframes lds-hourglass {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

.lds-circle {
    display: inline-block;
    -webkit-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    transform: translateZ(1px);
}

.lds-circle>div {
    display: inline-block;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@-webkit-keyframes lds-circle {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        -webkit-transform: rotateY(3600deg);
        transform: rotateY(3600deg);
    }
}

@keyframes lds-circle {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        -webkit-transform: rotateY(3600deg);
        transform: rotateY(3600deg);
    }
}

.lds-heart {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 32px 32px;
}

.lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #ffffff;
    -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: #ffffff;
}

.lds-heart div:before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}

@-webkit-keyframes lds-heart {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    5% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    39% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes lds-heart {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    5% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    39% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-animation: lds-default 1.2s linear infinite;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

.lds-default div:nth-child(2) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}

.lds-default div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}

.lds-default div:nth-child(4) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}

.lds-default div:nth-child(5) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}

.lds-default div:nth-child(6) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}

.lds-default div:nth-child(7) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}

.lds-default div:nth-child(8) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}

.lds-default div:nth-child(9) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}

.lds-default div:nth-child(10) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}

.lds-default div:nth-child(11) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

.lds-default div:nth-child(12) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

@-webkit-keyframes lds-default {
    0%,
    20%,
    80%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes lds-default {
    0%,
    20%,
    80%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #ffffff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    border-color: #ffffff transparent #ffffff transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(19px, 0);
        -ms-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(19px, 0);
        -ms-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #ffffff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #ffffff;
    -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    -webkit-animation-delay: -0.24s;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-grid div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-animation: lds-grid 1.2s linear infinite;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 6px;
    left: 6px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 6px;
    left: 26px;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 6px;
    left: 45px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 26px;
    left: 6px;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 26px;
    left: 26px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 26px;
    left: 45px;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 45px;
    left: 6px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 45px;
    left: 26px;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 45px;
    left: 45px;
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes lds-grid {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.lds-spinner {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    -webkit-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #ffffff;
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* :: Code Editor CSS */

.adm-editor {
    height: 400px !important;
    background-color: #282f3a;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border: none;
    border-radius: 3px;
}


/* :: Todo List CSS */

.widgets-todo-list-area .form-add-todo {
    position: relative;
    z-index: 1;
}

.widgets-todo-list-area .new-todo-item {
    width: 100%;
    border: 1px solid #ebebeb;
    height: 45px;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 3px;
}

.widgets-todo-list-area .add-todo-item {
    width: 100px;
    height: 45px;
    border: none;
    background: #004694;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    z-index: 10;
}

.widgets-todo-list-area .todo-list {
    position: relative;
    z-index: 1;
    margin-top: 1.25rem;
}

.widgets-todo-list-area .todo-list li {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    padding: 0.4rem 2rem 0.4rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
}

.widgets-todo-list-area .todo-list li [type="checkbox"]:checked+span:not(.lever)::before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.widgets-todo-list-area .todo-list li label {
    margin-right: .5rem;
}

.widgets-todo-list-area .todo-list li .todo-item-delete {
    position: absolute;
    top: 50%;
    right: 1rem;
    height: 16px;
    width: 16px;
    font-size: 16px;
    color: #434343;
    margin-top: -8px;
    cursor: pointer;
}

.widgets-todo-list-area .todo-list li.todo-completed {
    text-decoration: line-through;
    border-color: #004694;
    background-color: #004694;
    color: #ffffff;
}

.widgets-todo-list-area .todo-list li.todo-completed .todo-item-delete {
    color: #ffffff;
}


/* :: Widgets CSS */

.widget-shop-card {
    border-radius: 6px;
}

.widget-shop-card .widget-shop-text-content {
    border-radius: 0 0 3px 3px;
}

.widget-new-content {
    border-radius: 6px;
}

.widget---stats {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget---stats p {
    font-size: 12px;
}

.widget---content-text h6 {
    margin-bottom: 0;
}

.sparkline-chart p {
    font-size: 12px;
}

.font-color-purple {
    color: #004694;
}

.progress.progress-small-- {
    border-radius: 5px;
    height: 4px;
}

.progress-description {
    color: #434343;
    font-size: 12px;
}

.widget-content-2 .widget-content-thumb-2 {
    width: 100px;
    height: 100px;
    margin: auto;
}

.widget-content-2 .widget-content-thumb-2 img {
    border-radius: 50%;
}

.widget-content-2 h6 {
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .widget-content-2 h6 {
        font-size: 16px;
    }
}

.widget-content-2 span {
    display: block;
    color: #fda006;
}

.widget-content-2 a {
    color: #ffffff;
    font-size: 14px;
    margin: 0 5px;
}

.footer-widget-2 a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.widget-content-area-3 .widget-content-3 .widget-content-thumb-3 {
    width: 100px;
    height: 100px;
    margin: auto;
}

.widget-content-area-3 .widget-content-3 .widget-content-thumb-3 img {
    border-radius: 50%;
}

.widget-content-area-3 .widget-content-3 h6 {
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .widget-content-area-3 .widget-content-3 h6 {
        font-size: 16px;
    }
}

.widget-content-area-3 .widget-content-3 span {
    display: block;
    color: #777;
}

.widget-content-area-3 .widget-content-3 span i {
    color: #f1536e;
    margin-right: 8px;
    font-size: 14px;
}

.widget-content-area-3 .widget-content-3 a {
    color: #434343;
    font-size: 14px;
    margin: 0 5px;
}

.widget-content-area-3 .footer-widget-3 {
    border-top: 1px solid rgba(10, 10, 110, 0.15);
}

.widget-content-area-3 .footer-widget-3 a {
    font-size: 14px;
    color: #434343;
    margin: 0 5px;
}

.widget-content-area-3 .footer-widget-3 a:hover,
.widget-content-area-3 .footer-widget-3 a:focus {
    color: #004694;
}

.wdiget-chart #sparkline-lines canvas,
.wdiget-chart #sparkline-tristate canvas,
.wdiget-chart #sparkline-discrete canvas,
.wdiget-chart #sparkline-bars canvas {
    height: 50px !important;
    width: 150px !important;
}

.widget-chart-content {
    padding: 30px;
}

.widget-chart-content h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.widget-chart-content h3 i {
    font-size: 18px;
    color: #71c016;
}

.widget-shop-card .badge-shop {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.widget-shop-card .shop-card-thumb {
    max-width: 200px;
    margin: auto;
    height: auto;
}

.widget-shop-card .shop-card-thumb-2 {
    max-width: 180px;
    margin: auto;
}

.widget-shop-card .widget-shop-card-text {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .widget-shop-card .widget-shop-card-text {
        font-size: 16px;
    }
}

.widget-shop-card .shop-widget-btn {
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 8px 20px;
    border-radius: 30px;
}

.table {
    border: 1px solid rgba(10, 10, 110, 0.15);
}

.user-visit--area .table tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 2px;
}

.img-round {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.widget-social-content {
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.widget-social-content .widget-social-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: 0.25;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    cursor: pointer;
}

.widget-social-content .widget-social-icon i {
    color: #ffffff;
    font-size: 50px;
}

.widget-social-content .widget-social-icon:hover,
.widget-social-content .widget-social-icon:focus {
    opacity: 1;
    transform: translateY(-15px);
}

@media only screen and (max-width: 767px) {
    .az-content-label {
        font-size: 12px;
    }
}

.soundcloud-iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 400px;
}

.soundcloud-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.e-caps-list-item {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
}

.e-caps-list-item:last-child {
    margin-bottom: 0;
}

.e-caps-list-item h6 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 14px;
    margin-bottom: 0;
}

.e-caps-list-item span {
    font-size: 12px;
}

.e-caps-list-item:hover h6 {
    color: #004694;
}

.widget-bg-icon {
    font-size: 80px;
    line-height: 1;
}

.widget-head-small-text h4,
.widget-head-bg-text h4 {
    font-size: 30px;
}

.user-photo-table i {
    font-size: 10px;
    margin-right: 5px;
}

.user-photo-table .rounded-circle-user-thumb {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.user-text-table h6 {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.user-text-table p {
    font-size: 12px;
}

.social-media .progress {
    background: transparent;
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-media .progress h5 {
    position: relative;
    top: -5px;
}

.client-media-content .client-thumb {
    width: 40px;
}

.protlate-widget-card-area .protlate-widget-thumb-text .protlate-widget-thumb {
    position: relative;
    z-index: 1;
}

.protlate-widget-card-area .protlate-widget-thumb-text .protlate-widget-price {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.protlate-widget-card-area .protlate-widget-thumb-text .protlate-widget-price h4 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
}

.protlate-widget-card-area .protlate-widget-thumb-text .protlate-widget-title {
    position: absolute;
    top: 15px;
    left: 15px;
}

.protlate-widget-card-area .protlate-widget-thumb-text .protlate-widget-title h6 {
    font-size: 13px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 5px 10px;
    border-radius: 2px;
}

.user-widget-area .user-widget-thumb {
    height: 100px;
    width: 100px;
    margin: auto;
}

.user-widget-area .user-widget-text-area .user-widget-text h6 {
    font-size: 20px;
    margin-bottom: 0;
}

.widget-slider-area .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.widget-slider-area .owl-prev {
    right: 15px;
}

.widget-slider-area .owl-prev,
.widget-slider-area .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid rgba(10, 10, 110, 0.15);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.widget-slider-area .owl-prev:hover,
.widget-slider-area .owl-prev:focus,
.widget-slider-area .owl-next:hover,
.widget-slider-area .owl-next:focus {
    color: #004694;
    background-color: #fff;
}

.widget-slider-area.style-2 .owl-prev,
.widget-slider-area.style-2 .owl-next {
    border: 1px solid rgba(10, 10, 110, 0.15);
    color: #00367e;
}

.widget-slider-area.style-2 .owl-prev:hover,
.widget-slider-area.style-2 .owl-prev:focus,
.widget-slider-area.style-2 .owl-next:hover,
.widget-slider-area.style-2 .owl-next:focus {
    color: #fff;
    background-color: #004694;
    border-color: #004694;
}

.widget-slider-3-area .slider-icon-text-area {
    border-bottom: 1px solid rgba(10, 10, 110, 0.15);
    padding-bottom: 20px;
}

.widget-slider-3-area .slider-icon-text-area .icon {
    font-size: 30px;
    color: #004694;
}

.widget-slider-3-area .slider-icon-text-area .text h3 {
    font-size: 24px;
    font-weight: 400;
}

.widget-slider-3-area .slider-icon-text-area .text h6 {
    font-size: 16px;
    font-weight: 400;
    color: #71c016;
    margin-bottom: 0;
}

.widget-slider-3-area .slider-icon-text-area .text h6 span {
    color: #00367e;
}

.widget-slider-3-area .slider-content-text {
    padding-top: 20px;
}

.widget-slider-3-area .slider-content-text h6 {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.widget-slider-3-area .slider-content-text h6 span {
    color: #111;
}

.widgets-single-comment {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 3rem;
}

.widgets-single-comment .comment-auth-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    border-radius: 50%;
}

.widgets-single-comment .comment-text h5 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .widgets-single-comment .comment-text h5 {
        font-size: 14px;
    }
}

.widgets-single-comment .comment-text .comment-date {
    font-size: 12px;
    color: #434343;
}

.widgets-single-comment .comment-text p {
    font-size: 13px;
}

.widgets-single-comment .comment-footer .action-icons a {
    font-size: 15px;
    color: #26a69a;
    margin-right: 10px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.widgets-single-comment .comment-footer .action-icons a:hover {
    color: #004694;
}

.widgets-single-comment:last-child {
    margin-bottom: 0;
}

.widgets-single-comment::after {
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #004694;
    top: 0;
    left: -20px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.widgets-single-comment.active,
.widgets-single-comment:hover {
    border-bottom-color: #004694;
}

.widgets-single-comment.active::after,
.widgets-single-comment:hover::after {
    opacity: 1;
    visibility: visible;
}

.widgets-single-comment.active .comment-text h5,
.widgets-single-comment:hover .comment-text h5 {
    color: #004694;
}

.project-table .project-thumb {
    width: 35px;
    min-width: 35px;
    border-radius: 50%;
}

.project-table a {
    color: #00367e;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .project-table a {
        font-size: 12px;
    }
}

.project-table a:hover {
    color: #004694;
}

.project-table thead th {
    border-bottom-style: dashed;
}

.project-table tr td {
    font-weight: 500;
    border-top-style: dashed;
}

@media only screen and (max-width: 767px) {
    .project-table tr td {
        min-width: 85px;
    }
}

.project-table tr td h5 {
    font-size: 14px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .project-table tr td h5 {
        font-size: 12px;
    }
}

.project-table tr td h6 {
    font-size: 14px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .project-table tr td h6 {
        font-size: 12px;
    }
}

.project-table tr td span {
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .project-table tr td span {
        font-size: 11px;
    }
}

.project-table tr th {
    font-weight: 500;
    border-top-style: dashed;
}

@media only screen and (max-width: 767px) {
    .project-table tr th {
        min-width: 85px;
    }
}

.project-table tbody tr:hover {
    background-color: #f2f4f8;
}

.weather-report {
    position: relative;
    margin: 15px 0 50px;
}

.weather-report h2 {
    font-size: 52px;
}

.weather-report h6 {
    margin-bottom: 0;
}

.weather-report-details {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: auto;
}

.weather-report-details ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.weather-report-details ul li:last-child {
    margin-bottom: 0;
}

.weather-report-details ul li span {
    color: #fff;
}

.weather-report-area li i {
    font-size: 20px;
    color: #ffffff;
}

.weather-report-area li span {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
}

.weather-report-area li h3 {
    color: #ffffff;
    margin-top: 10px;
}

.widget-content-style {
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

.widget-content-style i {
    font-size: 48px;
    color: #fff;
}

.widget-head-box {
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-download-file {
    position: relative;
    z-index: 1;
}

.widget-download-file .download-file-icon {
    width: 40px;
    height: 40px;
    background-color: #004694;
    border-radius: 50%;
    text-align: center;
    padding: 7px 0;
}

.widget-download-file .download-file-icon img {
    max-height: 20px;
}

.widget-download-file:hover .user-text-table h6 {
    color: #004694;
}

.total-earnings.nav-tabs .nav-item a {
    font-size: 12px !important;
    padding: 6px 16px !important;
    border-color: transparent !important;
}

@media only screen and (max-width: 767px) {
    .total-earnings.nav-tabs .nav-item a {
        padding: 5px 10px !important;
    }
}

.total-earnings.nav-tabs .nav-item a.active,
.total-earnings.nav-tabs .nav-item a.active:focus,
.total-earnings.nav-tabs .nav-item a.active:hover {
    color: #fff !important;
    background-color: #004694 !important;
}

.total-earnings-list {
    position: relative;
    z-index: 1;
}

.total-earnings-list li {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.6rem;
}

.total-earnings-list li:last-child {
    margin-bottom: 0;
}

.total-earnings-list li::after {
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #004694;
    top: 0;
    left: -20px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.total-earnings-list li:hover::after {
    opacity: 1;
    visibility: visible;
}

.total-earnings-list li:hover .author-text h6 {
    color: #004694;
}

.total-earnings-list .author-info .author-img {
    max-width: 35px;
}

.total-earnings-list .author-info .author-img img {
    border-radius: 50%;
}

.total-earnings-list .author-text h6 {
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .total-earnings-list .author-text h6 {
        font-size: 13px;
    }
}

.total-earnings-list .author-text p {
    font-size: 13px;
}

.user--media-body h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.user--media-body span {
    font-size: 12px;
}


/* :: Typography CSS */

.link-btn-typo {
    margin-bottom: 15px;
    display: inline-block;
}

.tpography-unordered ul {
    margin: 5px;
    padding: 10px;
}

.tpography-unordered ul li {
    list-style: disc;
    line-height: 1.7;
}


/* :: Context Menu CSS */

.context-menu-content {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #004694;
    font-size: 16px;
    border-radius: 3px;
}

div.valTip li {
    list-style: none;
    padding: 3px;
    padding-right: 20px;
    cursor: pointer;
    position: relative;
    color: #f1536e;
    font-weight: bold;
    border: none;
}

.iw-cm-menu li {
    text-transform: capitalize;
}

.iw-cm-arrow-right {
    top: 40%;
}


/* :: Contact CSS */

.member-content-area .member-contact-content .contact-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    margin-right: 15px;
}

.member-content-area .member-contact-content .contact-thumb img {
    border-radius: 50%;
}

.member-content-area .member-contact-content .member-contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
}

.member-content-area h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.member-content-area .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.member-content-area .nav:last-child {
    margin-bottom: 0;
}

.member-content-area .nav .nav-item .img-icon {
    height: 30px;
    width: 30px;
    background-color: #004694;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
}

.member-content-area .nav .nav-item p {
    margin-bottom: 0;
}

.contact-content-area .address-contact-area p {
    margin-bottom: 10px;
    color: #343a40;
    font-size: 16px;
}

.contact-content-area .address-contact-area p i {
    display: inline-block;
    width: 30px;
}

.contact-content-area .address-contact-area a {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    color: #343a40;
}

.contact-content-area .address-contact-area a i {
    width: 30px;
    display: inline-block;
}

.contact-content-area .contact-add-icon a {
    font-size: 14px;
    margin-right: 10px;
}

.address-content- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.address-content- .contact--icon {
    margin-right: 15px;
}

.address-content- .contact--icon i {
    font-size: 22px;
}

.contact-add-icon.two a {
    font-size: 12px;
    height: 35px;
    width: 35px;
    border: 2px solid #ebebeb;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: #004694;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-add-icon.two a:hover {
    background-color: #004694;
    color: #ffffff;
    border-color: #004694;
}

.form-control.contact {
    border: none;
    background-color: #f8f8ff;
    font-size: 12px;
    padding: 20px;
}

.map-container.contact-page {
    width: 100%;
    height: 420px;
}

@media only screen and (max-width: 767px) {
    .map-container.contact-page {
        height: 270px;
    }
}

.map-container.contact-page iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* :: Pricing Table CSS */

.price-table-area--1 {
    position: relative;
    z-index: 1;
    border: 1px solid #ebebeb;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.price-table-area--1 .price-table-header-1 h5 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.price-table-area--1 .price-table-header-1 h3 {
    font-size: 62px;
    margin-bottom: 0;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .price-table-area--1 .price-table-header-1 h3 {
        font-size: 42px;
    }
}

.price-table-area--4 {
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.price-table-area--4 .price-table-header-4 {
    border-radius: 3px 3px 0 0;
}

.price-table-area--4 .price-table-header-4 h5 {
    margin-bottom: 0;
}

.price-table-area--4:hover,
.price-table-area--4:focus {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.price-table {
    text-align: center;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.price-head {
    padding: 50px;
    background-color: #f321d6;
    background: -webkit-linear-gradient(45deg, #f321d6, #5121f3);
    background: -o-linear-gradient(45deg, #f321d6, #5121f3);
    background: linear-gradient(45deg, #f321d6, #5121f3);
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.price-head:hover,
.price-head:focus {
    border-bottom-left-radius: 0%;
    border-top-right-radius: 0%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.price-table .price-head h4 {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 500;
}

.price-table .price-head h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 0;
    color: #ffffff;
    font-size: 26px;
}

.price-content {
    position: relative;
}

.col-md-4:nth-child(2) .price-table {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.price-content ul {
    position: relative;
    margin: 0;
    padding: 20px 0;
}

.price-content ul li {
    list-style: none;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 0;
    color: #434343;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.price-content ul li:hover {
    border-left: 10px solid #9e02c5;
    border-right: 10px solid #9e02c5;
}

.price-button {
    padding: 0 0 30px;
}

.price-button a {
    padding: 10px 40px;
    background: #000;
    color: #ffffff;
    border-radius: 25px;
    font-size: 18px;
    text-decoration: none;
    background-color: #f321d6;
    background: -webkit-linear-gradient(45deg, #f321d6, #5121f3);
    background: -o-linear-gradient(45deg, #f321d6, #5121f3);
    background: linear-gradient(45deg, #f321d6, #5121f3);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.price-button a:hover {
    background: -webkit-linear-gradient(105deg, #e021d1, #3121f3);
    background: -o-linear-gradient(105deg, #e021d1, #3121f3);
    background: linear-gradient(-15deg, #e021d1, #3121f3);
}

.price-table .price-head h2 span {
    font-size: 14px;
    text-transform: capitalize;
}

.pricing-table-3 {
    text-align: center;
    padding: 38px 0 40px 0;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    position: relative;
    border: 1px solid #ebebeb;
    z-index: 0;
    margin-bottom: 50px;
}

.pricing-table-3 .price-header .icon {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #71c016;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.pricing-table-3 .price-header .price {
    font-size: 50px;
    line-height: 50px;
    color: #71c016;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.pricing-table-3 .price-header .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pricing-table-3 .price-header .price .month {
    font-size: 22px;
    line-height: 23px;
}

.pricing-table-3 .price-header .title-price-3 {
    font-size: 20px;
    color: #434343;
    transition: .3s ease-in;
}

.pricing-table-3 .price-table-3-body ul {
    margin: 0;
    padding: 0;
}

.pricing-table-3 .price-table-3-body ul li {
    list-style: none;
    display: block;
    color: #8997a7;
    margin: 27px 0;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.pricing-table-3 .price-table-3-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-3 .price-btn- {
    margin-top: 40px;
}

.pricing-table-3 .price-btn- .order-btn {
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #ffffff;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    font-weight: 600;
    background-color: #71c016;
    position: relative;
    overflow: hidden;
}

.pricing-table-3::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #71c016;
    content: '';
    transition: height .5s ease-in;
    z-index: -1;
}

.pricing-table-3:hover .price-header .icon,
.title-price-3 {
    color: #ffffff;
}

.pricing-table-3:hover .price-header .title-price-3 {
    color: #ffffff;
}

.pricing-table-3:hover .price-header .price {
    color: #ffffff;
}

.pricing-table-3:hover .price-table-3-body ul li {
    color: #eef5f9;
}

.pricing-table-3:hover::after {
    height: 100%;
}

.pricing-table-3:hover {
    border-color: #71c016;
}

.pricing-table-3:hover .price-btn- .order-btn {
    background-color: #ffffff;
    color: #434343;
}


/* :: Data Table CSS */

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: #004694;
    border-color: #004694;
    color: #ffffff;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1rem;
    padding: 0rem 0.5rem;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #00367e;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 12px;
}

.jsgrid-table>thead>tr>th,
.jsgrid-table>tfoot>tr>th {
    border-bottom: 1px solid #ebebeb !important;
    color: #00367e;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}

div.dataTables_wrapper div.dataTables_info {
    color: #00367e;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 25px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
}

div.dataTables_wrapper div.dataTables_length label {
    clear: both;
    float: left;
    font-size: 14px;
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    height: 30px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: none;
    color: #00367e;
    height: 30px;
    padding: 0 15px;
}

div.dataTables_wrapper div.dataTables_length select {
    border: 1px solid #dbdbdb;
    width: 60px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 14px;
}


/* :: Call-to-action CSS */

.call-to-action-text-1 h4 span {
    color: #71c016;
}

.call-to-action-text-1 p {
    color: #222222;
    font-size: 16px;
}


/* :: Web Icons CSS */

.single_icon {
    padding: 15px;
    text-align: center;
}

.single_icon span {
    font-size: 13px;
}

.single_icon i {
    display: block;
    margin-bottom: 15px;
    font-size: 26px;
    color: #232323;
}

.border {
    border-color: #ebebeb !important;
}

.shortcodes_content_area .single_icon {
    padding: 15px;
    text-align: center;
}

.single_icon_thumb {
    padding: 30px;
    text-align: center;
}

.single_icon_thumb span {
    font-size: 30px;
    display: block;
    margin: auto;
}

.single_icon_thumb code {
    margin-top: 10px;
    display: block;
    font-size: 12px;
}

.single_icon_thumb h6 {
    margin-top: 15px;
    margin-bottom: 0;
}


/* :: Account CSS */

.nice-select {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    /*text-transform: capitalize;*/
    font-weight: 400;
    border-radius: .25rem;
    width: 100%;
}

.nice-select.open .list {
    width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    max-height: 300px;
    overflow-y: scroll;
}

.nice-select .option {
    text-align: left;
}

.acount-profile .nice-select {
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 15px;
}

.acount-profile .nice-select.open .list {
    width: 100%;
}

.acount-profile .form-group {
    margin-bottom: 0;
}

.skill .info .bootstrap-tagsinput .tag {
    background-color: #26a69a;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.nice-select .list {
    z-index: 9999999 !important;
    max-height: 300px;
}

.social .social-fb .input-group-prepend .input-group-text {
    background-color: #004694;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f8f8ff;
}

.about .info,
.contact .info,
.edu-experience .info,
.skill .info,
.social .info {
    padding: 0;
}


/* :: Card CSS */

.single-card-area {
    border-radius: 10px;
}

.single-card-area .card-thumb {
    border-radius: 10px 10px 0 0;
}

.single-card-area .card-text {
    padding: 1rem;
}

.single-card-area .card-text h4 {
    font-size: 1.25rem;
}

.single-card-two-area {
    position: relative;
    z-index: 1;
    height: 300px;
    border-radius: 10px;
}

.single-card-two-area::after {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 10px;
}

.single-card-two-area .single-card-content .single-card-two-text h4 {
    color: #ffffff;
}

.single-card-two-area .single-card-content .single-card-two-text p {
    font-size: 14px;
    color: #ffffff;
}

.single-card-three-area {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
}

.single-card-three-area .icon {
    height: 70px;
    width: 70px;
    line-height: 72px;
    font-size: 26px;
    margin: auto;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    background-color: #f8f8ff;
}

.single-card-three-area h4 {
    margin-top: 15px;
}

.single-card-three-area p {
    margin-bottom: 0;
}

.single-card-three-area:hover .icon {
    background-color: #004694;
    color: #ffffff;
}

.card- {
    background: #ffffff;
    border: 1px solid;
}

.border-info- {
    border: #17a2b8 !important;
}

.border-danger- {
    border: 1px solid #f1536e !important;
}

.border-primary- {
    border: 1px solid #004694 !important;
}


/* :: Cart CSS */

.shopping-cart .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.shopping-cart .product-item .product-thumb {
    width: 90px;
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    .shopping-cart .product-item .product-thumb {
        width: 50px;
        margin-right: 10px;
    }
}

.shopping-cart .product-item .product-title {
    margin-bottom: 5px;
}

.shopping-cart .product-item .product-title a {
    font-size: 16px;
    color: #00367e;
}

@media only screen and (max-width: 767px) {
    .shopping-cart .product-item .product-title a {
        font-size: 12px;
    }
}

.shopping-cart .product-item p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .shopping-cart .product-item p {
        font-size: 12px;
    }
}

.shopping-cart .table>thead>tr>th {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .shopping-cart .table>thead>tr>th {
        font-size: 12px;
    }
}

.remove-from-cart {
    color: #f1536e;
}

.nice-select.form-control.cart {
    margin-bottom: 0;
}

.shopping-cart-footer {
    display: table;
    width: 100%;
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .shopping-cart-footer .btn {
        padding: 0.337rem .375rem;
        font-size: 12px;
    }
}

.coupon-form .form-control {
    width: 100%;
    margin-right: 1rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .coupon-form .form-control {
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .coupon-form {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .column.text-lg {
        margin-bottom: 1rem;
    }
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
    display: table-cell;
    vertical-align: top;
}

.shopping-cart>table>thead>tr>th,
.shopping-cart>table>thead>tr>td,
.shopping-cart>table>tbody>tr>th,
.shopping-cart>table>tbody>tr>td,
.wishlist-table>table>thead>tr>th,
.wishlist-table>table>thead>tr>td,
.wishlist-table>table>tbody>tr>th,
.wishlist-table>table>tbody>tr>td,
.order-table>table>thead>tr>th,
.order-table>table>thead>tr>td,
.order-table>table>tbody>tr>th,
.order-table>table>tbody>tr>td {
    vertical-align: middle !important;
}


/* :: Pagination CSS */

.pagination.singel-page .page-item .page-link {
    padding: 10px 15px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    border-color: transparent;
}

.pagination.singel-page .page-item .page-link i {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .pagination.singel-page .page-item .page-link {
        padding: 4px 8px;
    }
}

.pagination.singel-page .page-item .page-link:focus,
.pagination.singel-page .page-item .page-link:hover {
    background-color: #004694;
    color: #ffffff;
    border-color: transparent;
}

.pagination.pagination-flat .page-item {
    margin-right: 3px;
}

.pagination.pagination-flat .page-item .page-link {
    padding: 10px 15px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    border: none;
    border-radius: 3px;
}

.pagination.pagination-flat .page-item .page-link i {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .pagination.pagination-flat .page-item .page-link {
        padding: 4px 8px;
    }
}

.pagination.pagination-flat .page-item .page-link:focus,
.pagination.pagination-flat .page-item .page-link:hover {
    background-color: #71c016;
    color: #ffffff;
    border-color: transparent;
}

.pagination.pagination-flat .page-item.active .page-link {
    background-color: #71c016;
}

.pagination.pagination-separated .page-item {
    margin-right: 5px;
}

.pagination.pagination-separated .page-item .page-link {
    padding: 10px 15px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    border-radius: 2px;
}

@media only screen and (max-width: 767px) {
    .pagination.pagination-separated .page-item .page-link {
        padding: 4px 8px;
    }
}

.pagination.pagination-separated .page-item .page-link i {
    font-size: 14px;
}

.pagination.pagination-separated .page-item .page-link:focus,
.pagination.pagination-separated .page-item .page-link:hover {
    background-color: #f1536e;
    color: #ffffff;
    border-color: transparent;
}

.pagination.pagination-separated .page-item.active .page-link {
    background-color: #f1536e;
    border-color: #f1536e;
}

.pagination.pagination-rounded .page-item:first-child .page-link {
    border-radius: 25px 0 0 25px;
}

.pagination.pagination-rounded .page-item:last-child .page-link {
    border-radius: 0 25px 25px 0;
}

.pagination.pagination-rounded .page-item .page-link {
    padding: 8px 15px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.pagination.pagination-rounded .page-item .page-link i {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .pagination.pagination-rounded .page-item .page-link {
        padding: 4px 8px;
    }
}

.pagination.pagination-rounded .page-item .page-link:focus,
.pagination.pagination-rounded .page-item .page-link:hover {
    background-color: #f1536e;
    color: #ffffff;
    border-color: transparent;
}

.pagination.pagination-rounded .page-item.active .page-link {
    background-color: #f1536e;
    border-color: #f1536e;
}

.pagination.pagination-rounded-flat .page-item {
    margin-right: 5px;
    border-radius: 50%;
}

.pagination.pagination-rounded-flat .page-item .page-link {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
}

.pagination.pagination-rounded-flat .page-item .page-link i {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .pagination.pagination-rounded-flat .page-item .page-link {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.pagination.pagination-rounded-flat .page-item .page-link:focus,
.pagination.pagination-rounded-flat .page-item .page-link:hover {
    background-color: #71c016;
    color: #ffffff;
    border-color: transparent;
}

.pagination.pagination-rounded-flat .page-item.active .page-link {
    background-color: #71c016;
}

.pagination.next-pre-separated .page-item .page-link {
    padding: 15px 30px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    border-radius: 2px;
}

.pagination.next-pre-separated .page-item .page-link i {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .pagination.next-pre-separated .page-item .page-link {
        padding: 3px 5px;
    }
}

.pagination.next-pre-separated .page-item .page-link:focus,
.pagination.next-pre-separated .page-item .page-link:hover {
    background-color: #71c016;
    color: #ffffff;
    border-color: transparent;
}

.pagination.next-pre-separated .page-item.active .page-link {
    background-color: #71c016;
    padding: 15px 30px;
    font-size: 16px;
    border-color: #71c016;
}

@media only screen and (max-width: 767px) {
    .pagination.next-pre-separated .page-item.active .page-link {
        padding: 3px 5px;
    }
}


/* :: Product Edit CSS */

.tabs-container.product-edit {
    position: relative;
    z-index: 1;
}

.tabs-container.product-edit .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}

.tabs-container.product-edit .nav-tabs li {
    margin-bottom: 0;
}

.tabs-container .nav-tabs>li>a {
    position: relative;
    z-index: 1;
    color: #434343;
    font-weight: 500;
    font-size: 15px;
    border: none;
    text-transform: capitalize;
}

.tabs-container .input-group-addon {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 16px;
    text-align: center;
    border-right: none;
}

.tabs-container .input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.tabs-container .product-delet-btn {
    text-align: center;
}

.tabs-container .form-control.product {
    margin-bottom: 0;
}

.tabs-container .nav-tabs .nav-item.show .nav-link,
.tabs-container .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #004694;
    border-radius: 4px;
}

.tabs-container .form-group label {
    font-size: 14px;
    margin-bottom: 0;
    color: #323232;
    font-weight: 500;
}

.tabs-container td img {
    max-width: 50px;
}


/* :: Rating CSS */

.rating-area .nice-select {
    display: none;
}


/* :: Shop CSS */

.single-shop-area {
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-shop-area .shop-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-shop-area .shop-thumb img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-shop-area .product-desc {
    position: relative;
    z-index: 1;
    padding: 30px;
    background-color: #f9f9f9;
}

.single-shop-area .product-desc span {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #434343;
    display: block;
}

.single-shop-area .product-desc p {
    margin-bottom: 0;
    font-size: 13px;
}

.single-shop-area .product-desc .product-price {
    color: #004694;
    font-size: 24px;
}

.single-shop-area:hover .shop-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* :: Lock CSS */

.lock-screen-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.middle-box.lock-screen {
    padding: 15px;
}

.middle-box.lock-screen .lock-text {
    font-size: 16px;
    margin-bottom: 15px;
}

.middle-box.lock-screen .lock-profile-thumb {
    width: 70px;
    border-radius: 50%;
}

.middle-box.lock-screen .form-control {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}


/* :: Dashboard CSS */

.user-area .nav-tabs {
    border-bottom: none;
}

.user-area .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.user-area .nav-tabs .nav-item a {
    border: none;
    line-height: normal;
    border-radius: 3px;
    padding: 5.5px 16px;
    background: #f6f7f8;
    color: #00367e;
    font-size: 13px;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .user-area .nav-tabs .nav-item a {
        padding: 5px 10px;
    }
}

.user-area .nav-tabs .nav-item a.active,
.user-area .nav-tabs .nav-item a.active:focus,
.user-area .nav-tabs .nav-item a.active:hover {
    color: #ffffff;
    background-color: #004694;
    border-color: #004694;
}

.user-data-list li {
    border-bottom: 1px dashed #ebedf2;
    padding: 15px 0;
}

.user-data-list li:last-child {
    border-bottom: none;
}

.user-data-list li:first-child {
    padding-top: 0;
}

.user-data-list li .author-info .author-img {
    width: 40px;
}

.user-data-list li .author-info .author-text h6 {
    font-size: 15px;
    line-height: 1.2;
}

.user-data-list li .author-info .author-text p {
    font-size: 12px;
}

.ticket-data-list li {
    border-bottom: 1px dashed #ebedf2;
    padding: 15px 0;
}

.ticket-data-list li:first-child {
    padding-top: 0;
}

.ticket-data-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ticket-data-list li .ticket-time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .ticket-data-list li .ticket-time {
        display: none;
    }
}

.ticket-data-list li .avatar-area .avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.ticket-data-list li .avatar-area .avatar img {
    border-radius: 50%;
}

.ticket-data-list li .avatar-area .avatar.avatar-online::before {
    background-color: #71c016;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 1px solid #ffffff;
}

.ticket-data-list li .avatar-area .avatar.avatar-pending::before {
    background-color: #fda006;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 1px solid #ffffff;
}

@media only screen and (max-width: 767px) {
    .ticket-data-list li .avatar-area .avatar-text h6 {
        font-size: 14px;
    }
}

.ticket-data-list li .avatar-area .avatar-text p {
    font-size: 13px;
    margin-bottom: .5rem;
}

.order-area-index .img-order {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.order-area-index .admi-checkbox {
    margin-top: 11px;
    left: 8px;
    margin-left: 15px;
}

.order-text-desc {
    padding: 20px;
    border: 1px solid #f3f3f3;
}

.order-text-desc .total-count-text h5 {
    font-size: 22px;
    color: #3da5f4;
    font-weight: 700;
    line-height: 1.2;
}

.order-text-desc .total-count-text span {
    font-size: 12px;
    font-weight: 500;
    color: #343a40;
}

.order-text-desc .total-count-text p {
    font-weight: 500;
}

.user-important-data-info {
    position: relative;
    z-index: 1;
}

.user-important-data-info .downloads--data-btn li {
    padding-right: 15px;
    margin-right: 15px;
}

.user-important-data-info .downloads--data-btn li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .user-important-data-info .downloads--data-btn li {
        padding-right: 7.5px;
        margin-right: 7.5px;
    }
}

.user-important-data-info .downloads--data-btn li a {
    font-weight: 500;
    color: #00367e;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .user-important-data-info .downloads--data-btn li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-important-data-info .downloads--data-btn li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .user-important-data-info .downloads--data-btn li a {
        font-size: 12px;
    }
}

.user-important-data-info .downloads--data-btn li a:hover,
.user-important-data-info .downloads--data-btn li a:focus {
    color: #004694;
}

.user-important-data-info .sales-reports li {
    text-align: center;
    padding-left: 30px;
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .user-important-data-info .sales-reports li {
        padding-left: 15px;
        margin-left: 15px;
    }
}

.user-important-data-info .sales-reports li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.user-important-data-info .sales-reports li span {
    display: block;
    font-size: 13px;
}

.user-important-data-info .sales-reports li span:last-child {
    color: #00367e;
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .user-important-data-info .sales-reports li span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-important-data-info .sales-reports li span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .user-important-data-info .sales-reports li span {
        font-size: 12px;
    }
}

.dashboard-clock {
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    .dashboard-clock {
        margin-right: 0;
    }
}

.dashboard-clock #dashboardDate {
    font-size: 13px;
    font-weight: 400;
    color: #434343;
}

@media only screen and (max-width: 767px) {
    .dashboard-clock #dashboardDate {
        font-size: 11px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-clock #dashboardDate {
        font-size: 13px;
    }
}

.dashboard-clock ul li {
    font-size: 13px;
    font-weight: 400;
    color: #004694;
}

@media only screen and (max-width: 767px) {
    .dashboard-clock ul li {
        font-size: 11px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-clock ul li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-btn-group .btn {
        padding: 0.115rem 0.230rem;
        font-size: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-btn-group .btn {
        padding: 0.2rem 0.4rem;
        font-size: 12px;
    }
}

.dashboard-header-title p {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .dashboard-header-title p {
        font-size: 11px;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-header-title p {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-header-title h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-header-title h6 {
        font-size: 16px;
    }
}

.dashboard-infor-mation {
    position: relative;
    z-index: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .single-browser-area img {
        max-width: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-browser-area h6 {
        font-size: 13px;
    }
}


/* :: Nested List CSS */

.dd-handle {
    border: 1px solid #dbdbdb;
}


/* :: Basic Table CSS */

.basic-table-thumb {
    max-width: 40px;
}

.basic-table-thumb img {
    border-radius: 50%;
    max-width: 40px;
}

.select,
#locale {
    width: 100%;
}

.like {
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
        padding: 4px 8px;
        line-height: 1;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .bootstrap-table .fixed-table-container .table th,
    .bootstrap-table .fixed-table-container .table td {
        min-width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    table.table-bordered.dataTable tbody th,
    table.table-bordered.dataTable tbody td {
        min-width: 100px;
    }
}


/* :: Search Result CSS */

.search-result h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #004694;
}

.search-result .search-link {
    font-size: 12px;
    color: #00367e;
    margin-bottom: 10px;
    display: inline-block;
}


/* :: Vote Item CSS */

.vote-item {
    padding: 20px 15px;
    background: #ffffff;
    border-top: 1px solid #f2f2f2;
}

.vote-item .vote-actions {
    float: left;
    width: 30px;
    margin-right: 15px;
    text-align: center;
}

.vote-item .vote-actions a {
    color: #004694;
    font-weight: 600;
    display: block;
}

.vote-item .vote-title {
    display: block;
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 2px;
    color: #00367e;
}

.vote-item .vote-info,
.vote-item .vote-info a {
    color: #434343;
    font-size: 13px;
    margin-top: 10px;
}

.vote-item .vote-info a {
    margin-right: 10px;
}

.vote-item .vote-icon {
    text-align: right;
    font-size: 38px;
    display: block;
    color: #71c016;
}


/* :: Animation CSS */

.animation-subtitle {
    font-size: 13px;
    display: block;
}

.animation-thumbnail {
    border-radius: 6px;
}


/* :: Inbox CSS */

.form-control.inbox- {
    margin-bottom: 0;
    padding: 8px;
}

.mail-ontact {
    padding: 5px !important;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.space-25 {
    margin: 25px 0;
    display: block;
}

.folder-list li a,
.category-list li a {
    color: #00367e;
    display: block;
    padding: 8px 15px 6px;
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 400;
    border-left: 3px solid #f8f8ff;
    margin-bottom: 10px;
}

.folder-list li a i,
.category-list li a i {
    margin-right: 8px;
}

.folder-list li a:hover,
.category-list li a:hover {
    color: #004694;
    border-left: 3px solid #004694;
    background-color: #f8f8ff;
}

.folder-list li a .badge,
.category-list li a .badge {
    font-size: 10px;
    padding: 5px 10px;
}

.folder-list li:last-child a,
.category-list li:last-child a {
    margin-bottom: 0;
}

.folder-list li.active a,
.category-list li.active a {
    color: #004694;
    border-left: 3px solid #004694;
    background-color: #f8f8ff;
}

.mail-box-header {
    background-color: #ffffff;
}

.mail-subject a {
    font-size: 13px;
    color: #434343;
    font-weight: 500;
}

.mail-ontact a {
    color: #434343;
    font-size: 13px;
    font-weight: 500;
}

.inbox-title h2 {
    font-size: 20px;
}

.inbox-title h2 span {
    font-size: 16px;
    color: #004694;
}

.label-danger {
    background-color: #b71c1c;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.label-warning {
    background-color: #fdb901;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.label-info {
    background-color: #26a69a;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.label-primary {
    background-color: #004694;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.mail- {
    border-top: 1px solid #ebebeb;
    padding: 20px;
    background-color: #ffffff;
}

.message-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.mail-tools.tooltip-demo h3 {
    font-size: 13px;
    color: #434343;
    font-weight: 400;
}

.mail-add-title {
    font-size: 12px;
    color: #888da8;
    font-weight: 400;
    margin-bottom: 0;
}

.mail- p {
    font-size: 13px;
}

.mail-attachment {
    background-color: #ffffff;
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
}

.file-box {
    float: left;
    width: 220px;
}

.file {
    border: 1px solid #ebebeb;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.file .icon {
    padding: 37px 10px;
    text-align: center;
}

.file .icon i {
    font-size: 70px;
    color: #eef5f9;
}

.file .file-name {
    padding: 10px;
    background-color: #eef5f9;
    border-top: 1px solid #ebebeb;
}

.file .file-name .h6 {
    font-size: 12px;
    color: #434343;
    margin-bottom: 0;
}

.mail-attachment p {
    font-size: 14px;
}

.summernote {
    padding: 20px;
}

.summernote p {
    font-size: 12px;
}

.mail-box-header h2 {
    font-size: 20px;
}

.label.label-warning.inbox,
.label.label-info.inbox,
.label.label-danger.inbox,
.label.label-warning.inbox {
    padding: 1px 7px;
    font-size: 11px;
    border-radius: 3px;
}

.unread td {
    padding-right: 0;
}

.mail-btn-group a {
    font-size: 20px;
    margin-right: 10px;
    color: #00367e;
    text-align: center;
    width: 30px;
}

.mail-btn-group a:hover,
.mail-btn-group a:focus {
    font-size: 20px;
    color: #004694;
}

.mail-btn-group .dashboard-dropdown .btn {
    font-size: 20px;
}

.search-wrapper {
    position: relative;
    z-index: 1;
}

.search-wrapper form button {
    font-size: 18px;
    cursor: pointer;
    color: #004694;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9999999;
}

.mail-body p {
    font-weight: 300;
}

.mail-pager span {
    color: #434343;
    font-size: 14px;
    margin-right: 15px;
}

.mail-pager a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #434343;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
}

.mail-pager a:hover {
    background-color: #f8f8ff;
    color: #004694;
}

.admi-mail-item {
    border-top: 1px solid #dbdbdb;
    background-color: transparent;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.admi-mail-item:hover {
    background-color: #f8f8ff;
}

.admi-mail-item:last-child {
    border-bottom: 1px solid #dbdbdb;
}

.admi-mail-star {
    font-size: 18px;
    color: #fdb901;
}

.admi-mail-subject span {
    font-size: 13px;
    color: #70737c;
}

.admi-mail-date {
    font-size: 14px;
    color: #434343;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .admi-mail-date {
        display: none;
    }
}

.admi-mail-from {
    font-size: 13px;
    color: #555;
}

.mail-subject--text-- {
    font-size: 15px;
    font-weight: 500;
    color: #252525;
}

.mail-subject--text-- span {
    font-weight: 300;
    color: #434343;
}

.mail-attach-file {
    margin-top: 8px;
}

.mail-attach-file span {
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    padding: 5px 12px;
    font-size: 12px;
    color: #434343;
    font-weight: 400;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.mail-attach-file span:hover {
    border: 1px solid #004694;
    color: #004694;
}

.form-control.inbox-mail {
    width: 200px;
    border: 2px solid #dbdbdb;
    padding: 0 20px;
    border-radius: 6px;
    height: 40px;
}

.form-control.inbox-mail:focus {
    border-color: #004694;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-results {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 999;
}

.search-results i {
    line-height: 0.7;
}

.mail-tools.tooltip-demo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inbox-area .row .col-xl-3,
    .email-view-email--area .row .col-xl-3,
    .compose-email--area .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }
    .inbox-area .row .col-xl-3 .ibox,
    .email-view-email--area .row .col-xl-3 .ibox,
    .compose-email--area .row .col-xl-3 .ibox {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inbox-area .row .col-xl-3,
    .email-view-email--area .row .col-xl-3,
    .compose-email--area .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }
    .inbox-area .row .col-xl-3 .ibox,
    .email-view-email--area .row .col-xl-3 .ibox,
    .compose-email--area .row .col-xl-3 .ibox {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .inbox-area .row .col-xl-3,
    .email-view-email--area .row .col-xl-3,
    .compose-email--area .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }
    .inbox-area .row .col-xl-3 .ibox,
    .email-view-email--area .row .col-xl-3 .ibox,
    .compose-email--area .row .col-xl-3 .ibox {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .compose-email--area input[type="file"] {
        width: 200px !important;
    }
}


/* :: Email View CSS */

.mail-windoe-body-area .mail-window-header {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 15px 0;
}

.mail-windoe-body-area .mail-window-header a {
    color: #00367e;
    font-size: 20px;
    margin-right: 10px;
}

.mail-windoe-body-area .mail-window-header a:hover {
    color: #004694;
}

.mail-windoe-body-area .mail-window-text-content {
    padding-top: 15px;
}

.mail-windoe-body-area .mail-window-text-content .mail-avatra .mail-avatar-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.mail-windoe-body-area .mail-window-text-content .mail-avatra .mail-avatar-thumb img {
    border-radius: 50%;
}


/* :: Compose Mail CSS */

iframe {
    margin: 0px 0px 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

ul.wysihtml5-toolbar {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e3e3e3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 0px;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #004694;
    color: #ffffff;
    border-radius: 0;
    outline: 0;
}

.mail-box-header.view {
    border-bottom: 1px solid #ebebeb;
}

.btn.btn-orange.btn-file.compo-email {
    border-radius: 3px;
}

@media only screen and (max-width:767px) {
    .btn.btn-orange.btn-file.compo-email {
        width: 100%;
    }
}

.compose-email--area .dropdown li {
    padding: 0;
}

.compose-email--area .dropdown a {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
}

.btn.btn-orange.btn-file.compo-email {
    background-color: #004694;
    padding: 10px 20px;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 3px;
}


/* :: Coming Soon CSS */

.coming-soon-middle-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}

.coming-soon-middle-box #clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.coming-soon-middle-box #clock div {
    font-size: 80px;
    margin: 0 20px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .coming-soon-middle-box #clock div {
        font-size: 30px;
        margin: 0 7.5px;
    }
}

.coming-soon-middle-box #clock span {
    font-size: 20px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .coming-soon-middle-box #clock span {
        font-size: 14px;
    }
}

.coming-soon-middle-box .cooming_soon_text h5 {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .coming-soon-middle-box .cooming_soon_text h5 {
        font-size: 16px;
    }
}

.social_share_area a i {
    color: #ffffff;
    font-size: 20px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social_share_area a:hover i {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fda006;
}


/* :: 404 CSS */

.error-page-area {
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
}

.error-page-area .error-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .error-page-area .error-content h2 {
        font-size: 26px;
    }
}

.error-page-area .error-content p {
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-page-area .error-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .error-page-area .error-content p {
        font-size: 16px;
    }
}

.error-page-area .error-content .error-thumb {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
}


/* :: Sidebar Light CSS */

.ecaps-page-wrapper.sidebar-light .ecaps-sidemenu-area {
    background-color: #ffffff;
    border-right: none;
}

.ecaps-page-wrapper.sidebar-light .sidebar-menu li a {
    color: #00367e;
}

.ecaps-page-wrapper.sidebar-light .ecaps-logo a {
    background-color: #ffffff;
}

.ecaps-page-wrapper.sidebar-light .ecaps-sidemenu-area .slimScrollDiv {
    background-color: #ffffff;
}

.ecaps-page-wrapper.sidebar-light .sidebar-menu .treeview-menu>li.active>a {
    color: #004694;
}

.ecaps-page-wrapper.sidebar-light .sidemenu-user-profile .user-content h6 {
    color: #666;
}

.ecaps-page-wrapper.sidebar-light .sidebar-menu>li>a:hover,
.ecaps-page-wrapper.sidebar-light .sidebar-menu>li.active>a,
.ecaps-page-wrapper.sidebar-light .sidebar-menu>li.menu-open>a {
    color: white;
    background-color: #00367e;
}

.ecaps-page-wrapper.sidebar-light .footer-area {
    border-top: 1px solid #e3e3e3;
    background-color: transparent;
}

.ecaps-page-wrapper.sidebar-light .sidebar-menu li .treeview-menu li a:hover {
    color: #004694;
}

.ecaps-page-wrapper.sidebar-light .side-menu-area {
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .ecaps-page-wrapper.sidebar-light .top-header-area {
        background-color: #ffffff;
    }
}


/* :: Dark CSS */

.vertical-dark {
    background-color: #1a1d27;
}

.vertical-dark .admetro-logo a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .top-header-area {
    background-color: #12121b;
    box-shadow: none;
    border-bottom: none;
}

.vertical-dark .dropdown-menu {
    background-color: #2b273d;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15) !important;
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15) !important;
}

.vertical-dark .dropdown-item:focus,
.vertical-dark .dropdown-item:hover {
    background-color: #13151c;
}

.vertical-dark .top-search-bar input {
    background-color: #2b273d;
}

.vertical-dark .message-box .dropdown-item {
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .notifications-box .dropdown-item,
.vertical-dark .notifications-box .nav-link {
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .card {
    background-color: #2b273d;
}

.vertical-dark .bg-boxshadow {
    border-color: transparent;
}

.vertical-dark .footer-area {
    background-color: #1a1d27;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .az-content-label {
    color: #ffffff;
}

.vertical-dark h1,
.vertical-dark h2,
.vertical-dark h3,
.vertical-dark h4,
.vertical-dark h5,
.vertical-dark h6 {
    color: #ffffff;
}

.vertical-dark .text-black {
    color: #fff !important;
}

.vertical-dark .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.vertical-dark .widget-new-content {
    background-color: #2b273d !important;
}

.vertical-dark .list-wrapper ul li {
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.vertical-dark .add-items .form-control {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: transparent;
}

.vertical-dark small {
    color: #ffffff;
}

.vertical-dark .table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .table {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .project-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .table td,
.vertical-dark .table th {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.vertical-dark .choose-layout-area,
.vertical-dark .choose-layout-area .setting-trigger-icon {
    background-color: #2b273d;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
}

.vertical-dark .choose-layout-area .single-demos a {
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
}

.vertical-dark .card-footer.bg-white,
.vertical-dark .bg-boxshadow.bg-white,
.vertical-dark .widget-chart-content.bg-white,
.vertical-dark .widget-content-area-3.bg-white {
    background-color: #2b273d !important;
}

.vertical-dark .widget-content-area-3.bg-white {
    border-color: transparent;
}

.vertical-dark .widget-content-area-3 .footer-widget-3 {
    border-top: 1px solid transparent;
}

.vertical-dark .white-opacity-0_2 {
    border-color: transparent;
}

.vertical-dark .vertical-timeline-content .vertical-date {
    color: #ffffff;
}

.vertical-dark .light--timeline .vertical-timeline-content,
.vertical-dark .llight--timeline.center-orientation .vertical-timeline-content {
    background: #2b273d;
}

.vertical-dark .light--timeline .vertical-timeline-content::before {
    border-color: transparent #2b273d transparent transparent;
}

.vertical-dark .light--timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content::before,
.vertical-dark .light--timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content::before {
    border-color: transparent #2b273d transparent transparent;
}

.vertical-dark .light--timeline.center-orientation .vertical-timeline-content::before {
    border-color: transparent transparent transparent #2b273d;
}

.vertical-dark .accordian-style-1 a.collapsed {
    color: #ffffff;
}

.vertical-dark .card-header {
    border: none;
}

.vertical-dark p,
.vertical-dark body {
    color: #757575;
}

.vertical-dark .button-demo,
.vertical-dark .progress-demo,
.vertical-dark .button-checkbox,
.vertical-dark .md-content>div {
    background-color: #2b273d;
}

.vertical-dark .alert,
.vertical-dark abbr,
.vertical-dark address,
.vertical-dark .tpography-unordered ul li {
    color: #ffffff;
}

.vertical-dark .alert-light-default,
.vertical-dark .alert-light-primary,
.vertical-dark .alert-light-warning,
.vertical-dark .alert-light-success,
.vertical-dark .alert-light-info,
.vertical-dark .alert-light-danger,
.vertical-dark .alert-light-dark {
    border-color: transparent;
    color: #222 !important;
}

.vertical-dark .border {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.vertical-dark .modal-content {
    border: 1px solid transparent;
    background-color: #2b273d;
}

.vertical-dark .modal-backdrop {
    background-color: transparent;
}

.vertical-dark .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .md-content,
.vertical-dark .md-content h3,
.vertical-dark .swal-modal,
.vertical-dark .swal-icon--success__hide-corners {
    background-color: #2b273d;
}

.vertical-dark .invoice-content span,
.vertical-dark div {
    color: #ffffff;
}

.vertical-dark .form-control {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: transparent;
}

.vertical-dark .swal-icon--success::after,
.vertical-dark .swal-icon--success::before {
    background: transparent;
}

.vertical-dark .warning-element .agile-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .g-bg-gray-light-v5 {
    background-color: #2b273d !important;
}

.vertical-dark .single-banner .single-banner__title,
.vertical-dark .single-banner .single-banner__category {
    color: #ffffff;
}

.vertical-dark .copy-cut-page-btn a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.vertical-dark .wizard>.content {
    background: #2b273d;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .wizard>.content>.body input {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .text-dark {
    color: #ffffff !important;
}

.vertical-dark .dropzone.dz-clickable * {
    color: #ffffff;
}

.vertical-dark .external-event.dot-outline {
    background-color: #2b273d;
}

.vertical-dark .fc-month-button.btn.btn-primary,
.vertical-dark .fc-agendaWeek-button.btn.btn-primary,
.vertical-dark .fc-agendaDay-button.btn.btn-primary,
.vertical-dark .fc-prev-button.btn.btn-primary,
.vertical-dark .fc-next-button.btn.btn-primary,
.vertical-dark .fc-today-button.btn.btn-primary.disabled {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .btn-primary:not(:disabled):not(.disabled).active,
.vertical-dark .btn-primary:not(:disabled):not(.disabled):active,
.vertical-dark .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .table-bordered td,
.vertical-dark .table-bordered th {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .html5buttons-tables .btn.btn-default {
    background-color: #2b273d;
}

.vertical-dark table.table-bordered.dataTable tbody th,
.vertical-dark table.table-bordered.dataTable tbody td,
.vertical-dark table.table-bordered.dataTable th,
.vertical-dark table.table-bordered.dataTable td,
.vertical-dark .pagination li a {
    color: #ffffff;
}

.vertical-dark table.sortable>thead th:hover:not([data-defaultsort="disabled"]) {
    background: transparent;
}

.vertical-dark table.sortable th::after {
    color: #ffffff;
}

.vertical-dark .price-table-area--1 {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .bg-gray {
    background-color: #2b273d;
}

.vertical-dark .chat-header-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .chat .chat-history .my-message,
.vertical-dark .form-control.contact {
    background: #1c1a24;
}

.vertical-dark .chat .chat-history {
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .people-list .chat-list li.active,
.vertical-dark .people-list .chat-list li:hover {
    background-color: #1c1a24;
}

.vertical-dark .skill .info .bootstrap-tagsinput input {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #1c1a24;
    color: #ffffff;
}

.vertical-dark .profile-navbar a,
.vertical-dark .contact-content-area .address-contact-area p,
.vertical-dark .contact-content-area .address-contact-area a,
.vertical-dark .call-to-action-text-1 p,
.vertical-dark .folder-list li a,
.vertical-dark .category-list li a {
    color: #9b9b9b;
}

.vertical-dark .card-footer-comment>a,
.vertical-dark .error-content h2 {
    color: #ffffff;
}

.vertical-dark .mail-box-header {
    background-color: #2b273d;
    border: 1px solid transparent;
}

.vertical-dark .admi-mail-list {
    border-left: 1px solid transparent;
}

.vertical-dark .admi-mail-item {
    border-top: 1px solid transparent;
    background-color: transparent;
}

.vertical-dark .mail-subject--text-- {
    color: #fff !important;
}

.vertical-dark .mail-windoe-body-area .mail-window-header {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.vertical-dark .mail-windoe-body-area .mail-window-header a,
.vertical-dark .mail-btn-group a {
    color: #ffffff;
}

.vertical-dark .mail-windoe-body-area .mail-window-header a:hover,
.vertical-dark .mail-btn-group a:hover {
    color: #004694;
}

.vertical-dark .mail-windoe-body-area {
    border-left: 1px solid transparent;
}

.vertical-dark ul.wysihtml5-toolbar {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark ul.wysihtml5-toolbar .btn-default {
    background-color: transparent;
    color: #ffffff;
}

.vertical-dark .jvectormap-zoomin,
.vertical-dark .jvectormap-zoomout,
.vertical-dark .jvectormap-goback {
    background: #1c1a24;
}

.vertical-dark .blog-details-text .post-meta a {
    color: #ffffff;
}

.vertical-dark .post-author-area {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .post-author-area .popular-tags li a,
.vertical-dark .post-author-area .author-social-info p,
.vertical-dark .post-author-area .author-social-info a {
    color: #9b9b9b;
}

.vertical-dark .comment_area .comment-content .comment-meta a.like,
.vertical-dark .comment_area .comment-content .comment-meta a.reply {
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #9b9b9b;
}

.vertical-dark .comment_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .side-menu-area {
    margin-top: 30px;
}

.vertical-dark .left-side-navbar .nav-item.dropdown .btn {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .right-side-navbar .nav-item.dropdown .btn,
.vertical-dark .mail-subject--text-- span {
    color: #757575;
}

.vertical-dark .dashboard-clock #dashboardDate {
    color: #fff;
}

.vertical-dark .user-important-data-info .downloads--data-btn li a {
    color: #fff;
}

.vertical-dark .user-important-data-info .downloads--data-btn li a:hover,
.vertical-dark .user-important-data-info .downloads--data-btn li a:focus {
    color: #004694;
}

.vertical-dark .user-important-data-info .sales-reports li span:last-child {
    color: #fff;
}

.vertical-dark .widget-slider-area.style-2 .owl-prev,
.vertical-dark .widget-slider-area.style-2 .owl-next {
    color: #fff;
}

.vertical-dark .ticket-data-list li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.vertical-dark .widget-slider-3-area .slider-content-text h6 span {
    color: #fff;
}

.vertical-dark .project-table a {
    color: #fff;
}

.vertical-dark .widget-content-area-3 .footer-widget-3 a {
    color: #fff;
}

.vertical-dark .chat .chat-message .form-control {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .folder-list li.active a,
.vertical-dark .category-list li.active a,
.vertical-dark .folder-list li a:hover,
.vertical-dark .category-list li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .mail-attach-file span {
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #757575;
}

.vertical-dark .note-editor.note-frame {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .admi-mail-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .note-editor.note-frame .note-editing-area .note-editable {
    background-color: transparent;
}

.vertical-dark .single-card-three-area {
    background-color: #2b273d;
}

.vertical-dark .bg-light {
    background-color: #2b273d !important;
}

.vertical-dark .single-card-three-area .icon {
    background-color: transparent;
}

.vertical-dark .warning-element span {
    color: #757575;
}

.vertical-dark .breadcrumb {
    background-color: #1c1a24;
}

.vertical-dark .accordian-style-2 a.collapsed {
    color: #fff;
}

.vertical-dark .dd-item>button::before {
    color: #fff;
}

.vertical-dark .page-link {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .dd-handle {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .dd-handle:hover {
    color: #2ea8e5;
    background: rgba(255, 255, 255, 0.05);
}

.vertical-dark .widgets-todo-list-area .new-todo-item {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: transparent;
}

.vertical-dark .img-thumbnail {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .input-group-text {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .custom-file-label {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .nice-select {
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.05);
}

.vertical-dark .nice-select .list {
    background-color: #1c1a24;
}

.vertical-dark .nice-select .option:hover,
.vertical-dark .nice-select .option.focus,
.vertical-dark .nice-select .option.selected.focus {
    background-color: #2b273d;
}

.vertical-dark .clockpicker-popover .popover-title {
    background-color: #1c1a24;
}

.vertical-dark .clockpicker-popover .popover-content {
    background-color: #2b273d;
}

.vertical-dark .clockpicker-tick {
    color: #1c1a24;
}

.vertical-dark .btn-default {
    background-color: #1c1a24;
    color: #fff;
}

.vertical-dark .wizard>.steps .disabled a {
    background: #1c1a24;
    color: #434a54;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .dataTables_wrapper .dataTables_filter input,
.vertical-dark .dataTables_wrapper .dataTables_filter input:focus {
    background-color: #1c1a24;
    color: #fff;
}

.vertical-dark div.dataTables_wrapper div.dataTables_info {
    color: #fff;
}

.vertical-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
}

.vertical-dark .error-page-area {
    background-color: #1c1a24;
}

.vertical-dark .search-result .search-link {
    color: #fff;
}

.vertical-dark .vote-item {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .vote-item .vote-title {
    color: #fff;
}

.vertical-dark .single-shop-area .product-desc {
    background-color: #2b273d;
}

.vertical-dark .tabs-container .form-group label {
    color: #fff;
}

.vertical-dark .shopping-cart .product-item .product-title a {
    color: #fff;
}

.vertical-dark .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.vertical-dark .jvectormap-container {
    background-color: transparent !important;
}

.vertical-dark .single_icon i {
    color: #fff;
}


/* :: Sidebar Background Image */

.ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area {
    background-image: url(img/bg-img/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area .slimScrollDiv {
    background-color: transparent;
}

.ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area .slimScrollDiv::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    content: "";
    background-color: rgba(18, 18, 27, 0.7);
}


/* :: Sidebar Gradient CSS */

.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .slimScrollDiv {
    background: #0f0c29;
    background: -webkit-linear-gradient(to left, #302b63, #0f0c29);
    background: -webkit-gradient(linear, right top, left top, from(#302b63), to(#0f0c29));
    background: -webkit-linear-gradient(right, #302b63, #0f0c29);
    background: -o-linear-gradient(right, #302b63, #0f0c29);
    background: linear-gradient(to left, #302b63, #0f0c29);
}

.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .sidebar-menu li a {
    color: rgba(255, 255, 255, 0.6);
}

.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .sidebar-menu>li>a:hover,
.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .sidebar-menu>li.active>a,
.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .sidebar-menu>li.menu-open>a {
    background-color: rgba(18, 18, 27, 0.1);
    color: white;
}