/***
====================================================================
  Table of contents
====================================================================

- [0. Reset and Set Defaults]
- [1. Body]
- [2. Wrapper]
- [3. Navigation]
- [4. Inline Wrapper]
- [5. Header]
- [6. main]
- [7. Container]
- [8. Form Elements]
- [9. Accordion]
- [10. Wizards]
- [11. Tab Control]
- [12. Popup]
- [13. Lists]
- [14. Search]
- [15. Divider]
- [16. Posts]
- [17. Profile Page]
- [18. Post Author Page]
- [19. Gallery and Album]
- [20. Contact]
- [21. Product Pages]
- [22. Panel]
- [23. Bouble Menu]
- [24. Page Loader]
- [25. Responsive Media Queries]
- [26. Background Color Helpers]
- [27. Text Helpers]
- [28. Text Animations]
- [29. CUSTOMIZE THE CAROUSEL]
- [30. Home Tabs]
- [31. Content Styles]
- [32. Home Tabs]
- [33. Column Grid]
- [34. Tables]

***/


/*-------------------------------------------------------------------
[0. Reset and Set Defaults]
*------------------------------------------------------------------*/

::-webkit-scrollbar {
    display: block;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

a {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 700;
    outline: none;
}

:root {
    --themeColor: #cb0407;
}

a:hover {
    text-decoration: none !important;
}

body * {
    box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 0
}

ul {
    margin-bottom: 0
}

input,
button,
select,
textarea,
label {
    font-family: Nunito;
    font-size: 14px !important;
    /*color: #929292;*/
    color: #000000;
    line-height: 1.4;
    font-weight: 600;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #929292;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #929292;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #929292;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #929292;
}


/*end of part 0----------------------------------------------------*/


/*-------------------------------------------------------------------
[1. Body]
*------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: Nunito;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}


/*end of part 1----------------------------------------------------*/


/*-------------------------------------------------------------------
[2. Wrapper]
*------------------------------------------------------------------*/

.wrapper {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*end of part 2----------------------------------------------------*/


/*-------------------------------------------------------------------
[3. Navigation]
*------------------------------------------------------------------*/

.nav-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

nav.menu.opened {
    right: 0;
}

nav.menu {
    position: absolute;
    right: -70%;
    top: 0;
    bottom: 0;
    width: 70%;
    background-color: #fff;
    -webkit-transition: right 200ms cubic-bezier(0.000, 0.655, 0.000, 1);
    /* older webkit */
    -webkit-transition: right 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    -moz-transition: right 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    -o-transition: right 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    transition: right 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    /* custom */
}

.image-round {
    border-radius: 60px;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
}

nav.menu .nav-header span {
    display: block;
    color: #fff;
    font-weight: normal;
}

nav.menu .nav-header a {
    color: #2eb18d;
}

nav.menu .nav-header {
    height: 160px;
    text-align: center;
    padding-top: 10px;
    background: url("../img/avatar-bg.html") no-repeat;
    background-size: cover
}

nav .nav-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    overflow: auto;
    background-color: var(--themeColor);
}

nav.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.menu ul li {
    display: block;
    width: 100%;
}

nav.menu ul li img {
    max-width: 23px
}

nav.menu ul li strong {
    position: relative;
    top: -5px;
    margin-left: 10px;
    font-weight: bold;
}

nav.menu ul li strong.special {
    top: 2px
}

nav.menu ul.main-menu>li.active {
    background-color: #ececec;
}

nav.menu ul.main-menu>li.active>ul {
    display: block;
}

nav.menu ul.main-menu>li ul li.active {
    background-color: rgba(0, 0, 0, 0.2);
}

nav.menu ul.main-menu>li>a {
    display: block;
    color: #fff;
    padding: 12px 12px;
    font-weight: normal;
    background-color: #cb0407;
}

nav.menu ul.main-menu>li.active i {
    color: #fff !important;
}

nav.menu ul.main-menu>li>a>i {
    display: inline-block;
    width: 30px;
    font-size: 18px;
    color: #fff;
    top: 5px;
    position: relative;
}

nav.menu ul.main-menu>li>a>span {
    display: inline-block;
    float: right;
    opacity: 0.5;
}

nav.menu ul.main-menu>li ul {
    display: none;
}

nav.menu ul.main-menu>li li a {
    display: block;
    color: #333;
    padding: 8px 20px 10px 50px;
    font-weight: 600;
    font-size: 13px;
}

nav.menu ul.main-menu>li li a:hover {
    background-color: #ddd;
}

nav.menu ul.main-menu>li li a:first-child {
    display: none;
}

ul.main-menu hr{
    border: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.ml-10 {
    margin-left: 7px
}

.mr-10 {
    margin-right: 8px
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.w-text {
    color: #fff !important
}


/* .g-text{
    color: #4d9004 !important;
} */

.g-text {
    color: var(--themeColor) !important;
}


/* .b-text{
    color: #002ce6 !important;
} */

.b-text {
    color: var(--themeColor) !important;
}

.y-text {
    color: #fff !important;
}

.su-text {
    color: #28a745!important;
}

.ap-text {
    color: #17a2b8!important;
}

.pe-text {
    color: #dc3545!important;
}

.p-text {
    color: #999 !important
}

.text-center {
    text-align: center !important;
}

.relative {
    position: relative !important
}


/*end of part 3----------------------------------------------------*/


/*-------------------------------------------------------------------
[4. Inline Wrapper]
*------------------------------------------------------------------*/

.wrapper-inline {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    background-color: #f9fafb;
    overflow: auto;
    background-image: url(../img/bodybg.png);
}

.wrapper.with-bg-image .wrapper-inline {
    background-color: rgba(255, 255, 255, 0.9);
}


/*end of part 4----------------------------------------------------*/


/*-------------------------------------------------------------------
[5. Header]
*------------------------------------------------------------------*/

header {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--themeColor);
    height: 50px;
    border-bottom: solid 1px #EEE;
    padding: 10px;
}

header.no-background {
    background-color: transparent;
    border-bottom: 0px none;
    color: #FFF;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

header.no-background a {
    color: #FFF;
}

header.no-background .navi-menu-button em {
    background: #FFF;
}

header.set-bg {
    background-color: var(--themeColor);
    border-bottom: solid 1px #EEE;
    color: #464646;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    height: 50px;
}

header.set-bg a {
    color: #464646;
}

header.set-bg .navi-menu-button em {
    background: #fff;
}

header .go-back-link {
    position: absolute;
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 17px;
    /* line-height: 30px;
	text-align: center;
	float: left;
	margin-left: -10px;
	color: #fff;
    font-size: 16px; */
}

header .page-title {
    font-size: 16px;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 10px;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    color: #eee;
}

header.with-search-icon .page-title {
    left: 80px;
    right: 50px;
}

.navi-menu-button {
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    cursor: pointer;
}

.navi-menu-button em {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    border-radius: 30px;
    right: 0;
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    /* linear */
}

.navi-menu-button em:nth-child(1) {
    top: 7px;
    width: 20px;
}

.navi-menu-button em:nth-child(2) {
    top: 14px;
}

.navi-menu-button em:nth-child(3) {
    top: 21px;
    width: 20px;
}


/* .navi-menu-button.focused{
	right: 275px;
} */

.navi-menu-button.focused em {
    background: #002ce6;
}

.navi-menu-button.focused em:nth-child(1) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}

.navi-menu-button.focused em:nth-child(2) {
    width: 0;
}

.navi-menu-button.focused em:nth-child(3) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}


/*end of part 5----------------------------------------------------*/


/*-------------------------------------------------------------------
[6. Main]
*------------------------------------------------------------------*/

main {
    margin-top: 60px;
}

main.no-margin {
    margin-top: 0;
}

main.fix-top-menu {
    margin-top: 50px;
}

main.no-margin .container {
    padding: 0;
}

main.no-header .TurboWrapper {
    top: 0;
}


/*end of part 6----------------------------------------------------*/


/*-------------------------------------------------------------------
[7. Container]
*------------------------------------------------------------------*/

section.container {
    padding: 0 10px;
    overflow-x: hidden;
}

div.container {
    padding: 0 10px;
}


/*end of part 7----------------------------------------------------*/


/*-------------------------------------------------------------------
[8. Form Elements]
*------------------------------------------------------------------*/

.form-row {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
}

.form-row.no-padding {
    padding: 0;
}

.form-row-group {
    border-radius: 3px;
    background-color: #FFF;
    border: solid 1px #f2f2f2;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.form-row-group .form-row {
    padding: 0 10px;
}

.form-row-group.with-icons .form-row i {
    position: absolute;
    line-height: 40px;
    width: 24px;
}

.form-row-group.with-icons .form-row .form-element {
    padding-left: 24px;
}

.form-element {
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #EEE;
    height: 40px;
    outline: none;
    line-height: 40px;
    background-color: #FFF;
}

select.form-element {
    -webkit-appearance: none;
    background-color: white;
    background-image: url(../img/up-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    border-color: transparent;
    border-bottom: solid 1px #EEE;
}

.error {
    color: #cc0c35;
}

.error .form-element {
    border-color: #cc0c35 !important;
    color: #cc0c35;
}

textarea.form-element {
    resize: none;
    line-height: 1.4;
    padding: 10px 0;
    min-height: 80px;
}

select.form-element {
    padding: 0 6px;
    margin-left: -4px;
}

.form-element:focus {
    border-color: #002ce6;
}

.button {
    padding: 10px 20px;
    background-color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    outline: none;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.button.circle {
    border-radius: 5px;
}

.button.block {
    display: block;
    width: 100%;
}

.button:hover,
.button:active,
.button:focus {
    background-color: #f9f9f9;
}

.button.darkblue {
    background-color: #2C6EBC;
    color: #FFF;
    /* border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; */
}

.button.orange {
    /* background-color: #ffad00; */
    background-color: #cb0407;
    color: #FFF;
    /* border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; */
}

.button.blue {
    background-color: #3e7ab7;
    color: #FFF;
    /* border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; */
}

.button.yellow {
    background-color: #ebad4d;
    color: #FFF;
    /* border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; */
}

.button.red {
    background-color: #d3514b;
    color: #FFF;
    /* border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; */
}

.button.green {
    background-color: #00b5ef;
    color: #FFF;
    /* -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; */
}

.more-btn {
    background: #7965ff;
    color: #fff;
    padding: 10px 40px;
    border: 1px solid #7965ff;
    border-radius: 25px;
    margin-top: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.more-btn:hover,
.more-btn.transparent {
    background: transparent;
    color: #7965ff
}

.sweet-check {
    height: 30px;
    width: 60px;
    cursor: pointer;
    border-radius: 30px;
    border: solid 1px #eee;
    display: inline-block;
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: background-color 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: background-color 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: background-color 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    /* linear */
}

.sweet-check input {
    opacity: 0;
    position: absolute;
}

.sweet-check .outline {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: block;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    position: absolute;
    left: 0;
    -webkit-transition: left 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: left 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: left 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: left 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    /* linear */
}

.sweet-check.checked {
    background-color: #60B2FE;
    border-color: #60B2FE;
}

.sweet-check.checked .outline {
    left: 30px;
}


/*end of part 8----------------------------------------------------*/


/*-------------------------------------------------------------------
[9. Accordion]
*------------------------------------------------------------------*/

.expandable-item {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
}

.expandable-header {
    background-color: #f3bb1b;
    color: #fff;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: pointer;
}

.expandable-header .list-icon {
    font-size: 18px;
    display: inline-block;
    width: 24px;
}

.expandable-header .list-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.expandable-header .list-item-extra {
    position: absolute;
    right: 40px;
    top: 17px;
    font-size: 12px;
}

.expandable-header .list-arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

.expandable-header i {
    color: #333;
}

.expandable-content {
    border: solid 1px transparent;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .2s linear;
    -moz-transition: max-height .2s linear;
    -o-transition: max-height .2s linear;
    transition: max-height .2s linear;
}

.expandable-content .padding-content {
    padding: 0 15px 30px;
}

.expandable-item.active .expandable-content {
    border-color: #EEE;
    min-height: 200px
}

.expandable-item.active .list-arrow:before {
    content: "\f106";
}


/*end of part 9----------------------------------------------------*/


/*-------------------------------------------------------------------
[10. Wizard]
*------------------------------------------------------------------*/

.wizard {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.wizard .wizard-item {
    position: relative;
}

.wizard .wizard-content {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 100%;
    right: 20px;
    bottom: 60px;
    overflow: hidden;
    text-align: center;
}

.wizard-page .TurboWrapper {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
}

.wizard-page .slider-navigation {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.wizard-skip-link {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    right: 20px;
    height: 33px;
    line-height: 33px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
}

.wizard-skip-link:hover {
    color: #069;
}

.dotClass {
    background-color: #DDD;
    margin: 5px 3px;
    width: 15px;
    border-radius: 9px;
    height: 6px;
}

.dotClass.active {
    background: rgb(121, 101, 255, .8);
}


/*end of part 10----------------------------------------------------*/


/*-------------------------------------------------------------------
[11. Tab Control]
*------------------------------------------------------------------*/

.tab-item .fix-width .menu-item {
    display: block;
    float: left;
    text-align: center;
}

.tab-item .tab-content .content-item {
    display: none;
}

.tab-item .tab-content .active {
    display: block;
}

.tab-item .tab-menu {
    background-color: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.tab-item .menu-item {
    line-height: 40px;
}

.tab-item .menu-item.active {
    border-bottom: solid 2px #96a5f6;
    color: #96a5f6;
}

.tab-item .tab-content {
    padding: 10px 10px 30px
}

.tab-item.fixed-bottom .tab-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
}

.tab-item.fixed-bottom .menu-item.active {
    border-bottom: none;
    border-top: solid 2px #2eb18d;
    background-color: rgba(0, 0, 0, 0.05);
}

.tab-item.fixed-bottom .tab-menu.only-icons .menu-item {
    font-size: 18px;
}


/*end of part 11----------------------------------------------------*/


/*-------------------------------------------------------------------
[12. Popup]
*------------------------------------------------------------------*/

.popup-overlay {
    position: fixed;
    z-index: 900;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
    padding: 20px;
    display: none;
    cursor: pointer;
}

.popup-overlay.no-overlay {
    background-color: transparent;
}

.popup-overlay .popup-container {
    overflow: hidden;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.popup-overlay .popup-container.add {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.popup-overlay .popup-header {
    border-bottom: solid 1px #EEE;
    background-color: #f4f4f4;
    padding: 10px;
    position: relative;
}

.popup-overlay .popup-title {
    margin: 0;
    padding: 0;
    padding-right: 40px;
}

.popup-overlay .popup-close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.popup-overlay .popup-content {
    padding: 10px;
    min-height: 50px;
}

.img-buy {
    max-width: 100px;
    margin-top: 10px
}

.popup-overlay .popup-footer {
    border-top: solid 1px #EEE;
    padding: 10px;
    text-align: right;
}


/*end of part 12----------------------------------------------------*/


/*-------------------------------------------------------------------
[13. Lists]
*------------------------------------------------------------------*/

.list-box {
    width: 100%;
}

.list-box .list-item {
    padding: 15px;
    background-color: #FFF;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.list-box .list-item .sweet-check {
    float: right;
}

.list-box a.list-item:hover,
.list-box a.list-item:focus {
    background-color: #f5f6f8 !important;
}

.list-box a.list-item:hover i,
.list-box a.list-item:focus i {
    color: #585858 !important;
}

.list-box .list-item i {
    font-size: 20px;
    display: inline-block;
    line-height: 28px;
    color: #797979;
    float: left;
    width: 36px;
}

.list-box .list-item img {
    display: inline-block;
    padding-right: 10px;
    line-height: 28px;
    float: left;
    width: 36px;
}

.list-box .list-item .list-item-title {
    font-weight: 700;
    display: inline-block;
    line-height: 28px;
    float: left;
    font-size: 16px;
}

.list-box .list-item .seperate {
    display: inline-block;
    float: left;
    width: 1px;
    height: 30px;
    background-color: #EEE;
    margin-right: 10px;
}

.list-box.half-box {
    width: 50%;
    float: left;
}

.list-box.half-box .list-item {
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.list-box.half-box:nth-child(odd) .list-item {
    margin-right: 5px;
}

.list-box.half-box:nth-child(even) .list-item {
    margin-left: 5px;
}

.list-box.half-box .list-item i {
    font-size: 36px;
    float: none;
}

.list-box.half-box .list-item .list-item-title {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
}


/*end of part 13----------------------------------------------------*/


/*-------------------------------------------------------------------
14. Search]
*------------------------------------------------------------------*/

.search-button {
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    float: left;
    z-index: 999;
}

.search-button img {
    max-width: 22px
}

header.no-background .search-button .not-icon1 {
    position: absolute;
    top: 5px;
    visibility: hidden;
}

header.no-background.set-bg .search-button .not-icon1 {
    visibility: visible;
}

.search-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
    display: none;
}

.search-form .search-input {
    margin: 70px 20px 40px 20px;
    position: relative;
}

.search-form .form-element {
    border: solid 1px #EEE;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px;
}

.search-form .form-element:focus {
    border-bottom-color: #2eb18d;
}

.search-form .search-input-btn {
    position: absolute;
    width: 37px;
    height: 37px;
    right: 1px;
    top: 1px;
    background-color: #FFF;
    border: none;
    line-height: 37px;
    text-align: center;
}

.search-form .search-input-btn:hover,
.search-form .search-input-btn:focus {
    color: #2eb18d;
}

.search-form .recent-search,
.search-form .popular-search {
    padding: 0 20px;
    margin-bottom: 20px;
}

.search-form .search-tag {
    display: inline-block;
    padding: 4px 12px;
    background-color: #FFF;
    border: solid 1px #DDD;
    font-weight: 400;
    border-radius: 15px;
    margin: 0 5px 5px 0;
}

.search-form .search-tag:hover,
.search-form .search-tag:focus {
    border-color: #2eb18d;
    color: #2eb18d;
}

.search-form .search-group-title {
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
}

.search-form .close-search-form {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    background: #6de3c2;
    border: solid 1px #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.search-form .close-search-form:focus,
.search-form .close-search-form:hover {
    background-color: transparent;
    color: #FFF;
}

.search-result-header {
    background-color: #FFF;
    margin: -10px -10px 10px -10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.search-result-header.fix-searchbar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 100;
}

.search-result-header.fix-searchbar+.search-result-container {
    padding-top: 30px;
}

.search-result-header .form-element {
    padding: 0 10px;
}

.search-result-header.fix-searchbar .search-result-btn {
    right: 10px;
}

.search-result-header .search-result-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
    border: none;
    background-color: #FFF;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}

.search-result-header .search-result-btn:focus,
.search-result-header .search-result-btn:hover {
    color: #2eb18d;
}


/*end of part 14----------------------------------------------------*/


/*-------------------------------------------------------------------
[15. Divider]
*------------------------------------------------------------------*/

.form-divider {
    display: block;
    width: 100%;
    clear: both;
    height: 10px;
    margin: 10px 0;
}

.form-mini-divider {
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
    margin: 5px 0;
}

.form-label-divider {
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
    background-color: #DDD;
    text-align: center;
    opacity: 0.5;
    margin-top: 60px;
}

main .form-label-divider {
    margin-top: 0px;
}

.form-label-divider span {
    position: relative;
    top: -8px;
    font-weight: 700;
    display: inline-block;
    background-color: #F5F6F8;
    padding: 0 10px;
}


/*end of part 15----------------------------------------------------*/


/*-------------------------------------------------------------------
[16. Posts]
*------------------------------------------------------------------*/

.post-item {
    width: 100%;
    border-radius: 3px;
    background-color: #FFF;
    min-height: 100px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.post-item .post-asset {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

.post-item .post-asset.image img {
    display: block;
    width: 100%;
}

.post-item .post-asset.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.post-item .post-asset.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-item .post-header {
    padding: 15px;
    border-bottom: solid 1px #EEE;
}

.post-item .post-title {
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    color: #333;
}

.post-item .post-title a {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 18px;
}

.post-item .post-header span {
    font-size: 12px;
    margin-right: 10px;
    opacity: 0.6;
}

.post-item .post-footer {
    padding: 10px 15px;
}

.post-item .post-author {
    display: inline-block;
}

.post-item .author-img {
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    padding: 3px;
    background: #FFF;
    border: solid 1px #2eb18d;
    margin-right: 10px;
}

.post-item .author-img img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.post-item .author-name {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.post-item .author-name b {
    white-space: nowrap;
    display: block;
    font-size: 14px;
}

.post-item .post-extra {
    display: inline-block;
    float: right;
}

.post-item .post-extra div {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.post-item .post-share {
    position: relative;
    line-height: 40px;
}

.post-item .post-share>i {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.post-item .post-share .social-links {
    position: absolute;
    z-index: 10;
    top: 0;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    left: -130px;
    width: 130px;
    border: solid 1px #EEE;
    border-radius: 5px;
    background: #FFF;
    display: none;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.post-item .post-share .social-links a {
    font-size: 18px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
    float: left;
}

.post-item .post-share .social-links a.share-facebook {
    color: #2C6EBC;
}

.post-item .post-share .social-links a.share-twitter {
    color: #1DA1F2;
}

.post-item .post-share .social-links a.share-google-plus {
    color: #D24C41;
}

.post-detail {
    background: #FFF;
    padding: 10px;
    border-top: solid 1px #EEE;
}

.post-detail p {
    margin: 0;
    margin-bottom: 10px;
}

.post-detail h1,
.post-detail h2,
.post-detail h3,
.post-detail h4,
.post-detail h5 .post-detail h6 {
    font-weight: 900;
}

.post-comments {
    margin-top: 10px;
}

.post-comments ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-comments ul li {
    display: block;
    width: 100%;
}

.post-comments>ul>li li {
    padding-left: 20px;
}

.post-comments ul li .comment-container {
    background-color: #FFF;
    padding: 10px;
    margin: 10px;
}

.post-comments.no-padding {
    margin-top: 0;
}

.post-comments.no-padding ul li .comment-container {
    margin: 0;
    margin-bottom: 10px;
}

.post-comments .comment-header {
    position: relative;
    border-bottom: solid 1px #EEE;
    overflow: hidden;
    padding-bottom: 10px;
}

.post-comments .user-image {
    display: block;
    width: 38px;
    height: 38px;
    border: solid 1px #2eb18d;
    border-radius: 50%;
    float: left;
    padding: 2px;
    margin-right: 10px;
}

.post-comments .user-image img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.post-comments .user-name {
    display: inline-block;
    float: left;
    line-height: 38px;
    font-weight: 700;
}

.post-comments .comment-date {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    opacity: 0.6;
}

.post-comments .comment-content {
    padding-top: 10px;
    opacity: 0.7;
}

.post-comments .comment-post-link {
    border-bottom: solid 1px #EEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post-comments .comment-post-link a {
    color: #2eb18d;
    font-weight: 700;
}

.news-list-item {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    min-height: 30px;
    border-radius: 3px;
    position: relative;
}

.news-list-item.no-image .list-content {
    padding-left: 10px;
    height: auto;
}

.news-list-item.no-image .list-title {
    height: auto;
}

.news-list-item .list-image {
    width: 100px;
    height: 100px;
    position: absolute;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
    float: left;
}

.news-list-item .list-content {
    height: 100px;
    position: relative;
    padding: 10px 10px 10px 110px;
}

.news-list-item .list-category {
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 10px;
    margin-bottom: 6px;
}

.news-list-item .list-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    height: 32px;
}

.news-list-item .list-author,
.news-list-item .list-time {
    font-size: 12px;
    opacity: 0.6;
}

.news-list-item .list-author {
    font-weight: 700;
}


/*end of part 16----------------------------------------------------*/


/*-------------------------------------------------------------------
[17. Profile Page]
*------------------------------------------------------------------*/

.profile-image {
    width: 110px;
    height: 110px;
    padding: 5px;
    border-radius: 50%;
    background-color: #FFF;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.profile-image .avatar-img {
    border-radius: 50%;
}

.profile-image .update-btn {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 32px;
}


/*end of part 17----------------------------------------------------*/


/*-------------------------------------------------------------------
[18. Post Author Page]
*------------------------------------------------------------------*/

.author-item .author-bg {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
}

.author-item .author-bg-inline {
    width: 100%;
    background-color: rgba(14, 14, 14, 0.1);
    padding: 60px 0 20px 0;
}

.author-item .author-avatar {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    display: block;
    margin: 0 auto;
}

.author-item .author-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.author-item .author-name {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.author-item .author-desc {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.author-item .author-number {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 40px;
}

.author-item .author-number>div {
    width: 33%;
    float: left;
}

.author-item .author-number>div>span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
}


/*end of part 18----------------------------------------------------*/


/*-------------------------------------------------------------------
19. Gallery and Album]
*------------------------------------------------------------------*/

.album-item {
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 10px;
    display: block;
}

.album-item:focus,
.album-item:hover {
    color: #35d9ac;
}

.album-item:focus .album-image:before,
.album-item:hover .album-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.album-item .album-image {
    height: 140px;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
}

.album-item .album-image img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

.album-item .album-info {
    padding: 10px;
    position: relative;
}

.album-item .album-title {
    margin: 0;
    padding: 0;
}

.album-item .image-count {
    font-size: 12px;
    opacity: 0.6;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}

.album-item.half-box .album-image {
    height: 100px;
}

.album-item.half-box {
    width: 49%;
}

.album-item.half-box:nth-child(odd) {
    float: left;
}

.album-item.half-box:nth-child(even) {
    float: right;
}

.album-item.half-box .image-count {
    position: relative;
    display: block;
    float: none;
    top: inherit;
    right: inherit;
}

.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 140px;
    border-radius: 3px;
    cursor: pointer;
}

.gallery-item.half-box {
    width: 50%;
    float: left;
    margin-bottom: 0;
}

.gallery-item img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

.gallery-item .image-name {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 9;
    color: #FFF;
    background: rgba(135, 135, 135, 0);
    background: -moz-linear-gradient(top, rgba(135, 135, 135, 0) 0%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135, 135, 135, 0)), color-stop(100%, rgba(51, 51, 51, 1)));
    background: -webkit-linear-gradient(top, rgba(135, 135, 135, 0) 0%, rgba(51, 51, 51, 1) 100%);
    background: -o-linear-gradient(top, rgba(135, 135, 135, 0) 0%, rgba(51, 51, 51, 1) 100%);
    background: -ms-linear-gradient(top, rgba(135, 135, 135, 0) 0%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(135, 135, 135, 0) 0%, rgba(51, 51, 51, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#333333', GradientType=0);
}

.gallery-item .image-name b {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 10px;
}

.gallery-item .image-name i {
    position: absolute;
    font-size: 18px;
    right: 10px;
    bottom: 10px;
}

.gallery-item:hover .image-name,
.gallery-item:focus .image-name {
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}


/*end of part 19----------------------------------------------------*/


/*-------------------------------------------------------------------
[20. Contact]
*------------------------------------------------------------------*/

.map_container {
    position: relative;
    left: 0;
    right: 0;
    top: -10px;
    width: 100%;
    height: 300px;
}

.contact-info {
    background-color: #FFF;
    margin: 0 10px 10px;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.contact-info .address-name {
    margin: 6px 0;
    padding: 0;
}

.contact-info .contact-stars {
    opacity: 0.6;
}

.contact-info .address {
    padding: 0;
    margin: 0;
}

.contact-short-info {
    background-color: #FFF;
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.contact-short-info .title {
    margin: 0;
}

.contact-address {
    background-color: #FFF;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.contact-address .contact-item {
    margin-bottom: 6px;
}

.contact-address .contact-item i {
    display: inline-block;
    width: 20px;
}


/*end of part 20----------------------------------------------------*/


/*-------------------------------------------------------------------
[21. Product Pages]
*------------------------------------------------------------------*/

.product-two-column .product-item {
    display: block;
    width: 50%;
    float: left;
}

.product-item {
    display: block;
    width: 100%;
    position: relative;
}

.product-item>a {
    display: block;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 3px;
}

.product-two-column .product-item:nth-child(odd) {
    padding-right: 5px;
}

.product-two-column .product-item:nth-child(even) {
    padding-left: 5px;
}

.product-item .product-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
    height: 25px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    color: #525252;
    font-weight: normal;
}

.title-main {
    margin: 30px 0px 15px;
    font-size: 16px;
}

.product-item .product-image {
    display: block;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.product-item .product-info {
    display: block;
    padding: 0px 10px 0px 10px;
    font-weight: 800;
    height: 35px;
}

.product-item .product-price {
    font-size: 12px;
    line-height: 30px;
}

.product-item .add-to-chart {
    border: none;
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    float: right;
}

.product-item .old-price {
    opacity: 0.7;
    margin-left: 10px;
    text-decoration: line-through;
}

.product-item .add-to-favorite {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
}

.product-viewer .view-item {
    padding: 10px;
}

.product-viewer .view-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.product-view-title {
    text-align: center;
    margin: 0;
}

.product-view-price {
    margin: 0;
    text-align: center;
}

.product-view-price .old-price {
    opacity: 0.5;
    font-weight: 400;
    text-decoration: line-through;
}

.cart-btn {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ececec;
    float: right;
    border: 0px;
    border-radius: 25px;
    font-size: 14px;
    margin-top: 2px;
    color: #2eb18d;
}

.product-size {
    margin: 10px auto;
    width: 300px;
}

.product-size li {
    list-style-type: none;
    float: left;
    margin: 0px 10px;
}

.product-size li a {
    text-align: center;
    border-radius: 50%;
    border: 1px solid #2eb18d;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #2eb18d;
}

.product-size li a:hover {
    border: 1px solid #ccc;
}

.product-size li.active a {
    background: #2eb18d;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #2eb18d;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
}


/*end of part 21----------------------------------------------------*/


/*-------------------------------------------------------------------
[22. Panel]
*------------------------------------------------------------------*/

.panel {
    padding: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.panel .title {
    margin: 0;
    padding: 0;
}


/*end of part 22----------------------------------------------------*/


/*-------------------------------------------------------------------
[23. Bouble Menu]
*------------------------------------------------------------------*/

.bouble-link {
    position: fixed;
    z-index: 777;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    line-height: 46px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
}


/*end of part 23----------------------------------------------------*/


/*-------------------------------------------------------------------
[24. Page Loader]
*------------------------------------------------------------------*/

.sweet-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.sweet-loader.show {
    display: block;
    opacity: 1;
}

.sweet-loader.show .box {
    width: 70px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
}

.sweet-loader.show .box>div {
    width: 18px;
    height: 18px;
    background-color: #2eb18d;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sweet-loader.show .box .circle1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sweet-loader.show .box .circle2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*end of part 24----------------------------------------------------*/


/*-------------------------------------------------------------------
[25. Responsive Media Queries]
*------------------------------------------------------------------*/

@media screen and (min-width: 480px) {
    body {
        font-size: 14px;
    }
    header {
        padding: 10px 10px;
    }
    section.container,
    div.container {
        padding: 0 20px;
    }
    nav.menu {
        width: 300px;
    }
    .navi-menu-button.focused {
        right: 325px;
    }
    .form-label-divider span {
        top: -10px;
    }
    .post-detail {
        padding: 20px;
    }
    .search-result-header {
        margin: -10px -20px 20px -20px;
    }
    .search-result-header .form-element {
        padding: 0 20px;
    }
    .search-result-header .search-result-btn {
        right: 10px;
    }
    h1 .button {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .navi-menu-button.focused {
        right: 75%;
    }
}

.navi-menu-button.focused {
    background-color: var(--themeColor);
    width: 30px;
    height: 32px;
    box-shadow: 4px 0px 0px var(--themeColor);
}


/*end of part 25----------------------------------------------------*/


/*------------------------------------------------------------------
[26. Background Color Helpers]

Orange 	/	.orange			#2eb18d
Red 	/ 	.red			#F34954
Purple	/	.purple			#7A5AAD
Turquoise/	.turquoise	 	#30BFBB
Green 	/	.green			#27AE61
Blue 	/	.blue			#2A80BB
Yellow 	/	.yellow			#CCA000
White 	/	.white			#FFFFFF
-------------------------------------------------------------------*/

.orange {
    background-color: #2eb18d;
}

.red {
    background-color: #F34954;
}

.purple {
    background-color: #7A5AAD;
}

.turquoise {
    background-color: #30BFBB;
}

.green {
    background-color: #27AE61;
}

.blue {
    background-color: #2A80BB;
}

.yellow {
    background-color: #CCA000;
}

.white {
    background-color: #FFFFFF;
    color: #464646;
}


/*end of part 26----------------------------------------------------*/


/*-------------------------------------------------------------------
[27. Text Helpers]
*------------------------------------------------------------------*/

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-orange {
    color: #2eb18d;
}

.txt-red {
    color: #F34954;
}

.txt-purple {
    color: #7A5AAD;
}

.txt-turquoise {
    color: #30BFBB;
}

.txt-green {
    color: #33cb4d;
}

.txt-blue {
    color: #2A80BB;
}

.txt-yellow {
    color: #CCA000;
}

.txt-default {
    color: #464646;
}

.txt-white {
    color: #FFFFFF;
}

.txt-bold {
    font-weight: bold;
    font-weight: 700;
}

.txt-extra-bold {
    font-weight: bold;
    font-weight: 900;
}

.txt-normal {
    font-weight: normal;
    font-weight: 400;
}

.txt-light {
    font-weight: lighter;
    font-weight: 300;
}

.o-hidden {
    overflow: hidden;
}


/*end of part 27----------------------------------------------------*/


/*-------------------------------------------------------------------
[28. Text Animations]
*------------------------------------------------------------------*/

.animated-text {
    text-align: center;
    position: relative;
}

.animated-text h1 {
    margin: 0;
    padding: 0;
    position: relative;
}

.animated-text .text1 {
    font-size: 24px;
    display: block;
}

.animated-text .text2 {
    font-size: 14px;
}

.animated-text .text3 {
    display: block;
    font-size: 14px;
}

.animated-text .text4 {
    display: block;
    font-size: 36px;
}

.animated-text .text5 {
    display: block;
    font-size: 36px;
}

.animated-text .text6 {
    display: block;
    font-size: 36px;
}

.animated-text .text7 {
    font-size: 14px;
    display: block;
    margin-top: 20px;
}


/*end of part 28----------------------------------------------------*/


/*Other Styles and helpers------------------------------------------*/

.block {
    display: block;
}

.hide {
    display: none !important;
}

.animated {
    display: block !important;
    opacity: 1;
}

.zero-opacity {
    opacity: 0;
}

h1 .button {
    font-size: 14px;
}


/*-------------------------------------------------------------------
[29. CUSTOMIZE THE CAROUSEL]
*------------------------------------------------------------------*/


/* Carousel base class */


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 1;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    height: 400px;
    background-color: #555;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 218px;
    width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Pad the edges of the mobile views a bit */

.marketing {
    padding-left: 15px;
    padding-right: 15px;
}


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}

.featurette {
    padding-top: 120px;
    /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden;
    /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px;
    /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}


/* Give some space on the sides of the floated elements so text doesn't run right into it. */

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}


/* Thin out the marketing headings */

.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Remve the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
        margin-bottom: -90px;
        /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

.margin {
    margin-top: 49px;
}


/*end of part 28----------------------------------------------------*/


/*-------------------------------------------------------------------
[30. Home Tabs]
*------------------------------------------------------------------*/

#content-body {
    flex: 1;
    min-height: 170px;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.round {
    border-radius: 19px;
    background: #f7c558;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7c558 0%, #e26f25 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7c558 0%, #e26f25 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7c558 0%, #e26f25 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7c558', endColorstr='#e26f25', GradientType=0);
    /* IE6-9 */
    padding: 15px;
}

.app {
    background: #f76b71;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f76b71 1%, #de2125 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f76b71 1%, #de2125 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f76b71 1%, #de2125 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f76b71', endColorstr='#de2125', GradientType=0);
    /* IE6-9 */
    border-radius: 19px;
    padding: 15px;
}

.hot {
    background: #70b2fe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #70b2fe 0%, #3378f7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #70b2fe 0%, #3378f7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #70b2fe 0%, #3378f7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70b2fe', endColorstr='#3378f7', GradientType=0);
    /* IE6-9 */
    border-radius: 19px;
    padding: 15px;
}

.vip {
    background: #9f6dfe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9f6dfe 0%, #6a1ff4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9f6dfe 0%, #6a1ff4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9f6dfe 0%, #6a1ff4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9f6dfe', endColorstr='#6a1ff4', GradientType=0);
    /* IE6-9 */
    border-radius: 19px;
    padding: 15px;
}

.brands {
    background: #7ff0f1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7ff0f1 0%, #39b4fe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7ff0f1 0%, #39b4fe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7ff0f1 0%, #39b4fe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7ff0f1', endColorstr='#39b4fe', GradientType=0);
    /* IE6-9 */
    border-radius: 19px;
    padding: 15px;
}

.flash {
    background: #c5f493;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1ddc3e 0%, #28a745 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1ddc3e 0%, #28a745 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1ddc3e 0%, #28a745 100%)/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1ddc3e', endColorstr='#28a745', GradientType=0);
    /* IE6-9 */
    border-radius: 19px;
    padding: 15px;
}

.content-row {
    display: flex;
    flex: 1;
}

.content-col {
    padding: 23px 0px;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
    float: left;
    clear: both;
}

.content-col:last-child {
    border-right: none;
}

.content-row:last-child {
    border-bottom: none;
}

.content-col>i {
    width: 55px;
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.content-col span {
    display: block;
}


/*end of part 30----------------------------------------------------*/


/*-------------------------------------------------------------------
[31. Content Styles]
*------------------------------------------------------------------*/

.dash-balance {
    /* background: url(../img/content/dash-bg.jpg) no-repeat center center; */
    background-color: rgba(0, 0, 0, 0.15);
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 94px 0px;
}

.dash-balance:before {
    content: '';
    position: absolute;
    width: 103%;
    height: 100%;
    left: -3px;
    right: 0px;
    bottom: -1px;
    background: url(../img/content/curve.svg) no-repeat bottom;
    z-index: 0;
    opacity: 0.5;
}

.set-dash {
    visibility: hidden;
    padding: 10px 0;
}

.dash-content h3 {
    display: inline-block;
}

.bal-section {
    position: relative;
    margin-top: 0px;
    padding: 10px 10px !important;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.balance-card {
    background: url(../img/content/b1-bg.png) no-repeat;
    background-size: cover;
    padding: 30px 20px;
    border-radius: 10px
}

@media(min-width: 992px) {
    .balance-card {
        background-position: center;
    }
    .dash-balance:before {
        background: none
    }
}

.b-val {
    margin: 0;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 700;
}

.balance-card .badge {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
}

.balance-card .badge i {
    color: #1ce93f
}

.resources-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.resources-card {
    width: 48%;
    padding: 5px 0 7px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.16);
    z-index: 10;
    /* border-left: 6px solid rgba(255, 173, 0, 0.5); */
}

.resources-card i {
    font-size: 20px;
    margin-bottom: 5px
}

.transaction-list img {
    max-width: 40px;
    max-height: 40px
}

.transaction-list {
    margin-bottom: 30px
}

.transaction-list li {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 10px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.02);
}

.coin-name {
    margin: 0;
    font-weight: 600;
}

.buy-card {
    background-image: linear-gradient(-12deg, #a1c4fc 0, #8473ee 100%);
    width: 49%;
    padding: 30px 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.buy-card h4 {
    margin: 10px 0 5px;
    color: #fff;
    font-weight: 600
}

.buy-card p {
    margin: 5px 0;
    font-weight: 400
}

.crypto-b {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-right: 10px;
    padding: 15px 13px
}

@media(max-width: 400px) {
    .crypto-b {
        margin-right: 10px;
        flex: 1;
    }
}

.live-trade {
    padding: 0 15px
}

.crypto-b .coin-name {
    color: #fff
}

.crypto-b i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    font-weight: 500;
    text-align: center;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}

.coin-box {
    background: #fff;
    padding: 17px 15px;
    border: 1px solid #eee;
}

.img-xs {
    max-width: 60px
}

.ref-card {
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    background-size: cover !important
}

.ref-card .badge {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
}

.ref-card.c1 {
    background: url(../img/content/ref1.png) no-repeat center center;
}

.ref-card.c2 {
    background: url(../img/content/ref2.png) no-repeat center center;
}

.ref-card.c3 {
    background: url(../img/content/ref3.png) no-repeat center center;
}

.refer #content-body {
    padding-top: 0;
    padding-bottom: 30px
}

.refer .content-head {
    position: relative;
    padding: 20px 15px;
    margin-bottom: 30px
}

.ref-bouns {
    background: orange;
    position: absolute;
    text-align: center;
    right: 15px;
    color: #fff;
    top: 0;
    padding: 10px;
}

.ref-content {
    padding: 0 15px
}

.ref-content .button {
    margin-top: 10px
}

.ref-copy {
    position: absolute;
    right: -6px;
    background: #00adf2;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.ref-statistics {
    width: 49%;
    padding: 25px 15px;
    border-radius: 3px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 15px;
}

.ref-statistics p {
    margin-bottom: 0
}


/*Live crypto widgets*/

.widget_logo {
    display: none;
}

.amcharts-graph-column-front.amcharts-graph-column-element,
.amcharts-legend-marker {
    fill: #8688ff;
    stroke: #8688ff
}

.amcharts-graph-stroke {
    stroke: #8688ff;
}

.amcharts-graph-fill {
    fill: #8688ff
}

.ccc-widget.ccc-chart-v3 {
    margin-bottom: 15px
}

.chartTypeTabLinks {
    display: none;
}

.tabsPeriodsContainer {
    margin-top: 20px
}

#marketsContainerUSD {
    display: none !important;
}

.cryptocompare-logo {
    display: none;
}

.img-affa-wrapper {
    padding: 20px;
    border: 2px dashed #8688ff;
    margin-bottom: 30px;
}

.content-head {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.wallet-card {
    width: 49%;
    padding: 15px 10px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.purp {
    background-image: linear-gradient(-12deg, #a1c4fc 0, #8473ee 100%) !important;
}

.wallet-card .c-icon {
    font-size: 26px;
    color: #fff
}

.wallet-card h3 {
    margin: 10px 0;
    font-size: 16px
}

.wallets-list {
    position: relative;
}

.wallets-list h3 {
    color: #fff
}

.wallets-list i {
    color: #fff;
    margin-right: 10px;
    border: 1px solid #fff;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
}

.wallets-list .form-row-group.with-icons .form-row i {
    top: -2px;
    border: none;
}

.wallets-list .expandable-item.active .expandable-content {
    min-height: 800px
}

.recent-trans {
    position: relative;
    padding: 30px 15px;
    background: url(../img/content/trans-bg1.png) no-repeat bottom center;
    border-radius: 15px;
    background-size: cover;
}

.recent-trans .dropdown-menu-list:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 31px;
    width: 0px;
    transform: translateY(-50%);
    height: 77%;
    border: 1px dashed rgba(255, 255, 255, .4);
}

.recent-trans .dropdown-menu-list li {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid transparent;
}

.recent-trans .dropdown-menu-list li strong {
    color: #fff
}

.recent-trans .dropdown-menu-list li:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 87%;
    height: 1px;
    background: rgba(255, 255, 255, .4)
}

.recent-trans .time {
    display: block;
    margin-top: 5px;
    color: #ede6e6
}

.recent-trans .notice-icon i {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 35px;
    width: 35px;
    background: #5776d5;
    line-height: 35px;
    float: left;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    color: #ffffff;
    margin-top: 5px;
}

.wallet-address {
    position: relative;
    padding: 30px 15px;
    background: url(../img/content/trans-bg2.png) no-repeat center;
    border-radius: 0 0 15px 15px;
    text-align: center;
    overflow: hidden;
    background-size: cover;
}

.wallet-address:before {
    position: absolute;
    content: '';
    width: 98%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    border-top: 1px dashed #fff;
}

.wallet-address h4 {
    color: #fff;
    margin-bottom: 10px
}

.wallet-address .icon {
    position: absolute;
    max-width: 15px;
    top: 12px;
}

.member-img {
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    padding: 3px;
    background: #FFF;
    border: solid 1px #2eb18d;
}

.member-img img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.add-receiever {
    position: relative;
    border: 1px solid #eee;
    background-image: linear-gradient(-12deg, #a1c4fc 0, #8473ee 100%);
    border-radius: 10px;
    padding: 20px 5px;
    width: 94%;
    text-align: center;
}

.add-receiever i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #9ffcae;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}

.add-receiever h4 {
    font-size: 15px;
    margin: 15px 0 0;
    color: #fff
}

.money-receiver {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0px;
    padding: 15px 5px;
    width: 94%;
    text-align: center;
}

.money-receiver img {
    border-radius: 50%;
    padding: 5px;
    max-width: 50px;
    border: 1px solid #00b1f2;
}

.money-receiver h4 {
    font-size: 15px;
    margin: 15px 0 0;
}

.calc-crr {
    width: 40%;
    float: left;
}

.calc-crr-mid {
    width: 13%;
    margin: 6% 3% 6% 4%;
    float: left;
}

.transaction-details li {
    background: #fff;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 6px 0;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.02);
}

.notification-list {
    margin: 0;
    margin-top: -20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.02);
}

.notification-list li {
    padding: 7px 10px 10px;
    border-bottom: 1px solid #eee;
    margin: 6px 0;
}

.notification-list li:last-child {
    padding: 10px;
    background: #eee;
    margin: -6px 0 0;
    border-radius: 0 0 10px 10px;
}

.notification-list li a {
    font-weight: 600
}

.notification-list .notice-icon {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    font-size: 9px;
    line-height: 2;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -13px;
    background-color: #ffad00;
}

.available {
    background-color: #4CAF50;
}

.away {
    background-color: rgba(255, 193, 7, 1);
}

.busy {
    background-color: rgba(240, 80, 80, 1);
}

.notification-list .notice-icon i {
    color: #ffffff;
}

.notification {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.notification i {
    font-size: 18px;
    color: #fff
}

.c-panel {
    background: #fff;
    position: relative;
    border: 1px solid #e6e6e6;
    padding: 30px 15px;
}

.has-shadow {
    -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
}

ul.adv-stats li {
    display: inline-block;
    color: gray;
    padding: 4px 6px;
    margin: 3px;
}

ul.adv-stats {
    margin: 0px 0 0;
    padding: 0
}

ul.adv-stats li span {
    margin-left: 3px;
}

ul.adv-stats li:nth-child(1),
ul.adv-stats li:nth-child(1) .fa {
    color: #FF9800;
}

ul.adv-stats li:nth-child(2),
ul.adv-stats li:nth-child(2) .fa {
    color: #6e91cb;
}

ul.adv-stats li:nth-child(3),
ul.adv-stats li:nth-child(3) .fa {
    color: #F782AA;
}

ul.adv-stats li:nth-child(4),
ul.adv-stats li:nth-child(4) .fa {
    color: #3bcfb4;
}

ul.adv-stats li:nth-child(5),
ul.adv-stats li:nth-child(5) .fa {
    color: #968f8f;
}

.chart-height-sm {
    position: relative;
    height: 156px;
}

.advertising-wrapper {
    position: relative;
}

.advertising-wrapper h3.info-label span {
    font-weight: 100;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.advertising-wrapper h3.info-label {
    position: absolute;
    left: 50%;
    right: 50%;
    width: 100px;
    margin-left: -50px;
    top: 50%;
    text-align: center;
    color: #0094f0;
    height: 48px;
    margin-top: -24px;
}

@media (max-width:480px) {
    .split-list {
        text-align: center;
        margin-top: 15px
    }
    .b-val {
        font-size: 22px
    }
    .balance-card {
        padding: 30px 15px;
    }
}

ul.income-list li {
    float: left;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 33.3333%;
}

.trader-info {
    text-align: center;
}

.trader-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
}

.trader-info p {
    margin: 0
}

.trader-info-list {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 0px;
}

.trader-info-list li {
    width: 32%;
    display: inline-block;
}

.trader-info-list li h2 {
    margin-bottom: 0;
    color: #72a1ec;
    font-size: 16px;
    font-weight: 700;
}


/*end of part 31----------------------------------------------------*/


/*-------------------------------------------------------------------
[32. Home Tabs]
*------------------------------------------------------------------*/

footer {
    padding: 10px 0;
    text-align: center;
    /* background-color: #fff; */
}

footer ul {
    padding: 0;
    margin: 0;
    /* border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 18px; */
}

footer ul li {
    display: inline-block;
    margin: 2px 4px;
}

footer ul li a i {
    background: #f7f7f7;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border-radius: 50%;
}


/*end of part 31----------------------------------------------------*/

ul.responsive_table {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0px;
    list-style: none;
}

li.table_row {
    width: 100%;
    float: left;
    clear: both;
    line-height: 30px;
    padding: 0px;
    list-style: none;
    margin: 0 0 1px 0;
}

.table_section_small {
    width: 20%;
    float: left;
    padding: 0 0 0 2%;
}

.table_section {
    width: 20%;
    float: left;
    padding: 0 0 0 2%;
}

.table_section_14 {
    width: 20%;
    float: left;
    padding: 0 0 0 2%;
    text-align: center;
    display: block;
}

.table_section_14 img {
    display: inline-block;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0px;
    line-height: 10px;
}

.table_section_14 strong {
    font-size: 18px;
}

.table_section_14 a.buy_now {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    margin: 5px 0;
    background-color: #94cb01;
    color: #FFFFFF;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

ul.responsive_table li:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

ul.responsive_table li:last-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.responsive_table li:first-child {
    background-color: #2eb18d;
    color: #FFFFFF;
}

li.table_row {
    background-color: #e6e6e6;
}

.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
}

.fc-bgevent {
    /* default look for background events */
    background: rgb(143, 223, 130);
    opacity: .3;
}

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em;
    /* normalize */
    white-space: nowrap;
    cursor: pointer;
}


/* Firefox has an annoying inner border */

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

.fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* icons in buttons */

.fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: -0.05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle;
}


/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
    display: inline-block;
}


/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group>* {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group> :first-child {
    /* same */
    margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
    cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}

.fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
    width: 100%;
    box-sizing: border-box;
    /* fix scrollbar issue in firefox */
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */
}


/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

a[data-goto] {
    cursor: pointer;
}

a[data-goto]:hover {
    text-decoration: underline;
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
    position: relative;
}

.fc-row .fc-bg {
    z-index: 1;
}


/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2;
}

.fc-row .fc-highlight-skeleton {
    z-index: 3;
}


/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
    z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    /* extra precedence to prevent theme-provided backgrounds */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    /* don't put a border between events and/or the day number */
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,

/* cells with events inside (so NOT the day number cell) */

.fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
    -webkit-overflow-scrolling: touch;
}


/* TODO: move to agenda/basic */

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    /* default BORDER color */
}

.fc-event,
.fc-event-dot {
    background-color: #3a87ad;
    /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,

/* causes a "warning" cursor. applied on body */

.fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg {
    /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}


/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
}


/* resizer (touch devices) */

.fc-event .fc-resizer {
    display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    /* only show when hovering or selected (with touch) */
    display: block;
}


/* hit area */

.fc-event.fc-selected .fc-resizer:before {
    /* 40x40 touch area */
    content: "";
    position: absolute;
    z-index: 9999;
    /* user of this util can scope within a lower z-index */
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}


/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
    z-index: 9999 !important;
    /* overcomes inline z-index */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/


/* bigger touch area when selected */

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    /* below resizers */
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}


/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* resizer (cursor AND touch devices) */


/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
    /* overcome border */
}


/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
    /* overcome border */
}


/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    /* overcome top border */
    bottom: -1px;
    /* overcome bottom border */
}


/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
    /* 8x8 little dot */
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* vertically center */
    top: 50%;
    margin-top: -4px;
}


/* left resizer  */

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
    /* centers the 8x8 dot on the left edge */
}


/* right resizer */

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
    /* centers the 8x8 dot on the right edge */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px;
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px;
    /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    /* same z-index as fc-bg, behind text */
    /* overcome the borders */
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    /* darkening effect */
    background: #000;
    opacity: .25;
}

.fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
}


/* resizer (cursor devices) */


/* left resizer  */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
    /* to the day cell's edge */
}


/* right resizer */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
    /* to the day cell's edge */
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/


/* "more" link that represents hidden events */

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

a.fc-more:hover {
    text-decoration: underline;
}

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}


/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

.fc-more-popover .fc-event-container {
    padding: 10px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}


/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*
TODO: more distinction between this file and common.css
*/


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,

/* for gutter border */

.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
    background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
}

.fc-unthemed td.fc-today {
    background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
    position: relative;
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px;
}


/* List View
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.ui-widget .fc-disabled-day {
    background-image: none;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.ui-widget .fc-event {
    /* overpower jqui's styles on <a> tags. TODO: more DRY */
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
    /* undo ui-widget-header bold */
    font-weight: normal;
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome bold */
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats .ui-widget-content {
    background: none;
    /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
    text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
    border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0;
    /* undo built-in padding */
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-bootstrap3 .fc-time-grid .fc-slats table {
    /* some themes have background color. see through to slats */
    background: none;
}


/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
    text-align: center;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em;
}

.fc-toolbar .fc-left {
    float: left;
}

.fc-toolbar .fc-right {
    float: right;
}

.fc-toolbar .fc-center {
    display: inline-block;
}


/* the things within each left/right/center section */

.fc .fc-toolbar>*>* {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}


/* the first thing within each left/center/right section */

.fc .fc-toolbar>*> :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0;
}


/* title text */

.fc-toolbar h2 {
    margin: 0;
}


/* button layering (for border precedence) */

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/


/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */


/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view,

/* scope positioning and z-index's for everything within the view */

.fc-view>table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}


/* BasicView
--------------------------------------------------------------------------------------------------*/


/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* there may be week numbers in these views, so no padding-top */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}


/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
    overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


/* week and day number styling */

.fc-day-top.fc-other-month {
    opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
    padding: 0 2px;
    /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080;
}


/* when week/day number have own column */

.fc-basic-view td.fc-week-number {
    text-align: center;
}

.fc-basic-view td.fc-week-number>* {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em;
}


/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,

/* so scroll container's z-index is below all-day */

.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent;
}

.fc-time-grid>.fc-bg {
    z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-content-col {
    position: relative;
    /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
}


/* divs within a cell within the fc-content-skeleton */

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3;
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5;
}

.fc-time-grid .fc-helper-container {
    /* also is fc-event-container */
    position: relative;
    z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
    /* need to allow touch resizers to extend outside event's bounding box */
    /* common fc-selected styles hide the fc-bg, so don't need this anyway */
    overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none;
    /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
    overflow: hidden;
    /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px;
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}


/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0";
    /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */
}


/* resizer (cursor device) */

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "=";
}


/* resizer (touch device) */

.fc-time-grid-event.fc-selected .fc-resizer {
    /* 10x10 dot */
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* horizontally center */
    left: 50%;
    margin-left: -5px;
    /* center on the bottom edge */
    bottom: -5px;
}


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}


/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
    /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    /* triangle pointing right... */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    /* triangle pointing left... */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}


/* List View
--------------------------------------------------------------------------------------------------*/


/* possibly reusable */

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}


/* view wrapper */

.fc-rtl .fc-list-view {
    direction: rtl;
    /* unlike core views, leverage browser RTL */
}

.fc-list-view {
    border-width: 1px;
    border-style: solid;
}


/* table resets */

.fc .fc-list-table {
    table-layout: auto;
    /* for shrinkwrapping cell content */
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

.fc-list-table tr:first-child td {
    border-top-width: 0;
}


/* day headings with the list */

.fc-list-heading {
    border-bottom-width: 1px;
}

.fc-list-heading td {
    font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
    float: left;
}

.fc-ltr .fc-list-heading-alt {
    float: right;
}

.fc-rtl .fc-list-heading-main {
    float: right;
}

.fc-rtl .fc-list-heading-alt {
    float: left;
}


/* event list items */

.fc-list-item.fc-has-url {
    cursor: pointer;
    /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}


/* make the dot closer to the event title */

.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0;
}

.fc-list-item-title a {
    /* every event title cell has an <a> tag */
    text-decoration: none;
    color: inherit;
}

.fc-list-item-title a[href]:hover {
    /* hover effect only on titles with hrefs */
    text-decoration: underline;
}


/* message when no events */

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table;
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-unthemed .fc-list-empty {
    /* theme will provide own background */
    background-color: #eee;
}


/* CALENDAR_BASIC */

.fc-unthemed .fc-toolbar .fc-button {
    border: 1px solid #e5e9ec;
    background: #f8fafb;
    text-shadow: none !important;
    height: 2.75 rem;
    padding: 0 1.25 rem;
    outline: none !important;
    font-size: .9rem;
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
    color: #fff;
    border: 0;
    background: #a768f3;
    box-shadow: none;
    text-shadow: none;
}

.fc-event-container a {
    margin-bottom: 3px;
}

.fc-day-grid-event {
    padding: 10px;
}

.fc-event {
    border: 1px solid #eef2f5;
}

.fc-event,
.fc-event-dot {
    background-color: #eef2f5;
}

.fc-unthemed .fc-toolbar h2 {
    margin-top: .7rem;
    text-transform: uppercase;
    font-size: 1.1 rem;
    font-weight: 500;
}

.d-fc-event-danger {
    border: none;
    background: #ff518a;
}

.fc-day-grid-event {
    padding: 10px;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e5e9ec;
}

.d-fc-event-danger .fc-title,
.d-fc-event-info .fc-title,
.d-fc-event-primary .fc-title,
.d-fc-event-success .fc-title {
    color: #fff;
}

.fc-title {
    font-weight: 500;
}

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
    padding: .5rem;
}

.d-fc-event-info {
    border: none;
    background: #36a2f5;
}

.d-fc-event-warning {
    border: none;
    background: #eac459;
}

.d-fc-event-success {
    border: none;
    background: #34bfa3;
}


/* CALENDAR_EXTERNAL_EVENTS */

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e5e9ec;
}

.calendar-event-list .fc-event {
    margin-bottom: 10px;
    padding: 10px;
    cursor: move;
    color: #2c2c2c;
}

.fc-event {
    border: 1px solid #eef2f5;
}

.fc-event,
.fc-event-dot {
    background-color: #eef2f5;
}

.fc-title {
    font-weight: 500;
}

.calendar-event-list .fc-event {
    margin-bottom: 10px;
    padding: 10px;
    cursor: move;
    color: #2c2c2c;
}

.fc-unthemed th.fc-day-header {
    padding: .7rem .5rem;
    font-size: 1rem;
    font-weight: 500;
}

.d-fc-event-primary {
    border: none;
    background: #a768f3;
}

.d-fc-event-info {
    border: none;
    background: #36a2f5;
}

.d-fc-event-danger {
    border: none;
    background: #ff518a;
}

.d-fc-event-warning {
    border: none;
    background: #eac459;
}

.d-fc-event-success {
    border: none;
    background: #34bfa3;
}

.custom-control-input:checked~.custom-control-indicator {
    background-color: #36a2f5;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url(../images/check.svg);
}


/* CALENDAR_LIST */

.fc-unthemed .fc-list-item.d-fc-event-red .fc-event-dot {
    border-color: #ff518a;
    background: #ff518a;
}

.fc-unthemed .fc-list-item.d-fc-event-blue .fc-event-dot {
    border-color: #36a2f5;
    background: #36a2f5;
}

.fc-unthemed .fc-list-item.d-fc-event-yellow .fc-event-dot {
    border-color: #eac459;
    background: #eac459;
}

.fc-unthemed .fc-list-item .fc-event-dot {
    border-color: #53505f;
    background: #53505f;
}

.d-fc-event-accent-bg,
.fc-unthemed .fc-list-item.d-fc-event-accent .fc-event-dot {
    border-color: #34bfa3;
    background: #34bfa3;
}

.baseline .baseline-list .baseline-info {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.baseline-info {
    border-color: #36a2f5 !important;
}

.baseline-border {
    border-left: 1px solid #e5ebf8;
}

.baseline,
.baseline .baseline-list {
    position: relative;
    border-color: #e5ebf8;
}

.baseline .baseline-list {
    padding-bottom: 1px;
}

.baseline,
.baseline .baseline-list {
    position: relative;
    border-color: #e5ebf8;
}

.baseline .baseline-list:before {
    display: table;
    content: " ";
}

.baseline .baseline-list:after {
    display: table;
    position: absolute;
    top: 18px;
    left: 0;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0 3px #e5ebf8 inset;
}

.badge-success,
.bg-success,
.nav.nav-pills.nav-pills-success .nav-link.active {
    background-color: #34bfa3 !important;
}

.baseline-primary:after {
    box-shadow: 0 0 0 3px #a768f3 inset !important;
}

.baseline-success:after {
    box-shadow: 0 0 0 3px #34bfa3 inset !important;
}

.baseline-primary {
    border-color: #a768f3 !important;
}

.baseline-success {
    border-color: #34bfa3 !important;
}

.baseline-warning:after {
    box-shadow: 0 0 0 3px #eac459 inset !important;
}

.baseline-info:after {
    box-shadow: 0 0 0 3px #36a2f5 inset !important;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::after,
.was-validated .custom-file-input:valid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.bootstrap-select {
    width: 100% !important;
    padding:0 0 0 8px !important;
}
.bootstrap-select button {
    height:100%;
    background-color: #fff;
    border-radius: 5px;
    border: transparent;
    box-shadow: none;
    color: #000;
    font-weight: 600;

    background-image: url(../img/up-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
}
.bootstrap-select button .bs-caret{
    display:none !important;
}
.bootstrap-select button::after{
    display:none !important;
}
.bootstrap-select button:hover{
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/*end of part 32----------------------------------------------------*/


/*-------------------------------------------------------------------
[33. Column Grid]
*------------------------------------------------------------------*/


/* .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
	float: left;
} */

@media screen and (min-width:1200px) {
    .col-lg-1 {
        width: 8.333333%;
        float: left;
    }
    .col-lg-2 {
        width: 16.666667%;
        float: left;
    }
    .col-lg-3 {
        width: 25%;
        float: left;
    }
    .col-lg-4 {
        width: 33.333333%;
        float: left;
    }
    .col-lg-5 {
        width: 41.666667%;
        float: left;
    }
    .col-lg-6 {
        width: 50%;
        float: left;
    }
    .col-lg-7 {
        width: 58.333333%;
        float: left;
    }
    .col-lg-8 {
        width: 66.666667%;
        float: left;
    }
    .col-lg-9 {
        width: 75%;
        float: left;
    }
    .col-lg-10 {
        width: 83.333333%;
        float: left;
    }
    .col-lg-11 {
        width: 91.666667%;
        float: left;
    }
    .col-lg-12 {
        width: 100%;
        float: none;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .col-md-1 {
        width: 8.333333%;
        float: left;
    }
    .col-md-2 {
        width: 16.666667%;
        float: left;
    }
    .col-md-3 {
        width: 25%;
        float: left;
    }
    .col-md-4 {
        width: 33.333333%;
        float: left;
    }
    .col-md-5 {
        width: 41.666667%;
        float: left;
    }
    .col-md-6 {
        width: 50%;
        float: left;
    }
    .col-md-7 {
        width: 58.333333%;
        float: left;
    }
    .col-md-8 {
        width: 66.666667%;
        float: left;
    }
    .col-md-9 {
        width: 75%;
        float: left;
    }
    .col-md-10 {
        width: 83.333333%;
        float: left;
    }
    .col-md-11 {
        width: 91.666667%;
        float: left;
    }
    .col-md-12 {
        width: 100%;
        float: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .col-sm-1 {
        width: 8.333333%;
        float: left;
    }
    .col-sm-2 {
        width: 16.666667%;
        float: left;
    }
    .col-sm-3 {
        width: 25%;
        float: left;
    }
    .col-sm-4 {
        width: 33.333333%;
        float: left;
    }
    .col-sm-5 {
        width: 41.666667%;
        float: left;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    .col-sm-7 {
        width: 58.333333%;
        float: left;
    }
    .col-sm-8 {
        width: 66.666667%;
        float: left;
    }
    .col-sm-9 {
        width: 75%;
        float: left;
    }
    .col-sm-10 {
        width: 83.333333%;
        float: left;
    }
    .col-sm-11 {
        width: 91.666667%;
        float: left;
    }
    .col-sm-12 {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:767px) {
    .col-xs-1 {
        width: 8.333333%;
        float: left;
    }
    .col-xs-2 {
        width: 16.666667%;
        float: left;
    }
    .col-xs-3 {
        width: 25%;
        float: left;
    }
    .col-xs-4 {
        width: 33.333333%;
        float: left;
    }
    .col-xs-5 {
        width: 41.666667%;
        float: left;
    }
    .col-xs-6 {
        width: 50%;
        float: left;
    }
    .col-xs-7 {
        width: 58.333333%;
        float: left;
    }
    .col-xs-8 {
        width: 66.666667%;
        float: left;
    }
    .col-xs-9 {
        width: 75%;
        float: left;
    }
    .col-xs-10 {
        width: 83.333333%;
        float: left;
    }
    .col-xs-11 {
        width: 91.666667%;
        float: left;
    }
    .col-xs-12 {
        width: 100%;
        float: none;
    }
    .col-6 {
        float: left;
    }
}


/*end of part 33----------------------------------------------------*/


/*-------------------------------------------------------------------
[34. Tables]
*------------------------------------------------------------------*/

.table {
    border-collapse: collapse !important;
}


/* .table td, .table th {
	background-color: #fff !important;
} */

.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    text-align: left;
    font-size: 13px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef;
}

.table .table {
    background-color: #fff;
}

.table-sm td,
.table-sm th {
    padding: .3rem;
}

.table-bordered {
    border: 1px solid #e9ecef;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef;
}

.table-bordered th {
    text-align: center;
}

.table-bordered td input[type=text],
.table-bordered td input[type=number],
.table-bordered td input[type=select] {
    font-size: 11px !important;
}

.table-bordered td input[type=text],
.table-bordered td input[type=number] {
    width: 70px;
}

.table-bordered td input[type=select] {
    width: 100px;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .08);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(245, 245, 245, 1);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6;
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075);
}

.thead-inverse th {
    color: #fff;
    background-color: #212529;
}

.thead-default th {
    color: #495057;
    background-color: #e9ecef;
}

.table-inverse {
    color: #fff;
    background-color: #212529;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #32383e;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}

.table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075);
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

@media (max-width:991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive.table-bordered {
        border: 0;
    }
     ::-webkit-scrollbar {
        display: none;
    }
    .table-bordered td input[type=text],
    .table-bordered td input[type=number] {
        width: 60px;
    }
    .table td,
    .table th {
        font-size: 12px;
    }
}

.table-responsive {
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-height:500px;
}


/*-------------------------------------------------------------------
[Few Custom Styles]
*------------------------------------------------------------------*/

.bg-primary {
    background-color: #007bff;
}

.bg-secondary {
    background-color: #868e96;
}

.bg-success {
    background-color: #28a745;
}

.bg-info {
    background-color: #17a2b8;
}

.bg-warning {
    background-color: #ffc107;
}

.bg-danger {
    background-color: #dc3545;
}

.bg-light {
    background-color: #f8f9fa;
}

.bg-dark {
    background-color: #343a40;
}

.bg-white {
    background-color: #fff;
}

.form-group-n .form-row label {
    color: #ababab;
}

.form-group-n .form-row .form-element {
    background-color: #f0f0f0;
    padding: 0px 5px;
    margin-bottom: 15px;
}

.form-group-n .form-row .form-element::-webkit-input-placeholder {
    color: #ccc;
}

.form-group-n .form-row .form-element::-moz-placeholder {
    color: #ccc;
}

.form-group-n .form-row .form-element::-ms-input-placeholder {
    color: #ccc;
}

.form-group-n .form-row .form-element::-moz-placeholder {
    color: #ccc;
}

.page-heading {
    display: none;
}

.no-background.set-bg .page-heading {
    display: inline-block;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    text-align: center;
    font-weight: 600;
    top: 10px;
    left: 0;
    right: 0;
}

.logo {
    /* float:left; */
    margin: 0 auto;
    display: inline-block;
    /* border-radius: 5px;
	padding: 2px;
	border:2px solid rgba(0,0,0,0.2);
	background-color: #fff; */
}

.no-background .logo img.small {
    display: none;
}

.no-background .logo img {
    height: 89px;
    transition: all .2s;
}

.no-background .logo img.big {
    display: none;
    height: 40px;
    transition: all .2s;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: -5px;
    padding: 3px;
    border-radius: 0 0 5px 0;
}

.no-background.set-bg .logo {
    /* float: left;
    left: 50px; */
    position: relative;
}

.no-background.set-bg .logo img {
    height: 44px;
}

.no-background.set-bg .logo img.small {
    /* background-color: rgba(255, 255, 255, 0.9); */
    top: -4px;
    position: relative;
    /* padding: 3px; */
    border-radius: 5px;
    filter: brightness(200);
}

.no-background.set-bg .logo img.big {
    display: none;
}

.no-background.set-bg .logo img.small {
    display: block;
}

.dash-balance {
    margin: 0px 0px 0px 0px;
}

header .header-logo {
    width: 70px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    /* background-color: #79cfe6; */
    position: relative;
    top: -5px;
    float: left;
    display: none;
}

header .header-logo img {
    max-width: 100%;
}

.main-logo {
    margin: 0 auto;
    text-align: center;
}

.main-logo img {
    max-width: 150px;
    height: auto;
}

.with-icons .form-row i {
    color: #002ce6;
}

.slide-img {
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.slide-img #jssor_1 {
    /* border-radius: 20px;
    border: 4px solid #2eb18d; */
}

.slide-img .slide-img-in img {
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}


/*jssor slider loading skin double-tail-spin css*/

.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*jssor slider bullet skin 031 css*/

.jssorb031 {
    position: relative;
    display: block;
    cursor: pointer;
}

.jssorb031 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb031 .i .b {
    fill: #000;
    fill-opacity: 0.5;
    stroke: #fff;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: 0.3;
}

.jssorb031 .i:hover .b {
    fill: #00bdac;
    fill-opacity: .7;
    stroke: #000;
    stroke-opacity: .5;
}

.jssorb031 .iav .b {
    fill: var(--themeColor);
    stroke: #000;
    fill-opacity: 1;
}

.jssorb031 .i.idn {
    opacity: .3;
}


/*jssor slider arrow skin 051 css*/

.jssora051 {
    display: none;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

.slide-img-footer {
    /* margin-top: 30px; */
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

footer i {
    color: #00bef2;
}

footer i:hover {
    color: #555;
}

.accordion-sec {
    margin: 50px 0px;
}

.sec-title {
    font-size: 16px;
    font-weight: bold;
    color: #2eb18d;
}


/*-------------------------------------------------------------------
Stylish Form Input
*------------------------------------------------------------------*/


/* .stylish-form input{
	margin: 10px 25px 10px 0px;
	width: 200px;
	display: block;
	border: none;
	padding: 10px 0;
	border-bottom: solid 1px #002ce6;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #002ce6 4%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #002ce6 4%);
	background-position: -200px 0;
	background-size: 200px 100%;
	background-repeat: no-repeat;
	color: #101010;
}
.stylish-form input:focus, .stylish-form input:valid{
	box-shadow: none;
	outline: none;
	background-position: 0 0;
}
.stylish-form input::-webkit-input-placeholder{
	font-family: 'roboto', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stylish-form input:focus::-webkit-input-placeholder, .stylish-form input:valid::-webkit-input-placeholder{
	color: #002ce6;
	font-size: 11px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	visibility: visible !important;
}
.stylish-form textarea, .stylish-form input{
	margin: 10px 0px 10px 0px;
	width: 100%;
	border: none;
	padding: 10px 0;
	border-bottom: solid 1px #002ce6;
	color: #101010;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	background-position: -500px 0;
}
.stylish-form textarea:focus, .stylish-form input:focus{
	outline: none;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #002ce6 4%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #002ce6 4%);
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
.stylish-form textarea::-webkit-input-placeholder, .stylish-form input::-webkit-input-placeholder{
	font-family: 'roboto', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stylish-form textarea:focus::-webkit-input-placeholder, .stylish-form input:focus::-webkit-input-placeholder{
	font-size: 11px;
	color: #002ce6;
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
	visibility: visible !important;
	z-index: 9999 !important;
	opacity: 1 !important;
	display:block !important;
}
.stylish-form button{
	margin: 10px 0px 10px 0px;
}
.stylish-form span{
	display:none;
}
.stylish-form .form-row-group{
    border-radius: 0;
    background-color: transparent;
    border: none 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}
.stylish-form .form-row-group input, .stylish-form .form-row-group textarea{
	padding-left:0px !important;
	background-color: transparent;
}
.stylish-form i{
	font-size: 20px;
}*/


/*-------------------------------------------------------------------
Style Input
*------------------------------------------------------------------*/

.style-input.form-group {
    position: relative;
    margin-top: 12px;
    &+.style-input.form-group {
        margin-top: 30px;
    }
}

.style-input .form-label {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #909090;
    background-color: transparent;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.style-input i {
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 15px;
    color: #002ce6;
}

.style-input.radio-check i {
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 8px;
    font-size: 15px;
    color: #002ce6;
}

.style-input.radio-check span {
    padding-left: 20px;
}

.style-input.focused .form-label {
    transform: translateY(-100%);
    font-size: .80em;
    color: #292075;
}

.style-input.focused .form-input {
    box-shadow: 0 2px 0 0 #292075;
}

.style-input.default-focused .form-label {
    transform: translateY(-100%);
    font-size: 1.00em;
    color: #000000;
}

.style-input.default-focused .form-input {
    box-shadow: 0 2px 0 0 #292075;
}

.style-input .form-input {
    position: relative;
    padding: 12px 0px 5px 20px;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    background-color: transparent;
    transition: box-shadow 150ms ease-out;
    &:focus {
        box-shadow: 0 2px 0 0 #333;
    }
}

.style-input .form-input.filled {
    box-shadow: 0 2px 0 0 #000000;
}

.welcome-user {
    background-color: rgba(213, 214, 214, 0.9);
    color: #ff0707;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    display: none;
    transition: all .3s ease-in-out;
    margin-top: 0px;
}

header.set-bg .welcome-user {
    display: none;
    transition: all .3s ease-in-out;
}

.res-card-num {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 44, 230, 0.5);
    /* height: 50px; */
}

.res-card-text {
    font-size: 13px;
    text-align: center;
    color: #404040;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.slide-card {
    margin: 0px 0px 10px 0px;
}

.slide-card .owl-nav,
.slide-card .owl-dots {
    display: none;
}

.slide-card .owl-carousel .owl-item {
    background-color: rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0px;
    overflow: hidden;
}

.slide-card .owl-carousel .owl-item i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #333;
    padding: 0px;
}

.slide-card .owl-carousel .owl-item h4 span {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 12px;
}

.slide-card .owl-carousel .owl-item h4 {
    height: 40px;
    overflow: hidden;
}

.slide-card .owl-carousel .owl-item h3,
.slide-card .owl-carousel .owl-item h4 {
    padding: 0;
    margin: 0;
}

.slide-card .owl-carousel .owl-item h4 {
    padding: 7px 5px 5px 5px;
    background-color: #00bd80;
    text-align: center;
    line-height: 26px;
}

.slide-card .owl-carousel .owl-item h3 span span {
    font-size: 13px;
    font-weight: 800;
}

.slide-card .owl-stage {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -20px;
}

.slide-card .case-create {
    background-color: #eee;
    padding: 3px 17px;
    border-top: 1px solid #ddd;
    text-align: right;
    margin: 0;
    word-break: break-word;
    white-space: normal;
}

.slidetwo .case-create {
    height: 100px;
    background-color: #eeeeee;
    line-height: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 10px 10px 10px;
}

.slide-card .item.second {
    height: 150px;
    line-height: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    background: linear-gradient(0deg, #eee, transparent);
}

.slide-card-catimg {
    height: 150px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.saree-cat-click {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.cat-view i::before {
    background-color: #fff;
    padding: 12px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.case-create input.chat-button,
.tic-create input.chat-button {
    background-color: #fff;
    background-image: url(../img/chat-icon.png);
    background-size: 28px;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    border-radius: 50%;
    bottom: 11px;
    left: 7px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: 0px none;
}

.tic-create .y-text input.btn {
    background-image: url(../img/call-icon.png);
    background-size: 24px;
    background-position: 4px 6px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 11px;
    left: 60px;
    text-indent: -999px;
    background-color: #fff !important;
    width: 34px;
    height: 34px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: 0px none;
    border-radius: 50%;
}

.case-create .chat-button::before,
.tic-create .chat-button::before {
    /* content: "\f075"; */
    font-family: FontAwesome;
    position: absolute !important;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #ffad00;
    right: 5px;
}

.case-create .chat-button input,
.tic-create .chat-button input {
    /* border: 0px none;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    outline: none;
    top: 0;
    width: 100%;
    bottom: 0;
    cursor: pointer; */
}

.case-detail-chat input.chat-button {
    background-color: #fff;
    background-image: url(../img/chat-icon.png);
    background-size: 32px;
    background-position: 4px 4px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    border: 0px none;
    border-radius: 50%;
    bottom: 3px;
    right: 5px;
    top: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    z-index: 1;
    cursor: pointer;
}

.chat-button.case-detail-chat {
    /* background-color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 50%;
    bottom: 3px;
    right: 5px;
    top: 50%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	z-index: 1;
	cursor: pointer; */
}

.chat-button.case-detail-chat::before {
    /* content: "\f075"; */
    font-family: FontAwesome;
    position: absolute !important;
    left: 8px;
    top: 2px;
    font-size: 24px;
    color: #ffad00;
    right: 0;
}


/* .case-create .chat-button i, .tic-create .chat-button i{
	position: absolute !important;
    left: -2px;
    top: 6px !important;
    font-size: 20px !important;
    color: #002ce6 !important;
    right: 0px !important;
} */

.slide-card.slidetwo .owl-item h3 {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    white-space: normal;
    text-overflow: ellipsis;
}

.case-history {
    margin: 10px 0px;
}

.case-history {
    padding: 10px 0;
}

.case-history .btn {
    background-color: #00bdac;
    color: #fff;
    border-radius: 8px;
    width: 49%;
    float: left;
    position: relative;
    padding: 15px 15px 15px 24px;
    border: 1px solid;
    border-color: var(--themeColor);
    /* text-transform: uppercase; */
    font-size: 14px;
    /* font-weight: bold; */
    cursor: pointer;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}

.case-history .btn:hover {
    background-color: var(--themeColor);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.case-history .btn:active {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.case-history .btn:nth-child(2) {
    float: right;
}

.case-history .btn i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 6px;
}

.case-history .btn a {
    color: #fff;
}

.toggle-button {
    background-color: #00bd80;
    width: 35px;
    padding: 6px 8px;
    border-radius: 50%;
    height: 35px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    z-index: 100;
    cursor: pointer;
    right: 5px;
    top: 50%;
}

.toggle-button:active {
    box-shadow: 0px 0px 5px 2px rgba(255, 173, 0, 5);
}

.toggle-button i {
    color: #fff;
    font-size: 20px;
}

.slidetwo {
    display: none;
}

.slidetwo.info {
    display: block;
}

.toggle-button.infobtn {
    background-color: #ccc;
}

.toggle-button.infobtn i {
    color: #eee;
}

label {}


/*-------------------------------------------------------------------
Search Ticket Status
*------------------------------------------------------------------*/

#custom-search-input {
    padding: 3px 0px 3px 5px;
    border: solid 1px #E4E4E4;
    border-radius: 0;
    background-color: #fff;
    margin: 50px auto 30px auto;
    position: fixed;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    outline: none;
    width: 89%;
    height: 30px;
}

#custom-search-input button {
    margin: 0px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .fa-search {
    font-size: 14px;
}

#custom-search-input .input-group-btn {
    float: right;
    clear: both;
    height: 30px;
    position: relative;
    cursor: pointer;
}

#custom-search-input .input-group-btn input {
    width: 30px;
    border-left: 1px solid #ddd;
    background-color: transparent;
}

#custom-search-input .input-group-btn i {
    position: absolute;
    left: 10px;
    top: 7px;
}


/*-------------------------------------------------------------------
Ticket Status Item
*------------------------------------------------------------------*/

.tic-sta-item {
    position: relative;
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* background-color: #f4f4f4; */
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0px;
    margin: 12px 0;
}

.tic-sta-item .item .item-bottom-part .item-down {
    font-size: 20px;
    float: right;
    top: 2px;
    position: relative;
    color: #fff;
}

.tic-sta-item .item .item-bottom-part .item-down i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    padding: 0;
}

.tic-sta-item .item .item-img {
    float: left;
    width: 30%;
    height: 170px;
    overflow: hidden;
}

.tic-sta-item .item .item-bottom-part {
    clear: both;
    padding: 10px 10px 0 10px;
    background-color: #00b5ef;
    border-radius: 0 0 10px 10px;
}

.tic-sta-item .item {
    position: relative;
    width: 100%;
    padding: 0;
}

.tic-sta-item .item i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #ff0000;
    padding: 0 10px;
}

.tic-sta-item .item h3,
.tic-sta-item .item h4 {
    padding: 0 10px;
    margin: 8px 0;
}

.tic-sta-item .item h4 span {
    color: #666 !important;
    font-weight: normal !important;
}

.tic-sta-item .item .tic-create {
    float: right;
    width: 70%;
    height: 170px;
    position: relative;
    /* background-color: var(--themeColor); */
    /* background-color: #e7edef; */
    padding: 7px 5px;
    /* border-top: 1px solid #101010; */
    border: 0px none;
    text-align: right;
    margin: 0;
    word-break: break-word;
    white-space: normal;
    font-weight: 100;
    font-size: 11px;
    color: #000;
    border-radius: 0 10px 0 0;
}

.tic-sta-item .item .tic-create .saree-sum {
    position: relative;
    top: 0px;
    text-align: left;
    line-height: 15px;
    left: 0px;
    right: 0px;
    font-weight: bold;
}

.tic-sta-item .item .tic-create .saree-sum .product-name {
    height: 46px;
    overflow: hidden;
    display: block;
}

.tic-sta-item .item .tic-create .saree-sum .product-name.first {
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
}

.tic-sta-item .item .tic-create .saree-sum .product-name.com {
    height: 18px;
    font-style: italic;
    overflow: hidden;
    margin-top: 5px;
}

.tic-sta-item .item .tic-create .saree-sum .product-name.second {
    height: 47px;
    overflow: hidden;
    margin: 5px 0;
}

.tic-sta-item .item .tic-create .saree-sum .product-name.third {
    height: 18px;
    overflow: hidden;
}

.tic-sta-item .item .tic-create .icon {
    background-image: url(../img/download-icon.png);
    right: 40px;
}

.tic-sta-item .item .tic-create .download-icon {
    background-image: url(../img/download-icon.png);
    right: 20px;
}

.tic-sta-item .item .tic-create .cart-icon {
    background-image: url(../img/add-to-cart-icon.png);
}

.tic-sta-item .item .tic-create .download-icon,
.tic-sta-item .item .tic-create .cart-icon,
.tic-sta-item .item .tic-create .icon {
    background-size: cover;
    border: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    filter: invert(90%);
    cursor: pointer;
    position: relative;
    right: -6px;
    top: -20px;
}

.tic-sta-item .item .item-bottom-part .saree-opt {
    position: relative;
    margin-top: 0px;
    display: block;
    height: 30px;
    overflow: hidden;
}

.tic-sta-item .item .item-bottom-part .saree-opt input[type=text] {
    border: 0px none;
    bottom: -5px;
    position: relative;
}

.ticket-status-detail {
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.ticket-status-detail .media img {
    width: 50px;
    border-radius: 5px;
    border: 2px solid #ffad00;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.tic-sta-item .item img {
    height: 170px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 0 0 10px;
}


/*-------------------------------------------------------------------
Custom File Input
*------------------------------------------------------------------*/

.style-input input.inputfile-6 {
    width: 0;
    height: 0;
    display: none;
}

.inputfile-6+label {
    width: 100% !important;
    max-width: 100% !important;
    border: 0px none !important;
    background-color: transparent !important;
    padding: 0 5px !important;
    box-shadow: 0 1px 0 0 #e5e5e5 !important;
    outline: 0 !important;
    display: inline-block;
    color: #002ce6 !important;
}

.inputfile-6+label span {
    width: auto !important;
    min-height: auto !important;
    padding: 3px 10px 0 0px !important;
    font-size: 12px !important;
    color: #002ce6 !important;
    /* line-height: 1.4 !important; */
    font-weight: 600 !important;
    vertical-align: baseline !important;
    display: inline !important;
}

.inputfile-6+label strong {
    padding: 0 2px 0 0 !important;
    color: #404040 !important;
    background-color: transparent !important;
    font-size: 12px !important;
    font-weight: 700;
    display: inline-block !important;
}

.inputfile-6+label:hover {
    border-color: #722040 !important;
}

.inputfile-6+label img {
    text-indent: -999px;
}

.inputfile+label svg {
    color: #002ce6;
}

.style-input table td label {
    border: 1px solid #002ce6;
    border-radius: 20px;
    color: #002ce6;
    padding: 5px 10px;
    margin: 7px 3px 0px 3px;
    text-decoration: none;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 11px !important;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    min-width: 80px;
    text-align: center;
}

.label-focus {
    color: #fff !important;
    background-color: #002ce6 !important;
}

.style-input table td input {
    width: 0;
    height: 0;
    display: block;
}

.style-input table td {
    float: left;
}


/*-------------------------------------------------------------------
Fancy Multiple Select
*------------------------------------------------------------------*/

.selectMultiple {
    width: 100%;
    position: relative;
}

.selectMultiple select {
    display: none;
}

.selectMultiple>div {
    position: relative;
    z-index: 2;
    padding: 8px 12px 2px 12px;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
    min-height: 44px;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
    /* box-shadow: 0 4px 16px 0 rgba(22, 42, 90, 0.12);*/
}

.selectMultiple>div:hover {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

.selectMultiple>div .arrow {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    position: absolute;
}

.selectMultiple>div .arrow:before,
.selectMultiple>div .arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 8px solid #99A3BA;
    top: 43%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.selectMultiple>div .arrow:before {
    right: 12px;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
}

.selectMultiple>div .arrow:after {
    right: 11px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

.selectMultiple>div span {
    color: #99A3BA;
    display: block;
    position: absolute;
    left: 12px;
    cursor: pointer;
    top: 8px;
    line-height: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.selectMultiple>div span.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
}

.selectMultiple>div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.selectMultiple>div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
}

.selectMultiple>div a:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(0, 44, 230, 0.8);
    z-index: -1;
    border-radius: 4px;
}

.selectMultiple>div a i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
}

.selectMultiple>div a i:before,
.selectMultiple>div a i:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 1px;
}

.selectMultiple>div a i:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.selectMultiple>div a i:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.selectMultiple>div a.notShown {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.selectMultiple>div a.notShown:before {
    width: 28px;
    -webkit-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}

.selectMultiple>div a.notShown i {
    opacity: 0;
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}

.selectMultiple>div a.notShown em {
    opacity: 0;
    -webkit-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    -webkit-transition: all .4s ease .3s;
    transition: all .4s ease .3s;
}

.selectMultiple>div a.notShown.shown {
    opacity: 1;
}

.selectMultiple>div a.notShown.shown:before {
    width: 100%;
}

.selectMultiple>div a.notShown.shown i {
    opacity: 1;
}

.selectMultiple>div a.notShown.shown em {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.selectMultiple>div a.remove:before {
    width: 28px;
    -webkit-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}

.selectMultiple>div a.remove i {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.selectMultiple>div a.remove em {
    opacity: 0;
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.selectMultiple>div a.remove.disappear {
    opacity: 0;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
}

.selectMultiple>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    -webkit-transform: translate(0, 20px) scale(0.8);
    transform: translate(0, 20px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    -webkit-transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
    transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
}

.selectMultiple>ul li {
    color: #1E2330;
    background: #fff;
    padding: 12px 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
    transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
    transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
    transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
}

.selectMultiple>ul li:first-child {
    border-radius: 8px 8px 0 0;
}

.selectMultiple>ul li:first-child:last-child {
    border-radius: 8px;
}

.selectMultiple>ul li:last-child {
    border-radius: 0 0 8px 8px;
}

.selectMultiple>ul li:last-child:first-child {
    border-radius: 8px;
}

.selectMultiple>ul li:hover {
    background: #ffad00;
    color: #fff;
}

.selectMultiple>ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 100%;
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.selectMultiple>ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
}

.selectMultiple>ul li.beforeRemove:first-child {
    border-radius: 8px;
}

.selectMultiple>ul li.afterRemove {
    border-radius: 8px 8px 0 0;
}

.selectMultiple>ul li.afterRemove:last-child {
    border-radius: 8px;
}

.selectMultiple>ul li.remove {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.selectMultiple>ul li.remove:after {
    -webkit-animation: ripple .4s ease-out;
    animation: ripple .4s ease-out;
}

.selectMultiple>ul li.notShown {
    display: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .4s ease, -webkit-transform .35s ease;
    transition: opacity .4s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .4s ease;
    transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
}

.selectMultiple>ul li.notShown.show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.selectMultiple.open>div {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.selectMultiple.open>div .arrow:before {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.selectMultiple.open>div .arrow:after {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.selectMultiple.open>ul {
    -webkit-transform: translate(0, 12px) scale(1);
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(30, 30);
        transform: scale(30, 30);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(50, 50);
        transform: scale(50, 50);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(30, 30);
        transform: scale(30, 30);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(50, 50);
        transform: scale(50, 50);
    }
}

html {
    -webkit-font-smoothing: antialiased;
}

.selectMultiple {
    margin-top: 0;
}

.dribbble {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
    opacity: .5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.dribbble:hover {
    opacity: 1;
}

.dribbble img {
    display: block;
    height: 36px;
}


/*-------------------------------------------------------------------
Ticket Status Details for Card
*------------------------------------------------------------------*/

.ticket-status-detail.card img {
    width: 100%;
    height: auto;
    text-indent: -999px;
}

.ticket-status-detail .card {
    width: 100%;
    border: 1px solid #ffad00;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.ticket-status-detail .card a {
    height: 100px;
    overflow: hidden;
}

.ticket-status-detail .card a {
    background-image: url(../img/no-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ticket-status-detail .card .card-body {
    padding: 2px 10px;
    text-align: center;
}

.ticket-status-detail .card .card-body .card-title {
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
    margin: 5px 0;
}

.back-arrow {
    /* left: 10px;
    position: absolute;
    top: 14px; */
}

.back-arrow img {
    width: 100%;
}


/*-------------------------------------------------------------------
Pill List Item
*------------------------------------------------------------------*/

.PillList-item {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 12px 12px 0;
    text-transform: capitalize;
}

.PillList-item input[type="checkbox"],
.PillList-item input[type="radio"] {
    display: none;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label,
.PillList-item input[type="radio"]:checked+.PillList-label {
    background-color: #002ce6;
    border: 1px solid #002ce6;
    color: #fff;
    padding-right: 16px;
    padding-left: 16px;
}

.PillList-label {
    border: 1px solid #002ce6;
    border-radius: 20px;
    color: #002ce6;
    display: block;
    padding: 7px 28px;
    text-decoration: none;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label .Icon--checkLight,
.PillList-item input[type="radio"]:checked+.PillList-label .Icon--checkLight {
    display: inline-block;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label .Icon--addLight,
.PillList-item input[type="radio"]:checked+.PillList-label .Icon--addLight .PillList-label .Icon--checkLight,
.PillList-children {
    display: none;
}

.PillList-label .Icon {
    width: 12px;
    height: 12px;
    margin: 0 0 0 12px;
}

.PillList-item .Icon--smallest {
    font-size: 12px;
    line-height: 12px;
}

.PillList-item .Icon {
    background: transparent;
    display: none;
    font-style: normal;
    vertical-align: baseline;
    position: relative;
}


/*-------------------------------------------------------------------
Notification Page
*------------------------------------------------------------------*/

.noti-page {
    margin: 0 -10px;
}

.noti-page form {
    padding: 15px 20px;
}

.noti-page form .input-group input {
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
}

.noti-page form .input-group-append button {
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0px solid #ccc;
}

.concern-table .style-input table td {
    float: left;
}


/*-------------------------------------------------------------------
Snackbar Style
*------------------------------------------------------------------*/

#snackbar,
#snackbar1,
#snackbar2,
#snackbar3,
#snackbar4,
#snackbar5,
#snackbar6,
#snackbar7 {
    visibility: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 0, 0, 0.85);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 12px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

#snackbar.show,
#snackbar1.show,
#snackbar2.show,
#snackbar3.show,
#snackbar4.show,
#snackbar5.show,
#snackbar6.show,
#snackbar7.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.7s;
    animation: fadein 0.5s, fadeout 0.5s 2.7s;
}

@-webkit-keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 0px;
        opacity: 1;
    }
    to {
        bottom: -50px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 0px;
        opacity: 1;
    }
    to {
        bottom: -50px;
        opacity: 0;
    }
}


/*-------------------------------------------------------------------
Step Button
*------------------------------------------------------------------*/

.step-button input {
    text-align: center;
}

.step-button span {
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.required-field {
    margin: 0;
    padding: 0;
    position: absolute;
    color: #ff0000;
    top: -10px;
    left: -6px;
    font-size: 18px;
}


/*-------------------------------------------------------------------
Modal Button for "Please complete your profile"
*------------------------------------------------------------------*/

.modal-content {
    width: 100% !important;
}

.modal-content .modal-body .product-info {
    padding: 5px 15px;
    border-top: 1px solid #ccc;
    background-color: #efefef;
}

.modal-content .modal-body .product-info:nth-child(3n+3) {
    background-color: #dfdfdf;
}

.modal-dialog.modal-lg .modal-footer button,
.bootbox-confirm .modal-footer button {
    width: 48%;
}

.modal-dialog.modal-lg .modal-footer button:first-child,
.bootbox-confirm .modal-footer button:first-child {
    margin: 0 !important;
    margin-right: auto !important;
}

.modal-dialog.modal-lg .modal-footer button:last-child,
.bootbox-confirm .modal-footer button:last-child {
    margin: 0 !important;
    margin-left: auto !important;
}

.bootbox-confirm .modal-dialog {
    top: 40%;
}

.notification-list .d-flex small.text-muted {
    position: relative;
}

.notification-list .d-flex small.text-muted input {
    cursor: pointer;
    border: 0px none;
    box-shadow: none;
    background-color: transparent;
    width: 20px;
    z-index: 1;
    position: relative;
    outline: none;
}

.notification-list .d-flex small.text-muted input:focus {
    outline: none;
}

.notification-list .d-flex small.text-muted i {
    font-size: 14px;
    position: absolute;
    left: 3px;
    bottom: 5px;
    z-index: 0;
    color: #002ce6;
}

.notification-list .d-flex small.text-muted span {
    position: absolute;
    left: 24px;
    width: max-content;
    bottom: 3px;
}

#NotFound {
    text-align: center;
    display: block;
    color: #7c7f8c;
    font-size: 14px;
}

Chat Window *------------------------------------------------------------------*/ .user-chat .tab-content .chat-button {
    font-size: 12px !important;
    padding: 11px 0px !important;
    background-color: #ffad00;
    color: #fff;
    font-weight: 600;
    position: relative;
    float: right;
    cursor: pointer;
    width: 15%;
    text-align: center;
}

.user-chat .tab-content .chat-button:hover {
    background-color: #e8a008;
}

#chatbtn {}

.order-now-btn {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--themeColor);
    padding: 8px 5px 7px 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
    line-height: 11px;
    text-transform: uppercase;
    box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.report-view-btn {
    position: absolute;
    right: 0;
    top: 60%;
    background-color: var(--themeColor);
    padding: 8px 5px 7px 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
    line-height: 11px;
    text-transform: uppercase;
    box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.separator {
    position: relative;
    display: block;
    width: 300px;
    margin: 5px auto;
}

.separator img {
    width: 100%;
    height: auto;
}

.tabbar-top-spacer {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    border: 0px none;
    margin: 60px 0px;
}

.tabbar {
    height: 50px;
    background-image: linear-gradient(to bottom, #004f69 0%, #00171f 70%);
    background-color: #101010;
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    z-index: 999;
}

.tabbar a {
    color: #ccc !important;
    padding: 6px 0;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 2px #000;
}

.tabbar a span {
    font-size: 22px;
    opacity: 0.8;
    font-weight: 100;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.7);
}

.tabbar a:hover,
.tabbar a:active,
.tabbar a:focus {
    color: var(--themeColor) !important;
    font-weight: 800;
}

.tabbar a:hover span,
.tabbar a:active span,
.tabbar a:focus span {
    color: var(--themeColor);
    opacity: 0.8;
}

.order-table {
    width: 100%;
    overflow: auto;
}

.order-table table td a img {
    height: auto !important;
    width: 100% !important;
}

.order-heading {
    background-color: #303030;
    margin: 0 0 10px 0 !important;
    padding: 5px 10px !important;
    color: #ccc;
    border-radius: 10px 10px 0 0;
}

.order-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    padding: 6px 15px;
}

.order-btn button {
    width: 50px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4);
    border: 0px none;
    cursor: pointer;
}


/* Back to Top
----------------------------------------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: var(--themeColor);
    right: 5px;
    bottom: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    color: #303030;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 22px;
}

.cart-count {
    color: #fff !important;
    text-align: center;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2px;
    position: absolute;
    background-color: var(--themeColor);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 20px;
    height: 20px;
    opacity: 0.8 !important;
    top: 0;
}


/* Page Loader
----------------------------------------*/

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: auto;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: absolute;
    ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.btn {
    background-color: var(--themeColor);
    color: #fff;
    border-radius: 8px;
    width: 100%;
    float: none;
    position: relative;
    padding: 5px 15px;
    border: 1px solid #333;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* font-weight: bold; */
    cursor: pointer;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}

.select-icon {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    z-index: 0;
}

.select-icon span {
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
    position: relative;
    top: 45%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

.product-qty {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
}

.product-qty .minus,
.product-qty .plus {
    color: #fff;
    padding: 3px 8px 5px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.product-qty .minus {
    left: 4px;
    position: relative;
}

.product-qty .plus {
    right: 4px;
    position: relative;
}

.product-qty .minus:hover,
.product-qty .plus:hover {
    background-color: #146179 !important;
}

.product-qty .count {
    border: 0px none;
    background-color: transparent;
    color: #fff;
    text-align: center;
    width: 50px;
    font-size: 14px !important;
    font-weight: normal;
}

.product-qty select {
    background-color: transparent;
    outline: none;
    border: 0px none;
    color: #fff;
    padding: 0 0 0 10px;
}

.product-qty select option {
    background-color: var(--themeColor);
    border: 0px none;
    outline: none;
    text-align: center;
}

.search-bar {
    position: relative;
    margin: 5px 15px 15px;
}

.search-bar .search-btn {
    position: absolute;
    right: 35px;
    z-index: 1;
    border: 0px none;
    padding: 4px 8px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.search-bar .search-box {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 65px 5px 5px;
    font-size: 12px !important;
    color: #333;
    font-weight: normal;
    outline: none;
}

.search-bar .user-btn {
    position: absolute;
    right: 0;
    z-index: 1;
    border: 0px none;
    border-left: 1px solid #ddd;
    padding: 5px 8px 2px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.search-bar .user-btn i {
    font-size: 20px;
    color: var(--themeColor);
}

.catvalue {
    position: relative;
    display: block;
    width: auto;
    margin: 5px 15px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 10px;
}

li.logout-menu-btn {
    padding: 0 0 0 15px;
}

li.logout-menu-btn i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 5px;
}

li.logout-menu-btn .special a {
    color: #fff;
}

.icon-intable {
    font-size: 20px;
}

.icon-intable.fa-lock {
    color: #cc0000;
}

.icon-intable.fa-unlock {
    color: #00cc50;
}

.icon-intable.fa-pencil-square-o {
    color: #f59000;
}

.icon-intable.fa-trash-o {
    color: #cc0000;
}

.icon-intable.fa-download {
    color: #cc0000;
}