@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media only screen and (min-width: 1800px) {
    body {
        zoom: 1 !important;
        -moz-transform: scale(1);
        -webkit-appearance: none!important;
    }
    button, [type="button"], [type="reset"], [type="submit"] {
        -webkit-appearance: none;
    }
}

@media screen and (min-width: 1em) {
    .horizontal-layout .container {
        padding: 0 15px !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
    .horizontal-layout .container {
        padding: 0px 40px !important;
    }
    .dataTable {
        width: 100% !important;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif !important;
}

html {
    font-size: 14px;
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
}

html body {
    height: 100%;
    background-color: #e0e6f7;
    direction: ltr;
}

html body.fixed-navbar {
    padding-top: 4rem;
}

html body .container.app-content {
    overflow-x: hidden;
    min-height: calc(100vh - 180px);
}

html body .container.app-content.show-overlay .content-overlay {
    z-index: 10;
    opacity: 1;
}

html body .container.app-content .content-overlay {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* cursor: pointer; */
    transition: all 0.7s;
    z-index: -1;
}

html body .content {
    padding: 0;
    position: relative;
    transition: 300ms ease all;
    backface-visibility: hidden;
    min-height: calc(100% - 32px);
}

html body .content.app-content {
    overflow-x: hidden;
}

html body .content.app-content.show-overlay .content-overlay {
    z-index: 10;
    opacity: 1;
}

html body .content.app-content .content-overlay {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.7s;
    z-index: -1;
}

html body .content .content-wrapper {
    padding: 1.8rem;
}

html body .content .content-wrapper .content-header-title {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1b2942;
}

html body[data-col="1-column"]:not(.vertical-content-menu) .content, html body[data-col="1-column"]:not(.vertical-content-menu) .footer {
    margin-left: 0px !important;
}

html body[data-col="1-column"].horizontal-layout .content, html body[data-col="1-column"].horizontal-layout .footer {
    margin: 0 auto !important;
}

html body.boxed-layout {
    padding-left: 0;
    padding-right: 0;
}

html body.bg-full-screen-image {
    background: url(../../app-assets/images/backgrounds/bg-2.jpg) no-repeat center center fixed;
    background-size: cover;
}

html body .pace .pace-progress {
    background: #4ACACC;
}

html body.navbar-static .navbar-container, html body.navbar-sticky .navbar-container {
    padding-left: 1.8rem;
    padding-right: 1rem;
}

html body.navbar-static .navbar-container .search-input .search-list.show, html body.navbar-sticky .navbar-container .search-input .search-list.show {
    width: 98%;
    left: 1%;
}

/*
* Blank page
*/

.blank-page .content-wrapper {
    padding: 0 !important;
}

.blank-page .content-wrapper .flexbox-container {
    display: flex;
    align-items: center;
    height: calc(var(--vh, 1vh) * 100);
}

.app-content.center-layout {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    html body .content .content-wrapper {
        padding: 1rem;
    }
    html body footer {
        text-align: center;
    }
    .brand-logo {
        width: 60%;
        margin-left: 25px;
        margin-top: 5px;
    }
    .blank-page .content-wrapper .flexbox-container {
        height: auto;
        padding-bottom: 30px !important;
    }
}

/*
* Col 3 layout for detached and general type
*/

@media (min-width: 992px) {
    body .content-right {
        width: calc(100% - 300px);
        float: right;
    }
    body .content-left {
        width: calc(100% - 300px);
        float: left;
    }
    body .content-detached {
        width: 100%;
    }
    body .content-detached.content-right {
        float: right;
        margin-left: -300px;
    }
    body .content-detached.content-right .content-body {
        margin-left: 320px;
    }
    body .content-detached.content-left {
        float: left;
        margin-right: -300px;
    }
    body .content-detached.content-left .content-body {
        margin-right: 320px;
    }
    .sidebar-right.sidebar-sticky {
        float: right !important;
        margin-left: -300px;
        width: 300px !important;
    }
    [data-col="content-left-sidebar"] .sticky-wrapper {
        float: left;
    }
}

/*=========================================================================================
	File Name: sidebar.scss
	Description: content sidebar specific scss.
	----------------------------------------------------------------------------------------
	Item Name: Stack - Responsive Admin Theme
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/

.center-layout, .sidebar {
    position: relative;
}

.sidebar {
    width: 100%;
}

@media (min-width: 992px) {
    .sidebar {
        vertical-align: top;
        width: 300px;
    }
}

.sidebar-fixed {
    position: fixed;
    height: 100%;
    overflow: scroll;
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
}

.drag-target {
    height: 100%;
    width: 40px;
    position: fixed;
    top: 0;
    left: -20px;
    z-index: 1036;
}

@media (min-width: 992px) {
    .sidebar-left {
        float: left;
    }
    .sidebar-right {
        float: right;
    }
}

footer.footer {
    padding: 0.4rem;
}

footer.navbar-shadow {
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15);
}

footer.navbar-border {
    border-top: 1px solid #E4E7ED;
}

footer.footer-transparent {
    border: none;
}

footer.footer-light {
    background: #fff;
}

footer.footer-dark {
    background: #404E67;
    color: #fff;
}

/*=========================================================================================
    File Name: navigations.scss
    Description: Common mixin for menus, contain dark and light version scss.
    ----------------------------------------------------------------------------------------
    Item Name: Stack - Responsive Admin Theme
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/

.main-menu {
    z-index: 1000;
    position: absolute;
    display: table-cell;
}

.main-menu.menu-light {
    color: #404e67;
    background: #fff;
    border-right: 1px solid #E4E7ED;
}

.main-menu.menu-light .main-menu-header {
    padding: 20px;
}

.main-menu.menu-light .main-menu-header .menu-search {
    background: #e6e6e6;
    padding: 0.5rem 1rem;
    color: #2c3648;
}

.main-menu.menu-light .main-menu-header .menu-search:focus {
    border-color: #d9d9d9;
}

.main-menu.menu-light .navigation {
    background: #fff;
}

.main-menu.menu-light .navigation .navigation-header {
    color: #404e67;
    padding: 24px 20px 8px 20px;
}

.main-menu.menu-light .navigation .navigation-header.open {
    border-left: none;
}

.main-menu.menu-light .navigation .navigation-header span {
    font-weight: 500;
}

.main-menu.menu-light .navigation li a {
    color: #404e67;
}

.main-menu.menu-light .navigation li a span.menu-sub-title {
    color: #8a9ab6;
}

.main-menu.menu-light .navigation li.hover>a, .main-menu.menu-light .navigation li.open>a, .main-menu.menu-light .navigation li.active>a {
    color: #fff;
}

.main-menu.menu-light .navigation li.active {
    border-left: 4px solid #00b5b8;
}

.main-menu.menu-light .navigation li.open .active {
    border-left: none;
}

.main-menu.menu-light .navigation>li {
    padding: 0;
}

.main-menu.menu-light .navigation>li>a {
    padding: 10px 30px 10px 20px;
}

.main-menu.menu-light .navigation>li>a .label {
    margin-top: 4px;
    margin-right: 5px;
}

.main-menu.menu-light .navigation>li>a i {
    position: relative;
    top: 1px;
    margin-top: .2rem;
}

.main-menu.menu-light .navigation>li.open {
    border-left: 4px solid #00b5b8;
}

.main-menu.menu-light .navigation>li.open>a {
    padding-left: 16px !important;
    color: #2c3648;
    background: whitesmoke;
}

.main-menu.menu-light .navigation>li.open ul li>a {
    padding-left: 50px;
}

.main-menu.menu-light .navigation>li.open ul li.active>a {
    padding-left: 50px;
}

.main-menu.menu-light .navigation>li.open ul li.has-sub>ul li>a {
    padding: 8px 18px 8px 64px;
}

.main-menu.menu-light .navigation>li.open ul li.has-sub>ul li.has-sub>ul li>a {
    padding: 8px 18px 8px 74px;
}

.main-menu.menu-light .navigation>li.open .hover>a {
    background: #f0f0f0;
}

.main-menu.menu-light .navigation>li:not(.open)>ul {
    display: none;
}

.main-menu.menu-light .navigation>li:not(.open) ul li.has-sub.open>ul li>a {
    padding-left: 68px;
}

.main-menu.menu-light .navigation>li.hover>a, .main-menu.menu-light .navigation>li:hover>a, .main-menu.menu-light .navigation>li.active>a {
    color: #2c3648;
    background-color: whitesmoke;
}

.main-menu.menu-light .navigation>li.hover>a.mm-next, .main-menu.menu-light .navigation>li:hover>a.mm-next, .main-menu.menu-light .navigation>li.active>a.mm-next {
    background-color: inherit;
}

.main-menu.menu-light .navigation>li.active>a {
    color: #00b5b8;
    border: none;
    font-weight: 400;
    padding-left: 16px;
}

.main-menu.menu-light .navigation>li .active {
    background: #f0f0f0;
}

.main-menu.menu-light .navigation>li .active>a {
    color: #00b5b8;
    font-weight: 500;
}

.main-menu.menu-light .navigation>li .active .hover>a {
    background: whitesmoke;
}

.main-menu.menu-light .navigation>li ul {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.main-menu.menu-light .navigation>li ul li {
    color: #404e67;
    background: transparent;
}

.main-menu.menu-light .navigation>li ul li>a {
    padding: 8px 18px 8px 54px;
}

.main-menu.menu-light .navigation>li ul .has-sub:not(.open)>ul {
    display: none;
}

.main-menu.menu-light .navigation>li ul .open>a {
    color: #404e67;
}

.main-menu.menu-light .navigation>li ul .open>ul {
    display: block;
}

.main-menu.menu-light .navigation>li ul .open>ul li>a {
    padding: 8px 18px 8px 64px;
}

.main-menu.menu-light .navigation>li ul .open>ul .open>ul {
    display: block;
}

.main-menu.menu-light .navigation>li ul .open>ul .open>ul li>a {
    padding: 8px 18px 8px 74px;
}

.main-menu.menu-light .navigation>li ul .open .hover>a {
    background: whitesmoke;
}

.main-menu.menu-light .navigation>li ul .hover>a, .main-menu.menu-light .navigation>li ul:hover>a {
    color: #485874;
    background-color: whitesmoke;
}

.main-menu.menu-light .navigation>li ul .active {
    background: transparent;
}

.main-menu.menu-light .navigation>li ul .active>a {
    color: #00b5b8;
    border: none;
    font-weight: 500;
}

.main-menu.menu-light .navigation>li ul .active .hover>a {
    background-color: transparent;
}

.main-menu.menu-light .navigation>li>ul {
    background: #fff;
}

.main-menu.menu-light ul.menu-popout {
    background: #fff;
}

.main-menu.menu-light ul.menu-popout li a {
    color: #404e67;
}

.main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
    color: #8a9ab6;
}

.main-menu.menu-light ul.menu-popout li.hover>a, .main-menu.menu-light ul.menu-popout li:hover>a, .main-menu.menu-light ul.menu-popout li.open>a {
    background: #f0f0f0;
}

.main-menu.menu-light ul.menu-popout .has-sub:not(.open)>ul {
    display: none;
}

.main-menu.menu-light ul.menu-popout .open>a {
    color: #404e67;
}

.main-menu.menu-light ul.menu-popout .open>ul {
    display: block;
}

.main-menu.menu-light ul.menu-popout .open>ul .open {
    background: #e8e8e8;
}

.main-menu.menu-light ul.menu-popout .open>ul .open>ul {
    display: block;
    background: #e8e8e8;
}

.main-menu.menu-light ul.menu-popout .open li.hover>a, .main-menu.menu-light ul.menu-popout .open li:hover>a {
    background: whitesmoke;
}

.main-menu.menu-light ul.menu-popout .hover>a, .main-menu.menu-light ul.menu-popout:hover>a {
    color: #485874;
    background-color: whitesmoke;
}

.main-menu.menu-light ul.menu-popout .active {
    background: rgba(0, 0, 0, 0.06);
}

.main-menu.menu-light ul.menu-popout .active>a {
    color: #546686;
    background-color: whitesmoke;
}

.main-menu.menu-light ul.menu-popout .active .hover>a, .main-menu.menu-light ul.menu-popout .active :hover>a {
    background-color: transparent;
}

.main-menu.menu-dark {
    color: #dcdcdc;
    background: #404E67;
}

.main-menu.menu-dark .main-menu-header {
    padding: 20px;
}

.main-menu.menu-dark .main-menu-header .menu-search {
    background: #2c3648;
    padding: 0.5rem 1rem;
    color: #c3c3c3;
}

.main-menu.menu-dark .main-menu-header .menu-search:focus {
    border-color: #232a38;
}

.main-menu.menu-dark .navigation {
    background: #404E67;
}

.main-menu.menu-dark .navigation .navigation-header {
    color: #dcdcdc;
    padding: 24px 20px 8px 20px;
}

.main-menu.menu-dark .navigation .navigation-header.open {
    border-left: none;
}

.main-menu.menu-dark .navigation .navigation-header span {
    font-weight: 500;
}

.main-menu.menu-dark .navigation li a {
    color: #dcdcdc;
}

.main-menu.menu-dark .navigation li a span.menu-sub-title {
    color: white;
}

.main-menu.menu-dark .navigation li.hover>a, .main-menu.menu-dark .navigation li.open>a, .main-menu.menu-dark .navigation li.active>a {
    color: #fff;
}

.main-menu.menu-dark .navigation li.active {
    border-left: 4px solid #00b5b8;
}

.main-menu.menu-dark .navigation li.open .active {
    border-left: none;
}

.main-menu.menu-dark .navigation>li {
    padding: 0;
}

.main-menu.menu-dark .navigation>li>a {
    padding: 10px 30px 10px 20px;
}

.main-menu.menu-dark .navigation>li>a .label {
    margin-top: 4px;
    margin-right: 5px;
}

.main-menu.menu-dark .navigation>li>a i {
    position: relative;
    top: 1px;
    margin-top: .2rem;
}

.main-menu.menu-dark .navigation>li.open {
    border-left: 4px solid #00b5b8;
}

.main-menu.menu-dark .navigation>li.open>a {
    padding-left: 16px !important;
    color: #c3c3c3;
    background: #38445a;
}

.main-menu.menu-dark .navigation>li.open ul li>a {
    padding-left: 50px;
}

.main-menu.menu-dark .navigation>li.open ul li.active>a {
    padding-left: 50px;
}

.main-menu.menu-dark .navigation>li.open ul li.has-sub>ul li>a {
    padding: 8px 18px 8px 64px;
}

.main-menu.menu-dark .navigation>li.open ul li.has-sub>ul li.has-sub>ul li>a {
    padding: 8px 18px 8px 74px;
}

.main-menu.menu-dark .navigation>li.open .hover>a {
    background: #344054;
}

.main-menu.menu-dark .navigation>li:not(.open)>ul {
    display: none;
}

.main-menu.menu-dark .navigation>li:not(.open) ul li.has-sub.open>ul li>a {
    padding-left: 68px;
}

.main-menu.menu-dark .navigation>li.hover>a, .main-menu.menu-dark .navigation>li:hover>a, .main-menu.menu-dark .navigation>li.active>a {
    color: #c3c3c3;
    background-color: #38445a;
}

.main-menu.menu-dark .navigation>li.hover>a.mm-next, .main-menu.menu-dark .navigation>li:hover>a.mm-next, .main-menu.menu-dark .navigation>li.active>a.mm-next {
    background-color: inherit;
}

.main-menu.menu-dark .navigation>li.active>a {
    color: #00b5b8;
    border: none;
    font-weight: 400;
    padding-left: 16px;
}

.main-menu.menu-dark .navigation>li .active {
    background: #344054;
}

.main-menu.menu-dark .navigation>li .active>a {
    color: #00b5b8;
    font-weight: 500;
}

.main-menu.menu-dark .navigation>li .active .hover>a {
    background: #38445a;
}

.main-menu.menu-dark .navigation>li ul {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.main-menu.menu-dark .navigation>li ul li {
    color: #dcdcdc;
    background: transparent;
}

.main-menu.menu-dark .navigation>li ul li>a {
    padding: 8px 18px 8px 54px;
}

.main-menu.menu-dark .navigation>li ul .has-sub:not(.open)>ul {
    display: none;
}

.main-menu.menu-dark .navigation>li ul .open>a {
    color: #dcdcdc;
}

.main-menu.menu-dark .navigation>li ul .open>ul {
    display: block;
}

.main-menu.menu-dark .navigation>li ul .open>ul li>a {
    padding: 8px 18px 8px 64px;
}

.main-menu.menu-dark .navigation>li ul .open>ul .open>ul {
    display: block;
}

.main-menu.menu-dark .navigation>li ul .open>ul .open>ul li>a {
    padding: 8px 18px 8px 74px;
}

.main-menu.menu-dark .navigation>li ul .open .hover>a {
    background: #38445a;
}

.main-menu.menu-dark .navigation>li ul .hover>a, .main-menu.menu-dark .navigation>li ul:hover>a {
    color: #e6e6e6;
    background-color: #38445a;
}

.main-menu.menu-dark .navigation>li ul .active {
    background: transparent;
}

.main-menu.menu-dark .navigation>li ul .active>a {
    color: #00b5b8;
    border: none;
    font-weight: 500;
}

.main-menu.menu-dark .navigation>li ul .active .hover>a {
    background-color: transparent;
}

.main-menu.menu-dark .navigation>li>ul {
    background: #404E67;
}

.main-menu.menu-dark ul.menu-popout {
    background: #404E67;
}

.main-menu.menu-dark ul.menu-popout li a {
    color: #dcdcdc;
}

.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title {
    color: white;
}

.main-menu.menu-dark ul.menu-popout li.hover>a, .main-menu.menu-dark ul.menu-popout li:hover>a, .main-menu.menu-dark ul.menu-popout li.open>a {
    background: #344054;
}

.main-menu.menu-dark ul.menu-popout .has-sub:not(.open)>ul {
    display: none;
}

.main-menu.menu-dark ul.menu-popout .open>a {
    color: #dcdcdc;
}

.main-menu.menu-dark ul.menu-popout .open>ul {
    display: block;
}

.main-menu.menu-dark ul.menu-popout .open>ul .open {
    background: #2e394b;
}

.main-menu.menu-dark ul.menu-popout .open>ul .open>ul {
    display: block;
    background: #2e394b;
}

.main-menu.menu-dark ul.menu-popout .open li.hover>a, .main-menu.menu-dark ul.menu-popout .open li:hover>a {
    background: #38445a;
}

.main-menu.menu-dark ul.menu-popout .hover>a, .main-menu.menu-dark ul.menu-popout:hover>a {
    color: #e6e6e6;
    background-color: #38445a;
}

.main-menu.menu-dark ul.menu-popout .active {
    background: rgba(0, 0, 0, 0.06);
}

.main-menu.menu-dark ul.menu-popout .active>a {
    color: #f6f6f6;
    background-color: #38445a;
}

.main-menu.menu-dark ul.menu-popout .active .hover>a, .main-menu.menu-dark ul.menu-popout .active :hover>a {
    background-color: transparent;
}

.main-menu.menu-fixed {
    position: fixed;
    height: 100%;
    /* fallback if needed */
    top: 4rem;
    height: calc(100% - 4rem);
}

.main-menu.menu-fixed .main-menu-footer {
    position: fixed;
}

.main-menu.menu-shadow {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
}

.main-menu.menu-border {
    border-right: 1px solid #E4E7ED;
}

.main-menu.menu-native-scroll .main-menu-content {
    overflow-y: scroll;
}

.main-menu.menu-bordered.menu-light .navigation>li {
    border-top: 1px solid #E4E7ED;
}

.main-menu.menu-bordered.menu-dark .navigation>li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .main-menu-content {
    height: 100% !important;
    position: relative;
    padding-top: 30px !important;
    overflow-x: auto;
    width: max-content;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu ul.navigation-main {
    overflow-x: hidden;
}

.main-menu a {
    outline: none;
}

.main-menu a:hover, .main-menu a:focus {
    text-decoration: none;
}

.main-menu ul.navigation li.has-sub.changing li.active {
    border-left: none;
}

.navigation {
    font-size: 1rem;
    font-weight: 300;
    overflow-y: hidden;
    padding-bottom: 20px;
}

.navigation .navigation-header {
    font-weight: 400;
    line-height: 1.2;
    padding: 12px 22px;
    font-size: 1rem;
    text-transform: uppercase;
}

.navigation li {
    position: relative;
    white-space: nowrap;
}

.navigation li a {
    display: block;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.navigation li.disabled a {
    cursor: not-allowed;
}

.menu-popout li.disabled a {
    cursor: not-allowed;
}

.dropdown-notification .notification-text {
    margin-bottom: 0.5rem;
}

.dropdown-notification .notification-tag {
    position: relative;
    top: -4px;
    font-size: 10px;
    padding: 6px;
    background: #30bb47;
}

.main-menu-header .user-content {
    padding: 20px;
}

.main-menu-header .user-content .media {
    overflow: inherit;
}

.main-menu-header .user-content .media-body {
    vertical-align: bottom;
    opacity: 1;
    width: 150px;
    white-space: nowrap;
    transition: all .3s ease .15s;
}

.main-menu-footer {
    position: relative;
    overflow: hidden;
    bottom: 0;
    display: block;
    z-index: 1000;
    color: #e8ebf1;
    background-color: #2c3648;
}

.main-menu-footer.footer-open {
    max-height: 500px;
    transition: max-height 0.2s ease-in-out;
}

.main-menu-footer.footer-close {
    max-height: 15px;
    transition: max-height 0.2s ease-in-out;
}

.main-menu-footer a {
    color: #c9d0dd;
}

.main-menu-footer a:hover, .main-menu-footer a:focus {
    color: #fff;
}

.main-menu-footer .header {
    height: 19px;
    border-bottom: 1px solid #364257;
}

.main-menu-footer .toggle {
    transform: rotate(0deg);
    transition: -webkit-transform 0.2s ease-in-out;
}

.main-menu-footer .content {
    padding: 0;
}

.main-menu-footer .content .actions>a {
    display: block;
    float: left;
    width: 33.33333%;
    padding: 1rem 0;
    color: #c9d0dd;
    text-align: center;
    border-top: 1px solid #364257;
    border-left: 1px solid #364257;
}

.main-menu-footer .content .actions>a>span {
    font-size: 1.35rem;
}

.main-menu-footer .content .actions>a:hover, .main-menu-footer .content .actions>a:focus {
    color: #fff;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
    margin-left: 0;
}

.vertical-layout.menu-expanded .menu-icon-right ul.navigation li>a:after, .vertical-overlay-menu .menu-icon-right ul.navigation li>a:after {
    left: 8px;
    right: initial !important;
}

.vertical-layout.menu-expanded .menu-icon-right ul.navigation li>a>i, .vertical-overlay-menu .menu-icon-right ul.navigation li>a>i {
    float: right !important;
    margin: 0px -12px 0px 0px !important;
}

.horizontal-layout .navbar-icon-right ul.nav>li>a:after {
    float: left;
    position: relative;
    top: 27px;
    left: -16px;
}

.horizontal-layout .navbar-icon-right ul.nav>li>a>i {
    float: right;
    margin: 0px 4px 0 8px;
}

.horizontal-layout .navbar-fixed {
    z-index: 999 !important;
}

@media (max-width: 991.98px) {
    .menu-hide .main-menu, .menu-open .main-menu {
        transition: transform .25s, top .35s, height .35s;
    }
    .main-menu {
        transform: translate3d(-240px, 0, 0);
        backface-visibility: hidden;
        perspective: 1000;
    }
    .main-menu.menu-light .navigation>li ul li.title {
        font-weight: 600;
    }
    .main-menu.menu-light .navigation>li ul li>a {
        padding: 8px 18px !important;
    }
    .main-menu .main-menu-content {
        height: 100% !important;
        position: relative !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .main-menu.menu-light .navigation {
        margin-bottom: 4rem !important;
    }
}

@media (max-width: 991.98px) {
    .horizontal-layout.vertical-overlay-menu .main-menu-content {
        padding: 0 5px !important;
    }
    .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu {
        margin: 0;
        width: 100%;
    }
    .horizontal-layout.vertical-overlay-menu .main-menu-content .mega-dropdown-menu>li {
        padding: 0;
    }
    .horizontal-layout.vertical-overlay-menu .navbar .navbar-container {
        margin-left: 0px;
        max-width: 100%;
    }
    .header-navbar.navbar-with-menu .navbar-container {
        width: 100%;
        display: table;
        background: #fff;
        padding: 0rem 1rem;
        margin: 0;
        height: auto;
    }
    .header-navbar .navbar-header {
        width: 100% !important;
        padding: 0.5rem 1rem;
        position: relative;
    }
    .navbar-expand-md .navbar-collapse {
        display: none !important;
        flex-basis: unset;
    }
    .header-navbar .navbar-header .navbar-brand {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }
    .brand-logo {
        width: 60%;
        margin-left: 25px;
        margin-top: 5px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-light .navbar-header .navbar-nav .nav-link, .navbar-semi-light .navbar-header .navbar-nav .nav-link {
        color: #404E67;
    }
    nav.header-navbar.navbar-expand-md.navbar.navbar-with-menu.navbar-static-top.navbar-light.navbar-border.fixed-top .container {
        flex-wrap: wrap !important;
    }
    .header-navbar .navbar-header .open-navbar-container i {
        font-size: 1.8rem;
    }
    .header-navbar .navbar-header .menu-toggle {
        top: 2px;
        position: relative;
    }
    .menu-open .main-menu {
        transform: translate3d(0, 0, 0);
        max-width: 40%;
        min-width: 250px;
    }
    .ex-pull-right .dataTables_length label:not(select) {
        font-size: 0;
    }
    .ex-pull-right {
        display: flex !important;
        justify-content: space-between !important;
    }
    .heading-elements .list-inline {
        display: unset !important;
    }
    .ex-datatable-responsive {
        display: block !important;
        width: 100% !important;
        overflow-x: auto;
    }
    .notifex:before {
        content: "";
        position: absolute;
        z-index: 10;
        top: 0 !important;
        right: -18px;
        width: 24px;
        height: 24px;
        -webkit-animation: wave 1s ease-out;
        -moz-animation: wave 1s ease-out;
        -o-animation: wave 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        border: 3px solid #949494;
        border-radius: 70px;
        border: 3px solid #f1536e;
        bottom: 0 !important;
        margin: auto;
    }
    .notifex:after {
        content: "";
        position: absolute;
        top: 0 !important;
        right: -9px;
        width: 6px;
        height: 6px;
        border-radius: 30px;
        bottom: 0;
        background-color: #f1536e;
        margin: auto;
    }
}

.heading-elements-toggle {
    display: none;
}

@media (max-width: 768px) {
    .drag-target {
        z-index: 0;
    }
}

@media (max-width: 540px) {
    .menu-open .main-menu {
        transform: translate3d(0, 0, 0);
        min-width: 70% !important;
    }
}

.display-inline {
    display: inline !important;
}

.display-block {
    display: block !important;
}

.display-inline-block {
    display: inline-block !important;
}

.display-hidden {
    display: none !important;
}

.display-table-cell {
    display: table-cell !important;
}

.position-top-0 {
    top: 0;
}

.position-right-0 {
    right: 0;
}

.position-bottom-0 {
    bottom: 0;
}

.position-left-0 {
    left: 0;
}

.zindex-1 {
    z-index: 1 !important;
}

.zindex-2 {
    z-index: 2 !important;
}

.zindex-3 {
    z-index: 3 !important;
}

.zindex-4 {
    z-index: 4 !important;
}

.zindex-0 {
    z-index: 0 !important;
}

.zindex-minus-1 {
    z-index: -1 !important;
}

.zindex-minus-2 {
    z-index: -2 !important;
}

.zindex-minus-3 {
    z-index: -3 !important;
}

.zindex-minus-4 {
    z-index: -4 !important;
}

.no-edge-top {
    top: 0 !important;
}

.no-edge-bottom {
    bottom: 0 !important;
}

.no-edge-left {
    left: 0 !important;
}

.no-edge-right {
    right: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.cursor-default {
    cursor: default;
}

.cursor-progress {
    cursor: progress;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-auto {
    overflow: auto;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-x-scroll {
    overflow: scroll;
}

.overflow-y-scroll {
    overflow: scroll;
}

.bullets-inside {
    list-style: inside;
}

.list-style-circle {
    list-style: circle;
}

.list-style-square {
    list-style: square;
}

.list-style-icons {
    padding-left: 10px;
    margin-left: 0;
    list-style: none;
}

.list-style-icons>li i {
    float: left;
    width: 1em;
    margin: 0 6px 0 0;
}

.border {
    border: 1px solid;
}

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-2 {
    border-width: 2px !important;
}

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

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

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

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

.border-3 {
    border-width: 3px !important;
}

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

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

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

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

.no-border-top-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.no-border-bottom-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.no-border-top-left-radius {
    border-top-left-radius: 0 !important;
}

.no-border-top-right-radius {
    border-top-right-radius: 0 !important;
}

.no-border-bottom-left-radius {
    border-bottom-left-radius: 0 !important;
}

.no-border-bottom-right-radius {
    border-bottom-right-radius: 0 !important;
}

.box-shadow-0 {
    box-shadow: none !important;
}

.box-shadow-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.box-shadow-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.fit {
    max-width: 100% !important;
}

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

.full-width {
    width: 100% !important;
}

.full-height {
    height: 100% !important;
}

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

.width-100 {
    width: 100px !important;
}

.width-150 {
    width: 150px !important;
}

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

.width-250 {
    width: 250px !important;
}

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

.width-350 {
    width: 350px !important;
}

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

.width-450 {
    width: 450px !important;
}

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

.width-550 {
    width: 550px !important;
}

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

.width-650 {
    width: 650px !important;
}

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

.width-750 {
    width: 750px !important;
}

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

.width-5-per {
    width: 5% !important;
}

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

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

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

.width-25-per {
    width: 25% !important;
}

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

.width-35-per {
    width: 35% !important;
}

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

.width-45-per {
    width: 45% !important;
}

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

.width-55-per {
    width: 55% !important;
}

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

.width-65-per {
    width: 65% !important;
}

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

.width-75-per {
    width: 75% !important;
}

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

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

.width-95-per {
    width: 95% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.height-5-per {
    height: 5% !important;
}

.height-10-per {
    height: 10% !important;
}

.height-15-per {
    height: 15% !important;
}

.height-20-per {
    height: 20% !important;
}

.height-25-per {
    height: 25% !important;
}

.height-30-per {
    height: 30% !important;
}

.height-35-per {
    height: 35% !important;
}

.height-40-per {
    height: 40% !important;
}

.height-45-per {
    height: 45% !important;
}

.height-50-per {
    height: 50% !important;
}

.height-55-per {
    height: 55% !important;
}

.height-60-per {
    height: 60% !important;
}

.height-65-per {
    height: 65% !important;
}

.height-70-per {
    height: 70% !important;
}

.height-75-per {
    height: 75% !important;
}

.height-80-per {
    height: 80% !important;
}

.full-height-vh-with-nav {
    height: calc(var(--vh, 1vh) * 100 - 4rem - 4rem);
}

.full-height-vh {
    height: calc(var(--vh, 1vh) * 100);
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-2 {
    line-height: 2 !important;
}

.rotate-45 {
    transform: rotate(45deg);
}

.rotate-45-inverse {
    transform: rotate(-45deg);
}

.rotate-90 {
    transform: rotate(45deg);
}

.rotate-90-inverse {
    transform: rotate(-45deg);
}

.rotate-180 {
    transform: rotate(45deg);
}

.rotate-180-inverse {
    transform: rotate(-45deg);
}

.spinner {
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner-reverse {
    display: inline-block;
    animation: spin-reverse 1s linear infinite;
}

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

.bg-cover {
    background-size: cover !important;
}

.background-repeat {
    background-repeat: repeat !important;
}

.background-no-repeat {
    background-repeat: no-repeat !important;
}

.img-xl {
    width: 64px !important;
    height: 64px !important;
}

.img-lg {
    width: 44px !important;
    height: 44px !important;
}

.img-sm {
    width: 36px !important;
    height: 36px !important;
}

.img-xs {
    width: 32px !important;
    height: 32px !important;
}

/* Pull The Element */

.pull-up {
    transition: all 0.25s ease;
}

.pull-up:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
    z-index: 30;
    cursor: pointer;
}

.avatar {
    position: relative;
    white-space: nowrap;
    border-radius: 50%;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

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

.avatar[class*=avatar-] i {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    right: -2px;
    bottom: 0;
    border: 1px solid #fff;
}

.avatar.avatar-away i {
    background-color: #ffa87d;
}

.avatar.avatar-busy i {
    background-color: #ff7588;
}

.avatar.avatar-offline i {
    background-color: #babfc7;
}

.avatar.avatar-online i {
    background-color: #16d39a;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 50%;
}

.avatar.avatar-xl {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
}

.avatar.avatar-xl[class*=avatar-] i {
    width: 20px;
    height: 20px;
}

.avatar.avatar-lg {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
}

.avatar.avatar-lg[class*=avatar-] i {
    width: 15px;
    height: 15px;
}

.avatar.avatar-sm {
    width: 24px;
    height: 24px;
    font-size: 1rem;
}

.avatar.avatar-sm[class*=avatar-] i {
    width: 7px;
    height: 7px;
}

/*=========================================================================================
	File Name: search.scss
	Description: Search  functionality.
	----------------------------------------------------------------------------------------
	Item Name: Stack - Responsive Admin Theme
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/

.navbar-container a.nav-link-search {
    float: left;
}

.navbar-container .search-input {
    position: relative;
    float: left;
    width: 0;
}

.navbar-container .search-input .input {
    width: 0;
    border: none;
    background: none;
    line-height: 16px;
    padding: 1.4rem 2.7rem;
}

.navbar-container .search-input.open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    margin-top: 0px;
    box-shadow: 6px 12px 18px 0 rgba(25, 42, 70, 0.13);
}

.navbar-container .search-input.open .search-input-close, .navbar-container .search-input.open .search-input-icon {
    display: block;
}

.navbar-container .search-input.open input {
    width: 100%;
    outline: none;
    background: none;
    padding-top: 1.45rem;
}

.navbar-container .search-input .search-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 60rem;
    margin-top: 0.5rem;
    padding-left: 0;
    border-radius: 0.25rem;
    display: none;
}

.navbar-container .search-input .search-list.show {
    display: block;
    width: 98%;
    left: 1%;
}

.navbar-container .search-input .search-list li a {
    padding: 1.2rem 1rem;
    color: #404e67;
}

.navbar-container .search-input .search-list li a span[class*="bx bx-"] {
    font-size: 1.25rem;
}

.navbar-container .search-input .search-list li:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.navbar-container .search-input .search-list li:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.navbar-container .search-input .search-list li:hover, .navbar-container .search-input .search-list li.current_item {
    background-color: #f2f4f4;
}

.navbar-container .search-input .search-input-close {
    z-index: 1001;
    display: none;
    position: absolute;
    right: 1rem;
    top: 40%;
    cursor: pointer;
    color: #fff;
}

.navbar-light .search-input .input, .navbar-semi-dark .search-input .input {
    color: #404E67;
    display: none;
}

.navbar-light .search-input.open .input, .navbar-semi-dark .search-input.open .input {
    color: #404E67;
    border-bottom: 1px solid #e0e2e8;
    background-color: #fff;
    display: block;
}

.navbar-light .search-input.open .search-input-close, .navbar-semi-dark .search-input.open .search-input-close {
    color: #2a2e30;
}

.navbar-dark .search-input .input, .navbar-semi-light .search-input .input {
    color: #404E67;
}

.navbar-dark .search-input.open .input, .navbar-semi-light .search-input.open .input {
    color: #404E67;
    background-color: #fff;
}

.navbar-dark .search-input.open .input::placeholder, .navbar-semi-light .search-input.open .input::placeholder {
    color: #404E67;
}

.navbar-dark .search-input.open .search-input-close, .navbar-semi-light .search-input.open .search-input-close {
    color: #404E67;
}

@media (max-width: 767.98px) {
    #navbar-mobile .search-input.open .input {
        color: #fff;
    }
}

.chart-container {
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {
    .chart-container {
        overflow-x: scroll;
        overflow-y: visible;
        max-width: 100%;
    }
}

.chart {
    position: relative;
    display: block;
    width: 100%;
}

.jqstooltip {
    box-sizing: content-box;
}

[class*="bs-callout"] p {
    letter-spacing: 0.6px;
}

[class*="bs-callout"] .media {
    border-radius: 0.25rem !important;
}

[class*="bs-callout"].callout-bordered {
    border: 1px solid #ddd;
}

[class*="bs-callout"].callout-border-left {
    border-left: 5px solid;
}

[class*="bs-callout"].callout-border-right {
    border-right: 5px solid;
}

[class*="bs-callout"] .callout-arrow-left {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

[class*="bs-callout"] .callout-arrow-left:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -11%;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    margin-top: -8px;
}

[class*="bs-callout"] .callout-arrow-right {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

[class*="bs-callout"] .callout-arrow-right:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -11%;
    border-left: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    border-right: 8px solid;
    border-right-color: inherit;
    margin-top: -8px;
}

[class*="bs-callout"].callout-round {
    border-radius: 5rem !important;
}

[class*="bs-callout"].callout-round .media-left {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

[class*="bs-callout"].callout-round .media-right {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

[class*="bs-callout"].callout-square {
    border-radius: 0 !important;
}

[class*="bs-callout"].callout-square .media, [class*="bs-callout"].callout-square .callout-arrow-left, [class*="bs-callout"].callout-square .callout-arrow-right {
    border-radius: 0 !important;
}

.btn-social, .btn-social-icon {
    position: relative;
    padding-left: 3.95rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social> :first-child, .btn-social-icon> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.95rem;
    line-height: 2.7rem;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg, .btn-lg.btn-social-icon {
    padding-left: 3.25rem;
}

.btn-social.btn-lg> :first-child, .btn-lg.btn-social-icon> :first-child {
    line-height: 3.7rem;
    width: 3rem;
    font-size: 1.8em;
}

.btn-social.btn-sm, .btn-sm.btn-social-icon {
    padding-left: 3.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.btn-social.btn-sm> :first-child, .btn-sm.btn-social-icon> :first-child {
    line-height: 2.5rem;
    width: 3rem;
    font-size: 1.4em;
}

.btn-social.btn-xs, .btn-xs.btn-social-icon {
    padding-left: 2rem;
    font-size: 0.75rem;
    line-height: 0.2rem;
}

.btn-social.btn-xs> :first-child, .btn-xs.btn-social-icon> :first-child {
    line-height: 2rem;
    width: 1.8rem;
    font-size: 1.2em;
}

.btn-social-icon {
    height: 2.95rem;
    width: 2.95rem;
    padding: 0;
}

.btn-social-icon> :first-child {
    border: none;
    text-align: center;
    width: 100% !important;
}

.btn-social-icon.btn-lg {
    height: 4rem;
    width: 4rem;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-sm {
    height: 2.5rem;
    width: 2.5rem;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-xs {
    height: 2rem;
    width: 2rem;
    padding-left: 0;
    padding-right: 0;
}

.btn-adn {
    background-color: #d87a68;
    color: #fff;
    background-color: #d87a68;
    border-color: #fff;
}

.btn-adn:hover {
    color: #fff;
    background-color: #d87a68;
    border-color: #d87a68;
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #d87a68;
    border-color: #d87a68;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-adn.disabled, .btn-adn:disabled {
    color: #fff;
    background-color: #d87a68;
    border-color: #fff;
}

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

.btn-adn:not(:disabled):not(.disabled):active:focus, .btn-adn:not(:disabled):not(.disabled).active:focus, .show>.btn-adn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-bitbucket {
    background-color: #205081;
    color: #fff;
    background-color: #205081;
    border-color: #fff;
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #205081;
    border-color: #205081;
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #205081;
    border-color: #205081;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-bitbucket.disabled, .btn-bitbucket:disabled {
    color: #fff;
    background-color: #205081;
    border-color: #fff;
}

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

.btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket:not(:disabled):not(.disabled).active:focus, .show>.btn-bitbucket.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dropbox {
    background-color: #1087dd;
    color: #fff;
    background-color: #1087dd;
    border-color: #fff;
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #1087dd;
    border-color: #1087dd;
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #1087dd;
    border-color: #1087dd;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dropbox.disabled, .btn-dropbox:disabled {
    color: #fff;
    background-color: #1087dd;
    border-color: #fff;
}

.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active, .show>.btn-dropbox.dropdown-toggle {
    color: #fff;
    background-color: #0d6aad;
    border-color: #dfdfdf;
}

.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus, .show>.btn-dropbox.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

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

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-flickr {
    background-color: #ff0084;
    color: #fff;
    background-color: #ff0084;
    border-color: #fff;
}

.btn-flickr:hover {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084;
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-flickr.disabled, .btn-flickr:disabled {
    color: #fff;
    background-color: #ff0084;
    border-color: #fff;
}

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

.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show>.btn-flickr.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-foursquare {
    background-color: #f94877;
    color: #fff;
    background-color: #f94877;
    border-color: #fff;
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f94877;
    border-color: #f94877;
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f94877;
    border-color: #f94877;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-foursquare.disabled, .btn-foursquare:disabled {
    color: #fff;
    background-color: #f94877;
    border-color: #fff;
}

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

.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus, .show>.btn-foursquare.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.btn-github:hover {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-github.disabled, .btn-github:disabled {
    color: #fff;
    background-color: #444444;
    border-color: #fff;
}

.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show>.btn-github.dropdown-toggle {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #dfdfdf;
}

.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show>.btn-github.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

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

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #dd4b39;
    border-color: #fff;
}

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

.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show>.btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-instagram {
    background-color: #3f729b;
    color: #fff;
    background-color: #3f729b;
    border-color: #fff;
}

.btn-instagram:hover {
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b;
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
    color: #fff;
    background-color: #3f729b;
    border-color: #fff;
}

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

.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show>.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-linkedin {
    background-color: #007bb6;
    color: #fff;
    background-color: #007bb6;
    border-color: #fff;
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6;
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #007bb6;
    border-color: #fff;
}

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

.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show>.btn-linkedin.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft {
    background-color: #2672ec;
    color: #fff;
    background-color: #2672ec;
    border-color: #fff;
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #2672ec;
    border-color: #2672ec;
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #2672ec;
    border-color: #2672ec;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft.disabled, .btn-microsoft:disabled {
    color: #fff;
    background-color: #2672ec;
    border-color: #fff;
}

.btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active, .show>.btn-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #125acd;
    border-color: #dfdfdf;
}

.btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus, .show>.btn-microsoft.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-odnoklassniki {
    background-color: #f4731c;
    color: #fff;
    background-color: #f4731c;
    border-color: #fff;
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #f4731c;
    border-color: #f4731c;
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #f4731c;
    border-color: #f4731c;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
    color: #fff;
    background-color: #f4731c;
    border-color: #fff;
}

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

.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, .btn-odnoklassniki:not(:disabled):not(.disabled).active:focus, .show>.btn-odnoklassniki.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-openid {
    background-color: #f7931e;
    color: #2a2e30;
    background-color: #f7931e;
    border-color: #fff;
}

.btn-openid:hover {
    color: #2a2e30;
    background-color: #f7931e;
    border-color: #f7931e;
}

.btn-openid:focus, .btn-openid.focus {
    color: #2a2e30;
    background-color: #f7931e;
    border-color: #f7931e;
    box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}

.btn-openid.disabled, .btn-openid:disabled {
    color: #2a2e30;
    background-color: #f7931e;
    border-color: #fff;
}

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

.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus, .show>.btn-openid.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}

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

.btn-pinterest:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-pinterest.disabled, .btn-pinterest:disabled {
    color: #fff;
    background-color: #cb2027;
    border-color: #fff;
}

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9f191f;
    border-color: #dfdfdf;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show>.btn-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-reddit {
    background-color: #eff7ff;
    color: #2a2e30;
    background-color: #eff7ff;
    border-color: #000;
}

.btn-reddit:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
}

.btn-reddit.disabled, .btn-reddit:disabled {
    color: #2a2e30;
    background-color: #eff7ff;
    border-color: #000;
}

.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active, .show>.btn-reddit.dropdown-toggle {
    color: #2a2e30;
    background-color: #bcdeff;
    border-color: black;
}

.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus, .show>.btn-reddit.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
}

.btn-soundcloud {
    background-color: #ff5500;
    color: #fff;
    background-color: #ff5500;
    border-color: #fff;
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #ff5500;
    border-color: #ff5500;
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #ff5500;
    border-color: #ff5500;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-soundcloud.disabled, .btn-soundcloud:disabled {
    color: #fff;
    background-color: #ff5500;
    border-color: #fff;
}

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

.btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus, .show>.btn-soundcloud.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-tumblr {
    background-color: #2c4762;
    color: #fff;
    background-color: #2c4762;
    border-color: #fff;
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #2c4762;
    border-color: #2c4762;
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #2c4762;
    border-color: #2c4762;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-tumblr.disabled, .btn-tumblr:disabled {
    color: #fff;
    background-color: #2c4762;
    border-color: #fff;
}

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

.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show>.btn-tumblr.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

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

.btn-twitter:focus, .btn-twitter.focus {
    color: #2a2e30;
    background-color: #55acee;
    border-color: #55acee;
    box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}

.btn-twitter.disabled, .btn-twitter:disabled {
    color: #2a2e30;
    background-color: #55acee;
    border-color: #fff;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #2795e9;
    border-color: #dfdfdf;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show>.btn-twitter.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
}

.btn-vimeo {
    background-color: #1ab7ea;
    color: #fff;
    background-color: #1ab7ea;
    border-color: #fff;
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vimeo.disabled, .btn-vimeo:disabled {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #fff;
}

.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show>.btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: #dfdfdf;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show>.btn-vimeo.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vk {
    background-color: #587ea3;
    color: #fff;
    background-color: #587ea3;
    border-color: #fff;
}

.btn-vk:hover {
    color: #fff;
    background-color: #587ea3;
    border-color: #587ea3;
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #587ea3;
    border-color: #587ea3;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vk.disabled, .btn-vk:disabled {
    color: #fff;
    background-color: #587ea3;
    border-color: #fff;
}

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

.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show>.btn-vk.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-yahoo {
    background-color: #720e9e;
    color: #fff;
    background-color: #720e9e;
    border-color: #fff;
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #720e9e;
    border-color: #720e9e;
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #720e9e;
    border-color: #720e9e;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-yahoo.disabled, .btn-yahoo:disabled {
    color: #fff;
    background-color: #720e9e;
    border-color: #fff;
}

.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active, .show>.btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #500a6f;
    border-color: #dfdfdf;
}

.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus, .show>.btn-yahoo.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-adn {
    border: 1px solid #d87a68 !important;
    color: #d87a68;
}

.btn-outline-bitbucket {
    border: 1px solid #205081 !important;
    color: #205081;
}

.btn-outline-dropbox {
    border: 1px solid #1087dd !important;
    color: #1087dd;
}

.btn-outline-facebook {
    border: 1px solid #3b5998 !important;
    color: #3b5998;
}

.btn-outline-flickr {
    border: 1px solid #ff0084 !important;
    color: #ff0084;
}

.btn-outline-foursquare {
    border: 1px solid #f94877 !important;
    color: #f94877;
}

.btn-outline-github {
    border: 1px solid #444444 !important;
    color: #444444;
}

.btn-outline-google {
    border: 1px solid #dd4b39 !important;
    color: #dd4b39;
}

.btn-outline-instagram {
    border: 1px solid #3f729b !important;
    color: #3f729b;
}

.btn-outline-linkedin {
    border: 1px solid #007bb6 !important;
    color: #007bb6;
}

.btn-outline-microsoft {
    border: 1px solid #2672ec !important;
    color: #2672ec;
}

.btn-outline-odnoklassniki {
    border: 1px solid #f4731c !important;
    color: #f4731c;
}

.btn-outline-openid {
    border: 1px solid #f7931e !important;
    color: #f7931e;
}

.btn-outline-pinterest {
    border: 1px solid #cb2027 !important;
    color: #cb2027;
}

.btn-outline-reddit {
    border: 1px solid #ff4500 !important;
    color: #ff4500;
}

.btn-outline-soundcloud {
    border: 1px solid #ff5500 !important;
    color: #ff5500;
}

.btn-outline-tumblr {
    border: 1px solid #2c4762 !important;
    color: #2c4762;
}

.btn-outline-twitter {
    border: 1px solid #55acee !important;
    color: #55acee;
}

.btn-outline-vimeo {
    border: 1px solid #1ab7ea !important;
    color: #1ab7ea;
}

.btn-outline-vk {
    border: 1px solid #587ea3 !important;
    color: #587ea3;
}

.btn-outline-yahoo {
    border: 1px solid #720e9e !important;
    color: #720e9e;
}

.btn-outline-adn:hover {
    color: #ad412d;
    border: 1px solid #ad412d !important;
}

.btn-outline-bitbucket:hover {
    color: #0c1d2f;
    border: 1px solid #0c1d2f !important;
}

.btn-outline-dropbox:hover {
    color: #094d7e;
    border: 1px solid #094d7e !important;
}

.btn-outline-facebook:hover {
    color: #1e2e4f;
    border: 1px solid #1e2e4f !important;
}

.btn-outline-flickr:hover {
    color: #99004f;
    border: 1px solid #99004f !important;
}

.btn-outline-foursquare:hover {
    color: #d4073d;
    border: 1px solid #d4073d !important;
}

.btn-outline-github:hover {
    color: #111111;
    border: 1px solid #111111 !important;
}

.btn-outline-google:hover {
    color: #96271a;
    border: 1px solid #96271a !important;
}

.btn-outline-instagram:hover {
    color: #223d52;
    border: 1px solid #223d52 !important;
}

.btn-outline-linkedin:hover {
    color: #003650;
    border: 1px solid #003650 !important;
}

.btn-outline-microsoft:hover {
    color: #0e459e;
    border: 1px solid #0e459e !important;
}

.btn-outline-odnoklassniki:hover {
    color: #a24608;
    border: 1px solid #a24608 !important;
}

.btn-outline-openid:hover {
    color: #a95e06;
    border: 1px solid #a95e06 !important;
}

.btn-outline-pinterest:hover {
    color: #731216;
    border: 1px solid #731216 !important;
}

.btn-outline-reddit:hover {
    color: #992900;
    border: 1px solid #992900 !important;
}

.btn-outline-soundcloud:hover {
    color: #993300;
    border: 1px solid #993300 !important;
}

.btn-outline-tumblr:hover {
    color: #0c141c;
    border: 1px solid #0c141c !important;
}

.btn-outline-twitter:hover {
    color: #147bc9;
    border: 1px solid #147bc9 !important;
}

.btn-outline-vimeo:hover {
    color: #0d7091;
    border: 1px solid #0d7091 !important;
}

.btn-outline-vk:hover {
    color: #344b61;
    border: 1px solid #344b61 !important;
}

.btn-outline-yahoo:hover {
    color: #2e0640;
    border: 1px solid #2e0640 !important;
}

.bg-adn {
    background-color: #d87a68;
}

.bg-bitbucket {
    background-color: #205081;
}

.bg-dropbox {
    background-color: #1087dd;
}

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

.bg-flickr {
    background-color: #ff0084;
}

.bg-foursquare {
    background-color: #f94877;
}

.bg-github {
    background-color: #444444;
}

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

.bg-instagram {
    background-color: #3f729b;
}

.bg-linkedin {
    background-color: #007bb6;
}

.bg-microsoft {
    background-color: #2672ec;
}

.bg-odnoklassniki {
    background-color: #f4731c;
}

.bg-openid {
    background-color: #f7931e;
}

.bg-pinterest {
    background-color: #cb2027;
}

.bg-reddit {
    background-color: #ff4500;
}

.bg-soundcloud {
    background-color: #ff5500;
}

.bg-tumblr {
    background-color: #2c4762;
}

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

.bg-vimeo {
    background-color: #1ab7ea;
}

.bg-vk {
    background-color: #587ea3;
}

.bg-yahoo {
    background-color: #720e9e;
}

/*=========================================================================================
	File Name: demo.scss
	Description: CSS used for demo purpose only. Remove this css from your project.
	----------------------------------------------------------------------------------------
	Item Name: Stack - Responsive Admin Theme
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/

.fonticon-container>.fonticon-wrap {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 4.8rem;
    text-align: center;
    border-radius: 0.1875rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
}

.fonticon-container>.fonticon-wrap>i {
    font-size: 2.28rem;
    transition: all .2s ease-in-out;
}

.fonticon-container>.fonticon-wrap.youtube {
    width: 100px;
}

.fonticon-container:hover i {
    color: #00b5b8;
    font-size: 2.9rem;
    transform: scale(1.3);
}

.fonticon-container>.fonticon-classname, .fonticon-container>.fonticon-unit {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
}

.fonticon-container>.fonticon-unit {
    font-size: 1rem;
    font-style: italic;
}

.scroll-example {
    padding: 0.5rem;
    position: relative;
    border: 2px solid #d3dce9;
    overflow: auto;
}

.scroll-example .horz-scroll-content {
    width: 1200px;
}

.browser {
    background: #e0e0e0;
    border: 4px solid #e0e0e0;
    width: 100%;
    height: 12rem;
    padding-top: 20px;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.browser iframe {
    border: 0;
    background: #fff;
    height: 100%;
    width: 100%;
}

.loader-wrapper {
    height: 8em;
}

.maintenance-icon {
    font-size: 4rem;
}

.animationIcon {
    right: 30px;
    bottom: 10px;
}

/*=========================================================================================
	File Name: customizer.scss
	Description: CSS used for demo purpose only. Remove this css from your project.
	----------------------------------------------------------------------------------------
	Item Name: Stack - Responsive Admin Theme
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/

.customizer {
    width: 400px;
    right: -400px;
    padding: 0;
    background-color: #FFF;
    z-index: 1051;
    position: fixed;
    top: 0;
    bottom: 0;
    height: calc(var(--vh, 1vh) * 100);
    transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    backface-visibility: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.customizer.open {
    right: 0;
}

.customizer .customizer-content {
    position: relative;
    height: 100%;
}

.customizer a.customizer-toggle {
    background: #FFF;
    color: #00b5b8;
    display: block;
    box-shadow: -3px 0px 8px rgba(0, 0, 0, 0.1);
}

.customizer a.customizer-close {
    color: #000;
}

.customizer .customizer-close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 7px;
    width: auto;
    z-index: 10;
}

.customizer .customizer-toggle {
    position: absolute;
    top: 35%;
    width: 54px;
    height: 50px;
    left: -54px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.customizer .color-options a {
    white-space: pre;
}

.customizer .customizer-sidebar-options .active {
    background-color: #00b5b8;
    border-color: #00b5b8;
    color: #FFF;
}

.buy-now {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 1031;
}

@media screen and (min-width: 0px) {
    head {
        font-family: "xs 0px";
    }
    body:after {
        content: "xs - min-width: 0px";
    }
}

@media screen and (min-width: 544px) {
    head {
        font-family: "sm 544px";
    }
    body:after {
        content: "sm - min-width: 544px";
    }
}

/* @media screen and (min-width: 768px) {
    head {
        font-family: "md 768px";
    }
    body:after {
        content: "md - min-width: 768px";
    }
} */

@media screen and (min-width: 992px) {
    head {
        font-family: "lg 992px";
    }
    body:after {
        content: "lg - min-width: 992px";
    }
}

@media screen and (min-width: 1200px) {
    head {
        font-family: "xl 1200px";
    }
    body:after {
        content: "xl - min-width: 1200px";
    }
}

head {
    clear: both;
}

head title {
    font-family: "xs 0px, sm 544px, md 768px, lg 992px, xl 1200px";
}

body:after {
    display: none;
}

*[data-usn-if] {
    display: none;
}

.group-area {
    margin-bottom: 3rem;
}

.block {
    display: block;
    width: 100%;
}

/* Input with icon */

.has-icon-left .form-control {
    padding-left: 2.5rem;
}

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

/*---------------------------------
Input Icon
---------------------------------*/

.position-relative .form-control {
    padding-right: calc(2.75rem + 2px);
}

.position-relative .form-control.form-control-lg~.form-control-position {
    top: 10px;
}

.position-relative .form-control.form-control-sm~.form-control-position {
    top: -3px;
}

/* Input Icon left */

.has-icon-left .form-control {
    padding-right: 1rem;
    padding-left: calc(2.75rem + 2px);
}

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

input[type="color"] {
    height: calc(2.75rem + 2px);
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 1.45;
}

.font-size-large {
    font-size: 1.25rem;
}

.font-size-base {
    font-size: 1rem;
}

.font-size-small {
    font-size: 0.875rem;
}

.font-size-xsmall {
    font-size: 0.75rem;
}

.input-group-xs .form-control, .input-group-xs .input-group-addon, .input-group-xs .input-group-btn>button {
    padding: 0.175rem 0.5rem;
    font-size: 0.725rem;
    line-height: 1.677777;
    border-bottom-left-radius: 0.175rem;
    border-top-left-radius: 0.175rem;
    height: 2rem;
}

.input-group-xs .input-group-btn>button {
    border-radius: 0.175rem;
}

.input-group-xs>.form-control, .input-group-xs>.custom-select, .input-group-xs>.input-group-prepend>.input-group-text, .input-group-xs>.input-group-append>.input-group-text, .input-group-xs>.input-group-prepend>.btn, .input-group-xs>.input-group-append>.btn {
    padding: 0.25rem 0.75rem;
    font-size: .75rem;
}

.input-group-addon {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.floating-label-form-group-with-focus label, .floating-label-form-group-with-value label {
    color: #00b5b8 !important;
    text-transform: uppercase;
    font-weight: 400;
}

.select2-container--classic:focus, .select2-container--default:focus {
    outline: none;
}

.select2-container--classic .img-flag, .select2-container--default .img-flag {
    height: 15px;
    width: 18px;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered i, .select2-container--default .select2-selection--single .select2-selection__rendered i {
    margin-right: 0.5rem;
}

.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #CCCCCC !important;
    outline: 0;
}

.select2-container--classic.select2-container--focus, .select2-container--default.select2-container--focus {
    outline: 0;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #CCCCCC !important;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    padding: 5px 8px !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 10px !important;
    margin-top: 0px !important;
    background-color: #00b5b8 !important;
    border: none;
    color: #fff;
    margin-right: 8px !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
    padding: 0 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    float: right;
    margin-left: 0.5rem;
}

.select2-container--classic .select2-selection--multiple i, .select2-container--default .select2-selection--multiple i {
    position: relative;
    top: 1px;
    margin-right: 0.5rem;
    padding-left: 1px;
}

.select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice, .select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice {
    background-color: rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.select2-container--classic .select2-results__options .select2-results__option i, .select2-container--default .select2-results__options .select2-results__option i {
    margin-right: 0.5rem;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #00b5b8 !important;
    color: #fff !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E0E0E0 !important;
    color: #424242 !important;
}

.select2-container--classic .select2-result-repository .select2-result-repository__avatar, .select2-container--default .select2-result-repository .select2-result-repository__avatar {
    width: 22%;
    float: left;
}

.select2-container--classic .select2-result-repository .select2-result-repository__avatar img, .select2-container--default .select2-result-repository .select2-result-repository__avatar img {
    width: 75px;
}

.select2-container--classic .select2-result-repository .select2-result-repository__meta, .select2-container--default .select2-result-repository .select2-result-repository__meta {
    width: 78%;
    float: right;
}

.select2-container--classic .select2-result-repository .select2-result-repository__meta .select2-result-repository__title, .select2-container--default .select2-result-repository .select2-result-repository__meta .select2-result-repository__title {
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: capitalize;
}

.select2-container--classic .select2-result-repository .select2-result-repository__meta .select2-result-repository__statistics div, .select2-container--default .select2-result-repository .select2-result-repository__meta .select2-result-repository__statistics div {
    display: inline;
    margin-right: 1rem;
}

.select2-container--classic .select-lg, .select2-container--default .select-lg {
    height: calc(3.5625rem + 2px) !important;
    font-size: 1.25rem;
    margin-bottom: 0 !important;
    padding: 0.75rem 0;
}

.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--single .select2-selection__rendered {
    padding-top: 0.1rem;
    padding-left: 0.75rem;
    padding-right: 5rem;
}

.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow, .select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
    top: 0.75rem !important;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__choice {
    padding: 0.2rem 0.5rem !important;
    font-size: 1.25rem;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0;
    font-size: 1.25rem;
}

.select2-container--classic .select-sm, .select2-container--default .select-sm {
    height: 2.5rem !important;
    font-size: 0.875rem;
    padding: 0.1rem 0.2rem;
    margin-bottom: 0 !important;
}

.select2-container--classic .select-sm.select2-selection--single .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--single .select2-selection__rendered {
    padding-left: 0.5rem;
    padding-right: 5rem;
}

.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow, .select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
    top: 0.25rem !important;
}

.select2-container--classic .select-sm.select2-selection--multiple, .select2-container--default .select-sm.select2-selection--multiple {
    min-height: 2.5rem !important;
    padding: 0.25rem 0.25rem !important;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.25rem !important;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
    padding: 0 0.25rem !important;
    font-size: 0.875rem;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0.1rem 0;
    margin-top: 0;
}

.select2-container--classic .select-xs, .select2-container--default .select-xs {
    height: 2rem !important;
    padding: 0 0.2rem;
    font-size: 0.75rem;
    margin-bottom: 0 !important;
    line-height: 1.5;
}

.select2-container--classic .select-xs.select2-selection--single .select2-selection__rendered, .select2-container--default .select-xs.select2-selection--single .select2-selection__rendered {
    padding-left: 0.525rem;
    padding-right: 4.55rem;
}

.select2-container--classic .select-xs.select2-selection--single .select2-selection__arrow, .select2-container--default .select-xs.select2-selection--single .select2-selection__arrow {
    top: 0.175rem !important;
}

.select2-container--classic .select-xs.select2-selection--multiple, .select2-container--default .select-xs.select2-selection--multiple {
    min-height: 2rem !important;
    padding: 3px 4px !important;
}

.select2-container--classic .select-xs.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-xs.select2-selection--multiple .select2-selection__choice {
    padding: 0 0.4rem !important;
    font-size: 0.75rem;
}

.select2-container--classic .select-xs.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0;
    font-size: 0.75rem;
    margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
    right: 6px !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 1px !important;
    right: 2px !important;
    height: 96% !important;
}

table.dataTable, .dataTables_wrapper {
    border-spacing: 0px;
}

table.dataTable thead th, table.dataTable.no-footer th, .dataTables_wrapper thead th, .dataTables_wrapper.no-footer th {
    border-bottom: transparent;
}

table.dataTable tfoot th, .dataTables_wrapper tfoot th {
    border-top: transparent;
}

.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, .content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #00b5b8;
    border-radius: 0;
    top: 10px;
    left: 10px;
    box-shadow: 0 0 2px #444;
}

.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, .content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #ff7588;
}

.DTFC_LeftBodyLiner {
    top: -1px !important;
}

div.dataTables_wrapper {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    margin-left: 0;
    padding: 0;
    border: none !important;
}

div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover {
    background: none;
    border: 1px solid transparent;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 10px 0;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
    display: inline-block;
}

/* div.dataTables_wrapper div.dataTables_length select {
    background: none;
    background-image: url("../images/pages/arrow-down.png");
    background-position: 86% 57%;
    background-repeat: no-repeat;
    background-size: 12px 10px; } */

div.dataTables_wrapper div .dataTables_scroll .dataTables_scrollBody {
    border-bottom: transparent;
}

div.dataTables_wrapper div .dataTables_scroll .dataTables_scrollBody>.table {
    margin: 0;
}

div.dataTables_wrapper div .top .dataTables_info, div.dataTables_wrapper div .top .dataTables_filter, div.dataTables_wrapper div .top .dataTables_length, div.dataTables_wrapper div .bottom .dataTables_info, div.dataTables_wrapper div .bottom .dataTables_filter, div.dataTables_wrapper div .bottom .dataTables_length {
    float: none;
}

td.highlight {
    font-weight: bold;
    color: #00b5b8;
    background-color: #fff !important;
}

tr.group {
    background-color: #ededed !important;
}

tr.group:hover {
    background-color: #ededed !important;
}

th {
    white-space: nowrap;
}

.toolbar {
    float: left;
}

.no-style thead>tr>th, .no-style tfoot>tr>th {
    border-bottom: 1px solid #e3ebf3;
}

table.dataTable.compact tbody td {
    padding: 4px;
}

table.dataTable.no-footer {
    border-bottom-color: #E6E6E6;
}

.table-striped tbody tr.odd.selected, .table-striped tbody tr.even.selected {
    background-color: #00b5b8;
    color: #fff;
}

table.dataTable tbody>tr>.selected {
    background-color: #00b5b8;
    color: #fff;
}

a.dt-button.red {
    color: red;
}

a.dt-button.orange {
    color: orange;
}

a.dt-button.green {
    color: green;
}

.dataex-css-row tr {
    height: 55px;
}

.dataex-key-customstyling td.focus {
    outline: 1px solid #ac1212;
    outline-offset: -3px;
    background-color: #e3ebf3 !important;
}

.dt-events-log {
    border: 1px solid #888;
    background: #f7f7f7;
    padding: 1em;
    margin-bottom: 1em;
}

.dataTables_wrapper tfoot input {
    width: 100%;
    box-sizing: border-box;
}

td.details-control {
    background: url("../images/datatables/resources/details_open.png") no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url("../images/datatables/resources/details_close.png") no-repeat center center;
}

.DTFC_LeftBodyLiner, .DTFC_RightBodyLiner {
    background: white;
    overflow: hidden !important;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
}

@media screen and (max-width: 600px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    div.dataTables_wrapper div.row:last-child {
        justify-content: space-between;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        float: right;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter#users-contacts_filter {
        text-align: right;
    }
    div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        display: block;
        text-align: center;
    }
    div.dataTables_wrapper div.dataTables_info ul.pagination, div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}

@media (max-width: 991.98px) {
    .dataTables_wrapper table {
        display: table;
        width: 100%;
        min-height: .01%;
        overflow-x: auto;
    }
}

.nav-form-custom .nav-item .active {
    border: 2px solid #2196F3;
}

div#modules-form {
    text-align: center;
}

div#modules-form .task-list {
    min-height: 180px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0px;
}

#modules-form li {
    list-style-type: none;
}

#modules-form span {
    font-weight: bold;
    text-transform: Uppercase;
}

.custom-select {
    box-shadow: none !important;
    outline: none !important;
}

.custom-select:focus {
    border-color: #babfc7;
}

/* BUILDER */

/* Builder */

.builder.edit .demo .row:before {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #999;
    content: "Row";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    line-height: 2;
    padding: 3px 15px;
    position: absolute;
    top: -1px;
}

.builder.edit .column:after {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #999;
    content: "Column";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 8px 15px;
    position: absolute;
    top: -1px;
}

.builder .demo .preview {
    display: none;
}

.builder .sidebar-nav .view, .builder .sidebar-nav .remove, .builder .sidebar-nav .UploadImage, .builder .sidebar-nav .configuration, .builder .sidebar-nav .boxes {
    display: none;
}

.demo .configuration .btn {
    color: #fff;
}

.builder .demo .row {
    background-color: #f4f6f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    position: relative;
    padding: 25px 14px 0;
}

.builder .demo .box {
    position: relative;
    background-color: #2f3c4b;
    color: #fff;
    border: 1px dashed #ddd;
}

.builder .demo .box .view {
    position: relative;
}

.builder .demo .box .view .input-group-append {
    position: absolute;
    right: 0;
    z-index: 9999999;
    background-color: #fff;
}

.demo .box .ui-sortable-helper .image {
    width: 100px;
}

.demo .image {
    width: 100%;
}

.builder .column {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    padding: 39px 19px 24px;
    position: relative;
}

.builder.edit .demo:after {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #9DA0A4;
    content: "Container";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}

.builder.edit .demo {
    margin-left: 0px;
    margin-top: 10px;
    padding: 30px 15px 15px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: relative;
    word-wrap: break-word;
    width: 100%;
}

.builder .ui-sortable-placeholder {
    outline: 1px dashed #ddd;
    visibility: visible !important;
    border-radius: 4px;
}

.builder .ui-draggable-dragging .view {
    display: block;
}

.builder .preview {
    width: 90%;
    margin-bottom: 5px;
}

.builder .accordion-group .ui-draggable-handle {
    float: right;
    margin-top: 7px;
}

.demo .ui-draggable-handle {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9;
}

/* .demo .ui-sortable-helper{
   width: 100px!important;
   float: right;

} */

.demo .lyrow {
    position: relative;
}

.demo .remove {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9;
    background: #d8dde2 !important;
    color: #212529;
    font-size: 13px;
    border: 1px solid #d8dde2;
    font-weight: 500;
    padding: 5px 9px;
}

.demo .remove:hover {
    background: #2196F3 !important;
    color: #fff !important;
    border-color: #626be3;
}

.builder .accordion-group {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0px 7px 0px 10px;
}

.builder .accordion-group .nav-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
}

.builder #elmComponents .box {
    border: 1px solid #ddd;
    padding: 5px 0px 0px 8px;
    border-radius: 6px;
}

.demo .module-images {
    position: relative;
}

.demo .UploadImage.badge {
    display: none;
}

.demo .module-images:hover .UploadImage.badge {
    display: block;
    position: absolute;
    top: 40%;
    left: 10%;
    padding: 40px;
    background-color: #0e0d0d8c!important;
    border: 1px dashed #fffefe;
    width: 80%;
    cursor: pointer;
    font-size: 20px;
}

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 12px;
    height: 60px;
}

.task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    list-style-type: none;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0.4rem;
    border: 1px solid #2196F3;
    color: #2196F3;
    border-radius: 0.2rem;
    cursor: move;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
}

.task p {
    margin-bottom: 0px;
    display: block;
    width: 100%;
}

.removeDiv {
    cursor: pointer;
}

.removeDiv:hover {
    color: #2196F3;
}

.gu-mirror {
    position: fixed!important;
    margin: 0!important;
    z-index: 9999!important;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.gu-hide {
    display: none!important
}

.gu-unselectable {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.gu-transit {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.task-list {
    min-height: 100px;
}

.task-list li {
    list-style: none;
}

.header-navbar .nav-item.full {
    position: inherit;
}

.header-navbar .nav-item.full .dropdown-menu {
    width: 98%;
    left: 0px;
    margin: 0 1%;
}

.header-navbar .nav-item.full .sub2-menu {
    float: left;
    margin-top: 20px;
    width: 16%;
}

.header-navbar .nav-item.full .sub2-menu li {
    list-style: none;
    margin-bottom: 15px;
}

.header-navbar .nav-item.full .sub2-menu li a {
    color: #333;
}

.header-navbar .nav-item.full .sub2-menu li.title {
    font-weight: bold;
    text-transform: uppercase;
}

.switch~.btn-group .btn {
    /* -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); */
    border: 1px solid #cecece;
    border-radius: 0 !important;
}

div.dt-buttons {
    margin-left: 5px;
    margin-top: 5px;
}

.note-toolbar {
    background: #f7f7f4;
}

.note-toolbar .note-btn {
    color: #141414;
    border-color: #efefef;
    background-color: #fff;
    padding: 10px;
}

.note-editable {
    min-height: 200px
}

.card-header .card-title .btn {
    margin-top: -10px;
    padding: 0.40rem 0.75rem;
}

.card-title .custom-title.mb-3 {
    margin-bottom: 0px !important;
}

.mt-language {
    margin-top: 26px;
}

.sort-content {
    float: right;
    margin-top: 35px;
    margin-bottom: 0px;
}

.sort-content label {
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 9px;
}

.sort-content input {
    float: left;
    width: 70px;
    height: 35px;
    text-align: center;
}

.page-list .ui-state-default {
    background: #fff !important;
    cursor: move;
    border: none;
}

.page-list .ui-state-default a {
    color: #fff !important;
}

.upload-photo {
    text-align: center;
    border: 1px dotted #2196F3;
    cursor: pointer;
    padding: 10px;
    color: #2196F3;
    margin-bottom: 10px;
}

.fixed-button {
    width: 60px;
    position: fixed;
    right: 0px;
    z-index: 9999;
    top: 30%;
}

.fixed-button a {
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.seo-div {
    width: 100%;
}

.order-icon {
    font-size: 25px;
    padding-left: 15px;
}

.makro-list button {
    background: none;
    border: none;
}

.makro-tab {
    position: absolute;
    margin-top: -62px;
}

a.image-upload {
    text-align: center;
    display: block;
    border: 1px dotted;
    padding: 40px;
}

.range-main>div {
    margin-bottom: 25px;
}

.range-main .input-group {
    margin-bottom: 5px;
}

.fixed-button .number {
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #2196F3;
    line-height: 30px;
    border-radius: 100%;
}

input.error {
    border-color: red!important;
}

#data-table-list_wrapper .dataTables_length {
    display: none !important;
}

#data-table-list_wrapper .dataTables_filter {
    display: none !important;
}

#data-table-list_wrapper .dataTables_info {
    display: none !important;
}

#data-table-list_wrapper td.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}

span.wz-sub-header {
    display: block;
    margin-top: 20px;
}

.navbar-light .navbar-brand {
    /*margin-left:20px;*/
}

.option-navbar {
    position: absolute;
    top: -65px;
    left: 0;
}

#product-datatable_wrapper .btn-sm {
    padding: 0.35rem 0.4rem !important;
}

#order-datatable_wrapper .order_status {
    text-align: center;
    white-space: nowrap;
}

form.themes-form .form-group {
    /* border:1px dotted #ddd; */
    padding: 20px;
    text-align: center;
}

form.themes-form .form-group label {
    text-transform: uppercase;
    font-weight: 600;
}

.themes-sidebar .card-body {
    padding: 0px;
}

.themes-sidebar .card {
    display: block;
}

.update-notes .pull-right {
    text-align: center;
}

.update-notes b {
    display: block;
    font-size: 12px;
}

dd[class*="option-row-content-"] {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
}

dl dt {
    line-height: 25px;
}

.progressbar {
    position: fixed;
    bottom: -100%;
    height: 20px;
    width: 72%;
    z-index: 99;
}

#product-filter-area {
    display: none;
}

.filter-content .form-group {
    margin-bottom: 20px;
}

.filter-content select {}

.filter-content .select2-selection--single {
    border-radius: 0px !important;
    border: 1px solid #babfc7 !important;
    outline: none !important;
    color: #babfc7 !important;
}

.filter-content .select2-selection__rendered {
    color: #444 !important;
}

#product-filter-button {
    text-transform: none;
    margin-left: 20px;
    font-size: 13px;
    margin-top: 0px !important;
    border-radius: 0px !important;
}

#product-filter-button i {
    margin-right: 5px;
}

#product-filter-button-close {
    text-transform: none;
    margin-left: 20px;
    display: None;
    font-size: 13px;
    margin-top: 0px !important;
    border-radius: 0px !important;
}

#product-filter-button-close i {
    margin-right: 5px;
}

/* New Big Table Design Eticex */

/* table.big-table-ex.table.table-striped.table-bordered.base-style.dataTable.table-responsive.no-footer.DTFC_Cloned thead tr,
table.big-table-ex.table.table-striped.table-bordered.base-style.dataTable.table-responsive.no-footer.DTFC_Cloned thead td{
  height: 64px;
  line-height: 3;
} */

/* .dataTables_scrollBody table#product-datatable thead {
  display: none;
} */

.dataTables_scrollBody table#product-datatable tbody tr:first-child td {
    border-top: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
}

#product-datatable td:nth-child(1), #product-datatable td:nth-child(2), #product-datatable td:nth-child(3) {
    width: unset !important;
    white-space: nowrap;
}

div#context-menu, .ex-options-menu .dropdown-menu {
    box-shadow: 0 0 5px 3px #8a8a8aad;
    padding: 0;
    border-radius: 0.25rem !important;
    transition: unset !important;
}

div#context-menu a.dropdown-item i, .ex-options-menu .dropdown-menu a.dropdown-item i {
    font-size: unset !important;
}

div#context-menu a.dropdown-item, .ex-options-menu .dropdown-menu a.dropdown-item {
    border-bottom: 1px solid gainsboro;
    padding: 10px;
	line-height:14px;
}

div#context-menu a.dropdown-item:last-child, .ex-options-menu .dropdown-menu a.dropdown-item:last-child {
    border: none;
}

/* Product List Bonibon */

.big-table-ex .bonibon, #product-datatable .bonibon {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 3px;
    background-color: #ffffff;
    color: white;
    border: 1px solid #9e9e9e;
}

.big-table-ex .bonibon.blue-bonibon.active, #product-datatable .bonibon.blue-bonibon.active {
    background-color: #75c5c5;
    color: white;
}

.big-table-ex .bonibon.green-bonibon.active, #product-datatable .bonibon.green-bonibon.active {
    background-color: #ff9234;
    color: white;
}

.big-table-ex .bonibon.orange-bonibon.active, #product-datatable .bonibon.orange-bonibon.active {
    background-color: #a9ff99;
    color: white;
}

/* .big-table-ex tbody td, tbody tr {
    padding: 15px 18px !important;
} */

.big-table-ex thead tr, thead td {
    height: 64px;
    line-height: 3;
}

.dataTables_scrollHeadInner table.big-table-ex thead {
    border: none !important;
}

.big-table-ex.big-table-ex tbody td.select-checkbox:before, .big-table-ex tbody th.select-checkbox:before {
    width: 20px;
    height: 20px;
    top: 20px;
    border-radius: 3px;
}

.big-table-ex tr.selected td.select-checkbox:after, .big-table-ex tr.selected th.select-checkbox:after {
    margin: auto !important;
    top: 0;
    bottom: 0;
    display: table;
    font-size: 17px;
    left: 10px;
    right: 0;
}

.big-table-ex .bonibon {
    width: 20px;
    height: 20px;
}

.big-table-ex {
    border: .5px solid gainsboro;
    border-radius: 15px;
}

.big-table-ex tbody tr {
    background-color: transparent;
}

.big-table-ex {
    width: max-content !important;
    min-width: 100%!important;
    display: table;
    word-wrap: break-word;
    padding-left: 5px;
    padding-right: 5px;
}

.big-table-ex tbody tr.odd.selected, .big-table-ex tbody tr.even.selected {
    background-color: #1eb5b8 !important;
    color: #fff;
}

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

.big-table-ex input.orderSelectAll {
    width: 16px !important;
    height: 16px !important;
    position: relative;
    left: -5px;
}

.ex-pull-left {
    float: left!important;
    margin: 7.5px 0;
    display: flex;
    align-items: center;
}

.ex-pull-right {
    float: right!important;
    display: flex;
    align-items: center;
    margin: 7.5px 0;
    justify-content: flex-end;
    padding: 0;
}

.ex-tab-caps label {
    margin: 0 !important;
    width: inherit;
}

.ex-tab-caps {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.filterMenu {
    text-align: right;
}

.iconic {
    display: flex;
}

.filterMenu a, .iconic a {
    margin: 0 0 0 10px;
    color: black !important;
    font-weight: 600;
    padding: 10px 20px;
}

.filterMenu a:hover {
    text-decoration: none !important;
}

.openShadow {
    box-shadow: 8px 3px 10px 0px #cacaca;
}

.closeShadow {
    box-shadow: 0;
}

.big-table-ex.big-table-ex tbody td.select-checkbox:before, .big-table-ex tbody th.select-checkbox:before {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #767676;
}

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
    padding: 0 !important;
}

.big-table-ex tr.selected td.select-checkbox:after, .big-table-ex tr.selected th.select-checkbox:after {
    margin: auto !important;
    top: 0;
    bottom: 0px;
    display: table;
    font-size: 12px;
    left: 1px;
}

.big-table-ex .bonibon {
    width: 15px;
    height: 15px;
}

.big-table-ex {
    border: .5px solid gainsboro;
    border-radius: 15px;
}

.big-table-ex tbody tr {
    background-color: transparent;
}

.big-table-ex tbody tr.odd.selected, .big-table-ex tbody tr.even.selected {
    background-color: #1eb5b8 !important;
    color: #fff;
}

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

.ex-new-pull-right {
    display: flex;
}

.dataTables_filter {
    width: 100%;
}

.ex-pull-left div.dataTables_filter input {
    min-height: 45px;
    min-width: 100%;
    margin: 0 !important;
    background: #f5f7fa;
    float: left;
    border-radius: 8px !important;
    position: relative;
    outline: 0 !important;
    font-size: unset;
}

.ex-pull-left div.dataTables_filter input::placeholder {
    color: rgb(107, 107, 107);
    font-weight: 500;
}

.ex-pull-left div.dataTables_filter input:before {
    content: "\f002";
    position: absolute;
    right: 5px;
    top: 0%;
    bottom: 0;
    margin: auto;
}

.darklord {
    display: none;
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.37);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.optionSys span.close, .filterSys span.close {
    background: white !important;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
    border: 1px solid gainsboro;
    line-height: 1.3;
    font-size: 19px;
}

.optionSys .list-group, .filterSys .list-group {
    min-width: 400px;
    max-height: 600px;
    overflow: auto;
    margin-top: 100px;
}

.optionSys.actFlex .text, .filterSys.actFlex .text {
    padding: 0 50px;
    top: 100px;
    text-align: center;
}

.optionSys, .filterSys {
    max-width: 100%;
    width: 500px;
    height: 100%;
    position: fixed;
    background: white;
    z-index: 100000;
    right: 0;
    top: 0;
    right: -500px;
    overflow: auto;
    overflow-x: hidden;
}

.filterSys a.list-group-item.list-group-item-action {
    justify-content: space-between;
}

.actFlex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

a.list-group-item.list-group-item-action {
    display: flex;
    align-items: center;
    margin: 5px 0 !important;
}

a.list-group-item.list-group-item-action input[type="checkbox"] {
    margin-right: 15px;
}

.bordered-ex-table {
    border: 1px solid gainsboro;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px 20px -5px #00000069;
}

@media (max-width:1200px) {
    .ex-tab-caps {
        display: block;
    }
    .ex-pull-left div.dataTables_filter input {
        min-width: 100%;
    }
    .ex-pull-right {
        display: block;
    }
    .ex-new-pull-right {
        display: -webkit-inline-box;
    }
    .filterMenu {
        display: flex;
    }
}

.mobileSubmit {
    display: none;
}

@media (max-width:991px) {
    .inMobileSubmit {
        display: none;
    }
    .mobileSubmit {
        display: flex;
    }
    div.dt-buttons {
        display: flex !important;
    }
    .ex-noCart-header h4 {
        margin: 0 5px;
    }
}

.ex-right-modal * {
    border-radius: 0 !important;
}

.ex-right-modal .modal-dialog {
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
}

.ex-right-modal .modal-dialog .modal-content {
    height: 100%;
}

.ex-right-modal td, .ex-right-modal th {
    padding: 20px !important;
}

.ex-right-modal .modal-body, .ex-right-modal .modal-body {
    max-height: 100% !important;
    overflow-y: scroll !important;
    /* margin: auto; */
}

.ex-right-modal h5.modal-title {
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}

.ex-right-modal .modal-header .close {
    margin: 0 !important;
    padding: 7px !important;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    font-size: 35px;
    line-height: 0;
    border: 0;
    border: 1px solid gainsboro;
    outline: none !important;
    border-radius: 100% !important;
}

.ex-right-modal .modal-header {
    flex-direction: row-reverse;
    align-items: center !important;
    border: none !important;
}

/*Right*/

.ex-right-modal.modal.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.ex-right-modal.modal .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 100% !important;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.ex-right-modal.modal.fade.in .modal-dialog, .ex-right-modal.modal.show .modal-dialog {
    right: 0 !important;
}

.modal.ex-right-modal .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.ex-right-modal .modal-body {
    padding: 15px 10px 80px;
}

html, body, * {
    scrollbar-color: #8080808c #f1f1f1;
    scrollbar-width: thin;
}

*:hover::-webkit-scrollbar-thumb:hover {
    background: #555;
    opacity: 0.6;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    transition: all .3s ease;
}

*:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
    opacity: 0.6;
}

*:hover::-webkit-scrollbar-thumb {
    background: #8080808c;
    opacity: 0.6;
}

*:hover::-webkit-scrollbar-thumb:hover {
    background: #8080808c;
    opacity: 0.6;
}

.dataTables_scrollBody::-webkit-scrollbar {
    position: absolute;
    bottom: 50px;
    z-index: 10;
}

/*
* ==========================================
* Ex Mini Circle System
* ==========================================
*/

.ex-mini-circle .h2.font-weight-bold {
    font-weight: 700 !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.ex-mini-circle.progress {
    width: 50px;
    height: 50px;
    background: none;
    position: relative;
}

.ex-mini-circle.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.ex-mini-circle.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.ex-mini-circle.progress .progress-left {
    left: 0;
}

.ex-mini-circle.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.ex-mini-circle.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.ex-mini-circle.progress .progress-right {
    right: 0;
}

.ex-mini-circle.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.ex-mini-circle.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

/* Card Windows 11 Radius System */

.card {
    border-radius: 8px;
}

.card-header {
    border-radius: 8px !important;
}

.table-responsive {
    border-radius: 8px;
}

.list-group-flush .list-group-item {
    /* border-radius: 8px !important; */
    background: none !important;
}

input.form-control, textarea.form-control, select.form-control {
    border-radius: 8px !important;
}

input:focus, textarea:focus {
    border: 1px solid #ccd6e6 !important;
    border-bottom: 2px solid #2196F3 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    height: max-content;
    border-radius: 0 !important;
}

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

ul.nav.nav-tabs.nav-top-border.no-hover-bg.float-left {
    margin-bottom: 10px;
    border-bottom: 0;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5154;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #babfc7;
    border-radius: 8px !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    flex-wrap: wrap;
}

.tooltip.fade.bs-tooltip-bottom.show {
    top: 5px !important;
}

a.nav-link.active {
    border-radius: 8px !important;
}

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

.btn-group .btn:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.btn-group .btn:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.dataTables_wrapper td:last-child .btn {
    /* border-radius: 0 !important; */
    padding: 7px !important;
}

.dataTables_wrapper td:last-child .btn i {
    margin: 2px;
}

.dataTables_wrapper td:last-child .btn:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.dataTables_wrapper td:last-child .btn:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Menu Badgets */

@media(min-width:1024px) {
    .dropdown-menu li .newest {
        background: green;
        font-size: 10px;
        color: white;
        border-radius: 10px;
        padding: 5px;
        height: fit-content;
        width: fit-content;
        margin-left: 15px;
    }
    .dropdown-menu li .updated {
        background: #fd6700;
        font-size: 10px;
        color: white;
        border-radius: 10px;
        padding: 5px;
        height: fit-content;
        width: fit-content;
        margin-left: 15px;
    }
}

@media(max-width:1024px) {
    .newest {
        display: none;
    }
    .updated {
        display: none;
    }
}

.dropdown-menu li .notifex {
    margin: auto 5px auto auto;
    right: 0 !important;
}

.dropdown-menu li .notifex:before {
    top: 0 !important;
    bottom: 0 !important;
    left: 0;
    right: 0 !important;
}

.dropdown-menu li .notifex::after {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
}

.navbar-light .navbar-nav li a {
    line-height: 0.9;
    display: flex;
    /* justify-content: end; */
    align-items: center;
    position: relative;
}

.notifex:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -10px;
    right: -18px;
    width: 24px;
    height: 24px;
    -webkit-animation: wave 1s ease-out;
    -moz-animation: wave 1s ease-out;
    -o-animation: wave 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 3px solid #949494;
    border-radius: 70px;
    border: 3px solid #f1536e;
}

.notifex:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -9px;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #f1536e;
}

.dropdown-menu li.notifex a:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 4px;
    right: 13px;
    width: 24px;
    height: 24px;
    -webkit-animation: wave 1s ease-out;
    -moz-animation: wave 1s ease-out;
    -o-animation: wave 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 3px solid #949494;
    border-radius: 70px;
    border: 3px solid #f1536e;
}

.dropdown-menu li.notifex a:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 22px;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #f1536e;
}

tr {
    position: relative;
}

.notifex {
    position: absolute;
    top: 0;
    left: 0;
    right: unset !important;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
}

tr .notifex::before {
    right: unset !important;
    top: unset;
    left: unset;
    bottom: 0;
}

tr .notifex::after {
    top: 0;
    bottom: 0;
    left: 0 !important;
    margin: auto !important;
    right: 0 !important;
}

/* .mt-language {
    margin-bottom: 10px !important;
} */

input:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder {
    opacity: 0;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

ul.nav.navbar-nav.float-right li.dropdown.dropdown-notification.nav-item.show .dropdown-menu {
    box-shadow: 0 0 30px 1px rgb(0 0 0 / 10%);
    border-radius: .25rem;
    overflow: auto;
    padding: 0;
    max-height: 450px;
}

ul.nav.navbar-nav.float-right li.dropdown.dropdown-notification.nav-item .dropdown-menu-header {
    border: 0 !important;
}

ul.nav.navbar-nav.float-right li.dropdown.dropdown-notification.nav-item .dropdown-menu {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 1;
}

ul.nav.navbar-nav.float-right li.dropdown.dropdown-notification.nav-item.show .dropdown-menu {
    -webkit-animation: tasi .2s;
    animation: tasi .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

ul.nav.navbar-nav.float-right li.dropdown.dropdown-notification.nav-item .dropdown-menu-right {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

@-webkit-keyframes tasi {
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes tasi {
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

/*  notification alarm animation start */

.notification-alarm {
    position: relative;
    top: -12px;
    /* right: -12px; */
}

.notification-alarm .dot {
    position: absolute;
    top: -19px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #f1536e;
}

.notification-alarm .wave {
    position: absolute;
    z-index: 10;
    top: -28px;
    right: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: wave 1s ease-out;
    -moz-animation: wave 1s ease-out;
    -o-animation: wave 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 3px solid #949494;
    border-radius: 70px;
}

.heading {
    color: #d32f2f;
}

.heading:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 8px;
    left: 2px;
    width: 26px;
    height: 26px;
    -webkit-animation: wave 1s ease-out;
    -moz-animation: wave 1s ease-out;
    -o-animation: wave 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 3px solid #d32f2f;
    border-radius: 70px;
}

.notification-alarm .wave.wave-danger {
    border: 3px solid #f1536e;
}

.notification-alarm .wave.wave-warning {
    border: 3px solid #fab63f;
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(0);
        opacity: .0;
    }
    25% {
        -webkit-transform: scale(.1);
        opacity: .1;
    }
    50% {
        -webkit-transform: scale(.5);
        opacity: .3;
    }
    75% {
        -webkit-transform: scale(.8);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: .0;
    }
}

/*  notification alarm animation end */

a.btn.btn-warning.btn-block.my-1.print-invoice.col-md-6 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* a.btn.btn-secondary.btn-block.my-1.col-md-6.generate_barcode { */

/* border-top-left-radius: 0 !important; */

/* border-bottom-left-radius: 0 !important; */

/* } */

.table th, .table td {
    /* padding: 0.7rem 1rem !important; */
    vertical-align: middle;
}

.table th {
    font-weight: 600 !important;
}

text tspan {
    font-weight: 600 !important;
    font-size: 13px !important;
}

ul.sub2-menu {
    padding-left: 10px;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media i {
    color: gainsboro;
    font-size: 25px;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media:last-child {
    border: 0 !important;
}

.header-navbar .navbar-container ul.nav li i.ficon {
    font-size: 1.5rem;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
        display: block !important;
    }
}

@media (max-width: 768) {
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
        display: none !important;
    }
}

.newIconicUserHead {
    display: flex;
    flex-flow: column;
    line-height: 17px;
    margin-left: 10px;
}

.databankContent img {
    max-width: 100%;
}

.dropdown .dropdown-menu .dropdown-item {
    padding-right: 30px;
}

#languages-tab1 {
    margin-bottom: 15px;
    /* border: none; */
    /* border-bottom: 2px solid #2196F3; */
}

.new-custom-table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

.new-custom-table thead tr, .new-custom-table thead th {
    border-top: none;
    border-bottom: none !important;
    white-space: nowrap;
}

.new-custom-table tbody th, .new-custom-table tbody td {
    color: #777;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 300;
}

.new-custom-table tbody th small, .new-custom-table tbody td small {
    color: #b3b3b3;
    font-weight: 300;
}

.new-custom-table tbody .persons {
    padding: 0;
    margin: 0;
}

.new-custom-table tbody .persons li {
    padding: 0;
    margin: 0 0 0 -15px;
    list-style: none;
    display: inline-block;
}

.new-custom-table tbody .persons li a {
    display: inline-block;
    width: 36px;
}

.new-custom-table tbody .persons li a img {
    border-radius: 50%;
    max-width: 100%;
}

.new-custom-table tbody tr th, .new-custom-table tbody tr td {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.new-custom-table tbody tr th:before, .new-custom-table tbody tr th:after, .new-custom-table tbody tr td:before, .new-custom-table tbody tr td:after {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    height: 1px;
    background: #bfbfbf;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.new-custom-table tbody tr th:before, .new-custom-table tbody tr td:before {
    top: -1px;
}

.new-custom-table tbody tr th:after, .new-custom-table tbody tr td:after {
    bottom: -1px;
}

.new-custom-table tbody tr:hover th, .new-custom-table tbody tr:hover td {
    background: rgba(0, 0, 0, 0.03);
}

.new-custom-table tbody tr:hover th:before, .new-custom-table tbody tr:hover th:after, .new-custom-table tbody tr:hover td:before, .new-custom-table tbody tr:hover td:after {
    opacity: 1;
    visibility: visible;
}

.new-custom-table tbody tr.active th, .new-custom-table tbody tr.active td {
    background: rgba(0, 0, 0, 0.03);
}

.new-custom-table tbody tr.active th:before, .new-custom-table tbody tr.active th:after, .new-custom-table tbody tr.active td:before, .new-custom-table tbody tr.active td:after {
    opacity: 1;
    visibility: visible;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    display: none !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    display: none !important;
}

.DTFC_LeftWrapper {
    z-index: 5;
}

.DTFC_ScrollWrapper .DTFC_LeftWrapper .DTFC_LeftBodyWrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

.table tr th:first-child, .table tr td:first-child {
    text-align: center;
}

#data-table-list tbody tr:hover {
    background-color: #f7f7f7 !important;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-left: 0.2rem;
    margin-top: 0.5rem;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0 0.5rem .5rem;
    border-bottom-color: #444444;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.5rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #444444;
    border-radius: 0.25rem;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #444444;
}

.tooltip.show {
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

#dtLoader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #7068b0;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.dataTables_processing.card {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    background: #00000069 !important;
    z-index: 1000 !important;
}

input.switch+.btn-group .btn {
    background: white;
}

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* .dd-handle, .dd-content {
    padding: .5rem .75rem !important;
    border-radius: 10px !important;
} */

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #444444;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    width: 1rem;
}

@media (max-width: 992px) {
    .ex-datatable-responsive {
        display: block !important;
        width: 100% !important;
        overflow-x: auto;
    }
    .responsive-menu-bottom {
        width: 100%;
        height: auto;
        display: flex !important;
        vertical-align: bottom;
        margin: 0 auto !important;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        background: #fff;
        padding: 5px 0;
        box-shadow: -5px 3px 12px -2px #0000004f;
    }
    .responsive-menu-bottom ul {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center !important;
    }
    .responsive-menu-bottom li {
        margin: 0 auto;
        position: relative;
        padding-bottom: 0 !important;
    }
    .responsive-menu-bottom li a {
        display: flex !important;
        position: relative;
    }
    .responsive-menu-bottom li a .notification-alarm {
        position: absolute;
        left: 0;
        right: 16px;
        top: 20px;
        margin: auto;
    }
    .responsive-menu-bottom li i {
        font-size: 20px;
        color: var(--primarycolor);
    }
    div#product-bulk-datatable_filter {
        width: auto;
    }
    div#customer-datatable_filter {
        width: auto;
    }
    div#user-datatable_filter {
        width: auto !important;
    }
    form#wizard-validation-form label.image-checkbox {
        height: auto;
    }
}

@media(max-width:560px) {
    iframe.note-video-clip {
        width: 100%;
    }
}

/* filemanager */
#filemanager .dropzone_container .dropzone{min-height:unset !important;}
#filemanager .search_field{display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; flex-shrink: 0; width: 40%;}
#filemanager .search_field input {margin-top: 5px; flex-shrink: 0; min-width: 250px;}
#filemanager  .close{margin-top: -7px; border: 1px solid #131111; background: #ddd; border-radius: 8px; margin: 5px -1px -1rem 7px; line-height: 1px; outline:none; }
#filemanager .folderList ul{padding:0; margin:0;}
#filemanager .folderList li{list-style-type:none; line-height:36px; border-bottom:1px solid #ddd; vertical-align:middle; padding:0 10px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#filemanager .folderList li label{margin:0; cursor:pointer;}
#filemanager .selectableimage input{display:none;}
#filemanager .selectableimage.selected div{ border:2px solid #000 !important; }
#filemanager .selectableimage.selected input{ display: unset; position: absolute;  right: 9px; top: -5px; z-index: 2; }
#filemanager input.filterimage::-webkit-input-placeholder{font-size:12px;}
#filemanager h4{font-size: 14px; vertical-align: middle; display: flex; justify-content: space-between; line-height: 40px; }
#filemanager .selectedmark { display: none;}
#filemanager .selectedmark.active { display: inline-block !important; border:1px solid #ddd; border-radius:4px; padding:2px; position: absolute; right: 9px; top: -5px; z-index: 2; background:#ddd; }
#filemanager .bcrumb { padding:0 15px 10px 15px; line-height:20px; vertical-align:middle; font-size: 14px; }
#filemanager .bcrumb i {font-size: 10px; padding:0 3px; }
#filemanager .bcrumb{ background: floralwhite; line-height: 27px; vertical-align: middle; padding: 3px 10px; margin: 15px; }
#filemanager label{margin:0;}
#filemanager .dropzone .dz-message{ margin:1em 0;}
#filemanager .image_class{ max-width:100%; max-height:70px; padding:5px; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 46%;}
#filemanager .pdf_class{font-size: 44px; color: #e86464;}
#filemanager .file_container{height:90px; border:1px solid #ddd; border-radius:5px; position: relative;}
#filemanager .file_container label{position: absolute; bottom: 0; margin-bottom:3px; line-height:14px; width: 100%; left: 0; font-size: 11px; height: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 5px;}
#filemanager .file_not_found{position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; width: max-content;}
#filemanager .file_not_found_container{ position: relative; height: 60px;}
#filemanager .file_found_container{ overflow-x: hidden; max-height: 280px; overflow-y: auto; padding-top: 10px;}
#filemanager .cp{ cursor:pointer;}
#filemanager .folder_form_container{ background: #ddd; padding: 4px 0; text-align: center; }
#filemanager .folder_form_container label{ line-height: 31px; }
#filemanager .btnlar{ padding-top: 4px; }
#filemanager .dropzone_container{bottom: 0; position: absolute; width: 100%; padding: 0 15px;}
#filemanager .right-column{height: 450px;}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.openai-grid{
    display: flex;
    justify-content: space-between;
}

.openai-box {
    display: flex;
    position: relative;
    margin-bottom: 7px;
    height: 35px;
}

.openai-box img {
    position: absolute;
    width: 31px;
}

.openai-box input {
    padding-left: 41px;
    padding-right: 65px;
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    border-bottom: 2px solid #0ea982!important;
    min-width:300px
}
.openai-box .createOpenAI{
    position: absolute;
    right: 0;
    height: 32px;
    background-color: #0ea982!important;
    border: none!important;
    padding-top: 10px;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.openai-box img.active{
    animation: rotateAnimation 2s linear infinite; /* 2 saniyede bir tur, lineer animasyon, sonsuz tekrar */
}
@media screen and (max-width: 768px) {
    .openai-grid{
        flex-direction: column;
    }
    .openai-box input {
        min-width: unset;
    }
}