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

Template Name: CFO - Responsive Bootstrap 4 Admin Template
Version: v1.0
http://www.bootstrapmb.com
------------------------------------ */
/* ------------------------------------
  [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 Font
        + Etline
    * Template Mixins
        + Flex Mixins
        + Miscellaneous Mixins
    * Template Responsive
    * Template Variables
    * Template Colors
    * Core Styles
        + Reboot CSS
            + Reset Styles
            + Typography
            + Utilities
        + Bootstraping CSS
            + Header CSS
            + Sidebar CSS
            + Footer CSS
            + Vertical Light Nav CSS
    * Components
        + Accordions
        + Badges
        + Buttons
        + Fill Button
        + Gradients Button
        + Icon Button
        + Notifications
        + Typography
        + Dragula
        + Google Chart
        + Am Chart
        + Timeline
        + Invoice
        + Blog
        + Agile Board
        + Calendar
        + Team
        + Profile
        + Slider
        + Banner
        + File Manager
        + Gallery
        + Chat
        + Form Wizard
        + Basic Form
        + Login
        + Loader
        + Code Editor
        + Todo List
        + Widgets
        + Typography
        + Context Menu
        + Contact
        + Pricing Table
        + Data Table
        + CTA
        + Web Icons
    * Email
        + Inbox
        + Email View
        + Compose View
    * Landing Pages
        + Coming Soon
        + 404
    * Dark Template CSS
------------------------------------ */
/* ----------------------------------
# [font-family]
'Archivo', sans-serif;

---------------------------------- */
/* Import Fonts & CSS Files */
/*@import url("https://fonts.googleapis.com/css?family=Archivo:400,500,600,700");*/
@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);
/* :: Reboot CSS */
* {
    margin: 0;
    padding: 0;
}

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

body {
    font-family: "Archivo", sans-serif;
    background-color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.7;
    font-weight: 600;
    font-family: "Archivo", sans-serif;
    color: #3f4047;
}

p {
    color: #767676;
    line-height: 2;
    font-weight: 400;
    font-family: "Archivo", sans-serif;
    font-size: 14px;
}

a,
a:hover,
a:focus {
    font-family: "Archivo", sans-serif;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    font-weight: 500;
}

ul,
ol {
    margin: 0;
}

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

ul li:hover,
ol li:hover {
    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;
}

.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-5 {
    margin-bottom: 5px !important;
}

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

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

.mb-20 {
    margin-bottom: 20px !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-0 {
    margin-left: 0 !important;
}

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

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

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

.mr-5 {
    margin-right: 5px !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;
}

.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-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;
}

.page-content {
    margin-top: 30px;
}

.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;
}

.bg-boxshadow {
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.075);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.075);
    border-radius: 3px;
    border: 1px solid #dbdbdb;
}

.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;
}

.bg-dark {
    background-color: #282f3a;
}

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

.primary-color {
    background-color: #2478fd;
}

.primary-color-text {
    color: #2478fd;
}

.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: #007bff;
}

.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: #767676;
}

.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 #2478fd !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: #2478fd;
    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: #f0f0f0;
}

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

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

/*.table td,*/
/*.table th {*/
/*  border-top: 1px solid #ebebeb;*/
/*  font-size: 14px; }*/

/*.table thead th {*/
/*  vertical-align: bottom;*/
/*  border-bottom: 1px solid #ebebeb;*/
/*  font-size: 14px; }*/

/*.table-bordered td,*/
/*.table-bordered th {*/
/*  border: 1px solid #ebebeb;*/
/*  font-size: 14px; }*/

.card-title {
    font-size: 16px;
    color: #757575;
    font-weight: 400;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.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;
}

.copy-cut-page-btn a {
    border: 1px solid #000000;
    background-color: transparent;
    color: #222222;
    border-radius: 0;
    padding: 8px 20px;
    font-weight: 400;
}

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: #f7f6f7;
}

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

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

.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: #2478fd;
    color: #fff;
}

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

/* :: Bootstraping CSS */
.admetro-page-wrapper {
    position: relative;
    z-index: 9999;
}

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

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

.admetro-logo a {
    display: block;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 240px;
    background-color: #1a1d27;
    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;
}

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

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

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

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

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

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

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

.admetro-page-content {
    position: relative;
    z-index: auto;
    margin-left: 240px;
    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% - 240px);
    height: 60px;
    background-color: #fff;
    left: 240px;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    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: #9b9b9b;
    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: #9b9b9b;
    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.admetro-page-wrapper .admetro-sidemenu-area {
    left: -165px;
}

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

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

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

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

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

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

.menu-collasped-active.admetro-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: 10px;
}

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

.sidebar-menu li a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    padding: 0rem 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
    color: #8c8f9a;
    margin: 0 10px;
    height: 46px;
}

.sidebar-menu li a i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    font-weight: 600;
}

.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: #fff;
}

.sidebar-menu li .treeview-menu {
    display: none;
    margin-left: 30px;
    border-left: 2px solid #3a3d51;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-menu li .treeview-menu li a {
    font-size: 14px;
    color: #8c8f9a;
    padding: 10px 15px;
    margin-left: 0;
    margin-right: 0;
}

.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: #3a3d51;
    border-radius: 6px;
}

.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;
}

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

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

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

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

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

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

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

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

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

.menu-collasped-active.admetro-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;
    }

    .admetro-page-wrapper .admetro-sidemenu-area {
        left: -280px;
    }

    .admetro-page-wrapper .admetro-logo a {
        left: -280px;
    }

    .top-header-area {
        left: 0;
        z-index: 100;
        width: 100%;
        -webkit-box-shadow: 0 1px 4px -4px #cdcfe1;
        box-shadow: 0 1px 4px -4px #cdcfe1;
        background-color: #1a1d27;
        padding: 0 0 0 15px;
    }

    .admetro-page-content {
        margin-left: 0;
    }
}

.mobile-menu-active.admetro-page-wrapper .admetro-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%;
}

.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%;
}

.top-header-area .nav-item.dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
    box-shadow: 0px 4px 22px 0px #cdcfe1;
    width: 320px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
}

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

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

.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: #2478fd;
}

.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: 0;
    font-size: 14px;
    color: #9b9b9b;
    background-color: transparent;
    border: none;
    line-height: 1;
}

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

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

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

.right-side-navbar .nav-item.dropdown .btn > img {
    max-width: 35px;
    border-radius: 50%;
    border: 3px solid #2478fd;
}

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

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

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

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

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

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

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

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

input::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #9b9b9b;
}

input::-ms-input-placeholder {
    color: #9b9b9b;
}

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

.top-message-area .top-message-heading {
    width: 100%;
    height: 80px;
    border-radius: 4px 4px 0 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: 30px;
    padding-right: 30px;
    background: #2478fd;
    background: -webkit-linear-gradient(to right, #2442fd, #2478fd);
    background: -webkit-gradient(linear, left top, right top, from(#2442fd), to(#2478fd));
    background: -webkit-linear-gradient(left, #2442fd, #2478fd);
    background: -o-linear-gradient(left, #2442fd, #2478fd);
    background: linear-gradient(to right, #2442fd, #2478fd);
}

.top-message-area .top-message-heading .heading-title h6 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}

.top-message-area .top-message-heading > span {
    color: #2478fd;
    padding: 4px 12px 3px 12px;
    background-color: #fff;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
}

.message-box .dropdown-item {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 30px;
    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: #2478fd;
    color: #fff;
}

.message-box .dropdown-item .message-text span {
    display: block;
    font-size: 14px;
    -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: 80px;
    background: #2478fd;
    background: -webkit-linear-gradient(to right, #2442fd, #2478fd);
    background: -webkit-gradient(linear, left top, right top, from(#2442fd), to(#2478fd));
    background: -webkit-linear-gradient(left, #2442fd, #2478fd);
    background: -o-linear-gradient(left, #2442fd, #2478fd);
    background: linear-gradient(to right, #2442fd, #2478fd);
    border-radius: 4px 4px 0 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: 30px;
    padding-right: 30px;
}

.top-notifications-area .notifications-heading .heading-title h6 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}

.top-notifications-area .notifications-heading > span {
    color: #2478fd;
    padding: 4px 12px 3px 12px;
    background-color: #fff;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
}

.notifications-box .dropdown-item,
.notifications-box .nav-link {
    padding: 1rem 30px;
    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: #9b9b9b;
}

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

.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: #fff;
    margin-right: 10px;
    background-color: #2478fd;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

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

.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: 100px;
    background: #2478fd;
    background: -webkit-linear-gradient(to right, #2442fd, #2478fd);
    background: -webkit-gradient(linear, left top, right top, from(#2442fd), to(#2478fd));
    background: -webkit-linear-gradient(left, #2442fd, #2478fd);
    background: -o-linear-gradient(left, #2442fd, #2478fd);
    background: linear-gradient(to right, #2442fd, #2478fd);
    border-radius: 4px 4px 0 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;
}

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

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

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

.right-side-navbar .nav-item.dropdown .active-status {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: -5;
    top: -5px;
    right: -5px;
    border: 3px solid #2478fd;
    -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: -1;
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
}

.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;
}

.footer-area .copywrite-text p a {
    color: #2478fd;
}

.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: #9b9b9b;
    font-size: 14px;
    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: #2478fd;
}

.user-profile-area .dropdown-item i {
    color: #2478fd;
    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 {
        padding-left: 7.5px;
    }

    .top-header-area .nav-item.dropdown .dropdown-menu {
        width: 220px;
    }

    .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) {
    .top-header-area .nav-item.dropdown .dropdown-menu {
        width: 300px;
    }

    .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: 30px 15px 0 15px;
}

@media only screen and (max-width: 480px) {
    .main-content {
        padding: 30px 0 0 0;
    }
}

.admetro-page-wrapper.sidebar-light .admetro-sidemenu-area {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f0f0f0;
}

.admetro-page-wrapper.sidebar-light .admetro-logo a {
    background-color: #fff;
}

.admetro-page-wrapper.sidebar-light .admetro-sidemenu-area .slimScrollDiv {
    background-color: #f0f0f0;
}

.admetro-page-wrapper.sidebar-light .sidebar-menu .treeview-menu > li.active > a {
    color: #2478fd;
}

.admetro-page-wrapper.sidebar-light .sidebar-menu > li > a:hover,
.admetro-page-wrapper.sidebar-light .sidebar-menu > li.active > a,
.admetro-page-wrapper.sidebar-light .sidebar-menu > li.menu-open > a {
    color: #2478fd;
    background-color: #e3e3e3;
}

.admetro-page-wrapper.sidebar-light .sidebar-menu li .treeview-menu {
    border-left: 2px solid #e3e3e3;
}

.admetro-page-wrapper.sidebar-light .footer-area {
    border-top: 1px solid #e3e3e3;
    background-color: transparent;
}

.admetro-page-wrapper.sidebar-light .sidebar-menu li .treeview-menu li a:hover {
    color: #2478fd;
}

.admetro-page-wrapper.sidebar-light .side-menu-area {
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .admetro-page-wrapper.sidebar-light .top-header-area {
        background-color: #f0f0f0;
    }
}

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

.page-title span {
    font-size: 12px;
    color: #9b9b9b;
}

.choose-layout-area {
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    position: fixed;
    width: 320px;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: -320px;
    z-index: 999999999;
    padding: 50px 30px;
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
}

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

.choose-layout-area .setting-trigger-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    border-radius: 10px 0 0 10px;
    left: -50px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

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

.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 {
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    display: block;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}

.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: #2478fd;
    font-weight: 600;
    display: block;
}

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

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

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

.dashboard-dropdown .btn {
    font-size: 15px;
    line-height: 10px;
    color: #2478fd;
}

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

.dashboard-dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
    box-shadow: 0px 4px 22px 0px #cdcfe1;
    width: 130px;
    min-width: 120px;
    padding: 1rem 0;
    margin: 0;
    border-radius: 8px;
}

.dashboard-dropdown .dropdown-menu.dropdown-menu-right {
    right: 0 !important;
    left: -169px !important;
    top: -51px !important;
}

.dashboard-dropdown .dropdown-menu .dropdown-item {
    padding: 0.3rem 1.5rem;
    font-weight: 500;
    font-size: 12px;
    color: #9b9b9b;
}

.dashboard-dropdown .dropdown-menu .dropdown-item i {
    margin-right: 5px;
    color: #2478fd;
}

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

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

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

.card-header {
    border: 1px solid #ebebeb;
}

.card-header.heading-8 {
    border: none;
}

.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: #007bff;
    text-align: center;
    font-weight: 700;
    padding: 1.70rem 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-bottom: 1px solid #006fe6;
}

.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: #0062cc;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: #0062cc;
}

.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: 15em;
        -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: 400;
}

.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: #2478fd;
}

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

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

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

.accordian-style-3 .card .card-header {
    background-color: #2478fd;
    padding: 1.5rem 2rem;
}

.accordian-style-3 a {
    color: #ffffff;
}

.accordian-style-3 a span {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 5;
    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;
    font-size: 20px;
}

.accordian-style-3 a span i.fa-angle-down {
    display: block;
}

.accordian-style-3 a span i.fa-angle-up {
    display: none;
}

.accordian-style-3 a.collapsed {
    color: #ffffff;
}

.accordian-style-3 a.collapsed i.fa-angle-down {
    display: none;
}

.accordian-style-3 a.collapsed i.fa-angle-up {
    display: block;
}

/* :: 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;
}

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

.badge {
    border-radius: 0;
    font-size: 10px;
    line-height: 1;
    padding: 8px 15px;
    font-weight: 500;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

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

.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;
}

/* :: Button CSS */
.btn.rounded-btn {
    height: 45px;
    min-width: 140px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 22.5px;
    letter-spacing: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    padding: 0 15px;
    line-height: 45px;
    border: none;
}

/* :: Fill-button CSS */
.btn-fill {
    padding: 0.4375rem 1.25rem;
    border: 1px solid #007bff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

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

.btn-fill:hover:after, .btn-fill:focus:after {
    background: #007bff;
    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: #3f4047 !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 #2478fd !important;
    color: #2478fd !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.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 #3f4047 !important;
    color: #3f4047 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.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: #3f4047 !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: #f0f0f0;
    -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;
}

.btn- {
    border: none;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    padding: 10px 24px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
}

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

.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: #3258db !important;
    background: #ffffff !important;
    border: 1px solid #007bff !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: #007bff;
    color: #ffffff;
}

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

.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: #007bff;
}

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

.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: #3f4047;
}

.alert-light-default {
    color: #3f4047;
    background-color: #f0f0f0;
    border-color: #ebebeb;
}

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

.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: #3f4047;
    background-color: #acb0c3;
    border-color: #3f4047;
}

.alert-light-default i.close {
    color: #3f4047;
}

.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;
}

/* :: Am-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;
}

/* :: 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: #2478fd;
    color: #ffffff;
}

.tab--button-- {
    display: inline-block;
    background-color: #2478fd;
    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 #2478fd;
}

.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: #2478fd;
    border-right: 2px solid #2478fd;
    -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: #2478fd;
}

/* :: Invoice CSS */
.invoice-content span {
    font-size: 14px;
}

/* :: Blog CSS */
.blog-card {
    height: 500px;
    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-400 {
    min-height: 400px !important;
}

.blog-2-content > h4,
.blog-2-content > span {
    position: relative;
    z-index: 22;
    margin-bottom: 0;
    font-size: 20px;
}

.blog-2-btn a {
    padding: 10px 30px;
    border-radius: 25px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    z-index: 99;
    display: inline-block;
    font-size: 14px;
}

.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: 36px;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
    color: #2478fd;
}

@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: #202020;
    display: inline-block;
    margin-right: 30px;
    padding: 0;
    text-transform: uppercase;
}

@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: #2478fd;
}

.blog-details-text p {
    font-size: 18px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-details-text p {
        font-size: 16px;
    }
}

.admetro-blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
    border-left: 3px solid #2478fd;
    padding-left: 20px;
}

.admetro-blockquote .text h5 {
    margin-bottom: 0;
    color: #8e8e8e;
    font-style: italic;
    font-weight: 400;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .admetro-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: #202020;
    font-size: 14px;
    padding: 0 5px;
}

.post-author-area .popular-tags li a:hover,
.post-author-area .popular-tags li a:focus {
    color: #2478fd;
}

.post-author-area .author-social-info p {
    margin-bottom: 0;
    margin-right: 20px;
    color: #202020;
    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: #202020;
    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: #2478fd;
}

.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: #2478fd;
    background-color: #2478fd;
    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: #767676;
    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;
}

.agile-detail a i {
    font-size: 16px;
    color: #ffffff;
}

.agile-detail i {
    font-size: 14px;
}

.agile--btn {
    background-color: #2478fd;
    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 {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.fc-agendaWeek-button.btn.btn-primary {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.fc-agendaDay-button.btn.btn-primary {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #222222 !important;
    background-color: transparent;
    border-color: #ebebeb;
}

.fc-prev-button.btn.btn-primary {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.fc-next-button.btn.btn-primary {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.fc-today-button.btn.btn-primary.disabled {
    background-color: transparent;
    color: #222222 !important;
    border: 1px solid #ebebeb;
    font-size: 14px;
    text-transform: capitalize;
}

.external-event.dot-outline {
    padding: 15px;
    text-transform: capitalize;
    background-color: #ffffff;
    border-left: 4px solid #2478fd;
}

.fc-toolbar h2 {
    font-size: 14px;
    color: #9b9b9b;
}

.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;
}

.fc-month-button.btn.btn-primary.active,
.fc-agendaWeek-button.btn.btn-primary.active,
.fc-agendaDay-button.btn.btn-primary.active {
    color: #2478fd !important;
}

.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: 768px) and (max-width: 991px) {
    .calender-content .row .col-lg-4 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }
}

@media only screen and (max-width: 767px) {
    .calender-content .row .col-lg-4 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }
}

/* :: Team CSS */
.team-1--content-area {
    border-radius: 5px;
}

.team-1--content-area .team-1--desc--area {
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.team-1--content-area .team-1--desc--area .team-1-thumb-- {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.team-1--content-area .team-1--desc--area .team-1-thumb-- img {
    border-radius: 5px;
}

.team-1--content-area .team-1--desc--area .team-hover--additional-- {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    overflow: hidden;
    border-radius: 5px;
}

.team-1--content-area .team-1--desc--area .team-hover--additional-- .team-1--icon {
    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: 100%;
    width: 100%;
}

.team-1--content-area .team-1--desc--area .team-hover--additional-- .team-1--icon li a i {
    color: #5ed84f;
    font-size: 16px;
    margin: 0 5px;
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}

.team-1--content-area:hover .team-hover--additional-- {
    opacity: 1;
}

.team-1--content-area .team-details--content--- .team-member--1 h5 {
    font-weight: 400;
    line-height: 1;
}

.team-border--area {
    position: relative;
    z-index: 1;
    padding-bottom: 0.78571rem;
}

.team-border--area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 1px;
    background: #bbb;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-1--content-area:hover .team-border--area::after {
    width: 100%;
    background: #71c016;
}

.team-1-thumb-- {
    width: 100%;
}

h3.team--board--tite {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h3.team--board--tite {
        margin-top: 30px;
        font-size: 20px;
    }
}

.teams_content_area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    border-radius: 5px;
}

.teams_content_area img {
    width: 100%;
}

.teams_content_area:hover .team_hover_effect_1, .teams_content_area:focus .team_hover_effect_1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.team_hover_effect_1 {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    padding: 20px;
    background-color: rgba(254, 84, 30, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    border-radius: 5px;
}

.team_text h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #ffffff;
}

.team_text p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
}

.team_hover_effect_2 {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 20px;
    color: #ffffff;
    overflow: hidden;
    -webkit-transform: translateY(100%) translateY(-90px);
    -ms-transform: translateY(100%) translateY(-90px);
    transform: translateY(100%) translateY(-90px);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.teams_content_area:hover .team_hover_effect_2 {
    -webkit-transform: translateY(0px) translateY(0px);
    -ms-transform: translateY(0px) translateY(0px);
    transform: translateY(0px) translateY(0px);
    opacity: 1;
}

.team_text.style_2 h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.team_text.style_2 p {
    font-size: 14px;
    margin-bottom: 5px;
}

.personal_team_info p {
    color: #ffffff;
}

.team_icon_info a i {
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
}

.teams_content_area img {
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}

.teams_content_area:hover img, .teams_content_area:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team_icon_info_style_3 a i {
    font-size: 12px;
    color: #767676;
    border: 1px solid #ebebeb;
    height: 30px;
    border-radius: 50px;
    width: 30px;
    line-height: 28px;
    margin: 0 5px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.team_icon_info_style_3 a i:hover, .team_icon_info_style_3 a i:focus {
    background-color: #2478fd;
    color: #ffffff;
    border-color: #2478fd;
}

.team_text_style_3 h5 {
    margin-top: 20px;
}

.team-board-content li {
    font-size: 14px;
}

.team-board-content li .team-board--icon {
    color: #26a69a;
    font-size: 18px !important;
}

.team-5-content-text h5 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.team-5-content-text h6 {
    font-size: 14px;
    font-weight: 400;
}

.team-5-icon a {
    color: #ffffff;
    height: 30px;
    width: 30px;
    border: 1px solid #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    margin: 0 5px;
}

.rounded-circle {
    width: 200px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .rounded-circle {
        width: 150px;
    }
}

/* :: Profile CSS */
.profile-thumb-contact h5 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 0;
}

.profile-thumb-contact h6 {
    font-size: 16px;
    color: #767676;
    font-weight: 400;
}

.profile-friend-thumb {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 5px;
}

.rating-profile a {
    font-size: 13px;
    color: #2478fd;
    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: #767676;
}

.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: #2478fd;
}

.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: #2478fd;
}

.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: #fff;
}

/* :: 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: #f0f0f0 !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: #2478fd;
}

.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;
}

.banner-content-3-area {
    position: relative;
    z-index: 1;
}

.banner-content-3-area h4 {
    font-size: 20px;
}

.banner-content-3-area p {
    font-size: 12px;
}

/* :: 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 */
.portfolio_gallery_iteam {
    width: 25%;
    display: inline-block;
    float: left;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio_gallery_iteam {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_gallery_iteam {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio_gallery_iteam {
        width: 100%;
    }
}

.portfolio_gallery_iteam img {
    position: relative;
    z-index: 1;
}

.portfolio_gallery_iteam .hover_gallery_content {
    position: absolute;
    bottom: -200px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    z-index: 2;
    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;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    -webkit-transform: skew(90deg);
    -ms-transform: skew(90deg);
    transform: skew(90deg);
    opacity: 0;
}

.portfolio_gallery_iteam:hover .hover_gallery_content {
    bottom: 0;
    opacity: 1;
    -webkit-transform: skew(180deg);
    -ms-transform: skew(180deg);
    transform: skew(180deg);
}

.btn.masonary-btn {
    font-size: 15px;
    background-color: #2478fd;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 40px;
}

.btn.masonary-btn.active {
    background-color: #000000;
}

@media only screen and (max-width: 767px) {
    .btn.masonary-btn {
        font-size: 10px;
        padding: 5px 10px;
        margin-bottom: 5px;
    }
}

.gallery--single-content {
    width: 25%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery--single-content {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery--single-content {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .gallery--single-content {
        width: 100%;
    }
}

.gallery--single-content .gallery--image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gallery--single-content .gallery--image img {
    -webkit-transition-duration: 3000ms;
    -o-transition-duration: 3000ms;
    transition-duration: 3000ms;
}

.gallery--single-content .gallery--image::before {
    content: '';
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: -50%;
    background-color: rgba(252, 37, 72, 0);
    background: linear-gradient(to bottom, rgba(241, 31, 173, 0) 0%, rgba(241, 31, 173, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC2548', endColorstr='#f11fad', GradientType=0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
}

.gallery--single-content:hover .gallery--image::before, .gallery--single-content:focus .gallery--image::before {
    bottom: 0;
}

.gallery--single-content:hover img, .gallery--single-content:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery--single-content:hover .gallery_service_text, .gallery--single-content:focus .gallery_service_text {
    opacity: 1;
}

.gallery_service_text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px 30px 40px;
    opacity: 0;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    z-index: 2;
}

.gallery_service_text h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.gallery_service_text a {
    color: #ffffff;
    font-size: 16px;
}

.gallery_service_text a i {
    margin-left: 3px;
}

.service_button a {
    margin-top: 50px;
}

.mfp-container {
    background-color: rgba(228, 84, 71, 0.6);
}

img.mfp-img {
    padding: 0;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 12px 23px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 12px 23px rgba(255, 255, 255, 0.15);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: -4px;
    padding-right: 6px;
    top: -46px;
    background-color: #b71c1c;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 3px;
}

.portfolio_gallery_single-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio_gallery_single-content:hover img, .portfolio_gallery_single-content:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio_gallery_single-content > img,
.portfolio_gallery_item_home_3 > img {
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 4000ms;
    -o-transition-duration: 4000ms;
    transition-duration: 4000ms;
}

.single_content,
.border-layer {
    background: -webkit-gradient(linear, left top, right top, from(#FC2548), color-stop(93%, #f11fad)) !important;
    background: -webkit-linear-gradient(left, #FC2548 0%, #f11fad 93%) !important;
    background: -o-linear-gradient(left, #FC2548 0%, #f11fad 93%) !important;
    background: linear-gradient(to right, #FC2548 0%, #f11fad 93%) !important;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.line-- {
    height: 2px;
    width: 80px;
    background-color: #ffffff;
    margin: 15px auto;
}

.image-popups a {
    font-size: 20px;
    color: #ffffff;
}

.border-layer {
    background-color: transparent;
}

.portfolio_gallery_single-content:hover .single_content,
.portfolio_gallery_single-content:hover .border-layer {
    opacity: 0.8;
}

.single_content::before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    top: 25px;
    left: 25px;
    z-index: 3;
    background-color: #ffffff;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_single-content:hover .single_content::before {
    width: calc(100% - 50px);
}

.single_content::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 25px;
    right: 25px;
    z-index: 3;
    background-color: #ffffff;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_single-content:hover .single_content::after {
    width: calc(100% - 50px);
}

.border-layer::before {
    content: '';
    background-color: #ffffff;
    height: 0;
    width: 1px;
    bottom: 25px;
    left: 25px;
    z-index: 5;
    position: absolute;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_single-content:hover .border-layer::before {
    height: calc(100% - 50px);
}

.border-layer::after {
    content: '';
    background-color: #ffffff;
    height: 0;
    width: 1px;
    top: 25px;
    right: 25px;
    z-index: 5;
    position: absolute;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_single-content:hover .border-layer::after {
    height: calc(100% - 50px);
}

.project_title a {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
}

.project_title {
    margin-left: 0;
    text-align: center;
}

.portfolio_gallery_single-content.home_3 {
    width: 100%;
}

.project_title.home_3 a {
    border-radius: 20px;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

.single-light-gallery {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 5px;
}

/* :: Chat CSS */
.people-list .status {
    color: #777;
    font-size: 11px;
}

.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);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.people-list .about {
    float: left;
    padding-left: 8px;
}

.people-list .chat-list img {
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.people-list .chat-list li .name {
    font-size: 12px;
}

.people-list .chat-list li.active {
    background-color: #f0f0f0;
}

.chat-header img {
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.status.online i {
    color: #71c016;
}

.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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    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;
}

.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 {
    color: #ffffff;
    padding: 15px 30px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 90%;
    position: relative;
    z-index: 1;
    border-radius: 40px;
}

.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.my-message p {
    margin-bottom: 0;
    color: #777;
}

.chat-upload {
    float: right;
}

.chat-upload button {
    font-size: 15px;
}

.status i {
    font-size: 8px;
    margin-right: 3px;
    color: #fda006;
}

.people-list .chat-list li:hover {
    background: #f0f0f0;
    cursor: pointer;
}

/* :: Form Wizard CSS */
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a {
    outline: 0;
}

.wizard-form-area ul li a {
    background: #2478fd;
    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: 5px;
    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: #e6e9ed;
    color: #434a54;
    cursor: default;
}

.wizard > .steps .disabled a:hover {
    background: #e6e9ed;
    color: #434a54;
    cursor: default;
}

.wizard > .steps .disabled a:active {
    background: #e6e9ed;
    color: #434a54;
    cursor: default;
}

.wizard > .steps .current a {
    background: #248afd;
    color: #ffffff;
    cursor: default;
}

.wizard > .steps .current a:hover {
    background: #248afd;
    color: #ffffff;
    cursor: default;
}

.wizard > .steps .current a:active {
    background: #248afd;
    color: #ffffff;
    cursor: default;
}

.wizard > .steps .done a {
    background: #89c0fe;
    color: #ffffff;
}

.wizard > .steps .done a:hover {
    background: #89c0fe;
    color: #ffffff;
}

.wizard > .steps .done a:active {
    background: #89c0fe;
    color: #ffffff;
}

.wizard > .steps .error a {
    background: #ff4747;
    color: #fff;
}

.wizard > .steps .error a:hover {
    background: #ff4747;
    color: #fff;
}

.wizard > .steps .error a:active {
    background: #ff4747;
    color: #fff;
}

.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: inline-block;
}

.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;
}

/* :: Basic-form CSS */
.form-group {
    margin-bottom: 25px;
}

.form-group label {
    font-size: 0.874rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: 10px;
}

.form-control {
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 15px;
    height: 50px;
    padding-left: 20px;
}

.form-control:focus {
    border-color: #2478fd;
    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"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: 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 #2478fd;
    border-bottom: 2px solid #2478fd;
    -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%;
}

#a-footer {
    margin: 20px 0;
}

.new-react-version {
    padding: 20px 20px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}

.new-react-version .react-svg-logo {
    text-align: center;
    max-width: 60px;
    margin: 20px auto;
    margin-top: 0;
}

.success-box {
    margin: 50px 0;
    padding: 10px 10px;
    border: 1px solid #ebebeb;
    background: #f0f0f0;
}

.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;
}

/* :: Login CSS */
.form-control.login {
    height: 50px;
    font-size: 12px;
}

.login-icon a {
    color: #ffffff;
    background-color: #2478fd;
    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 */
.list-wrapper ul {
    padding: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0;
}

.list-wrapper ul li {
    font-size: 0.9375rem;
    padding: 1rem 1rem;
    border: 1px solid #ebebeb;
    margin-bottom: 0.812rem;
    border-radius: 7px;
    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;
}

.list-wrapper .remove {
    cursor: pointer;
    font-size: 16px;
}

.add-items {
    position: relative;
    z-index: 1;
}

.form-control.todo-list-input {
    position: relative;
    z-index: 1;
}

.todo-list-add-btn {
    position: absolute;
    z-index: 22;
    right: 5px;
    top: 5px;
    font-size: 18px;
}

/* :: Widgets CSS */
.widget-shop-card {
    border-radius: 3px;
}

.widget-shop-card .widget-shop-text-content {
    border-radius: 0 0 3px 3px;
}

.widget-new-content {
    padding: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.g-flex-middle-item {
    padding: 0 15px;
}

.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: #2478fd;
}

.progress.progress-small-- {
    border-radius: 5px;
    height: 4px;
}

.progress-description {
    color: #767676;
    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: #767676;
    font-size: 14px;
    margin: 0 5px;
}

.widget-content-area-3 .footer-widget-3 {
    border-top: 1px solid #ebebeb;
    padding: 20px 40px;
}

.widget-content-area-3 .footer-widget-3 a {
    font-size: 16px;
    color: #767676;
    margin: 0 5px;
}

.widget-content-area-3:hover, .widget-content-area-3:focus {
    -webkit-box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}

.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 h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

.widget-chart-content h3 {
    font-size: 20px;
}

.widget-chart-content h3 i {
    font-size: 18px;
    color: #71c016;
}

.widget-chart-content .wdiget-chart {
    padding: 0 50px;
}

.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;
    font-size: 20px;
}

@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: none;
}

.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;
}

.widget-social-content {
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.widget-social-content h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}

.widget-social-content h3 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0;
}

.widget-social-content .widget-social-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 22;
    opacity: 0.4;
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
    cursor: pointer;
}

.widget-social-content .widget-social-icon i {
    color: #ffffff;
    font-size: 40px;
}

.widget-social-content .widget-social-icon:hover, .widget-social-content .widget-social-icon:focus {
    opacity: 1;
    transform: translateY(-15px);
}

.widget-content-area-3 {
    position: relative;
    z-index: 1;
    border: 1px solid #dbdbdb;
}

@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;
}

/* :: 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: #2478fd;
    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 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    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: 18px;
    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 {
    margin-right: 15px;
}

.member-content-area .nav .nav-item .img-icon {
    height: 35px;
    width: 35px;
    background-color: rgba(40, 167, 69, 0.5);
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    border-radius: 50%;
}

.member-content-area .nav .nav-item p {
    margin-bottom: 0;
}

.contact-content-area .address-contact-area p {
    margin-bottom: 5px;
    color: #343a40;
}

.contact-content-area .address-contact-area p i {
    font-size: 13px;
    color: #3da5f4;
    margin-right: 5px;
}

.contact-content-area .address-contact-area a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #343a40;
}

.contact-content-area .address-contact-area a i {
    color: #3da5f4;
    font-size: 13px;
    margin-right: 5px;
}

.contact-content-area .contact-add-icon a {
    font-size: 14px;
    margin-right: 10px;
    color: #71c016;
}

.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: 1px solid #ebebeb;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: #007bff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-add-icon.two a:hover {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
}

#map-with-marker {
    height: 300px;
    width: 100%;
}

#propia-map-theme {
    height: 500px;
    width: 100%;
}

.form-control.contact {
    border: none;
    background-color: #f1f1f1;
    font-size: 12px;
    padding: 25px;
}

.google-map {
    height: 300px;
    width: 100%;
}

/* :: 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;
}

.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: #767676;
    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: #767676;
    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: #767676;
}

/* :: Data-table CSS */
.dataTables_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.dataTables_wrapper label {
    font-size: .8125rem;
}

.dataTables_wrapper select {
    padding: .4rem;
    outline-offset: -2px;
}

.dataTables_wrapper .dataTables_length select {
    margin-left: .25rem;
    margin-right: .25rem;
}

.html5buttons-tables {
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .html5buttons-tables {
        margin-bottom: 5px;
    }
}

.html5buttons-tables .btn.btn-default {
    color: #9b9b9b;
    font-size: 12px;
    text-transform: uppercase;
}

.html5buttons-tables .btn.btn-default:hover, .html5buttons-tables .btn.btn-default:focus {
    color: #2478fd;
}

#DataTables_Table_0_length {
    margin-right: 30px;
}

#DataTables_Table_0_length label {
    font-size: 12px;
    text-transform: uppercase;
    color: #9b9b9b;
}

#DataTables_Table_0_length .form-control.input-sm {
    padding: 0;
    height: 30px !important;
    margin: 0 10px;
}

#DataTables_Table_0_info {
    margin-left: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #DataTables_Table_0_info {
        margin-top: 10px;
    }
}

#DataTables_Table_0_filter label {
    font-size: 12px;
    text-transform: uppercase;
    color: #9b9b9b;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px;
}

.dataTables_wrapper .dataTable .btn,
.dataTables_wrapper .dataTable .fc button,
.fc .dataTables_wrapper .dataTable button,
.dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload,
.ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload,
.dataTables_wrapper .dataTable .swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .dataTables_wrapper .dataTable .swal2-styled,
.dataTables_wrapper .dataTable .wizard > .actions a,
.wizard > .actions .dataTables_wrapper .dataTable a {
    padding: 0.1rem 1rem;
    vertical-align: top;
}

.dataTables_wrapper .dataTable .btn i,
.dataTables_wrapper .dataTable .fc button i,
.fc .dataTables_wrapper .dataTable button i,
.dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload i,
.ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload i,
.dataTables_wrapper .dataTable .swal2-modal .swal2-buttonswrapper .swal2-styled i,
.swal2-modal .swal2-buttonswrapper .dataTables_wrapper .dataTable .swal2-styled i,
.dataTables_wrapper .dataTable .wizard > .actions a i,
.wizard > .actions .dataTables_wrapper .dataTable a i {
    font-size: .875rem;
    margin-right: .3rem;
}

.dataTables_wrapper .dataTable thead th {
    border-bottom-width: 0;
}

.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    line-height: 2.5;
    font-family: themify;
    font-size: .65rem;
}

.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before {
    content: "\e627";
    right: 1.2em;
    margin-right: 8px;
    color: #2478fd;
}

.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    content: "\e62a";
    right: 0.2em;
    margin-right: 8px;
    color: #2478fd;
    opacity: 1;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 0.875rem;
}

@media (max-width: 576px) {
    .dataTables_wrapper .dataTables_info {
        margin-bottom: 1rem;
    }
}

.pagination li {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
}

.pagination li.active {
    background-color: #71c016;
}

.pagination li.active a {
    color: #ffffff;
}

.pagination li a {
    color: #343a40;
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
}

.pagination li.disabled a {
    cursor: default;
    color: #777;
}

.pagination li i {
    font-size: 2rem;
}

.pagination li.pages ul li {
    display: inline-block;
    float: none;
}

@media only screen and (max-width: 992px) {
    .pagination {
        width: 100%;
    }

    .pagination li.prev,
    .pagination li.next {
        width: 10%;
    }

    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
    }
}

/*div.dataTables_wrapper div.dataTables_filter input {*/
/*  width: 100px;*/
/*  height: 30px;*/
/*  margin-bottom: 0; }*/

/*div.dataTables_wrapper div.dataTables_info {*/
/*  padding-top: 0;*/
/*  white-space: nowrap;*/
/*  text-transform: uppercase;*/
/*  color: #9b9b9b;*/
/*  font-size: 12px; }*/

/*#DataTables_Table_0 {*/
/*  margin-top: 20px !important; }*/

/*.dataTables_wrapper .dataTable thead th {*/
/*  font-size: 12px;*/
/*  color: #9b9b9b; }*/

/*table.table-bordered.dataTable tbody th,*/
/*table.table-bordered.dataTable tbody td {*/
/*  color: #323232;*/
/*  font-size: 14px; }*/

/*table.table-bordered.dataTable th,*/
/*table.table-bordered.dataTable td {*/
/*  color: #323232;*/
/*  font-size: 11px; }*/

.editMe {
    font-size: 14px;
}

.editMe.inEdit input {
    font-size: 14px;
    height: 40px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
}

table.sortable th::after {
    color: #323232;
    text-transform: capitalize;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 50px;
}

table.dataTable thead > tr > th,
table.dataTable thead > tr > td {
    padding-right: 15px;
}

/* :: 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;
}

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

.shortcodes_content_area .single_icon {
    padding: 15px;
    text-align: center;
}

/* :: Account CSS */
.nice-select {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 15px;
    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);
}

.nice-select .option {
    text-align: left;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f7f6f7;
}

.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;
}

.social .social-fb .input-group-prepend .input-group-text {
    background-color: #2478fd;
}

/* :: 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 {
    color: #3f4047;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.folder-list li a i {
    margin-right: 8px;
}

.folder-list li a:hover {
    color: #2478fd;
}

.category-list li a {
    color: #3f4047;
    display: block;
    padding: 8px 0;
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.category-list li a:hover {
    color: #2478fd;
}

.category-list li a i {
    margin-right: 5px;
}

.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    padding: 15px;
}

.btn-white {
    color: #767676;
    background: #ffffff;
    border: 1px solid #ebebeb;
    font-size: 11px;
}

.mail-subject a {
    font-size: 13px;
    color: #767676;
    font-weight: 500;
}

.mail-ontact a {
    color: #767676;
    font-size: 13px;
    font-weight: 500;
}

.inbox-title h2 {
    font-size: 20px;
}

.inbox-title h2 span {
    font-size: 16px;
    color: #2478fd;
}

.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: #2478fd;
    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: #767676;
    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 .icon {
    padding: 37px 10px;
    text-align: center;
}

.file .icon i {
    font-size: 70px;
    color: #eef5f9;
}

.file {
    border: 1px solid #ebebeb;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.file .file-name {
    padding: 10px;
    background-color: #eef5f9;
    border-top: 1px solid #ebebeb;
}

.file .file-name .h6 {
    font-size: 12px;
    color: #767676;
    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 {
    color: #767676;
    font-size: 12px;
    padding: 0;
    margin-right: 15px;
}

.mail-btn-group a i {
    font-size: 15px;
}

.search-wrapper {
    position: relative;
    z-index: 1;
}

.search-wrapper form button {
    font-size: 18px;
    cursor: pointer;
    color: #2478fd;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9999999;
}

.mail-body p {
    font-weight: 300;
}

.mail-pager a {
    padding: 0 5px !important;
    color: #767676;
}

.admi-mail-body {
    padding-right: 15px;
}

.admi-mail-item {
    padding: 10px 15px;
    border-top: 1px solid #e9ecef;
    background-color: #fcfcfc;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.admi-mail-star {
    margin-right: 15px;
    font-size: 18px;
    color: #fdb901;
}

.admi-mail-subject span {
    font-size: 13px;
    color: #70737c;
}

.admi-mail-date {
    font-size: 12px;
    color: #767676;
    margin-left: auto;
}

@media only screen and (max-width: 479px) {
    .admi-mail-date {
        display: none;
    }

    .admi-mail-body {
        padding-right: 0;
    }
}

.admi-mail-from {
    font-size: 13px;
    color: #555;
}

.mail-subject--text-- {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #111 !important;
}

.admi-mail-list {
    border-left: 1px solid #ebebeb;
}

.form-control.inbox-mail {
    width: 240px;
    border: 2px solid #ebebeb;
    padding: 0 20px;
    border-radius: 50px;
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .form-control.inbox-mail {
        width: 200px;
    }
}

.form-control.inbox-mail:focus {
    border-color: #2478fd !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.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;
}

.mail-pager i {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inbox-area .row .col-lg-4,
    .email-view-email--area .row .col-lg-4,
    .compose-email--area .row .col-lg-4 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }

    .inbox-area .row .col-lg-4 .ibox,
    .email-view-email--area .row .col-lg-4 .ibox,
    .compose-email--area .row .col-lg-4 .ibox {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .inbox-area .row .col-lg-4,
    .email-view-email--area .row .col-lg-4,
    .compose-email--area .row .col-lg-4 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }

    .inbox-area .row .col-lg-4 .ibox,
    .email-view-email--area .row .col-lg-4 .ibox,
    .compose-email--area .row .col-lg-4 .ibox {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .wysihtml5-toolbar a.btn.btn-default {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .compose-email--area input[type="file"] {
        width: 200px !important;
    }
}

/* :: Email-view CSS */
.mail-windoe-body-area {
    border-left: 1px solid #ebebeb;
}

.mail-windoe-body-area .mail-window-header {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mail-windoe-body-area .mail-window-header a {
    color: #3f4047;
    font-size: 16px;
    margin-right: 10px;
}

.mail-windoe-body-area .mail-window-text-content {
    padding-left: 20px;
    padding-top: 20px;
}

.mail-windoe-body-area .mail-window-text-content .mail-avatra .mail-avatar-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    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 */
ul.wysihtml5-toolbar {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #2478fd;
    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 !important;
}

.compose-email--area .dropdown a {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 10px 15px !important;
}

.btn.btn-orange.btn-file.compo-email {
    background-color: #2478fd;
    padding: 10px 20px;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 3px;
}

ul.wysihtml5-toolbar {
    margin-bottom: 15px;
    padding: 0;
    border: 1px solid #ebebeb;
}

ul.wysihtml5-toolbar li {
    margin: 0;
}

.bootstrap-wysihtml5-insert-image-modal.modal h3 {
    font-size: 16px;
    margin-left: 5px;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #2478fd;
}

.bootstrap-wysihtml5-insert-link-modal .modal-content,
.bootstrap-wysihtml5-insert-image-modal .modal-content {
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.15);
}

.bootstrap-wysihtml5-insert-link-modal .form-control,
.bootstrap-wysihtml5-insert-image-modal .form-control {
    text-transform: lowercase;
}

.bootstrap-wysihtml5-insert-link-modal .modal-header,
.bootstrap-wysihtml5-insert-image-modal .modal-header {
    display: none;
}

.bootstrap-wysihtml5-insert-link-modal .modal-footer,
.bootstrap-wysihtml5-insert-image-modal .modal-footer {
    padding-bottom: 0;
}

.bootstrap-wysihtml5-insert-link-modal .modal-footer .btn-default,
.bootstrap-wysihtml5-insert-link-modal .modal-footer .btn-primary,
.bootstrap-wysihtml5-insert-image-modal .modal-footer .btn-default,
.bootstrap-wysihtml5-insert-image-modal .modal-footer .btn-primary {
    font-weight: 400;
}

.compose-email--area .wysihtml5-sandbox {
    padding: 15px 20px !important;
}

/* :: 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: flex;
    align-items: center;
    justify-content: center;
}

.error-content h2 {
    font-size: 48px;
    color: #252525;
    margin-bottom: 15px;
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-content h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .error-content h2 {
        font-size: 26px;
    }
}

.error-content p {
    font-size: 18px;
    color: #737373;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .error-content p {
        font-size: 16px;
    }
}

.admetro-btn {
    height: 60px;
    min-width: 240px;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    background-color: #ee5227;
    margin-top: 50px;
    color: #fff;
    font-weight: 500;
    transition-duration: 500ms;
    text-transform: capitalize;
    box-shadow: 0px 18px 32px 0px rgba(108, 98, 255, 0.2);
    padding: 0 30px;
}

.admetro-btn:hover, .admetro-btn:focus {
    background-color: #2478fd;
    color: #ffffff;
}

/* :: Dark CSS */
.vertical-dark {
    background-color: #1a1d27;
}

.vertical-dark .admetro-logo a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vertical-dark .top-header-area {
    background-color: #1a1d27;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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.1);
}

.vertical-dark .notifications-box .dropdown-item,
.vertical-dark .notifications-box .nav-link {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.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.1);
}

.vertical-dark .az-content-label {
    color: #fff;
}

.vertical-dark h1,
.vertical-dark h2,
.vertical-dark h3,
.vertical-dark h4,
.vertical-dark h5,
.vertical-dark h6 {
    color: #fff;
}

.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.1);
    color: #fff;
}

.vertical-dark .add-items .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.vertical-dark small {
    color: #fff;
}

.vertical-dark .table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vertical-dark .table {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vertical-dark .table td,
.vertical-dark .table th {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.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: #fff;
}

.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: #fff;
}

.vertical-dark .card-header {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.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: #fff;
}

.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.1);
}

.vertical-dark .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.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: #fff;
}

.vertical-dark .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
    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.1);
}

.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: #fff;
}

.vertical-dark .copy-cut-page-btn a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.vertical-dark .wizard > .content {
    background: #2b273d;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vertical-dark .wizard > .content > .body input {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vertical-dark .text-dark {
    color: #ffffff !important;
}

.vertical-dark .dropzone.dz-clickable * {
    color: #fff;
}

.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.1);
}

.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.1);
}

.vertical-dark .table-bordered td,
.vertical-dark .table-bordered th {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.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: #fff;
}

.vertical-dark table.sortable > thead th:hover:not([data-defaultsort="disabled"]) {
    background: transparent;
}

.vertical-dark table.sortable th::after {
    color: #fff;
}

.vertical-dark .price-table-area--1 {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vertical-dark .bg-gray {
    background-color: #2b273d;
}

.vertical-dark .chat-header-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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.1);
}

.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.1);
    background-color: #1c1a24;
    color: #fff;
}

.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: #fff;
}

.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: #fff;
}

.vertical-dark .mail-windoe-body-area .mail-window-header a:hover,
.vertical-dark .mail-btn-group a:hover {
    color: #2478fd;
}

.vertical-dark .mail-windoe-body-area {
    border-left: 1px solid transparent;
}

.vertical-dark ul.wysihtml5-toolbar {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vertical-dark ul.wysihtml5-toolbar .btn-default {
    background-color: transparent;
    color: #fff;
}

.vertical-dark .jvectormap-zoomin,
.vertical-dark .jvectormap-zoomout,
.vertical-dark .jvectormap-goback {
    background: #1c1a24;
}

.vertical-dark .blog-details-text .post-meta a {
    color: #fff;
}

.vertical-dark .post-author-area {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.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.1);
    color: #9b9b9b;
}

.vertical-dark .comment_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vertical-dark .side-menu-area {
    margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
    .show-content {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .show-content {
        display: block;
        float: left;
        margin-right: 10px;
    }
}

.display-none {
    display: none;
}

.show-loading {
    display: block;
}

.statYearButton.active {
    background-color: #2478fd;
    color: #ffffff !important;
}

.btn-.small {
    padding: 5px 3px;
}

.btn-text {
    color: #2478fd;
    cursor: pointer;
}

.un-input {
    color: #000000;
}

.overflow-hidden {
    overflow: hidden;
}

.custom-select {
    background: none;
    background-color: #ffffff;
}

.modal-background {
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
}

.tab-content {
    border: 1px solid #ccc;
    border-top: none;
    margin-bottom: 15px;
}

textarea {
    height: 100px;
    resize: none; /* 禁止用户手动拖动调整大小 */
}

.operation-button {
    color: blue;
}

.table-input-group-text-search-css {
    width: 55px;
    justify-content: center;

    background-color: white !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: none;

}

.table-input-group-search-input-css {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.filter-title {
    line-height: 50px;
    margin-left: 15px;
}

/* 为DataTables指定一个类选择器，并设置边框颜色 */
table.dataTable th, table.dataTable td {
    font-size: 12px;
}

.table-customer-bordered th, .table-customer-bordered td {
    border-color: #cccccc;
}

.line-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-logo {
    width: 100px;
    margin-left: 33px;
}

.budget-modal .modal-content {
    padding: 30px 10px;
}

.custom-input {
    color: #6c757d;
    background-color: #e9ecef;
    height: 50px;
}

.work-plan .form-control {
    margin-bottom: 0px;
}

.work-plan-list-item {
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.work-plan-list-item .table {
    margin-bottom: 0px;
}

.modal label {
    margin-bottom: 0.1em;
}

.modal .form-control {
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 0px;
    height: 38px;
    padding-left: 10px;
}

.was-validated .bs-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.modal .nice-select {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 15px;
    width: 100%;

}


.modal-item-title {
    border-bottom: 1px solid gray;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nice-select {
    color: #495057 !important;
    border: 1px solid #ced4da;
}
.nice-select.disabled {
    background-color: #e9ecef;
}

.second-title{
    border: none;
    background-color: #ccc;
    padding-left: 5px;
    font-size: 16px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #ccb9b9;
}

.highcharts-text {
   padding-right: 10px;
}

.staff-content {
    font-size: 1.25rem !important;
    font-weight: 600;
}

.highcharts-title tspan{
    display: block;
}

.table td, .table th {
    padding: .75rem;
    font-size: 12px;
}

.vertical-container .table td, .vertical-container .table th {
    padding: .75rem;
    font-size: 14px;
}

.highcharts-number {
    text-align: center;
}

.dt-column-title {
    font-weight: 600 !important;
}

.highcharts-table-caption {
    display: none;
}

.principal-stat-table tbody td:nth-of-type(3) {
   z-index: 100 !important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: left !important;
}

.modal textarea.form-control {
    height: auto;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

div.bottom {
    width: 100%;
    text-align: left; /* 或者根据需要调整对齐方式 */
    padding-top: 10px; /* 根据需要调整间距 */
}

div.dt-container .dt-paging{
    width: 100%;
    text-align: right;
}

div.dt-container select.dt-input {
    margin-right: 10px;
}

.work-plan-title {
    font-weight: 600;
}

.work-plan-title.client-name {
    color: #FFFFFF;
    background-color: #000000;
}

.work-plan-date {
    background-color: #FEC707;
}

.work-plan-title.strategic-name {
    background-color: #9A9FB3;
}

.strategic-content {
    background-color: #DBDBDB;
}

.work-plan-title.operational-name {
    background-color: #20ADE3;
}

.operational-content {
    background-color: #D4E8F9;
}

.work-plan-title.support-name {
    background-color: #FF530E;
}

.support-content {
    background-color: #FBD4BE;
}

.board-meeting-date {
    background-color: #f7f6f7;;
}

.work-plan td {
    border-color: #000000;
}

table.dataTable tbody tr>.dtfc-fixed-start, table.dataTable tbody tr>.dtfc-fixed-end {
    background-color: #FFFFFF;
}

table.dataTable tbody tr:nth-of-type(odd)>.dtfc-fixed-start, table.dataTable tbody tr:nth-of-type(odd)>.dtfc-fixed-end {
    background-color: #D9E1F2 !important;
}

#billingDataTableHead td, #billingDataTableHead th, .table-striped thead td, .table-striped th {
    background-color: #D60093 !important;
    color: #FFFFFF !important;
    border: 1px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #D9E1F2 !important;
    color: #000000 !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.show-menu-view {
    top: 500px !important;
    left: 300px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    float: left;
    margin-top: 3px;
}

.file-view {
    min-height: 100px;
    padding: 5px;
}

.file-item {
    float: left;
    width: 235px;
    height: 235px;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    margin: 8px;
    border-radius: 5px;
}

.file-image {
    height: 185px;
    max-width: 185px;
    object-fit: cover;
}

.file-name {
    margin-top: 10px;
    width: 222px;
}

/*# sourceMappingURL=style.css.map */
