/*
Template Name: Amita Admin
Author: CODERVENT
Email: codervent@gmail.com
File: app-style
*/

/*
  - Google Font
  - General
  - Loader
  - Menu Sidebar Wrapper
  - Page Content Wrapper
  - Topbar Header
  - Dropdown Menu
  - User Details
  - Logo
  - SearachBar
  - Cards
  - Profile Cards
  - Modals
  - Buttons
  - Calendar
  - Icons
  - Widgets
  - Forms
  - Tables
  - Alerts
  - Badges
  - Paginations
  - List Groups
  - Nav Tabs & Pills
  - Accordions
  - Background Colors
  - Borders
  - Text colors
  - CheckBoxes & Radios
  - Authentication
  - Pricing Tables
  - Extra Classes
  - Responsive
*/

/* Google Font*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Mukta|Roboto');

/* General */
html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    background-color: #eeeeee;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

::selection {
    background: rgba(125, 92, 233, 0.40);
}

::placeholder {
    color: #000 !important;
    font-size: 13px;
    opacity: .5 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000000;
}

.h1, h1 {
    font-size: 48px;
    line-height: 52px;
}

.h2, h2 {
    font-size: 38px;
    line-height: 42px;
}

.h3, h3 {
    font-size: 30px;
    line-height: 34px;
}

.h4, h4 {
    font-size: 18px;
    line-height: 28px;
}

.h5, h5 {
    font-size: 16px;
    line-height: 22px;
}

.h6, h6 {
    font-size: 14px;
    line-height: 18px;
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.line-height-0 {
    line-height: 0;
}

.line-height-5 {
    line-height: 5px;
}

.line-height-10 {
    line-height: 5px;
}

.demo-heading {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: .25rem;
    color: #4e4e4e;
}

/* loader */

#pageloader-overlay {
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0);
    height: 100%;
    width: 100%;
    z-index: 9998;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#pageloader-overlay.visible {
    opacity: 1;
}

#pageloader-overlay.hidden {
    opacity: 0;
    height: 0;
    width: 0;
    z-index: -10000;
}

#pageloader-overlay .loader-wrapper-outer {
    background-color: transparent;
    z-index: 9999;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    text-align: center;
    vertical-align: middle;
}

#pageloader-overlay .loader-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

#pageloader-overlay .loader {
    margin: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 8px solid rgba(255, 255, 255, 0.5);
    border-right: 8px solid rgba(255, 255, 255, 0.5);
    border-bottom: 8px solid rgba(255, 255, 255, 0.5);
    border-left: 8px solid #AAA;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: pageloader 1.1s infinite linear;
    animation: pageloader 1.1s infinite linear;
}

#pageloader-overlay .loader, #pageloader-overlay .loader:after {

    border-radius: 50%;
    width: 50px;
    height: 50px;
}

@-webkit-keyframes pageloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pageloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

code {
    font-size: 87.5%;
    color: #f44336;
    word-break: break-word;
}

.blockquote-footer {
    color: #cecece;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

p {
    margin-bottom: .65rem
}

:focus {
    outline: 0 !important
}

a {
    color: #7f5be8;
}

a {
    outline: none !important
}

a:hover {
    color: #7f5be8;
    text-decoration: none;
}

a.text-muted:focus, a.text-muted:hover {
    color: #748690;
}

hr {
    border-top: 1px solid rgb(223, 221, 239);
}

.small, small {
    font-size: 75%;
    font-weight: 400;
}

.small-font {
    font-size: 14px;
}

.extra-small-font {
    font-size: 12px;
}

.font-0-80 {
    font-size: 0.80rem;
}

.font-33 {
    font-size: 33px;
}

.breadcrumb-item.active {
    color: #4e4e4e;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #4e4e4e;
}

/* Menu Sidebar Wrapper */

#wrapper {
    width: 100%;
    position: relative;
}

#sidebar-wrapper {
    background-color: #ffffff;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    top: 61px;
    right: 0;
    z-index: 1200;
    width: 500px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
}

#wrapper.toggled #sidebar-wrapper {
    position: fixed;
    right: -500px;
}

#wrapper.toggled .navbar {
    margin-right: 0;
}

#wrapper.toggled .content-wrapper {
    margin-right: 0;
}

/* Page Content Wrapper */

.content-wrapper {
    margin-right: 500px;
    padding: 70px 15px;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Topbar Header */

.topbar-nav .navbar {
    padding: 0 15px;
    z-index: 2000;
    min-height: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(89, 89, 98, 0.12);
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(89, 89, 98, 0.12);
}
.modal {
    z-index: 3000;
}

.navbar {
    margin-right: 0;
    font-size: 12px;
    font-weight: 600;
    color: #4e4e4e;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sidebar-wrapper .nav-tabs .nav-link {
    font-size: 10px;
    padding: 10px 6px;
    font-weight: 300;
}

.right-nav-link a.nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
    font-size: 20px;
    color: #4e4e4e;
}

/* Dropdown Menu */

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12) !important;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12) !important;
    font-size: 13px;
    background-color: #fff;
    color: #4e4e4e;
}

.dropdown-menu ul {
    margin-top: 0;
}

.dropdown-divider {
    margin: 0;
    border-top: 1px solid rgba(66, 59, 116, 0.15);
}

.dropdown-item {
    padding: .5rem 1rem;
    color: #4e4e4e;
}

.dropdown-item:hover {
    padding: .5rem 1rem;
    background-color: rgba(129, 90, 232, 0.12);
    color: #4e4e4e;
}

.dropdown-item.active, .dropdown-item:active {
    color: #4e4e4e;
    text-decoration: none;
    background-color: rgba(129, 90, 232, 0.12);
}

.dropdown-toggle {
    white-space: nowrap;
    position: relative;
}

.dropdown-toggle-nocaret:after {
    display: none
}

.dropdown-lg .dropdown-menu {
    width: 320px;
    padding: 0
}

.dropdown-lg .dropdown-menu .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
}

.dropdown-lg .dropdown-menu .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
}

.dropdown-lg .dropdown-menu .media .avatar img {
    width: 55px;
    height: 55px;
    border-radius: 4%;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-lg .dropdown-menu .media .media-body .msg-title {
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 600;
    margin-bottom: 0;
}

.dropdown-lg .dropdown-menu .media .media-body .msg-info {
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 0;
    white-space: nowrap;
}

.dropify-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #4e4e4e;
    background-color: #f8f7ff;
    background-image: none;
    text-align: center;
    border: 2px dotted rgba(123, 121, 138, 0.48);
    border-radius: 4px;
}

/* User Details */

.user-profile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user-details .media .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user-details .media .media-body .user-title {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
    font-size: 13px;
    color: #232323;
    margin-bottom: 0;
}

.user-setting-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    background-color: transparent;
}

.user-setting-menu > li > a {
    padding: 10px 5px 10px 5px;
    display: block;
    border-left: 3px solid transparent;
    color: #4e4e4e;
    font-size: 14px;
}

.user-setting-menu > li > a:hover {
    color: #7f5be8;
}

.user-setting-menu > li > a i {
    margin-right: 10px;
    font-size: 15px;
}

.user-box {
    width: 110px;
    margin: auto;
    margin-bottom: 20px;

}

.user-box img {
    width: 100%;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.role {
    font-size: 13px;
    font-weight: 400;
    line-height: 0;
    color: #fff;
}

/* Logo */

.brand-logo {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.logo-text {
    color: #4e4e4e;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: 3px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
}

.logo-icon {
    width: 30px;
    margin-right: 5px;
}


/* SearachBar */

.search-bar {
    margin-left: 20px;
    position: relative;
}

.search-bar input {
    border: 1px solid rgba(66, 59, 116, 0.15);
    font-size: 15px;
    max-width: 320px;
    min-width: 320px;
    border-radius: 0;
    height: 34px;
    padding: .375rem 2.0rem .375rem .75rem;
    background-color: #fff;
}

.search-bar input::placeholder {
    color: #4e4e4e !important;
    font-size: 13px;
    opacity: .5 !important; /* Firefox */
}

.search-bar input:focus {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.50);
    box-shadow: none;
}

.search-bar a i {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #4e4e4e;
    font-size: 16px;
}

.apexcharts-menu-item {
    padding: 6px 4px !important;
}

/*Cards */

.card {
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 0px solid rgba(255, 255, 255, .125);
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(89, 89, 98, 0.12);
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(66, 59, 116, 0.15);
    font-weight: 600;
    font-size: 15px;
    color: #3e3d3d;
}

.card-title {
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.card-action {
    float: right
}

.card-action a i {
    color: #ffffff;
    border-radius: 50%;
}

.card-label {
    position: absolute;
    top: -12px;
    left: 15px;
    padding: 1px 10px;
    background: #0e2f86;
    font-size: 12px;
}

.card-footer {
    padding: .75rem 1.25rem;
    border-top: 1px solid rgba(66, 59, 116, 0.15);
}

.card-deck .card {
    margin-bottom: 30px;
}

.card-group .card {
    margin-bottom: 30px;
}

.bubble {
    position: relative;
    overflow: hidden;
}

.bubble .card-block:before,
.bubble .card-block:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.22);
    right: -40px;
    border-radius: 50%;
}

.bubble .card-block:before {
    width: 100px;
    height: 100px;
    bottom: -40px;
}

.bubble .card-block:after {
    width: 80px;
    height: 80px;
    bottom: 40px;
}

.float-card {
    position: relative;
    top: -50px;
    margin: 0px 20px;
    border-radius: .25rem;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.45);
}

.float-card img {
    width: 100%;
}

.float-card-content {
    margin-top: -40px;
}

.post-date {
    background: #03d0ea;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: .25rem;
    box-shadow: 1px 2px 15px #00000040;
}

/* Profile Cards */

.profile-cover {
    position: relative;
    width: 100%;
    height: 125px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
}

.profile-cover-img1 {
    background-image: url(https://via.placeholder.com/800X500);
}

.profile-cover-img2 {
    background-image: url(https://via.placeholder.com/800X500);
}

.profile-cover-img3 {
    background-image: url(https://via.placeholder.com/800X500);
}

.profile-cover-img4 {
    background-image: url(https://via.placeholder.com/800X500);
}

.card-img-1 {
    background-image: url(https://via.placeholder.com/800X500);
    background-size: cover;
    background-position: center;
}

.card-img-2 {
    background-image: url(https://via.placeholder.com/800X500);
    background-size: cover;
    background-position: center;
}

.card-img-3 {
    background-image: url(https://via.placeholder.com/800X500);
    background-size: cover;
    background-position: center;
}

.profile-card img {
    border-radius: 50%;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #c4c1da;
}

.overlay-div1 {
    background-image: url(https://via.placeholder.com/600X1200);
    width: 100%;
    height: 520px;
    border-radius: .25rem;
    background-size: cover;
    background-position: center
}

.overlay-div2 {
    background-image: url(https://via.placeholder.com/600X1200);
    width: 100%;
    height: 520px;
    border-radius: .25rem;
    background-size: cover;
    background-position: center
}

.overlay-div3 {
    background-image: url(https://via.placeholder.com/600X1200);
    width: 100%;
    height: 520px;
    border-radius: .25rem;
    background-size: cover;
    background-position: center
}

/* Modals */

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid rgba(129, 104, 175, 0.2);
}

.modal-footer {
    border-top: 1px solid rgba(129, 104, 175, 0.2);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 0;
    font-size: 14px;
    background: #fff;
    border: 0;
}

.close {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    opacity: .7;
}

.close:hover {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
}

.swal-modal {
    border-radius: 0.25rem;
    background-color: #fff;
}

.swal-button, .swal-button:focus {
    background-color: #000000;
    box-shadow: none;
}

.swal-button--cancel {
    color: #fff;
    background-color: #000000;
}

.swal-text {
    text-align: center;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.swal-title {
    color: #000000;
}

.swal-footer {
    text-align: center;
}

.swal-icon--success:after, .swal-icon--success:before {
    background: transparent;
}

.swal-icon--success__hide-corners {
    background: transparent;
}

/*Buttons */

.btn {
    font-size: .70rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    border-radius: .25rem;
    text-transform: uppercase;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.btn-link {
    color: #7f5be8;
}

.btn-link:hover {
    color: #7f5be8;
}

.btn:focus {
    box-shadow: none;
}

.btn-lg {
    padding: 12px 38px;
    font-size: .90rem;
}

.btn-sm {
    font-size: 10px;
    font-weight: 500;
    padding: 6px 15px;
}

.btn-group-sm > .btn {
    font-size: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1
}

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

.btn-secondary {
    color: #fff;
    background-color: #ee28f1;
    border-color: #ee28f1;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #ee28f1;
    border-color: #ee28f1;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #ee28f1;
    border-color: #ee28f1
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ee28f1;
    border-color: #ee28f1
}

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

.btn-success {
    color: #fff;
    background-color: #1bbd61;
    border-color: #1bbd61;
}

.btn-success:hover {
    color: #fff;
    background-color: #1bbd61;
    border-color: #1bbd61;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1bbd61;
    border-color: #1bbd61
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1bbd61;
    border-color: #1bbd61
}

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

.btn-info {
    color: #fff;
    background-color: #3ba5f9;
    border-color: #3ba5f9;
}

.btn-info:hover {
    color: #fff;
    background-color: #3ba5f9;
    border-color: #3ba5f9;
}

.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #3ba5f9;
    border-color: #3ba5f9
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3ba5f9;
    border-color: #3ba5f9
}

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


.btn-warning {
    color: #fff;
    background-color: #f18702;
    border-color: #f18702;
}

.btn-warning:hover {
    color: #fff;
    background-color: #f18702;
    border-color: #f18702;
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: none;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #f18702;
    border-color: #f18702
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f18702;
    border-color: #f18702
}

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

.btn-danger {
    color: #fff;
    background-color: #ff3857;
    border-color: #ff3857;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff3857;
    border-color: #ff3857;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: none;
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff3857;
    border-color: #ff3857
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff3857;
    border-color: #ff3857
}

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

.btn-light {
    color: #403f3f;
    background-color: rgba(0, 0, 0, .125);
    border-color: rgba(0, 0, 0, .125);
}

.btn-light:hover {
    color: #403f3f;
    background-color: rgba(0, 0, 0, .125);
    border-color: rgba(0, 0, 0, .125);
}

.btn-light.focus, .btn-light:focus {
    box-shadow: none;
}

.btn-light.disabled, .btn-light:disabled {
    color: #403f3f;
    background-color: rgba(0, 0, 0, .125);
    border-color: rgba(0, 0, 0, .125);
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #403f3f;
    background-color: rgba(0, 0, 0, .125);
    border-color: rgba(0, 0, 0, .125);
}

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

.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}

.btn-white.focus, .btn-white:focus {
    box-shadow: none;
}

.btn-white.disabled, .btn-white:disabled {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}

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

.btn-dark {
    color: #fff;
    background-color: #292828;
    border-color: #292828
}

.btn-dark:hover {
    color: #fff;
    background-color: #292828;
    border-color: #292828
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: none;
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #292828;
    border-color: #292828
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #292828;
    border-color: #292828
}

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


.btn-outline-primary {
    color: #8a51f1;
    background-color: transparent;
    background-image: none;
    border-color: #8a51f1
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1;
    box-shadow: none
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #8a51f1;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1
}

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

.btn-outline-secondary {
    color: #d13adf;
    background-color: transparent;
    background-image: none;
    border-color: #d13adf
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf;
    box-shadow: none
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #d13adf;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf
}

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

.btn-outline-success {
    color: #1bbd61;
    background-color: transparent;
    background-image: none;
    border-color: #1bbd61
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1bbd61;
    border-color: #1bbd61
}

.btn-outline-success.focus, .btn-outline-success:focus {
    color: #fff;
    background-color: #1bbd61;
    border-color: #1bbd61;
    box-shadow: none
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1bbd61;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1bbd61;
    border-color: #1bbd61
}

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


.btn-outline-info {
    color: #3ba5f9;
    background-color: transparent;
    background-image: none;
    border-color: #3ba5f9
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #3ba5f9;
    border-color: #3ba5f9
}

.btn-outline-info.focus, .btn-outline-info:focus {
    color: #fff;
    background-color: #3ba5f9;
    border-color: #3ba5f9;
    box-shadow: none
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #3ba5f9;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #3ba5f9;
    border-color: #3ba5f9
}

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


.btn-outline-warning {
    color: #f18702;
    background-color: transparent;
    background-image: none;
    border-color: #f18702
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f18702;
    border-color: #f18702
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    color: #fff;
    background-color: #f18702;
    border-color: #f18702;
    box-shadow: none
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f18702;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f18702;
    border-color: #f18702
}

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

.btn-outline-danger {
    color: #ff3857;
    background-color: transparent;
    background-image: none;
    border-color: #ff3857
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff3857;
    border-color: #ff3857
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    color: #fff;
    background-color: #ff3857;
    border-color: #ff3857;
    box-shadow: none
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff3857;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff3857;
    border-color: #ff3857
}

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

.btn-outline-dark {
    color: #292828;
    background-color: transparent;
    background-image: none;
    border-color: #292828
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #292828;
    border-color: #292828
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    color: #fff;
    background-color: #292828;
    border-color: #292828;
    box-shadow: none
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #292828;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #292828;
    border-color: #292828
}

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


.btn-link {
    font-weight: 600;
    box-shadow: none;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}

.btn-round {
    border-radius: 30px !important;
}

.btn-square {
    border-radius: 0px !important;
}

.btn-group, .btn-group-vertical {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

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

.btn-group-vertical .btn {
    box-shadow: none !important;
}

.btn-group-round {
    border-radius: 30px;
}

.btn-group-round .btn {
    border-radius: 30px;
}

.btn-group.group-round > .btn:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.btn-group.group-round {
    border-radius: 25px;
}

.btn-group.group-round > .btn:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.btn-group-vertical.group-round-vertical {
    border-radius: 25px;
}

.btn-group-vertical.group-round-vertical > .btn:first-child {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.btn-group-vertical.group-round-vertical > .btn:last-child {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.split-btn-primary, .split-btn-primary:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: #8a51f1;
}

.split-btn-success, .split-btn-success:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: #1bbd61;
}

.split-btn-danger, .split-btn-danger:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: #ff3857;
}

.split-btn-secondary, .split-btn-secondary:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: #ee28f1;
}

.split-btn-warning, .split-btn-warning:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: #f18702;
}

.split-btn-info, .split-btn-info:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: #3ba5f9;
}

.split-btn-white, .split-btn-white:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: transparent;
}

.split-btn-dark, .split-btn-dark:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: transparent;
}

.btn-social {
    width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, .125);
    color: #fff;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;

}

.btn-social:hover, .btn-social:focus, .btn-social:active {
    outline: 0;
    color: #fff;
}

.btn-social-text {
    font-size: 0.72rem;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-block;
    background: #ddd;
    color: #fff;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;

}

.btn-social-text i {
    font-size: .95rem;
    padding-right: 4px;
    vertical-align: middle;
    display: table-cell;
}

.btn-social-text span {
    display: table-cell;
    vertical-align: middle;
}

.btn-social-text:hover, .btn-social:focus, .btn-social:active {
    outline: 0;
    color: #fff;
}

.btn-social-circle {
    border-radius: 50%
}

.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.btn-google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-linkedin {
    background-color: #0976b4;
    border-color: #0976b4;
}

.btn-pinterest {
    background-color: #cc2127;
    border-color: #cc2127;
}

.btn-youtube {
    background-color: #e52d27;
    border-color: #e52d27;
}

.btn-tumblr {
    background-color: #35465c;
    border-color: #35465c;
}

.btn-github {
    background-color: #333333;
    border-color: #333333;
}

.btn-behance {
    background-color: #1769ff;
    border-color: #1769ff;
}

.btn-dribbble {
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.btn-skype {
    background-color: #00aff0;
    border-color: #00aff0;
}

/* Calendar */

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc-view-container {
    background-color: #ffffff;
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.fc th.fc-widget-header {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    color: #4e4e4e;
    text-transform: uppercase;
}

.fc-event, .fc-event-dot {
    background: rgb(240, 235, 252);
    color: #7f5be8 !important;
    margin: 5px 7px;
    padding: 1px 5px;
    border: none;
}

.fc-state-active, .fc-state-down {
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

/* Icons */

.icon a:hover {
    background-color: #3ba5f9;
    color: #fff;
    text-decoration: none;
}

.icon a {
    display: block;
    color: #4e4e4e;
    padding: 8px;
    line-height: 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
}

.icon a i {
    padding-right: 10px;
}

.icon-section {
    clear: both;
    overflow: hidden;
}

.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #4e4e4e;
    position: absolute;
    margin-top: 3px;
    transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5px;
}

.icon-container:hover .icon-name {
    color: #4e4e4e;
}

.icon-name {
    color: #4e4e4e;
    margin-left: 35px;
    transition: .3s;
}

.icon-container:hover .icon-name {
    margin-left: 45px;
}


.preview {
    padding: 15px 0;
    position: relative;
}

.show-code {
    color: #4e4e4e;
}

.icons {
    font-size: 15px;
    padding-right: 7px;
}

.name {
    font-size: 15px;
}

.preview a {
    padding: 15px;
}

.preview a:hover {
    padding: 15px;
    text-decoration: none;
}

.preview a i {
    margin-right: 10px;
    font-size: 18px;
}

.icon-preview-box div:hover {
    background: rgba(255, 255, 255, 0.3);;
}


.flag-icon-list div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap;
    color: #4e4e4e;
}

.flag-icon-list div:hover {
    background: rgba(255, 255, 255, 0.31);
}

.flag-icon-list i {
    -webkit-transition: all 0.2s;
    -webkit-transition: font-size .2s;
    display: inline-block;
    font-size: 18px;
    margin: 0 15px 0 10px;
    text-align: left;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -o-transition: font-size .2s;
    transition: font-size .2s;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Widgets */

.media-icons {
    left: 0;
    top: 0;
    position: absolute;
    line-height: 60px;
    text-align: center;
}

.media-icons span {
    left: 0;
    position: absolute;
    width: 70px;
    height: 70px;
    border-bottom-right-radius: 70px;
    border-top-left-radius: 4px;
}

.media-icons i {
    position: relative;
    font-size: 25px;
    padding-left: 15px;
    color: #fff;
}

.media-icons-big {
    left: 0;
    top: 0;
    position: absolute;
    line-height: 60px;
    text-align: center;
}

.media-icons-big span {
    position: absolute;
    left: 0;
    width: 120px;
    height: 118px;
    background: rgba(255, 255, 255, 0.25);
    border-bottom-right-radius: 130px;
}

.media-icons-big i {
    position: relative;
    font-size: 40px;
    padding-left: 30px;
    color: #fff;
    top: 30px;
}

.w-circle-icon {
    width: 52px;
    height: 52px;
    text-align: center;
}

.w-circle-icon i {
    position: relative;
    top: 16px;
    font-size: 20px;
}

.media .w-icon i {
    font-size: 34px;
}

.icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    border: 0px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.social-icon-box {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    border: 0px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.badge-dot i {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .385rem;
    vertical-align: middle;
    border-radius: 50%;
}

.country-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.table td .progress {
    width: 140px;
    height: 3px;
    margin: 0;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px !important;
    height: 110px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px !important;
    height: 110px !important;
}

.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px;
}

.percent {
    display: inline-block;
    line-height: 110px !important;
    z-index: 2;
    font-size: 18px;
    color: #525050;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.w_chart {
    position: relative;
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    text-align: center;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px !important;
    height: 60px !important;
}

.w_percent {
    display: inline-block;
    line-height: 60px !important;
    z-index: 2;
    color: #ffffff;
    font-size: 12px;
}

.w_percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
    color: #ffffff;
}

.w_chart {
    position: relative;
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    text-align: center;
}

.gmaps, .gmaps-panaroma {
    height: 400px;
    background: #eeeeee;
    border-radius: 3px;
}

.error {
    color: #ff5656;
}

/* Forms */

label {
    color: #4e4e4e;
    font-size: .80rem;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.color-forms input.form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.60);
}

.color-forms input.form-control:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.0);
    border-color: rgba(255, 255, 255, 0.60);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25);
}

.color-forms label {
    color: #fff;
}

.color-forms input::placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: .5 !important; /* Firefox */
}

.input-group .btn {
    box-shadow: none;
    padding: .375rem .75rem;
}

.input-group-text {
    color: #858585;
    background-color: #ffffff;
    border: 1px solid rgba(66, 59, 116, 0.22);
    font-size: 14px;
}

.custom-select {
    color: #4e4e4e;
    background: #ffffff;
    border: 1px solid rgba(66, 59, 116, 0.22);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: .25rem;
}

.custom-file-label::after {
    color: #ffffff;
    background-color: rgba(233, 236, 239, 0.4);
    border-left: 0px solid #ced4da;
}

textarea[resize=none] {
    resize: none !important;
}

.col-form-label {
    font-size: 14px;
}

.form-control {
    border: 1px solid rgba(66, 59, 116, 0.22);
    background-color: #ffffff;
    color: #4e4e4e;
    font-size: 14px;
}

.form-control:focus {
    background-color: #f9f8ff;
    border: 1px solid rgba(66, 59, 116, 0.22);
    box-shadow: none;
}

.form-control-rounded {
    border-radius: 30px !important;
}

.form-control-square {
    border-radius: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgb(223, 223, 232);
    opacity: 1;
}

.form-control-xl {
    height: 60px !important;
    font-size: 26px !important;
}

.position-relative {
    position: relative !important;
}


.has-icon-left .form-control {
    padding-right: .85rem;
    padding-left: 2.9rem;
}

.form-control-position {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
}

.has-icon-left .form-control-position {
    right: auto;
    left: 0;
}

.has-icon-right .form-control-position {
    right: 0;
    left: auto;
}

.has-icon-right .form-control {
    padding-right: 37px;
}

.search-input {
    margin-bottom: 10px;
}

.custom-header {
    background: rgba(255, 255, 255, 0.34);
    padding: 5px;
    color: #ffffff;
}

.input-group-prepend [type=checkbox]:checked,
.input-group-prepend [type=checkbox]:not(:checked),
.input-group-prepend [type=radio]:checked,
.input-group-prepend [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 0;
}

.wizard > .content {
    min-height: 400px;
}

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, #8f50ff, #d13adf);
    border-radius: 4px;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dropzone .dz-message {
    font-size: 30px;
}

.border-radius {
    border-radius: 0;
}

.payment-icons img {
    width: 100px;
}

.bootstrap-touchspin .input-group-text {
    border-radius: 0;
}

.datepicker table tr td, .datepicker table tr th {
    width: 40px;
    height: 40px;
}

.user-lock {
    height: 150px !important;
}

.user-lock-img {
    width: 130px;
    margin: auto;
}

.user-lock-img img {
    width: 100%;
    border-radius: 50%;
    margin-top: 80px;
    border: 4px solid white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/* Tables */

table.grid {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
}

table.grid td {
    border: 2px solid rgba(0, 0, 0, 0.12);
    padding: 8px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #4e4e4e;
}

.card .table {
    margin-bottom: 0px;
}

.card .table td, .card .table th {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.task-table.table td, .task-table.table th {
    padding-right: 0;
    padding-left: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(63, 81, 181, 0.12);
}

.table-spacing {
    border-spacing: 0px 5px !important;
    border-collapse: separate !important;
}

.table-spacing.table thead th {
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}

.table-spacing.table td {
    border-top: 0px solid rgba(255, 255, 255, 0.15);
}

.table-spacing.table th {
    border-top: 0px solid rgba(255, 255, 255, 0.15);
}

.table-spacing.table tr {
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.table.align-items-center td, .table.align-items-center th {
    vertical-align: middle;
}

.table thead th {
    font-size: .72rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(66, 59, 116, 0.15);
}

.table-bordered {
    border: 1px solid rgba(66, 59, 116, 0.15);
}

.table-flush td, .table-flush th {
    border-right: 0;
    border-left: 0;
}

.table td, .table th {
    white-space: nowrap;
    border-top: 1px solid rgba(66, 59, 116, 0.15);
}

.table-bordered td, .table-bordered th {
    border: 1px solid rgba(66, 59, 116, 0.15);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .20)
}

.table th {
    font-weight: 600;
}

.table-responsive {
    white-space: nowrap;
}

.table .thead-primary th {
    color: #fff;
    background-color: #14abef;
    border-color: #14abef;
}

.table .thead-secondary th {
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf;
}

.table .thead-success th {
    color: #fff;
    background-color: #02ba5a;
    border-color: #02ba5a;
}

.table .thead-danger th {
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
}

.table .thead-warning th {
    color: #fff;
    background-color: #fba540;
    border-color: #fba540;
}

.table .thead-info th {
    color: #fff;
    background-color: #03d0ea;
    border-color: #03d0ea;
}

.table .thead-dark th {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table .thead-light th {
    color: #495057;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgba(255, 255, 255, .125);
}

.table-primary {
    color: #fff;
    background-color: #8a51f1;
}

.table-primary td, .table-primary th, .table-primary thead th {
    border-color: rgba(244, 245, 250, 0.15);
}

.table-secondary {
    color: #fff;
    background-color: #ee28f1;
}

.table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-success {
    color: #fff;
    background-color: #1bbd61;
}

.table-success td, .table-success th, .table-success thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-danger {
    color: #fff;
    background-color: #ff3857;
}

.table-danger td, .table-danger th, .table-danger thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-warning {
    color: #fff;
    background-color: #f18702;
}

.table-warning td, .table-warning th, .table-warning thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-info {
    color: #fff;
    background-color: #3ba5f9;
}

.table-info td, .table-info th, .table-info thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-dark {
    color: #fff;
    background-color: #292828;
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: rgba(244, 245, 250, 0.15);
}

.table-light {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.14);
}

.table-light td, .table-light th, .table-light thead th {
    border-color: rgba(221, 222, 222, 0.22);
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(255, 255, 255, 0.07);
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0 !important;
}

/* Alerts*/

.alert {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: none;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
}

.alert .alert-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    font-size: 24px;
}

.alert .alert-message {
    display: table-cell;
    padding: 20px 15px 20px 15px;
    font-size: 14px;
}

.alert-dismissible .close {
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: 300;
    padding: 10px 15px;
    color: inherit;
}

.alert .contrast-alert {
    background-color: rgba(255, 255, 255, 0.2);
}

.alert-success {
    color: #1bbd61;
    background-color: #a9ffce;
    border-color: #1bbd61;

}

.alert-success .alert-link {
    color: #1bbd61;
}

.alert-info {
    color: #2196f3;
    background-color: #bbe1ff;
    border-color: #bbe1ff;
}

.alert-info .alert-link {
    color: #2196f3;
}

.alert-danger {
    color: #ff397c;
    background-color: #ffb9d1;
    border-color: #ff5447;
}

.alert-danger .alert-link {
    color: #ff397c;
}

.alert-warning {
    color: #ff5722;
    background-color: #ffcd8e;
    border-color: #f7971e;
}

.alert-warning .alert-link {
    color: #fd6535;
}

.alert-outline-success {
    color: #02ba5a;
    border: 1px solid #02ba5a;
    border-right: 4px solid #02ba5a;
    border-left: 4px solid #02ba5a;
}

.alert-outline-success .alert-link {
    color: #02ba5a;
}

.alert-outline-info {
    color: #03d0ea;
    border: 1px solid #03d0ea;
    border-right: 4px solid #03d0ea;
    border-left: 4px solid #03d0ea;
}

.alert-outline-info .alert-link {
    color: #03d0ea;
}

.alert-outline-danger {
    color: #f5365c;
    border: 1px solid #f5365c;
    border-right: 4px solid #f5365c;
    border-left: 4px solid #f5365c;
}

.alert-outline-danger .alert-link {
    color: #f5365c;
}

.alert-outline-warning {
    color: #fba540;
    border: 1px solid #fba540;
    border-right: 4px solid #fba540;
    border-left: 4px solid #fba540;
}

.alert-outline-warning .alert-link {
    color: #fba540;
}

.alert-icon-success {
    color: #02ba5a;
    border: 1px solid #02ba5a;
}

.icon-part-success {
    background: #02ba5a;
    color: #fff;
    border-right: 1px solid #08b713;
}

.alert-icon-success .alert-link {
    color: #02ba5a;
}

.alert-icon-info {
    color: #03d0ea;
    border: 1px solid #03d0ea;
}

.icon-part-info {
    background: #03d0ea;
    color: #fff;
    border-right: 1px solid #09b9d4;
}

.alert-icon-info .alert-link {
    color: #03d0ea;
}

.alert-icon-danger {
    color: #f5365c;
    border: 1px solid #f5365c;
}

.icon-part-danger {
    background: #f5365c;
    color: #fff;
    border-right: 1px solid #de2840;
}

.alert-icon-danger .alert-link {
    color: #f5365c;
}

.alert-icon-warning {
    color: #fba540;
    border: 1px solid #fba540
}

.icon-part-warning {
    background: #fba540;
    color: #fff;
    border-right: 1px solid #e08500;
}

.alert-icon-warning .alert-link {
    color: #fba540;
}

.alert-round {
    border-radius: 30px;
}

.icon-part-round {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.icon-part-round-full {
    border-radius: 30px;
}

.alert-light-success {
    color: #02ba5a;
    background-color: rgba(7, 255, 22, 0.24);
    border-color: rgb(212, 246, 214);
}

.alert-light-success .alert-link {
    color: #02ba5a;
}

.alert-light-info {
    color: #03d0ea;
    background-color: rgba(2, 221, 255, 0.24);
    border-color: rgb(211, 246, 252);
}

.alert-light-info .alert-link {
    color: #03d0ea;
}

.alert-light-danger {
    color: #f5365c;
    background-color: rgba(255, 72, 97, 0.24);
    border-color: rgb(255, 218, 223);
}

.alert-light-danger .alert-link {
    color: #f5365c;
}

.alert-light-warning {
    color: #fba540;
    background-color: rgba(255, 195, 0, 0.24);
    border-color: rgb(255, 236, 209);
}

.alert-light-warning .alert-link {
    color: #fba540;
}

.box {
    padding: 60px 0px;
}

.box-part {
    background: #FFF;
    border-radius: 0;
    padding: 60px 10px;
    margin: 30px 0;
}

/* Badges */
.badge {
    border-radius: 50%;
    box-shadow: none;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 18px;
    line-height: 14px;
    padding: .25em;
    text-transform: uppercase;
    text-align: center !important;
    vertical-align: middle;
    min-width: 18px;
    white-space: nowrap;
}

.badge-up {
    position: absolute;
    top: 2px;
    right: 2px;
}

.badge-top {
    position: absolute;
    top: 15px;
}

.badge-primary {
    color: #fff;
    background-color: #d13adf;
}

.badge-secondary {
    color: #fff;
    background-color: #8a51f1;
}

.badge-success {
    color: #fff;
    background-color: #1bbd61;
}

.badge-danger {
    color: #fff;
    background-color: #ff3857;
}

.badge-warning {
    color: #fff;
    background-color: #f18702;
}

.badge-info {
    color: #fff;
    background-color: #8a51f1;
}

.badge-light {
    color: #212529;
    background-color: rgb(255, 255, 255);
}

.badge-dark {
    color: #fff;
    background-color: #000000;
}

.bootstrap-tagsinput .badge {
    line-height: 1.5;
    position: relative;
    margin: .125rem;
    padding: .625rem .625rem .5rem;
    transition: all .15s ease;
    color: #fff;
    border-radius: .25rem;
    background-color: #8a51f1 !important;
    box-shadow: 0 1px 2px rgba(68, 68, 68, .25);
}

.toogle-primary.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #8f50ff;
    border-color: #8f50ff;
    background: linear-gradient(to top, #8f50ff, #d13adf);
}

.toogle-success.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #08a50e;
    border-color: #08a50e;
    background: linear-gradient(to top, #08a50e, #cddc35);
}

.toogle-info.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #00c8ff;
    border-color: #00c8ff;
    background: linear-gradient(to top, #00c8ff, #0072ff);
}

.toogle-danger.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #ff5447;
    border-color: #ff5447;
    background: linear-gradient(to top, #ff5447, #f1076f);
}

.toogle-warning.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #f7971e;
    border-color: #f7971e;
    background: linear-gradient(to top, #f7971e, #ffd200);
}

.toogle-secondary.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #fc00ff;
    border-color: #fc00ff;
    background: linear-gradient(to top, #fc00ff, #00dbde);
}

/* Paginations */

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e4e4e;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(80, 73, 73, 0.06);
}

.page-link:hover {
    z-index: 2;
    color: #4e4e4e;
    text-decoration: none;
    background-color: #ffffff;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #f7f6ff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-round .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.pagination-round .page-item:last-child .page-link {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.pagination-separate .page-item .page-link {
    margin-left: 4px;
}

.pagination-primary .page-item.disabled .page-link,
.pagination-success .page-item.disabled .page-link,
.pagination-info .page-item.disabled .page-link,
.pagination-danger .page-item.disabled .page-link,
.pagination-warning .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-primary .page-item .page-link {
    color: #ffffff;
    border: 1px solid #8a51f1;
    background-color: #8a51f1;
}

.pagination-primary .page-item .page-link:hover {
    z-index: 2;
    color: #ffffff;
    border: 1px solid #8a51f1;
    background-color: #8a51f1;
}

.pagination-primary .page-item .page-link:focus {
    z-index: 2;
    outline: 0;
    color: #ffffff;
    border: 1px solid #8a51f1;
    background-color: #8a51f1;
    box-shadow: none;
}

.pagination-primary .page-item.active .page-link {
    z-index: 1;
    color: #8a51f1;
    background: #ffffff;

}

.pagination-success .page-item .page-link {
    color: #ffffff;
    border: 1px solid #1bbd61;
    background-color: #1bbd61;
}

.pagination-success .page-item .page-link:hover {
    z-index: 2;
    color: #ffffff;
    border: 1px solid #1bbd61;
    background-color: #1bbd61;
}

.pagination-success .page-item .page-link:focus {
    z-index: 2;
    outline: 0;
    color: #ffffff;
    border: 1px solid #1bbd61;
    background-color: #1bbd61;
}

.pagination-success .page-item.active .page-link {
    z-index: 1;
    color: #1bbd61;
    background: #ffffff;
}

.pagination-info .page-item .page-link {
    color: #ffffff;
    border: 1px solid #3ba5f9;
    background-color: #3ba5f9;
}

.pagination-info .page-item .page-link:hover {
    z-index: 2;
    color: #ffffff;
    border: 1px solid #3ba5f9;
    background-color: #3ba5f9;
}

.pagination-info .page-item .page-link:focus {
    z-index: 2;
    outline: 0;
    color: #ffffff;
    border: 1px solid #3ba5f9;
    background-color: #3ba5f9;
}

.pagination-info .page-item.active .page-link {
    z-index: 1;
    color: #3ba5f9;
    background: #ffffff;
}

.pagination-danger .page-item .page-link {
    color: #fff;
    border: 1px solid #292828;
    background-color: #292828;
}

.pagination-danger .page-item .page-link:hover {
    z-index: 2;
    color: #fff;
    border: 1px solid #292828;
    background-color: #292828;
}

.pagination-danger .page-item .page-link:focus {
    z-index: 2;
    color: #fff;
    border: 1px solid #292828;
    background-color: #292828;
}

.pagination-danger .page-item.active .page-link {
    z-index: 1;
    color: #292828;
    background: #ffffff;
}

.pagination-warning .page-item .page-link {
    color: #ffffff;
    border: 1px solid #f18702;
    background-color: #f18702;
}

.pagination-warning .page-item .page-link:hover {
    z-index: 2;
    color: #ffffff;
    border: 1px solid #f18702;
    background-color: #f18702;
}

.pagination-warning .page-item .page-link:focus {
    z-index: 2;
    color: #ffffff;
    border: 1px solid #f18702;
    background-color: #f18702;
}

.pagination-warning .page-item.active .page-link {
    z-index: 1;
    color: #f18702;
    background: #ffffff;
}

.pagination-secondary .page-item .page-link {
    color: #ffffff;
    border: 1px solid #ee28f1;
    background-color: #ee28f1;
}

.pagination-secondary .page-item .page-link:hover {
    z-index: 2;
    color: #ffffff;
    border: 1px solid #ee28f1;
    background-color: #ee28f1;
}

.pagination-secondary .page-item .page-link:focus {
    z-index: 2;
    color: #ffffff;
    border: 1px solid #ee28f1;
    background-color: #ee28f1;
}

.pagination-secondary .page-item.active .page-link {
    z-index: 1;
    color: #ee28f1;
    background: #ffffff;
}


/* List Groups */

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid rgba(66, 59, 116, 0.15);
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item-action {
    color: #4e4e4e;
}

.list-group-item-action:hover {
    color: #4e4e4e;
    background-color: rgba(255, 255, 255, 0.2);
}

.list-group-item-action:focus {
    color: #4e4e4e;
    background-color: rgba(255, 255, 255, 0.2);
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #4e4e4e;
    background-color: rgba(255, 255, 255, 0.2);
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #8a51f1;
    border-color: #8a51f1;
}

.list-group-item.active-success {
    z-index: 2;
    color: #fff;
    background-color: #02ba5a;
    border-color: #02ba5a;
}

.list-group-item.active-danger {
    z-index: 2;
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
}

.list-group-item.active-warning {
    z-index: 2;
    color: #fff;
    background-color: #fba540;
    border-color: #fba540;
}

.list-group-item.active-info {
    z-index: 2;
    color: #fff;
    background-color: #03d0ea;
    border-color: #03d0ea;
}

.list-group-item.active-dark {
    z-index: 2;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.list-group-item.active-secondary {
    z-index: 2;
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf;
}

.list-group-primary .list-group-item {
    background-color: #14abef;
    color: #fff;
    border: 1px solid #6b7ee9;
    box-shadow: inset 0 -1px 0px #5467d4;
}

.list-group-success .list-group-item {
    background-color: #02ba5a;
    color: #fff;
    border: 1px solid #06cc64;
    box-shadow: inset 0 -1px 0px #06a050;
}

.list-group-danger .list-group-item {
    background-color: #f5365c;
    color: #fff;
    border: 1px solid #ff4e71;
    box-shadow: inset 0 -1px 0px #e6294e;
}

.list-group-warning .list-group-item {
    background-color: #fba540;
    color: #fff;
    border: 1px solid #ffb55e;
    box-shadow: inset 0 -1px 0px #e6902b;
}

.list-group-info .list-group-item {
    background-color: #03d0ea;
    color: #fff;
    border: 1px solid #08def9;
    box-shadow: inset 0 -1px 0px #03b8d4;
}

.list-group-dark .list-group-item {
    background-color: #000000;
    color: #fff;
    border: 1px solid #0a1219;
    box-shadow: inset 0 -1px 0px #000000;
}

.list-group-secondary .list-group-item {
    background-color: #d13adf;
    color: #fff;
    border: 1px solid #718b98;
    box-shadow: inset 0 -1px 0px #536d79;
}

.treeview .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.24) !important;
    color: #fff;
}


/*Nav Tabs & Pills */

.nav-tabs .nav-link {
    color: #4e4e4e;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}

.nav-tabs .nav-link:hover {
    border: 0px solid transparent;
}

.nav-tabs .nav-link i {
    margin-right: 2px;
    font-weight: 600;
}

.top-icon.nav-tabs .nav-link i {
    margin: 0;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.color-tabs .nav-link {
    color: #fff;
}

.color-tabs.nav-tabs {
    border-bottom: 1px solid #fff;
}

.color-tabs .nav-link.active, .color-tabs .nav-item.show > .nav-link {
    color: #fff;
    background-color: transparent;
    border-color: #fff #fff #fff;
    border-bottom: 4px solid #fff;
}

.nav-tabs-primary.nav-tabs {
    border-bottom: 1px solid #8a51f1;
}

.nav-tabs-primary .nav-link.active, .nav-tabs-primary .nav-item.show > .nav-link {
    color: #8a51f1;
    background-color: transparent;
    border-color: #8a51f1 #8a51f1 #fff;
    border-bottom: 4px solid #8a51f1;
}

.nav-tabs-success.nav-tabs {
    border-bottom: 1px solid #1bbd61;
}

.nav-tabs-success .nav-link.active, .nav-tabs-success .nav-item.show > .nav-link {
    color: #1bbd61;
    background-color: transparent;
    border-color: #1bbd61 #1bbd61 #fff;
    border-bottom: 4px solid #1bbd61;
}

.nav-tabs-info.nav-tabs {
    border-bottom: 1px solid #3ba5f9;
}

.nav-tabs-info .nav-link.active, .nav-tabs-info .nav-item.show > .nav-link {
    color: #3ba5f9;
    background-color: transparent;
    border-color: #3ba5f9 #3ba5f9 #fff;
    border-bottom: 4px solid #3ba5f9;
}

.nav-tabs-danger.nav-tabs {
    border-bottom: 1px solid #ff3857;
}

.nav-tabs-danger .nav-link.active, .nav-tabs-danger .nav-item.show > .nav-link {
    color: #ff3857;
    background-color: transparent;
    border-color: #ff3857 #ff3857 #fff;
    border-bottom: 3px solid #ff3857;
}

.nav-tabs-warning.nav-tabs {
    border-bottom: 1px solid #f18702;
}

.nav-tabs-warning .nav-link.active, .nav-tabs-warning .nav-item.show > .nav-link {
    color: #f18702;
    background-color: transparent;
    border-color: #f18702 #f18702 #fff;
    border-bottom: 4px solid #f18702;
}

.nav-tabs-dark.nav-tabs {
    border-bottom: 1px solid #000000;
}

.nav-tabs-dark .nav-link.active, .nav-tabs-dark .nav-item.show > .nav-link {
    color: #000000;
    background-color: #fff;
    border-color: #000000 #000000 #fff;
    border-bottom: 4px solid #000000;
}

.nav-tabs-secondary.nav-tabs {
    border-bottom: 1px solid #fc00ff;
}

.nav-tabs-secondary .nav-link.active, .nav-tabs-secondary .nav-item.show > .nav-link {
    color: #fc00ff;
    background-color: transparent;
    border-color: #fc00ff #fc00ff #fff;
    border-bottom: 4px solid #fc00ff;
}

.nav-data-tab {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.nav-data-tab .nav-link {
    color: #ffffff;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgb(255, 255, 255);
    font-size: 9px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: .3rem .5rem;
}

.nav-data-tab .nav-link.active {
    color: #000000;
    background-color: #fff;
}


.tabs-vertical .nav-tabs .nav-link {
    color: #4e4e4e;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 2px;
    margin-right: -1px;
    padding: 12px 1px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #dee2e6;
}

.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 1px solid #dee2e6;
    border-right: 0;
    border-left: 1px solid #dee2e6;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #14abef;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
    color: #14abef;
    background-color: transparent;
    border-color: #14abef #14abef #fff;
    border-bottom: 1px solid #14abef;
    border-right: 0;
    border-left: 3px solid #14abef;
}

.tabs-vertical-success.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #02ba5a;
}

.tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
    color: #02ba5a;
    background-color: transparent;
    border-color: #02ba5a #02ba5a #fff;
    border-bottom: 1px solid #02ba5a;
    border-right: 0;
    border-left: 3px solid #02ba5a;
}

.tabs-vertical-info.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #03d0ea;
}

.tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
    color: #03d0ea;
    background-color: transparent;
    border-color: #03d0ea #03d0ea #fff;
    border-bottom: 1px solid #03d0ea;
    border-right: 0;
    border-left: 3px solid #03d0ea;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #f5365c;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
    color: #f5365c;
    background-color: transparent;
    border-color: #f5365c #f5365c #fff;
    border-bottom: 1px solid #f5365c;
    border-right: 0;
    border-left: 3px solid #f5365c;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #f18702;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
    color: #f18702;
    background-color: transparent;
    border-color: #f18702 #f18702 #fff;
    border-bottom: 1px solid #f18702;
    border-right: 0;
    border-left: 3px solid #f18702;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #000000;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-color: #000000 #000000 #fff;
    border-bottom: 1px solid #000000;
    border-right: 0;
    border-left: 3px solid #000000;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #d13adf;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
    color: #d13adf;
    background-color: transparent;
    border-color: #d13adf #d13adf #fff;
    border-bottom: 1px solid #d13adf;
    border-right: 0;
    border-left: 3px solid #d13adf;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #000000;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px;
    padding: 12px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.nav-pills .nav-link:hover {
    background-color: transparent;
}

.nav-pills .nav-link i {
    margin-right: 2px;
    font-weight: 600;
}

.top-icon.nav-pills .nav-link i {
    margin: 0;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #8a51f1;

}

.color-pills .nav-link {
    color: #fff;
}

.color-pills .nav-link:hover {
    color: #000000;
    background-color: #fff;
}

.color-pills .nav-link.active, .color-pills .show > .nav-link {
    color: #000000;
    background-color: #fff;
}

.nav-pills-success .nav-link.active, .nav-pills-success .show > .nav-link {
    color: #fff;
    background-color: #1bbd61;
}

.nav-pills-info .nav-link.active, .nav-pills-info .show > .nav-link {
    color: #fff;
    background-color: #3ba5f9;
}

.nav-pills-danger .nav-link.active, .nav-pills-danger .show > .nav-link {
    color: #fff;
    background-color: #ff3857;
    background-color: #ff3857;
}

.nav-pills-warning .nav-link.active, .nav-pills-warning .show > .nav-link {
    color: #fff;
    border-color: #f18702;
    background-color: #f18702;
}

.nav-pills-dark .nav-link.active, .nav-pills-dark .show > .nav-link {
    color: #fff;
    background-color: #292828;
}

.nav-pills-secondary .nav-link.active, .nav-pills-secondary .show > .nav-link {
    color: #fff;
    background-color: #ee28f1;
    background-color: #ee28f1;
}

.nav-pills-white .nav-link.active, .nav-pills-white .show > .nav-link {
    color: #000;
    background-color: #fff;
}

.nav-pills-custom .nav-link.active, .nav-pills-white .show > .nav-link {
    color: #fff;
    background: linear-gradient(180deg, #8f50ff, #d13adf);
}

.nav-pills-custom .nav-link {
    padding: 6px 14px;
    border-radius: 1.25rem;
    font-size: 12px;
}

.card .tab-content {
    padding: 1rem 0 0 0;
}

/* Accordions */

#accordion1 .card-header button:before,
#accordion2 .card-header button:before,
#accordion3 .card-header button:before,
#accordion4 .card-header button:before,
#accordion5 .card-header button:before,
#accordion6 .card-header button:before,
#accordion7 .card-header button:before,
#accordion8 .card-header button:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#accordion1 .card-header button.collapsed:before,
#accordion2 .card-header button.collapsed:before,
#accordion3 .card-header button.collapsed:before,
#accordion4 .card-header button.collapsed:before,
#accordion5 .card-header button.collapsed:before,
#accordion6 .card-header button.collapsed:before,
#accordion7 .card-header button.collapsed:before,
#accordion8 .card-header button.collapsed:before {
    content: "\f107";
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f2f0ff;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    transition: width .6s ease;
}

.progress-content {
    margin-bottom: 10px;
}

.progress-label {
    font-size: .625rem;
    font-weight: 600;
    display: inline-block;
    padding: .25rem 1rem;
    text-transform: uppercase;
    color: #14abef;
    border-radius: 30px;
    background: rgba(94, 114, 228, .1);
}

.progress-percentage {
    float: right;
}


/* Background Colors */

.bg-primary {
    background-color: #8a51f1 !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-success {
    background-color: #1bbd61 !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-info {
    background-color: #3ba5f9 !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-danger {
    background-color: #ff3857 !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-warning {
    background-color: #f18702 !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-secondary {
    background-color: #ee28f1 !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-inverse-primary {
    background-color: #e0ceff !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-inverse-success {
    background-color: #a1ffc9 !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-inverse-info {
    background-color: #c0e3ff !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-inverse-danger {
    background-color: #ffd7dd !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-inverse-warning {
    background-color: #ffe5c5 !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-inverse-secondary {
    background-color: #fed3ff !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-inverse-dark {
    background-color: #dadada !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.bg-primary-light1 {
    background-color: rgba(144, 79, 254, 0.22);
}

.bg-primary-light2 {
    background-color: rgba(144, 79, 254, 0.42);
}

.gradient-primary-light {
    background-color: #8f50ff;
    background-image: radial-gradient(circle 30px at center, #f8aeff, #8f50ff) !important;
}

.bg-success-light1 {
    background-color: rgba(8, 165, 14, 0.22);
}

.bg-success-light2 {
    background-color: rgba(8, 165, 14, 0.42);
}

.gradient-success-light {
    background-color: #0aa60f;
    background-image: radial-gradient(circle 30px at center, rgb(202, 219, 52), rgb(10, 166, 15)) !important;
}

.bg-info-light1 {
    background-color: rgba(0, 129, 255, 0.22);
}

.bg-info-light2 {
    background-color: rgba(0, 129, 255, 0.42);
}

.gradient-info-light {
    background-color: #0074ff;
    background-image: radial-gradient(circle 30px at center, rgb(113, 222, 253), rgb(0, 116, 255)) !important;
}

.bg-danger-light1 {
    background-color: rgba(245, 13, 85, 0.22);
}

.bg-danger-light2 {
    background-color: rgba(245, 13, 85, 0.42);
}

.gradient-danger-light {
    background-color: #f50d55;
    background-image: radial-gradient(circle 30px at center, rgb(251, 208, 206), #f50d55) !important;
}

.bg-warning-light1 {
    background-color: rgba(247, 151, 30, 0.22);
}

.bg-warning-light2 {
    background-color: rgba(247, 152, 30, 0.42);
}

.gradient-warning-light {
    background-color: #f7981e;
    background-image: radial-gradient(circle 30px at center, rgb(253, 239, 176), #f7981e) !important;
}

.bg-secondary-light1 {
    background-color: rgba(247, 3, 254, 0.22);
}

.bg-secondary-light2 {
    background-color: rgba(247, 3, 254, 0.42);
}

.gradient-secondary-light {
    background-color: #f703fe;
    background-image: radial-gradient(circle 30px at center, rgb(254, 219, 255), #f703fe) !important;
}

.bg-dark-light1 {
    background-color: rgba(0, 0, 0, 0.22);
}

.bg-dark-light2 {
    background-color: rgba(0, 0, 0, 0.42);
}

.gradient-dark-light {
    background-color: #000000;
    background-image: radial-gradient(circle 30px at center, rgb(173, 172, 172), #000000) !important;
}

.bg-white-light1 {
    background-color: rgba(255, 255, 255, 0.22);
}

.bg-white-light2 {
    background-color: rgba(255, 255, 255, 0.42);
}

.gradient-white-light {
    background-color: #ffffff;
    background-image: radial-gradient(circle 30px at center, rgb(255, 255, 255), rgba(0, 0, 0, 0.78)) !important;
}

.bg-dark {
    background-color: #292828 !important;
}

.bg-dark-light {
    background-color: rgba(0, 0, 0, .25) !important;
}

.bg-light {
    background-color: rgba(255, 255, 255, .125) !important;
}

.bg-contrast {
    background: rgba(255, 255, 255, 0.30) !important;
}

.bg-body {
    background: rgb(247, 247, 255) !important;
}

.bg-light-primary {
    background-color: rgba(203, 210, 246, .5) !important;
}

.bg-light-success {
    background-color: rgba(147, 231, 195, .5) !important;
}

.bg-light-info {
    background-color: rgba(136, 230, 247, .5) !important;
}

.bg-light-secondary {
    background-color: rgba(255, 47, 160, 0.22) !important;
}

.bg-light-danger {
    background-color: rgba(251, 175, 190, .5) !important;
}

.bg-light-dark {
    background-color: rgba(23, 43, 77, 0.22) !important;
}

.bg-light-warning {
    background-color: rgba(254, 201, 189, .5) !important;
}


.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-twitter {
    background-color: #55acee !important;
}

.bg-google-plus {
    background-color: #dd4b39 !important;
}

.bg-linkedin {
    background-color: #0976b4 !important;
}

.bg-pinterest {
    background-color: #cc2127 !important;
}

.bg-youtube {
    background-color: #e52d27 !important;
}

.bg-tumblr {
    background-color: #35465c !important;
}

.bg-github {
    background-color: #333333 !important;
}

.bg-behance {
    background-color: #1769ff !important;
}

.bg-dribbble {
    background-color: #ea4c89 !important;
}

.bg-skype {
    background-color: #00aff0 !important;
}

.gradient-white {
    background: #fff;
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.05)) !important;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.05)) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
    background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-scooter {
    background: #4facfe;
    background: -webkit-linear-gradient(45deg, #00f2fe 0%, #4facfe 100%) !important;
    background: linear-gradient(45deg, #00f2fe 0%, #4facfe 100%) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-blooker {
    background: #fa709a;
    background: -webkit-linear-gradient(45deg, #fa709a 0%, #fee140 100%) !important;
    background: linear-gradient(45deg, #fa709a 0%, #fee140 100%) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-quepal {
    background: #11998e;
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d) !important;
    background: linear-gradient(45deg, #11998e, #38ef7d) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-purpink {
    background: #7f00ff;
    background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff) !important;
    background: linear-gradient(45deg, #7f00ff, #e100ff) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-ibiza {
    background: #ee0979;
    background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
    background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-deepblue {
    background: #6a11cb;
    background: -webkit-linear-gradient(45deg, #6a11cb, #2575fc) !important;
    background: linear-gradient(45deg, #6a11cb, #2575fc) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-branding {
    background: #6a11cb;
    background: -webkit-linear-gradient(45deg, #2af598, #009efd) !important;
    background: linear-gradient(45deg, #2af598, #009efd) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
    background: linear-gradient(45deg, #00b09b, #96c93d) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-dusk {
    background: #2c3e50;
    background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c) !important;
    background: linear-gradient(45deg, #2c3e50, #fd746c) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-meridian {
    background: #283c86;
    background: -webkit-linear-gradient(45deg, #283c86, #45a247) !important;
    background: linear-gradient(45deg, #283c86, #45a247) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-violet {
    background: #4776e6;
    background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9) !important;
    background: linear-gradient(45deg, #4776e6, #8e54e9) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-titanium {
    background: #283048;
    background: -webkit-linear-gradient(45deg, #283048, #859398) !important;
    background: linear-gradient(45deg, #283048, #859398) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-shifter {
    background: #bc4e9c;
    background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759) !important;
    background: linear-gradient(45deg, #bc4e9c, #f80759) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-army {
    background: #414d0b;
    background: -webkit-linear-gradient(45deg, #414d0b, #727a17) !important;
    background: linear-gradient(45deg, #414d0b, #727a17) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-orange {
    background: #fc4a1a;
    background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
    background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-yoda {
    background: #ff0099;
    background: -webkit-linear-gradient(45deg, #ff0099, #493240) !important;
    background: linear-gradient(45deg, #ff0099, #493240) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-royal {
    background: #141e30;
    background: -webkit-linear-gradient(45deg, #141e30, #2c527d) !important;
    background: linear-gradient(45deg, #141e30, #2c527d) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-very-blue {
    background: #141e30;
    background: -webkit-linear-gradient(45deg, #2a93ff, #002cd2) !important;
    background: linear-gradient(45deg, #2a93ff, #002cd2) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-knight {
    background: #ba8b02;
    background: -webkit-linear-gradient(45deg, #ba8b02, #181818) !important;
    background: linear-gradient(45deg, #ba8b02, #181818) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-forest {
    background: #000428;
    background: -webkit-linear-gradient(45deg, #000428, #004e92) !important;
    background: linear-gradient(45deg, #000428, #004e92) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-redmist {
    background: #000000;
    background: -webkit-linear-gradient(45deg, #000000, #e74c3c) !important;
    background: linear-gradient(45deg, #000000, #e74c3c) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-steelgray {
    background: #1f1c2c;
    background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab) !important;
    background: linear-gradient(45deg, #1f1c2c, #928dab) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-influenza {
    background: #c04848;
    background: -webkit-linear-gradient(45deg, #c04848, #480048) !important;
    background: linear-gradient(45deg, #c04848, #480048) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-sylvia {
    background: #ff4b1f;
    background: -webkit-linear-gradient(45deg, #ff4b1f, #ff9068) !important;
    background: linear-gradient(45deg, #ff4b1f, #ff9068) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-jshine {
    background: #12c2e9;
    background: -webkit-linear-gradient(45deg, #12c2e9, #c471ed, #f64f59) !important;
    background: linear-gradient(45deg, #12c2e9, #c471ed, #f64f59) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-lovekiss {
    background: #ff0844;
    background: -webkit-linear-gradient(45deg, #ff0844, #ffb199) !important;
    background: linear-gradient(45deg, #ff0844 0%, #ffb199 100%) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-hossein {
    background: #f7ff00;
    background: -webkit-linear-gradient(45deg, #f7ff00, #db36a4) !important;
    background: linear-gradient(45deg, #f7ff00, #db36a4) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-wiretap {
    background: #f7ff00;
    background: -webkit-linear-gradient(180deg, #f27121, #e94057, #8a2387) !important;
    background: linear-gradient(180deg, #f27121, #e94057, #8a2387) !important;
    border: 0px solid rgba(255, 255, 255, .125);
}


.gradient-smile {
    background: #16d9e3;
    background-image: -webkit-radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    background-image: radial-gradient(circle 248px at center, #609cf7 0%, #0741cc 47%, #3F51B5 100%);
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-veer {
    background: #799f0c;
    background-image: -webkit-radial-gradient(circle 248px at center, rgb(255, 224, 0), rgb(121, 159, 12));
    background-image: radial-gradient(circle 248px at center, rgb(255, 224, 0), rgb(121, 159, 12));
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-rainbow {
    background: #00bfc8;
    background-image: -webkit-radial-gradient(circle 248px at center, rgb(0, 242, 96), rgb(5, 117, 230));
    background-image: radial-gradient(circle 248px at center, rgb(0, 242, 96), rgb(5, 117, 230));
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-worldcup {
    background: #f14793;
    background-image: -webkit-radial-gradient(circle 248px at center, #f14793, #5204ce);
    background-image: radial-gradient(circle 248px at center, #f14793, #5204ce);
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-pinki {
    background: #f1ea07;
    background-image: -webkit-radial-gradient(circle 248px at center, #f1ea07, #f10707);
    background-image: radial-gradient(circle 248px at center, #f1ea07, #f10707);
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-esinto {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #0a0707 50%, #FF9800 50%);
    background-image: linear-gradient(45deg, #0a0707 50%, #FF9800 50%);
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-dunada {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000000 50%, #0085ff 50%);
    background-image: linear-gradient(45deg, #000000 50%, #0085ff 50%);
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-linga {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000000 50%, #7020ff 50%);
    background-image: linear-gradient(45deg, #000000 50%, #7020ff 50%);
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-blkw {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000000 50%, #fff 50%);
    background-image: linear-gradient(45deg, #000000 50%, #fff 50%);
    border: 0px solid rgba(255, 255, 255, .125);
}

.gradient-multiple-colors {
    background: #0a0707;
    background: -webkit-linear-gradient(90deg, rgba(255, 87, 34, 0.89), rgba(249, 229, 55, 0.89), rgba(76, 175, 80, 0.93), rgba(45, 226, 249, 0.94), rgba(7, 136, 239, 0.9), rgba(63, 81, 181, 0.94), rgba(184, 11, 214, 0.95));
    background: linear-gradient(90deg, rgba(255, 87, 34, 0.89), rgba(249, 229, 55, 0.89), rgba(76, 175, 80, 0.93), rgba(45, 226, 249, 0.94), rgba(7, 136, 239, 0.9), rgba(63, 81, 181, 0.94), rgba(184, 11, 214, 0.95));
    border: 0px solid rgba(255, 255, 255, .125);
}

.texture-info {
    background-image: url(/assets/images/textures/1.png);
    background-size: cover;
    background-position: center;
}

.texture-danger {
    background-image: url(/assets/images/textures/2.png);
    background-size: cover;
    background-position: center;
}

.texture-success {
    background-image: url(/assets/images/textures/3.png);
    background-size: cover;
    background-position: center;
}

.texture-warning {
    background-image: url(/assets/images/textures/4.png);
    background-size: cover;
    background-position: center;
}

.texture-primary {
    background-image: url(/assets/images/textures/5.png);
    background-size: cover;
    background-position: center;
}

.texture-wave-a {
    background-image: url(/assets/images/textures/texture-a.png);
    background-size: cover;
    background-position: center;
}

.texture-wave-b {
    background-image: url(/assets/images/textures/texture-b.png);
    background-size: cover;
    background-position: center;
}

.texture-wave-c {
    background-image: url(/assets/images/textures/texture-c.png);
    background-size: cover;
    background-position: center;
}

.texture-wave-d {
    background-image: url(/assets/images/textures/texture-d.png);
    background-size: cover;
    background-position: center;
}

.texture-wave-e {
    background-image: url(/assets/images/textures/texture-e.png);
    background-size: cover;
    background-position: center;
}

.texture-wave-f {
    background-image: url(/assets/images/textures/texture-f.png);
    background-size: cover;
    background-position: center;
}


/* Borders */

.border-lg {
    border: 4px solid;
}

.border-sm {
    border: 3px solid;
}

.border-angle {
    border-top-left-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
}

.border-left-xs {
    border-left: 1px solid !important;
}

.border-right-xs {
    border-right: 1px solid !important;
}

.border-top-xs {
    border-top: 1px solid !important;
}

.border-bottom-xs {
    border-bottom: 1px solid !important;
}

.border-left-sm {
    border-left: 2px solid !important;
}

.border-right-sm {
    border-right: 2px solid !important;
}

.border-top-sm {
    border-top: 2px solid !important;
}

.border-bottom-sm {
    border-bottom: 2px solid !important;
}

.border-left-md {
    border-left: 3px solid !important;
}

.border-right-md {
    border-right: 3px solid !important;
}

.border-top-md {
    border-top: 3px solid !important;
}

.border-bottom-md {
    border-bottom: 3px solid !important;
}

.border-left-lg {
    border-left: 4px solid !important;
}

.border-right-lg {
    border-right: 4px solid !important;
}

.border-top-lg {
    border-top: 4px solid !important;
}

.border-bottom-lg {
    border-bottom: 4px solid !important;
}

.border-primary {
    border-color: #14abef !important;
}

.border-success {
    border-color: #02ba5a !important;
}

.border-info {
    border-color: #03d0ea !important;
}

.border-secondary {
    border-color: #d13adf !important;
}

.border-secondary-light {
    border-color: #33444a !important;
}

.border-danger {
    border-color: #f5365c !important;
}

.border-dark {
    border-color: #000000 !important;
}

.border-warning {
    border-color: #fba540 !important;
}

.border-light {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.border-light-2 {
    border-color: rgba(255, 255, 255, 0.14) !important
}

.border-light-3 {
    border-color: rgba(255, 255, 255, 0.36) !important;
}

.radius-1 {
    border-radius: 30px;
}

/* Text Colors */

.text-primary {
    color: #8a51f1 !important;
}

.text-success {
    color: #1bbd61 !important;
}

.text-info {
    color: #3ba5f9 !important;
}

.text-secondary {
    color: #ee28f1 !important;
}

.text-danger {
    color: #ff3857 !important;
}

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

.text-warning {
    color: #f18702 !important;
}

.text-pink {
    color: #d80898 !important;
}

.text-green {
    color: #02cc89 !important;
}

.text-blue {
    color: #1b56d6 !important;
}

.text-yellow {
    color: #f1b307 !important;
}

.text-light {
    color: rgba(255, 255, 255, .125) !important;
}

.text-light-1 {
    color: rgba(255, 255, 255, 0.70) !important;
}

.text-light-2 {
    color: rgba(255, 255, 255, 0.50) !important;
}

.text-light-3 {
    color: rgba(255, 255, 255, 0.20) !important;
}

.text-google {
    color: #dd4b39 !important;
}

.text-facebook {
    color: #3b5998 !important;
}

.text-twitter {
    color: #55acee !important;
}

.text-linkedin {
    color: #0976b4 !important;
}

.text-behance {
    color: #1769ff !important;
}

.text-dribbble {
    color: #ea4c89 !important;
}

.text-github {
    color: #333333 !important;
}

.text-youtube {
    color: #e52d27 !important;
}

.popover-header {
    background-color: #ffffff;
}

.popover {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    border: none;
}


/* CheckBoxes & Radios */

[class*="icheck-material"] {
    min-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0;
}

[class*="icheck-material"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-material"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
    background-color: #787878;
    border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    display: block;
    width: 22px;
    height: 22px;
    outline: none;
    transform: scale(2);
    -ms-transform: scale(2);
    transition: opacity 0.3s, transform 0.3s;
}

[class*="icheck-material"] > input:first-child:disabled {
    cursor: default;
}

[class*="icheck-material"] > input:first-child:disabled + label,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-material"] > input:first-child:disabled + label::before,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

[class*="icheck-material"] > input:first-child + label::before,
[class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #4e4e4e;
    border-radius: .25rem;
    margin-left: -29px;
    box-sizing: border-box;
}

[class*="icheck-material"] > input:first-child:checked + label::after,
[class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    box-sizing: border-box;
}

[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px;
}

[class*="icheck-material"] > input:first-child::-ms-check {
    opacity: 0;
    border-radius: 50%;
}

[class*="icheck-material"] > input:first-child:active {
    transform: scale(0);
    -ms-transform: scale(0);
    opacity: 1;
    transition: opacity 0s, transform 0s;
}

[class*="icheck-material"] > input[type="radio"]:first-child + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: transparent;
}

[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    top: 5px;
    left: 5px;
    transform: none;
    -ms-transform: none;
}

[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
    width: 6px;
    height: 12px;
    transform: translate(7px, 2px) rotate(45deg);
    -ms-transform: translate(7px, 2px) rotate(45deg);
}

.icheck-inline {
    display: inline-block;
}

.icheck-inline + .icheck-inline {
    margin-left: .75rem;
    margin-top: 6px;
}

.icheck-material-primary > input:first-child {
    background-color: #8f50ff;
}

.icheck-material-primary > input:first-child::-ms-check {
    background-color: #8f50ff;
}

.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #8f50ff;
}

.icheck-material-primary > input:first-child:checked + label::before,
.icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #8f50ff;
    border-color: #8f50ff;
}

.icheck-material-primary > input:first-child:checked + label::after,
.icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-primary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-primary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #8f50ff;
}


.icheck-material-success > input:first-child {
    background-color: #08a50e;
}

.icheck-material-success > input:first-child::-ms-check {
    background-color: #08a50e;
}

.icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #08a50e;
}

.icheck-material-success > input:first-child:checked + label::before,
.icheck-material-success > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #08a50e;
    border-color: #08a50e;
}

.icheck-material-success > input:first-child:checked + label::after,
.icheck-material-success > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-success > input[type="radio"]:first-child:checked + label::after,
.icheck-material-success > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #08a50e;
}


.icheck-material-danger > input:first-child {
    background-color: #f1076f;
}

.icheck-material-danger > input:first-child::-ms-check {
    background-color: #f1076f;
}

.icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f1076f;
}

.icheck-material-danger > input:first-child:checked + label::before,
.icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f1076f;
    border-color: #f1076f;
}

.icheck-material-danger > input:first-child:checked + label::after,
.icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-danger > input[type="radio"]:first-child:checked + label::after,
.icheck-material-danger > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #f5365c;
}


.icheck-material-info > input:first-child {
    background-color: #00c8ff;
}

.icheck-material-info > input:first-child::-ms-check {
    background-color: #00c8ff;
}

.icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #00c8ff;
}

.icheck-material-info > input:first-child:checked + label::before,
.icheck-material-info > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #00c8ff;
    border-color: #00c8ff;
}

.icheck-material-info > input:first-child:checked + label::after,
.icheck-material-info > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-info > input[type="radio"]:first-child:checked + label::after,
.icheck-material-info > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #03d0ea;
}


.icheck-material-warning > input:first-child {
    background-color: #f7971e;
}

.icheck-material-warning > input:first-child::-ms-check {
    background-color: #f7971e;
}

.icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f7971e;
}

.icheck-material-warning > input:first-child:checked + label::before,
.icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f7971e;
    border-color: #f7971e;
}

.icheck-material-warning > input:first-child:checked + label::after,
.icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-warning > input[type="radio"]:first-child:checked + label::after,
.icheck-material-warning > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #f7971e;
}


.icheck-material-secondary > input:first-child {
    background-color: #fc00ff;
}

.icheck-material-secondary > input:first-child::-ms-check {
    background-color: #fc00ff;
}

.icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #fc00ff;
}

.icheck-material-secondary > input:first-child:checked + label::before,
.icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #fc00ff;
    border-color: #fc00ff;
}

.icheck-material-secondary > input:first-child:checked + label::after,
.icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-secondary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-secondary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #fc00ff;
}


.icheck-material-dark > input:first-child {
    background-color: #000;
}

.icheck-material-dark > input:first-child::-ms-check {
    background-color: #000;
}

.icheck-material-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #000;
}

.icheck-material-dark > input:first-child:checked + label::before,
.icheck-material-dark > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #000;
    border-color: #000;
}

.icheck-material-dark > input:first-child:checked + label::after,
.icheck-material-dark > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-dark > input[type="radio"]:first-child:checked + label::after,
.icheck-material-dark > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #000;
}


.icheck-material-white > input:first-child {
    background-color: #fff;
}

.icheck-material-dark > input:first-child::-ms-check {
    background-color: #fff;
}

.icheck-material-white > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-white > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #fff;
}

.icheck-material-white > input:first-child:checked + label::before,
.icheck-material-white > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #fff;
    border-color: #fff;
}

.icheck-material-white > input:first-child:checked + label::after,
.icheck-material-white > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #000;
    border-right-color: #000;
}

.icheck-material-white > input[type="radio"]:first-child:checked + label::after,
.icheck-material-white > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #fff;
}


.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 4px;
}

.navbar-sidenav-tooltip.show {
    display: none;
}

/* Authentication */

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.card-authentication1 {
    width: 22rem;
}

.card-authentication2 {
    width: 51rem;
}

.bg-signup2 {
    background-color: transparent;
    height: 100%;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.bg-signin2 {
    height: 100%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.bg-reset-password2 {
    background-color: transparent;
    height: 100%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.footer {
    color: #4e4e4e;
    font-size: 0.7rem;
    text-align: center;
    padding: 2px 30px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid rgba(66, 59, 116, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    position: fixed;
    border-radius: 10%;
    bottom: 20px;
    right: 12px;
    background-color: rgb(0, 0, 0);
    z-index: 10000;
}

.back-to-top .fa-angle-double-up {
    margin-top: 20%;
    font-size: 20px;
}

.back-to-top:hover {
    color: white;
    background-color: rgb(0, 0, 0);
    transition: all .5s;
}

/* Pricing Tables */

.pricing-table .list-group {
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 1rem;
}

.price-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.price {
    font-size: 3.5em;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 0;
}

.currency {
    font-size: 35px;
}

.pricing-table .card .card-body .list-group .list-group-item:first-child {
    border-top: 0px;
}

.pricing-table .card .card-body .list-group .list-group-item:last-child {
    border-bottom: 0px;
}

.pricing-table .card .card-body .list-group .list-group-item {
    border-color: rgba(239, 237, 253);
}

.pricing-table.pricing-table-color .card .card-body .list-group .list-group-item {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.error-pages {
    margin-top: 230px;
}

.error-title {
    font-size: 140px;
    line-height: 140px;
    text-transform: uppercase;
    font-weight: bold;
}

.error-sub-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.bg-error {
    background-color: rgb(255, 255, 255);
    background-image: url(/assets/images/error-texture.png);
}

.bg-coming-soon {
    background-color: rgb(255, 255, 255);
    background-image: url(/assets/images/coming-soon.png);
}

.coming-soon {
    margin-top: 230px;
}

.coming-soon-title {
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
}


/* Extra Classes */

.product-div {
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0);
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(66, 59, 116, 0.15);
    border-radius: 4px;
}

.product-div img {
    width: 40px;
    height: 40px;
}

.product-img {
    height: 32px;
}

.customer-img {
    height: 50px;
}

.review-box {
    height: 450px;
    position: relative;
}

.chat-avatar {
    height: 45px;
    border-radius: 50%;
}

.chat-box {
    color: #7a7e96;
    padding: 12px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #e8e6f7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.users {
    width: 40px;
    margin-right: -16px;
}

.blog-img {
    width: 45px;
    height: 45px;
}

.blog-img-overlay {
    position: absolute;
    top: 100px;
}

.column-img {
    width: 100%;
    height: 170px;
}

.error-bg {
    background-image: url(/assets/images/error-img.png);
    background-position: center;
    background-size: cover;
}

.skill-img {
    height: 35px;
}

.page-title {
    font-size: 20px;
    line-height: 20px;
}

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

.sidebar-menu li a i:first-child {
    margin-right: 10px;
    font-size: 18px;
}

.sidebar-menu li a i:last-child {
    margin-right: 10px;
    font-size: 12px;
}

.lightbox-thumb {
    margin-bottom: 15px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.mail-img {
    width: 50px;
}

.row.row-group > div {
    border-right: 1px solid rgba(66, 59, 116, 0.15);
}

.row.row-group > div:last-child {
    border-right: none;
}

.chart-container {
    position: relative;
    height: 330px;
}

.chart-container-2 {
    position: relative;
    height: 240px;
}

.chart-container-3 {
    position: relative;
    height: 160px;
}

.chart-container-4 {
    position: relative;
    height: 45px;
}

.chart-container-5 {
    position: relative;
    height: 340px;
}

.chart-container-6 {
    position: relative;
    height: 250px;
}

.chart-container-7 {
    position: relative;
    height: 300px;
    top: 20px;
}

.chart-container-8 {
    position: relative;
    height: 291px;
}

.chart-container-10 {
    position: relative;
    height: 290px;
}

.circle-1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.circle-2 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.circle-3 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.apexcharts-xaxis-label {
    color: #fff;
}

.dash-array-chart-box {
    width: 105px;
    height: 90px;
    position: relative;
    top: -15px;
    right: 30px;
}

.height-100v {
    height: 100vh;
}

/* Responsive */

@media only screen and (max-width: 1366px) {

    .error-pages {
        margin-top: 110px;
    }

    .coming-soon {
        margin-top: 110px;
    }

}


@media only screen and (max-width: 1199px) {

    .row.row-group > div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    }

    .row.row-group > div:last-child {
        border-right: none;
        border-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #wrapper {
        width: 100%;
        position: relative;
    }

    #sidebar-wrapper {
        background-color: #ffffff;
        font-size: 12px;
        overflow: hidden;
        position: fixed;
        top: 77px;
        right: 0;
        z-index: 1200;
        width: 500px;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
    }

    #wrapper.toggled #sidebar-wrapper {
        position: fixed;
        right: -500px;
    }

    #wrapper.toggled .navbar {
        margin-right: 0;
    }

    #wrapper.toggled .content-wrapper {
        margin-right: 0;
    }

    .toggle-menu i {
        font-size: 15px;
        cursor: pointer;
    }

    .content-wrapper {
        margin-right: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .hidden-xs {
        display: none !important;
    }

    .search-bar {
        margin-left: 10px;
        position: relative;
    }

    .search-bar input {
        width: 100%;
        height: 30px;
    }

    .nav-tabs .nav-link {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 991px) {
    #sidebar-wrapper {
        top: 60px;
    }
}

@media only screen and (max-width: 575px) {

    #wrapper {
        width: 100%;
        position: relative;
    }

    #sidebar-wrapper {
        background-color: #ffffff;
        font-size: 12px;
        overflow: hidden;
        position: fixed;
        top: 77px;
        right: 0;
        z-index: 1200;
        width: 390px;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
    }

    #wrapper.toggled #sidebar-wrapper {
        position: fixed;
        right: -390px;
    }

    .bg-signup2 {
        height: 35rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .bg-signin2 {
        height: 25rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .bg-reset-password2 {
        height: 20rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

}


@media only screen and (max-width: 480px) {

    .card-authentication1 {
        width: auto;
    }

    .card-authentication2 {
        width: auto;
    }

    .search-bar {
        margin-left: 5px;
        position: relative;
    }

    .search-bar input {
        width: 100%;
    }

    .dropdown-lg {
        display: none;
    }

    .nav-item.language {
        display: none;
    }

    .right-nav-link a.nav-link {
        padding-right: .0rem !important;
    }

    .topbar-nav .navbar {
        padding: 0 10px 0 5px;
    }


}

.select2-container .select2-selection {
    overflow: auto;
    height: 40px !important;
}

.select2-selection__choice {
    line-height: 28px;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
