
html {
	scroll-behavior: smooth;
	overscroll-behavior: auto
}

html, body{}

html::-webkit-scrollbar       { width: 7px; background: #c828a2; }
html::-webkit-scrollbar-track { background-color: #c828a2; }
html::-webkit-scrollbar-thumb:hover { background-color: #f3ac20; }

html::-webkit-scrollbar-thumb {
    background-color: #f3ac20;
    box-shadow: inset 0 0 6px #f3ac20;
    border-radius: 9em;
}

body {
    background-color: #f3f3f3;
    font-size: 0.875em;
    overflow-x: hidden;
    color: #353c4e;
    font-family: "Open Sans", sans-serif;
    background-attachment: fixed;
}
ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
*:focus {
    outline: none;
}
a {
    font-size: 13px;
    color: #404e67;
}

.h3-style {
  background: #e3dee2;
  padding: 2px 13px;
  border-radius: 30px;
}

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

.breadcrumb-border {
 border: 1px solid #d2dddd !important;
}

.card-wrapper {
    width: 350px;
    height: 250px;
    position: relative;
    margin-bottom: 20px;
}

.card-front, .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    backface-visibility: hidden; 
    transition: transform 0.8s ease;
    background: linear-gradient(45deg, #f3c821, #b56b3f);
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

.card-back {
    transform: rotateY(180deg);
    background: linear-gradient(45deg, #ffb606, #b56b3f);
}

.card-wrapper:hover .card-front {
    transform: rotateY(180deg);
}

.card-wrapper:hover .card-back {
    transform: rotateY(360deg);
}

.card-chip {
    width: 40px;
    margin-bottom: 15px;
}

.card-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
}

.card-number {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-top: 40px;
    color: #000;
}

.card-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.card-holder {
    text-transform: uppercase;
    color: #000;
}

.magnetic-strip {
    height: 50px;
    background-color: #000;
    margin-bottom: 20px;
}

.cvv-section {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cvv-text {
    margin-right: 10px;
    color: #000;
}

.cvv-box {
    width: 50px;
    height: 25px;
    background-color: white;
    color: black;
    text-align: center;
    line-height: 25px;
}

.card-disclaimer {
    font-size: 10px;
    text-align: center;
}

form {
    width: 480px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"], input[type="number"],
input[type="tel"], input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.submit-button {
  background-color: #E5B428;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  color: #000;
  font-weight: 900;
}

.submit-button:hover {
    background-color: #3e8e41;
}

.error {
    color: red;
    font-size: 12px;
}

.pcoded-mail a {
 padding: 5px 20px !important;
}

@media only screen and (min-width: 1400px) {
    a {
        font-size: 14px;
    }
}
a:focus,
a:hover {
    text-decoration: none;
    color: #01a9ac;
}
h6 {
    font-size: 14px;
}
p {
    font-size: 13px;
}
@media only screen and (min-width: 1400px) {
    p {
        font-size: 14px;
    }
}
.media-left {
    padding-right: 5px;
}
.main-body .page-wrapper {
    padding: 1.8rem;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.main-body .page-wrapper .menu-rtl .page-header-title i {
    margin-left: 20px;
}
.main-body .page-wrapper .page-header {
    margin-bottom: 30px;
}
.main-body .page-wrapper .page-header-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.main-body .page-wrapper .page-header-title h4 {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    color: #303548;
    font-size: 20px;
    text-transform: capitalize;
}
.main-body .page-wrapper .page-header-title span {
    font-size: 13px;
    color: #919aa3;
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize;
}
.main-body .page-wrapper .page-header-title i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 25px;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-body .page-wrapper .page-header-breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
}
.author-details {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 0;
    margin-bottom: 10px;
}
.author-details img ~ .dot1,
.author-details img ~ .dot2 {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    top: 60%;
    position: absolute;
    padding: 5px;
}
.author-details img ~ .dot1 {
    left: 40px;
}
.author-details img ~ .dot2 {
    left: 50px;
}
.author-details .recent-contain h6 {
    font-size: 1rem;
    margin-bottom: 5px;
}
.author-details .header-right {
    text-align: right;
    margin-top: 6px;
}
.author-details .header-right ul {
    position: relative;
}
.author-details .header-right h4 {
    color: #919aa3;
    font-size: 0.875rem;
    margin-top: 5px;
}
.author-details .header-right span {
    font-size: 1rem;
}
.author-details .header-right li {
    display: inline-block;
    margin-right: 60px;
    text-align: left;
}
.author-details .header-right li:last-child {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 20px;
}
.login .container-fluid {
    width: auto;
    margin-top: 80px;
}
.filter-bar .navbar .navbar-nav .dropdown-menu {
    position: absolute;
}
.wrapper {
    padding: 0;
}
.card-block {
    padding: 1.25rem;
}
.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
}
.card .card-footer {
    background-color: #fff;
    border-top: none;
}
.card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 7px 20px;
    font-weight: 900;
}
.card .card-header .card-header-left {
    display: inline-block;
}
.card .card-header .card-header-right {
    border-radius: 0 0 0 7px;
    right: 10px;
    top: 18px;
    display: inline-block;
    float: right;
    padding: 7px 0;
    position: absolute;
}
.card .card-header .card-header-right i {
    margin: 0 8px;
    cursor: pointer;
    font-size: 16px;
    color: #919aa3;
    line-height: 20px;
}
.card .card-header .card-header-right i.icofont.icofont-spinner-alt-5 {
    display: none;
}
.card .card-header .card-header-right .card-option {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
    display: inline-block;
}
.card .card-header span {
    color: #919aa3;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.card .card-header + .card-block,
.card .card-header + .card-block-big {
    padding-top: 14px;
}
.card .card-header h5 {
    margin-bottom: 0;
    color: #505458;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
}
.card .card-block table tr {
    padding-bottom: 20px;
}
.card .card-block .sub-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.card .card-block code {
    background-color: #eee;
    margin: 5px;
    display: inline-block;
}
.card .card-block .dropdown-menu {
    top: 38px;
}
.card .card-block p {
  line-height: 23px;
  padding: 0 15px;
}
.card .card-block a.dropdown-item {
    margin-bottom: 0;
    font-size: 14px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.card .card-block a.dropdown-item:active,
.card .card-block a.dropdown-item .active {
    background-color: #01a9ac;
}
.card .card-block.remove-label i {
    margin: 0;
    padding: 0;
}
.card .card-block.button-list span.badge {
    margin-left: 5px;
}
.card .card-block .dropdown-menu {
    background-color: #fff;
    padding: 0;
}
.card .card-block .dropdown-menu .dropdown-divider {
    background-color: #ddd;
    margin: 3px 0;
}
.card .card-block .dropdown-menu > a {
    padding: 10px 16px;
    line-height: 1.429;
}
.card .card-block .dropdown-menu > li > a:focus,
.card .card-block .dropdown-menu > li > a:hover {
    background-color: rgba(202, 206, 209, 0.5);
}
.card .card-block .dropdown-menu > li:first-child > a:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.card .card-block .badge-box {
    padding: 10px;
    margin: 12px 0;
}
.card .card-block-big {
    padding: 30px 35px;
}
.card .card-block-small {
    padding: 15px 20px;
}
.pcoded .card.full-card {
    position: fixed;
    top: 56px;
    z-index: 99999;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    width: 100vw;
    height: calc(100vh - 56px);
}
.pcoded .card.full-card.card-load {
    position: fixed;
}
.pcoded .card.card-load {
    position: relative;
    overflow: hidden;
}
.pcoded .card.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}
.pcoded .card.card-load .card-loader i {
    margin: 0 auto;
    color: #ab7967;
    font-size: 20px;
}
.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.85);
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.icofont-rounded-down {
    -webkit-transition: all ease-in 0.3s;
    display: inline-block;
    transition: all ease-in 0.3s;
}
.icon-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-cabinet img {width: 40px;}

.rotate-refresh {
    -webkit-animation: mymove 0.8s infinite linear;
    animation: mymove 0.8s infinite linear;
    display: inline-block;
}
@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.breadcrumb-title a {
    font-size: 14px;
    color: #4a6076;
}
.breadcrumb-title li:last-child a {
    color: #7e7e7e;
}
.sub-title {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #2c3e50;
}
.blockquote {
    border-left: 0.25rem solid #eceeef;
    padding: 0.5rem 1rem;
}
.blockquote.blockquote-reverse {
    text-align: right;
    padding-right: 1rem;
    border-right: 0.25rem solid #eceeef;
    border-left: none;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    margin: 0 0 20px;
}
.typography small {
    margin-left: 10px;
    font-weight: 600;
    color: #777;
}
.card-block.list-tag ul li {
    display: block;
    float: none;
    margin-bottom: 5px;
}
.card-block.list-tag ol li {
    margin-bottom: 5px;
}
.inline-order-list {
    margin-top: 50px;
}
.inline-order-list h4,
.inline-order-list p {
    margin-bottom: 0;
}
.card-block ul li.list-inline-item {
    display: inline-block;
    float: left;
}
.modal {
    z-index: 99999999999;
}
.bd-example .modal {
    display: block;
    position: inherit;
    background-color: #2c3e50;
    margin-bottom: 20px;
}
.card .overflow-container h5 {
    margin-bottom: 5px;
}
.button-page .card-block a.nav-link {
    margin-bottom: 0;
}
.sweet-alert button.confirm {
    background-color: #01a9ac !important;
}
.sweet-alert .sa-input-error {
    top: 23px;
}
.location-selector {
    width: 100%;
    height: 250px;
    background-color: #fff;
    border: 2px dashed #e5e9ec;
    position: relative;
    margin-bottom: 20px;
}
.location-selector .bit {
    background-color: #e5e9ec;
    cursor: pointer;
    position: absolute;
}
.location-selector .bit:hover {
    background-color: #ddd;
}
.location-selector .bit.bottom,
.location-selector .bit.top {
    height: 25%;
    width: 40%;
    margin: 0 30%;
}
.location-selector .bit.top {
    top: 0;
}
.location-selector .bit.bottom {
    bottom: 0;
}
.location-selector .bit.left,
.location-selector .bit.right {
    height: 20%;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
}
.location-selector .bit.right {
    right: 0;
}
.location-selector .bit.left {
    left: 0;
}
button.close {
    margin-top: 7px;
    margin-bottom: 0;
}
.mytooltip {
    display: inline;
    position: relative;
    z-index: 999;
}
.mytooltip .tooltip-item {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 0 10px;
}
.mytooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.mytooltip .tooltip-content::after {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #2a3035 transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}
.mytooltip .tooltip-content img {
    position: relative;
    height: 140px;
    display: block;
    float: left;
    margin-right: 1em;
}
.mytooltip .tooltip-item::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mytooltip:hover .tooltip-item::after {
    pointer-events: auto;
}
.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px;
}
.mytooltip:hover .tooltip-content2 i {
    opacity: 1;
    font-size: 18px;
}
.mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-content2 i {
    opacity: 1;
    font-size: 18px;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-item2 {
    color: #fff;
    -webkit-transform: translate3d(0, -0.9em, 0);
    transform: translate3d(0, -0.9em, 0);
}
.mytooltip:hover .tooltip-text3 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-content3 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-content4 {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mytooltip:hover .tooltip-text2 {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mytooltip:hover .tooltip-inner2 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mytooltip:hover .tooltip-content5 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.mytooltip .tooltip-text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
}
.mytooltip .tooltip-item2 {
    color: #01a9ac;
    cursor: pointer;
    z-index: 100;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.tooltip-effect-5 .tooltip-text {
    padding: 1.4em;
}
.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    color: #fff;
}
.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(110%);
    transform-origin: 50% calc(110%);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.tooltip-effect-5 .tooltip-content {
    width: 180px;
    margin-left: -90px;
    -webkit-transform-origin: 50% calc(106%);
    transform-origin: 50% calc(106%);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
    transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}
.tooltip-effect-6 .tooltip-content2 {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-6 .tooltip-content2 i {
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-7 .tooltip-content2 {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-7 .tooltip-content2 i {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-8 .tooltip-content2 {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
    transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-8 .tooltip-content2 i {
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-9 .tooltip-content2 {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-9 .tooltip-content2 i {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-6:hover .tooltip-content2 i {
    -webkit-transform: rotate3d(1, 1, 1, 0);
    transform: rotate3d(1, 1, 1, 0);
}
.tooltip-content2 {
    position: absolute;
    z-index: 9999;
    width: 80px;
    height: 80px;
    padding-top: 25px;
    left: 50%;
    margin-left: -40px;
    bottom: 100%;
    border-radius: 50%;
    text-align: center;
    background: #01a9ac;
    color: #fff;
    opacity: 0;
    margin-bottom: 20px;
    cursor: default;
    pointer-events: none;
}
.tooltip-content2 i {
    opacity: 0;
}
.tooltip-content2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -7px 0 0 -15px;
    width: 30px;
    height: 20px;
    background: url("../images/tooltip1.svg") center center no-repeat;
    background-size: 100%;
}
.tooltip-content3 {
    position: absolute;
    background: url("../images/shape1.svg") center bottom no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    padding: 50px 30px;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    font-size: 14px;
    line-height: 27px;
    pointer-events: none;
    -webkit-transform: scale3d(0.1, 0.2, 1);
    transform: scale3d(0.1, 0.2, 1);
    -webkit-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}
.tooltip-content3::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    background: #00aeef;
    -webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}
.tooltip-content4 {
    position: absolute;
    z-index: 99;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    bottom: -5px;
    text-align: left;
    background: #01a9ac;
    opacity: 0;
    font-size: 14px;
    line-height: 27px;
    padding: 1.5em;
    color: #fff;
    border-bottom: 55px solid #004547;
    cursor: default;
    pointer-events: none;
    border-radius: 5px;
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-content4 a {
    color: #2b2b2b;
}
.tooltip-content4 .tooltip-text2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 1.5em, 0);
    transform: translate3d(0, 1.5em, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-content5 {
    position: absolute;
    z-index: 9999;
    width: 300px;
    left: 50%;
    bottom: 100%;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: 0 0;
    opacity: 0;
    margin: 0 0 20px -150px;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}
.tooltip-content5 span {
    display: block;
}
.tooltip-content5::after {
    content: "";
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #01a9ac transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}
.tooltip-content5 .tooltip-text3 {
    border-bottom: 10px solid #01a9ac;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.tooltip-content5 .tooltip-inner2 {
    background: #2b2b2b;
    padding: 40px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
a.mytooltip {
    font-weight: 700;
    color: #01a9ac;
    z-index: 9;
}
.tooltip-link a {
    margin-left: 10px;
    color: #01a9ac;
}
.tooltip-icon button i {
    margin-right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #01a9ac;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #01a9ac;
}
.animation-image img {
    margin: 10px auto 20px;
    cursor: pointer;
}
.card-block.tree-view ul {
    display: inherit;
}
.card-block.tree-view ul li {
    display: inherit;
    float: none;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
    background: url("../images/throbber.gif") center center no-repeat;
}
.jFiler-theme-default .jFiler-input-button {
    background-color: #01a9ac;
    background-image: none;
    color: #fff;
}
.jFiler-theme-default .jFiler-input {
    width: 100%;
}
.jFiler-input-dragDrop {
    width: 100%;
    background-color: #fafafa;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 6px 10px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.12s;
    transition: all 0.12s;
}
.jFiler-input-choose-btn {
    border: 1px solid #01a9ac;
    padding: 10px 25px;
    background: #01a9ac;
    color: #fff !important;
}
.jFiler-input-choose-btn:hover {
    background: #fff;
    border: 1px solid #01a9ac;
    color: #fff !important;
}
.card .jFiler-item-assets ul li {
    margin-right: 0;
}
.img-container,
.img-preview {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
}
.img-container {
    min-height: 200px;
    max-height: 516px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .img-container {
        min-height: 516px;
    }
}
.img-container > img {
    max-width: 100%;
}
.docs-preview {
    margin-right: -15px;
}
.img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.img-preview > img {
    max-width: 100%;
}
.preview-lg {
    width: 100% !important;
}
.preview-md {
    width: 139px;
    height: 78px;
}
.preview-sm {
    width: 69px;
    height: 39px;
}
.preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0;
}
.docs-data > .input-group {
    margin-bottom: 10px;
}
.docs-data > .input-group > label {
    min-width: 80px;
}
.docs-data > .input-group > span {
    min-width: 50px;
}
.docs-buttons > .btn,
.docs-buttons > .form-control,
.docs-buttons > .btn-group {
    margin-right: 5px;
}
.docs-toggles > .btn,
.docs-toggles > .dropdown,
.docs-toggles > .btn-group {
    margin-bottom: 10px;
}
.docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px;
}
.docs-tooltip > .icon {
    margin: 0 -3px;
    vertical-align: top;
}
.tooltip-inner {
    white-space: normal;
}
.btn-upload .tooltip-inner {
    white-space: nowrap;
}
@media (max-width: 400px) {
    .btn-group-crop {
        margin-right: -15px !important;
    }
    .btn-group-crop > .btn {
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn-group-crop .docs-tooltip {
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.docs-options .dropdown-menu {
    width: 100%;
}
.docs-options .dropdown-menu > li {
    padding: 3px 20px;
    font-size: 14px;
}
.docs-options .dropdown-menu > li:hover {
    background-color: #f7f7f7;
}
.docs-options .dropdown-menu > li > label {
    display: block;
}
.docs-cropped .modal-body {
    text-align: center;
}
.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
    max-width: 100%;
}
.card-block .docs-options .dropdown-menu {
    top: inherit;
}
label.btn-upload {
    height: 40px;
}
.accordion-msg {
    display: block;
    color: #222222;
    padding: 14px 20px;
    border-top: 1px solid #ddd;
    font-weight: 600;
    cursor: pointer;
}
.accordion-msg:focus,
.accordion-msg:hover {
    text-decoration: none;
    outline: none;
}
.faq-accordion .accordion-desc {
    padding: 20px;
}
.accordion-desc {
    color: #222222;
    padding: 0 20px 20px;
}
#color-accordion .accordion-desc {
    margin-top: 14px;
}
.ui-accordion-header-icon {
    float: right;
    font-size: 20px;
}
.accordion-title {
    margin-bottom: 0;
}
.accordion-block {
    padding: 0;
}
.accordion-block p {
    margin-bottom: 0;
}
.color-accordion-block a.ui-state-active,
.color-accordion-block a:focus,
.color-accordion-block a:hover {
    color: #fff;
    background: #01a9ac;
}
a.bg-default:focus,
a.bg-default:hover {
    background-color: #fafafa !important;
    color: #fff;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #01dbdf !important;
    color: #fff;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #0df3a3 !important;
    color: #fff;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #5ad9e9 !important;
    color: #fff;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #feb798 !important;
    color: #fff;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #fe909d !important;
    color: #fff;
}
.tab-list p {
    padding: 10px;
}
.tab-with-img i {
    position: absolute;
    padding: 5px;
}
.tab-icon {
    margin-bottom: 30px;
}
.tab-icon i {
    padding-right: 10px;
}
.tab-below {
    border-top: 1px solid #ddd;
    border-bottom: none;
}
.tab-below.nav-tabs .nav-link.active {
    border-color: transparent #ddd #ddd #ddd;
}
.tab-below .nav-item {
    margin-top: -2px;
}
.tab-below.nav-tabs .nav-link {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.card-header ~ .tab-icon .tab-with-img .sub-title i {
    right: 10px;
}
.tab-with-img .nav-link {
    position: relative;
}
.tabs-left,
.tabs-right {
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}
.tabs-left,
.tabs-left-content,
.tabs-right,
.tabs-right-content {
    display: table-cell;
}
.nav-tabs.tabs-left .slide {
    height: 35px;
    width: 4px;
    bottom: 15px;
}
.nav-tabs.tabs-right .slide {
    height: 35px;
    width: 4px;
    bottom: 15px;
    right: 0;
}
.product-edit .md-tabs .nav-item a {
    padding: 0 0 10px !important;
    color: #404e67;
}
.product-edit .md-tabs .nav-item a .f-20 {
    display: inline-block;
    margin-right: 10px;
}
.md-tabs.tabs-left .nav-item,
.md-tabs.tabs-right .nav-item,
.tabs-left .nav-item,
.tabs-right .nav-item {
    width: 100%;
    position: relative;
}
.md-tabs {
    position: relative;
}
.md-tabs .nav-item + .nav-item {
    margin: 0;
}
.md-tabs .nav-link {
    border: none;
    color: #404e67;
}
.md-tabs .nav-item {
    width: calc(100% / 4);
    text-align: center;
}
.md-tabs .nav-link:focus,
.md-tabs .nav-link:hover {
    border: none;
}
.md-tabs .nav-item .nav-link.active ~ .slide {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.md-tabs .nav-item .nav-link ~ .slide {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link.active:hover {
    color: #01a9ac;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.md-tabs .nav-item a {
    padding: 20px 0 !important;
    color: #404e67;
}
.nav-tabs .slide {
    background: #01a9ac;
    width: calc(100% / 4);
    height: 4px;
    position: absolute;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    bottom: 0;
}
.nav-tabs .slide .nav-item.show .nav-link,
.nav-tabs .slide .nav-link {
    color: #01a9ac;
}
.img-tabs img {
    width: 100px;
    margin: 0 auto;
}
.img-tabs a {
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.img-tabs a span i {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    bottom: 10px;
    right: 70px;
}
.img-tabs a img {
    border: 3px solid;
}
.img-tabs a.active {
    opacity: 1;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.img-tabs .nav-item:first-child {
    border-bottom: none;
}
#pc-left-panel-menu {
    margin-bottom: 20px;
}
.h-active a {
    color: #01a9ac !important;
    font-weight: 600;
}
.img-circle {
    border-radius: 50%;
}
.b-none {
    border: none !important;
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #c60199;
}
.table-responsive {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
}
.table.table-xl td,
.table.table-xl th {
    padding: 1.25rem 2rem;
}
.table.table-lg td,
.table.table-lg th {
    padding: 0.9rem 2rem;
}
.table.table-de td,
.table.table-de th {
    padding: 0.75rem 2rem;
}
.table.table-sm td,
.table.table-sm th {
    padding: 0.6rem 2rem;
}
.table.table-xs td,
.table.table-xs th {
    padding: 0.4rem 2rem;
}
.table-columned > tbody > tr > td:first-child,
.table-columned > tbody > tr > th:first-child {
    border-left: 0;
}
.table-columned > tfoot > tr > td:first-child,
.table-columned > tfoot > tr > th:first-child {
    border-left: 0;
}
.table-columned > tbody > tr > td,
.table-columned > tbody > tr > th {
    border: 0;
    border-left: 1px solid #ddd;
}
.table-columned > tfoot > tr > td,
.table-columned > tfoot > tr > th {
    border: 0;
    border-left: 1px solid #ddd;
}
.table-border-style {
    padding: 0;
}
.table-border-style .table {
    margin-bottom: 0;
}
.table > thead > tr > th {
    border-bottom-color: #ccc;
}
.table-borderless tbody tr td,
.table-borderless tbody tr th {
    border: 0;
}
.table-bordered > thead > tr.border-solid > td,
.table-bordered > thead > tr.border-solid > th {
    border-bottom-width: 2px;
}
.table-bordered > thead > tr.border-solid:first-child > td,
.table-bordered > thead > tr.border-solid:first-child th {
    border-bottom-width: 2px;
}
.table-bordered > thead > tr.border-double > td,
.table-bordered > thead > tr.border-double > th {
    border-bottom-width: 3px;
    border-bottom-style: double;
}
.table-bordered > thead > tr.border-double:first-child > td,
.table-bordered > thead > tr.border-double:first-child th {
    border-bottom-width: 3px;
    border-bottom-style: double;
}
.rounded-card img,
.user-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.user-img img {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.user-about ul li {
    border-top: 1px solid rgba(204, 204, 204, 0.28);
    padding: 10px 0 10px 10px;
    text-align: left;
}
.user-about ul li a {
    font-size: 16px;
    color: #666;
}
.user-about ul li.active a {
    color: #fff;
}
.user-about ul li.active {
    font-weight: 600;
    background: #1b8bf9;
}
.card-title,
h5 {
    margin: 0;
}
.card-header.followers a {
    font-weight: 500;
    color: rgba(51, 51, 51, 0.85);
}
.user-profile {
    padding: 20px 0;
}
.follow-btn button:first-child,
.user-about i {
    margin-right: 10px;
}
.btn-inline i {
    color: #fff;
}
.btn-inline .fb-btn {
    background-color: #3b5998;
}
.btn-inline .twitter-btn {
    background-color: #55acee;
}
.btn-inline .pinterest-btn {
    background-color: #cb2027;
}
.btn-inline .linkedin-btn {
    background-color: #007bb5;
}
.btn-inline .dribbble-btn {
    background-color: #ea4c89;
}
.user-post {
    font-style: italic;
}
.connection-list img,
.contact-user h4,
.contact-user img,
.earn-heading,
.list-inline,
.list-inline li,
.service-header {
    display: inline-block;
}
.connection-list img {
    width: 55px;
    height: 55px;
    margin: 5px;
}
.border-post {
    border: 1px solid #ccc;
}
.earn-sub-header {
    font-size: 15px;
    color: #ccc;
}
.btn-inline {
    margin-top: 20px;
}
.order-summary .progress {
    margin-bottom: 32px;
}
.services .service-btn::after {
    top: 20px;
    right: 15px;
}
.services-list {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
    top: 46px;
}
.contact-menu i,
.fa-cog,
.services-list i {
    margin-right: 10px;
}
.media-heading {
    cursor: pointer;
}
h6.media-heading {
    font-weight: 600;
}
.contact-details table .fa-star,
.contact-details table .fa-star-o,
.review-star i {
    color: #01a9ac;
}
.review-star i:last-child {
    color: #ccc;
}
.card-block.user-info {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.profile-bg-img {
    width: 100%;
}
.user-title {
    position: relative;
    bottom: 20px;
}
.user-title h2 {
    color: #fff;
    text-shadow: 1px 1px 4px #373a3c;
    font-size: 20px;
}
.profile-image img {
    border: 4px solid #fff;
}
.user-info .media-body,
.user-info .media-left {
    display: table-cell;
    vertical-align: middle;
}
.cover-btn {
    bottom: 38px;
    right: 35px;
    position: absolute;
}
.cover-profile .profile-bg-img {
    margin-bottom: 25px;
}
.groups-contact span {
    float: right;
}
.groups-contact span h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.contact-menu {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
    top: 15%;
    right: 10%;
}
.contact-menu .dropdown-item {
    padding: 8px 20px;
}
.tab-header {
    margin-bottom: 20px;
}
.card.user-card {
    border-top: none;
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.card.user-card:hover {
    -webkit-box-shadow: 0 0 25px -5px #9e9c9e;
    box-shadow: 0 0 25px -5px #9e9c9e;
}
.card-header-img ~ .btn-group i {
    margin-right: 0;
}
.card.business-info {
    border-top: none;
    border-left-width: 2px !important;
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.card.business-info:hover {
    -webkit-box-shadow: 0 0 25px -5px #9e9c9e;
    box-shadow: 0 0 25px -5px #9e9c9e;
}
.top-cap-text p {
    padding: 10px 0;
    margin-bottom: 0;
}
.user-content {
    text-align: center;
    margin-top: 20px;
}
.user-content h4 {
    font-size: 16px;
    font-weight: 600;
}
.user-content h5 {
    font-size: 14px;
}
.img-overlay {
    bottom: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin: 0 auto;
}
.img-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-overlay span .btn {
    display: inline-block;
}
.img-overlay span .btn i {
    margin-right: 0;
}
.img-hover-main {
    padding: 0 40px;
}
.img-hover {
    position: relative;
    margin: 0 auto;
}
.img-hover:hover .img-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.card-header-img img {
    margin: 0 auto;
    display: block;
}
.card-header-img h4 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.card-header-img h5,
.card-header-img h6 {
    margin-top: 15px;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    text-align: center;
}
.simple-cards .btn-group {
    margin: 20px auto 0;
}
.simple-cards .btn-group button {
    margin: 0;
}
.simple-cards .user-card {
    padding: 20px 0;
    text-align: center;
}
.simple-cards .user-card .label-icon {
    margin-top: 15px;
}
.simple-cards .user-card .label-icon i {
    font-size: 20px;
}
.simple-cards .user-card .label-icon .badge-top-right {
    margin-left: 3px;
    top: -8px;
}
.card-icon {
    display: block;
    margin-bottom: 5px;
}
.btn-outline-primary {
    border-color: #01a9ac;
    font-weight: 500;
    padding: 10px 16px;
    font-size: 15px;
}
.btn-outline-primary:hover {
    background-color: #01a9ac;
    border-color: #01a9ac;
}
.simple-cards p {
    margin: 20px;
    font-size: 15px;
}
.user-profile #edit-btn,
.user-profile #edit-info-btn {
    margin-bottom: 0;
}
.card-block ul.list-contacts,
.card-block.groups-contact ul {
    display: block;
    float: none;
}
.card-block ul.list-contacts li,
.card-block.groups-contact ul li {
    display: block;
    float: none;
}
ul.list-contacts .list-group-item a {
    color: #292b2c;
}
ul.list-contacts .list-group-item.active a {
    color: #fff;
}
.pagination li {
    display: inline-block;
}
.card-block.groups-contact {
    margin-bottom: 0;
}
.card-block .connection-list {
    margin-bottom: 20px;
}
.table button {
    margin-bottom: 0;
}
#crm-contact .img-circle,
img.comment-img {
    width: 40px;
    height: 40px;
}
.page-link {
    color: #01a9ac;
}
.page-item.active .page-link {
    background-color: #01a9ac;
    border-color: #01a9ac;
}
#main {
    margin-bottom: 20px;
}
.offline-box iframe {
    width: 100%;
    border: 1px solid #ddd;
}
.blog-page {
    border-top: none;
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
}
.blog-page .blog-box {
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.blog-page .blog-box h5 {
    border-bottom: 1px solid #ccc;
    color: #01a9ac;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    display: block;
}
.blog-page .blog-box .option-font {
    background-color: #01a9ac;
    border-radius: 50%;
    bottom: 320px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.blog-page .blog-box .blog-detail {
    padding: 10px;
}
.blog-page .blog-img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: -20px;
}
.blog-page .blog-img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-page .blog-img .sharing {
    position: relative;
    bottom: 50px;
    left: 15px;
}
.blog-page .blog-img .share {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    left: 50px;
    padding: 3px 5px;
    position: absolute;
}
.blog-page .blog-img .share::before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid rgba(0, 0, 0, 0.5);
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    bottom: 8px;
    content: "";
    height: 42%;
    left: -6px;
    position: absolute;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 12px;
}
.blog-page .blog-img .share i {
    color: #fff;
    font-size: 15px;
    border-right: 1px solid #fff;
    padding: 0 5px;
}
.blog-page .blog-img .share i:last-child {
    border: none;
}
.blog-page .blog-img .share i a {
    padding: 0 5px;
    color: #fff;
}
.author {
    display: inline-block;
    float: right;
}
.author a {
    font-size: 13px;
}
.blog_post_img h5 {
    display: block;
}
.blog-date {
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
}
.blog-date i {
    margin-left: 5px;
    font-size: 14px;
    color: #01a9ac;
}
.blog-date .icon-calendar {
    font-size: 16px;
    margin-top: 5px;
}
.day {
    color: #bbb;
    padding-left: 10px;
    font-size: 14px;
}
.btn-blog a {
    color: #fff !important;
}
.blog-single h4 {
    margin-top: 20px;
    color: #01a9ac;
    font-weight: 400;
}
.blog-single p {
    margin: 20px 0;
}
.blog-single p:last-child {
    color: #777;
}
.blog-single .qutoe-text {
    font-size: 15px;
    color: #01a9ac;
    border-left: 3px solid #01a9ac;
    padding-left: 25px;
    font-weight: 400;
}
.blog-single img:first-child {
    width: 100%;
}
.blog-article .articles img {
    width: 100%;
}
.blog-big-user h6,
.blog-big-user p {
    color: #757575;
}
.blog-s-reply h6 {
    color: #01a9ac;
}
.shares-like li:first-child,
.shares-like li i {
    color: #777;
}
.blog-tag li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin: 5px 15px 5px 0;
}
.blog-tag li a,
.blog-tag li i {
    color: #777;
}
.blog-tag li:first-child {
    border: none;
    padding: 5px 0;
}
.blog-tag li i {
    font-size: 20px;
    vertical-align: middle;
}
.blog-tag li:hover {
    background-color: #01a9ac;
    border-color: #01a9ac;
}
.blog-tag li:hover a,
.blog-tag li:hover i {
    color: #fff;
}
.shares-like li {
    display: inline-block;
    margin: 5px 15px 5px 0;
    font-size: 20px;
}
.shares-like li:first-child {
    font-size: 17px;
}
.shares-like li i {
    color: #fff;
}
.shares-like .btn-facebook,
.shares-like .btn-google-plus,
.shares-like .btn-linkedin,
.shares-like .btn-pinterest,
.shares-like .btn-twitter {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}
.btn-dribbble i,
.btn-dropbox i,
.btn-facebook i,
.btn-flickr i,
.btn-github i,
.btn-google-plus i,
.btn-instagram i,
.btn-linkedin i,
.btn-pinterest i,
.btn-skype i,
.btn-tumblr i,
.btn-twitter i,
.btn-youtube i {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px 0 -7px -13px;
}
.blog-article .articles h6 {
    padding-top: 20px;
    font-weight: 400;
}
.blog-article .articles a {
    font-weight: 400;
    font-size: 15px;
    color: #01a9ac;
    margin: 20px 0;
    display: block;
}
.blog-s-reply h6 span {
    font-size: 12px;
    color: #777;
    margin-left: 5px;
}
.blog-u-comment span {
    font-size: 14px;
}
.blog-u-comment .blog-edit a,
.blog-u-comment .blog-reply a {
    margin-right: 10px;
    font-size: 12px;
}
.system_font_color {
    font-size: 18px;
    color: #01a9ac;
}
.system_font_color a {
    color: #01a9ac;
    margin-left: 5px;
}
.port_detail_next_search h5 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    display: block;
    font-weight: light;
}
.port_detail_next_search a {
    color: #333;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}
.port_detail_next_search a i {
    float: right;
    margin-top: 6px;
}
.blog_detail_social_icon span {
    font-size: 18px;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    margin-bottom: 10px;
}
.blog_detail_social_icon span:hover {
    background-color: #01a9ac;
    color: #fff;
}
.latest_blog h5 a {
    color: #333;
    font-weight: 600;
}
.gallery-page .card-block {
    margin-bottom: -20px;
}
.thumbnail {
    margin-bottom: 20px;
}
.thumbnail .thumb {
    position: relative;
    display: block;
}
.card.gallery-desc {
    overflow: hidden;
}
.masonry-media {
    overflow: hidden;
}
.masonry-media img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.masonry-media img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.masonry-image .masonry-media {
    margin-bottom: 20px;
}
figure.effect-goliath {
    background: #01a9ac;
}
.barchart canvas,
.tristate canvas {
    width: 100% !important;
}
.ct-series-a .ct-line {
    stroke: #1ce3bb;
}
.ct-series-b .ct-line {
    stroke: rgba(255, 157, 136, 0.62);
}
.ct-series-c .ct-line {
    stroke: rgba(79, 84, 103, 0.45);
}
.ct-series-d .ct-line {
    stroke: rgba(129, 142, 219, 0.61);
}
.ct-series-a .ct-point,
.ct-series-b .ct-point,
.ct-series-c .ct-point,
.ct-series-d .ct-point {
    stroke: rgba(52, 54, 70, 0.47);
    stroke-width: 8px;
    stroke-linecap: round;
}
.ct-series-a .ct-slice-donut {
    stroke: #01c0c8;
}
.ct-series-b .ct-slice-donut {
    stroke: #83d6de;
}
.ct-series-c .ct-slice-donut {
    stroke: #1abc9c;
}
.ct-series-d .ct-slice-donut {
    stroke: #4f5467;
}
.task-list select {
    width: 92%;
}
.task-list select .task-list img {
    margin-right: 5px;
    display: inline-block;
}
.task-list input {
    width: 80%;
}
.task-list-table img {
    width: 40px;
}
.task-list-table img i {
    color: #333;
    margin-right: 5px;
}
.task-page td:last-child {
    position: relative;
}
.task-page a {
    cursor: pointer;
}
.task-page tr td:last-child i {
    margin-right: 10px;
}
.thumb-img {
    position: relative;
    display: block;
}
.thumb-img:hover .caption-hover {
    background-color: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    width: 100%;
    height: 100%;
}
.caption-hover {
    top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.caption-hover > span {
    top: 38%;
    width: 100%;
    position: absolute;
    text-align: center;
}
.media .b-2-primary {
    border: 2px solid #01a9ac;
}
.thumb-block {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumb-block a {
    font-size: 12px;
}
.thumb-block .btn i {
    margin-right: 0;
}
.comment-block .btn i {
    margin-right: 0;
}
.dropdown-item {
    color: #666;
    padding: 6px 20px;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #01a9ac;
}
.task-detail-right .counter {
    text-align: center;
    color: #777;
}
.task-details .table.table-xs td,
.task-details .table.table-xs th {
    padding: 1rem 0.3rem;
}
.assign-user .media-left {
    position: relative;
}
.assign-user .media-left img {
    margin-bottom: 0;
}
.photo-table img {
    display: inline-block;
    width: 40px;
    margin-bottom: 5px;
}
.v-middle {
    vertical-align: middle;
}
.revision-block .form-group {
    margin-bottom: 0;
}
.revision-block .btn i {
    margin-right: 0;
}
.task-setting .switchery {
    display: block !important;
    float: right;
}
.task-setting .form-group {
    margin-bottom: 0;
}
.task-attachment i {
    cursor: pointer;
}
.filter-bar .nav,
.filter-bar .nav-item {
    display: inline-block;
}
.filter-bar > .navbar {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 0.5rem 1rem;
}
.navbar-nav .nav-item {
    float: left;
    line-height: 26px;
}
.nav-item button i {
    margin-right: 0;
}
.filter-bar .navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
}
.card-footer .task-list-table,
.card-footer .task-list-table a img {
    display: inline-block;
}
.task-board {
    margin-top: 10px;
    float: right;
}
.task-board .dropdown {
    display: inline-block;
}
p.task-detail {
    margin-bottom: 5px;
}
p.task-due {
    margin-bottom: 0;
}
.task-right-header-revision,
.task-right-header-status,
.task-right-header-users {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}
.taskboard-right-progress,
.taskboard-right-revision,
.taskboard-right-users {
    margin-top: 10px;
}
.task-right .icofont {
    margin-top: 5px;
    margin-right: 0;
}
.taskboard-right-revision .media .media-body .chat-header {
    font-size: 13px;
}
.media-left i {
    margin-right: 0;
}
.nav-item.nav-grid {
    float: right;
}
.faq-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 10px;
}
.faq-progress .progress .faq-text1,
.faq-progress .progress .faq-text2,
.faq-progress .progress .faq-text3,
.faq-progress .progress .faq-text4,
.faq-progress .progress .faq-text5 {
    font-weight: 600;
    margin-right: -37px;
}
.faq-progress .progress .faq-bar1,
.faq-progress .progress .faq-bar2,
.faq-progress .progress .faq-bar3,
.faq-progress .progress .faq-bar4,
.faq-progress .progress .faq-bar5 {
    background: #29aecc;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0;
}
.faq-progress .progress .faq-bar1 {
    background-color: #fe9365;
}
.faq-progress .progress .faq-text1 {
    color: #2196f3;
}
.faq-progress .progress .faq-bar2,
.faq-progress .progress .faq-bar5 {
    background-color: #0ac282;
}
.faq-progress .progress .faq-text2,
.faq-progress .progress .faq-text5 {
    color: #4caf50;
}
.faq-progress .progress .faq-bar3 {
    background-color: #fe5d70;
}
.faq-progress .progress .faq-text3 {
    color: #ff5252;
}
.faq-progress .progress .faq-bar4 {
    background-color: #01a9ac;
}
.faq-progress .progress .faq-text4 {
    color: #f57c00;
}
.card-faq h4 {
    color: #2196f3;
}
.faq-progress .progress {
    margin-bottom: 10px;
}
.issue-list-progress {
    border-bottom: 1px solid #ccc;
}
.issue-list-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 9px;
    width: 100%;
    margin: 20px 0;
    overflow: visible;
}
.issue-progress .progress .issue-text1 {
    font-weight: 600;
    position: absolute;
}
.issue-progress .progress .issue-bar1 {
    background: #01a9ac;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0;
}
.matrics-issue .sub-title {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}
.bg-white {
    background-color: #fff !important;
}
.matrics-issue div h6 {
    padding-top: 10px;
    color: #777;
}
.dd-w,
.sp-container {
    z-index: 99999 !important;
}
table.matrics-table tr:first-child td {
    border-top: none !important;
}
#issue-list-table > thead > tr > th {
    border-bottom: none;
}
.note-card .notes-list {
    margin-bottom: 20px;
}
.prod-img {
    position: relative;
    overflow: hidden;
}
.prod-img .btn i {
    margin-right: 0;
}
.prod-item .prod-img .option-hover {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
}
.prod-item .prod-img .option-hover .btn-icon {
    border-radius: 5px;
}
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-shrink:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.prod-img .p-new a {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 8px 13px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: #2dcee3;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}
.prod-info .br-wrapper {
    margin: 0 auto 20px;
}
.prod-info .br-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}
.prod-info h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.prod-info .prod-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.prod-info .prod-price .old-price {
    color: #919aa3;
    text-decoration: line-through;
    font-size: 50%;
}
.prod-view:hover .option-hover {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}
.prod-item .prod-info {
    background: #fff;
    padding: 30px 0 20px;
}
.prod-item .br-widget {
    min-height: inherit;
}
.prod-img .p-sale {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 11px 4px;
}
.prod-info .br-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}
.option-icon i {
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 36px;
}
.product-detail-page {
    border-top: none;
}
.product-detail .br-wrapper {
    margin: 10px 0;
}
.product-detail .product-detail .btn i {
    margin-right: 0;
}
.product-detail .br-widget {
    min-height: 35px;
    margin-top: 0;
    display: block;
}
.product-detail .btn-number {
    background-color: #e0e0e0;
    border-color: #d4d4d4;
    border-radius: 0;
    color: #000;
}
.product-detail .product-price {
    display: inline-block;
    margin-right: 50px;
    font-size: 24px;
}
.product-detail .pro-desc {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-detail .done-task {
    text-decoration: line-through;
}
.product-detail hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
#small_banner .slick-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
#small_banner img {
    cursor: pointer;
}
#small_banner .slick-center {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
#small_banner:hover .slick-prev {
    left: 0;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
#small_banner:hover .slick-next {
    right: 0;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.port_details_all_img {
    overflow: hidden;
}
.page-link:hover {
    color: #01a9ac;
}
.slick-prev {
    left: -45px;
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    width: 4%;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: rgba(0, 0, 0, 0.8);
}
.brighttheme-icon-sticker:after {
    top: -5px;
    content: "\002016";
}
.slick-next {
    right: -45px;
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    width: 4%;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.slick-next:focus,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: rgba(0, 0, 0, 0.8);
}
.counter-input .input-group {
    width: 20%;
}
.pro-det-tab .tab-content {
    border: 1px solid #ccc;
    border-top: 0;
}
.big_banner .port_big_img {
    margin-bottom: 15px;
}
.cd-price .cd-price-month {
    font-size: 64px;
}
.product-edit .br-wrapper {
    margin: 10px 0 30px;
}
.addcontact .md-content > div ul {
    padding-left: 0;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body p {
    overflow: hidden;
    margin-bottom: 0;
}
.panels-wells .panel {
    margin-bottom: 20px;
}
.panels-wells .panel .panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border-top: 1px solid #eeeeee;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.search-result .card {
    border-top: none;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
.search-result .card .card-block h5 {
    font-weight: 600;
}
.search-result .card .card-block p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.4;
}
.seacrh-header {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.search-content img {
    width: 120px;
}
.search-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.search-result i {
    float: right;
    line-height: 1.5;
}
.search2 .card-block:first-child {
    padding-top: 0;
}
.cart-page .wizard > .content > .body {
    width: 100%;
    padding: 0;
}
.wizard > .content > .body {
    width: 100%;
}
.card .wizard > .steps .current a {
    outline: none;
    border-radius: 5px;
}
.payment-card {
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 20px;
}
.payment-card table {
    margin-bottom: 0;
}
.confirmation {
    text-align: center;
    font-size: 80px;
}
.confirmation-icon {
    color: #fe5d70;
}
.width-100 {
    width: 100%;
}
.post-input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    resize: none;
}
.file-upload-lbl {
    max-width: 15px;
    padding: 5px 0 0;
}
.post-timelines .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a[data-lightbox="example-set"] .img-fluid,
a[data-lightbox="roadtrip"] .img-fluid,
a[data-toggle="lightbox"] .img-fluid {
    margin: 10px 0;
}
.post-new-footer {
    border-top: 1px solid #ccc;
}
.post-new-footer i {
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
}
.inline-editable .btn {
    padding: 10px;
}
.inline-editable .input-group .form-control {
    width: 100%;
}
.input-group span {
    cursor: pointer;
}
.input-group a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.msg-send {
    all: initial;
    padding: 5px 9px !important;
    border-radius: 10px;
    margin-right: 5px;
}
.msg-send:focus {
    background-color: #f3f3f3;
}
.wall-dropdown:after {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
.wall-img-preview {
    display: inline-block;
    text-align: center;
}
.wall-img-preview .wall-item {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wall-img-preview .wall-item:first-child:nth-last-child(2),
.wall-img-preview .wall-item:first-child:nth-last-child(2) ~ div {
    width: 50%;
}
.wall-img-preview .wall-item > img {
    display: none;
}
.wall-img-preview .wall-item:first-child:nth-last-child(2),
.wall-img-preview .wall-item:first-child:nth-last-child(2) ~ div {
    width: 50%;
}
.wall-img-preview .wall-item:first-child:nth-last-child(10),
.wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:not(:last-child),
.wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:nth-last-of-type(-n + 3),
.wall-img-preview .wall-item:first-child:nth-last-child(3),
.wall-img-preview .wall-item:first-child:nth-last-child(3) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(4),
.wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:not(:last-child),
.wall-img-preview .wall-item:first-child:nth-last-child(5),
.wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n + 2)),
.wall-img-preview .wall-item:first-child:nth-last-child(6),
.wall-img-preview .wall-item:first-child:nth-last-child(6) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n + 3),
.wall-img-preview .wall-item:first-child:nth-last-child(9),
.wall-img-preview .wall-item:first-child:nth-last-child(9) ~ div {
    width: 33.333333%;
}
.wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n + 2) {
    width: 50%;
}
.wall-img-preview .wall-item:first-child:nth-last-child(11),
.wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:not(:nth-last-of-type(-n + 3)),
.wall-img-preview .wall-item:first-child:nth-last-child(12),
.wall-img-preview .wall-item:first-child:nth-last-child(12) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(7),
.wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n + 3)),
.wall-img-preview .wall-item:first-child:nth-last-child(8),
.wall-img-preview .wall-item:first-child:nth-last-child(8) ~ div {
    width: 25%;
}
.wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:nth-child(10),
.wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:nth-child(4),
.wall-img-preview .wall-item:only-child {
    width: 100%;
}
.fb-timeliner h2 {
    background: #01a9ac;
    color: #fff;
    margin-top: 0;
    padding: 15px;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}
.fb-timeliner ul {
    margin-left: 15px;
    margin-bottom: 20px;
}
.fb-timeliner ul li {
    margin-bottom: 3px;
}
.fb-timeliner ul li a {
    color: #999797;
    border-left: 4px solid #d3d7dd;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}
.fb-timeliner ul li a:hover {
    color: #999797;
    border-left: 4px solid #b1b1b1;
    padding-left: 10px;
}
.fb-timeliner ul li.active a {
    color: #7a7a7a;
    border-left: 4px solid #7a7a7a;
    padding-left: 10px;
}
.dotted-line-theme .no_edit {
    width: 100% !important;
}
.dotted-line-theme .no_edit .i_text {
    font-size: 13px;
}
.dotted-line-theme .no_edit {
    padding: 15px 2px;
}
.dotted-line-theme .just_edit input[type="radio"] {
    opacity: 0;
}
.dotted-line-theme .ibtn_container {
    padding-left: 0;
    margin-top: 2px;
    position: absolute;
    top: 6px;
    z-index: 999;
    width: 120px;
}
.dotted-line-theme .ibtn_container i {
    color: #fff;
    margin-right: 0;
}
.dotted-line-theme .i_edit,
.dotted-line-theme .ibtn_container,
.dotted-line-theme .just_edit,
.dotted-line-theme .just_edit input,
.dotted-line-theme .just_edit textarea,
.dotted-line-theme .no_edit,
.dotted-line-theme .no_edit .i_text {
    font-size: 13px;
}
.wizard > .content > .body label.error {
    margin-left: 0;
}
#msform #progressbar li.active {
    color: #01a9ac;
}
#msform #progressbar li.active:before,
#progressbar li.active:after {
    background: #01a9ac;
}
#msform a {
    color: #01a9ac;
    font-weight: 600;
}
.invoice-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.invoice-table {
    border-left: 1px solid #fff;
    padding-left: 20px;
}
.invoice-table td,
.invoice-table th {
    border-top: none;
    padding: 3px 0;
}
.invoice-table > tbody > tr:last-child > td,
.invoice-table > tfoot > tr:last-child > td {
    padding-bottom: 0;
}
.invoice-box h1 {
    font-size: 7rem;
}
.invoice-order {
    padding-left: 0;
}
.invoice-order th:first-child {
    padding-left: 0;
    width: 80px;
}
.invoice-detail-table th:first-child {
    width: 450px;
    text-align: left;
}
.invoice-detail-table thead th {
    text-align: center;
}
.invoice-detail-table td {
    vertical-align: middle;
    text-align: center;
}
.invoice-detail-table td:first-child {
    text-align: left;
}
.invoice-total {
    background: #f3f3f3;
    padding: 30px 0;
}
.invoice-total td,
.invoice-total th {
    text-align: right;
}
.invoice-total td {
    padding-left: 30px;
}
.invoive-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.invoive-info h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #757575;
}
.invoice-total tbody {
    padding-right: 20px;
    float: right;
}
.dropdown-menu i {
    margin-right: 5px;
}
.grid-layout span {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
}
.vertical-alignment .row {
    padding: 15px 0;
    min-height: 10rem;
    border: 1px solid #ddd;
}
.inte-benifits {
    border: 1px solid #ddd;
}
.inte-benifits ul {
    list-style: square;
    padding-left: 20px;
}
.version .card-block {
    padding: 0;
}
.card.version .card-header .card-header-right {
    background-color: #fff;
    top: 8px;
}
.version .nav {
    display: block;
}
.version .nav li {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
}
.version .nav li:hover {
    background-color: #f6f7f7;
}
.version .nav li a {
    color: #666;
}
.version .nav li span {
    position: absolute;
    right: 20px;
}
.version .navigation-header a {
    color: #999;
}
.support-btn {
    padding: 0 20px 20px;
}
.introjs-helperNumberLayer {
    background: -webkit-gradient(linear, left top, left bottom, from(#fe7686), to(#fe5d70));
    background: linear-gradient(to bottom, #fe7686 0%, #fe5d70 100%);
}
.dd-handle,
.dd3-content {
    font-weight: 600;
}
.img-radius {
    border-radius: 5px;
}
.version .nav li:first-child {
    border-top: 1px solid #ddd;
    color: #666;
}
.dd-w,
.sp-container {
    z-index: 99;
}
#sessionTimeout-dialog .close {
    display: none;
}
.pull-0 {
    right: auto;
}
.pull-1 {
    right: 8.333333%;
}
.pull-2 {
    right: 16.666667%;
}
.pull-3 {
    right: 25%;
}
.pull-4 {
    right: 33.333333%;
}
.pull-5 {
    right: 41.666667%;
}
.pull-6 {
    right: 50%;
}
.pull-7 {
    right: 58.333333%;
}
.pull-8 {
    right: 66.666667%;
}
.pull-9 {
    right: 75%;
}
.pull-10 {
    right: 83.333333%;
}
.pull-11 {
    right: 91.666667%;
}
.pull-12 {
    right: 100%;
}
.push-0 {
    left: auto;
}
.push-1 {
    left: 8.333333%;
}
.push-2 {
    left: 16.666667%;
}
.push-3 {
    left: 25%;
}
.push-4 {
    left: 33.333333%;
}
.push-5 {
    left: 41.666667%;
}
.push-6 {
    left: 50%;
}
.push-7 {
    left: 58.333333%;
}
.push-8 {
    left: 66.666667%;
}
.push-9 {
    left: 75%;
}
.push-10 {
    left: 83.333333%;
}
.push-11 {
    left: 91.666667%;
}
.push-12 {
    left: 100%;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.333333%;
    }
    .pull-sm-2 {
        right: 16.666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.333333%;
    }
    .pull-sm-5 {
        right: 41.666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.333333%;
    }
    .pull-sm-8 {
        right: 66.666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.333333%;
    }
    .pull-sm-11 {
        right: 91.666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.333333%;
    }
    .push-sm-2 {
        left: 16.666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.333333%;
    }
    .push-sm-5 {
        left: 41.666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.333333%;
    }
    .push-sm-8 {
        left: 66.666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.333333%;
    }
    .push-sm-11 {
        left: 91.666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.333333%;
    }
    .pull-md-2 {
        right: 16.666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.333333%;
    }
    .pull-md-5 {
        right: 41.666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.333333%;
    }
    .pull-md-8 {
        right: 66.666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.333333%;
    }
    .pull-md-11 {
        right: 91.666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.333333%;
    }
    .push-md-2 {
        left: 16.666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.333333%;
    }
    .push-md-5 {
        left: 41.666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.333333%;
    }
    .push-md-8 {
        left: 66.666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.333333%;
    }
    .push-md-11 {
        left: 91.666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.333333%;
    }
    .pull-lg-2 {
        right: 16.666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.333333%;
    }
    .pull-lg-5 {
        right: 41.666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.333333%;
    }
    .pull-lg-8 {
        right: 66.666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.333333%;
    }
    .pull-lg-11 {
        right: 91.666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.333333%;
    }
    .push-lg-2 {
        left: 16.666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.333333%;
    }
    .push-lg-5 {
        left: 41.666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.333333%;
    }
    .push-lg-8 {
        left: 66.666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.333333%;
    }
    .push-lg-11 {
        left: 91.666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.333333%;
    }
    .pull-xl-2 {
        right: 16.666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.333333%;
    }
    .pull-xl-5 {
        right: 41.666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.333333%;
    }
    .pull-xl-8 {
        right: 66.666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.333333%;
    }
    .pull-xl-11 {
        right: 91.666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.333333%;
    }
    .push-xl-2 {
        left: 16.666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.333333%;
    }
    .push-xl-5 {
        left: 41.666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.333333%;
    }
    .push-xl-8 {
        left: 66.666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.333333%;
    }
    .push-xl-11 {
        left: 91.666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-family: "Courier New", Courier, monospace;
    padding: 50px 0;
}
.ie-warning p {
    font-size: 17px;
}
.ie-warning .iew-container {
    min-width: 1024px;
    width: 100%;
    height: 200px;
    background: #fff;
    margin: 50px 0;
}
.ie-warning .iew-download {
    list-style: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 720px;
}
.ie-warning .iew-download > li {
    float: left;
    vertical-align: top;
}
.ie-warning .iew-download > li > a {
    display: block;
    color: #000;
    width: 140px;
    font-size: 15px;
    padding: 15px 0;
}
.ie-warning .iew-download > li > a > div {
    margin-top: 10px;
}
.ie-warning .iew-download > li > a:hover {
    background-color: #eee;
}
.image-cropper-container {
    margin-top: 10px;
}
.alpaca-field img {
    width: 250px;
}
.arrow_box {
    z-index: 0;
}
@media only screen and (max-width: 575px) {
    .sticky-card {
        margin-bottom: 250px;
    }
}
.j-pro .j-label {
    font-weight: 600;
}
.ms-container {
    width: 100%;
}
.theme-loader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
}
.theme-loader .ball-scale {
    left: 50%;
    top: 50%;
    position: absolute;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}
.theme-loader .ball-scale .contain {
    height: 100%;
    width: 100%;
}
.theme-loader .ball-scale .contain .ring {
    display: none;
}
.theme-loader .ball-scale .contain .ring:first-child {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding: 10px;
    border: 3px solid transparent;
    border-left-color: #01a9ac;
    border-right-color: #01a9ac;
    -webkit-animation: round-rotate 1.5s ease-in-out infinite;
    animation: round-rotate 1.5s ease-in-out infinite;
}
.theme-loader .ball-scale .contain .ring:first-child .frame {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #0ac282;
    border-right-color: #0ac282;
    -webkit-animation: round-rotate 1.5s ease-in-out infinite;
    animation: round-rotate 1.5s ease-in-out infinite;
}
@-webkit-keyframes round-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.progress {
    height: 1rem;
}
.progress .progress-bar {
    height: 100% !important;
}
.pcoded .mCSB_container_wrapper {
    margin-right: 0;
}
.pcoded .mCSB_container_wrapper > .mCSB_container {
    padding-right: 0;
}
.pcoded .mCSB_scrollTools {
    width: 10px;
}
.pcoded .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    width: 10px;
}
.pcoded .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(64, 78, 103, 0);
}
.pcoded .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.pcoded .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(64, 78, 103, 0.5);
}
.pcoded #styleSelector:hover .mCSB_dragger_bar,
.pcoded .main-menu:hover .mCSB_dragger_bar {
    background-color: rgba(64, 78, 103, 0.2);
}
.scroll-container {
    overflow-x: hidden;
}
#main-chat .page-error i,
.full-calender .page-error i {
    font-size: 35px;
    border-radius: 6px;
    padding: 6px 9px;
}
