body {
    font-family: 'Quicksand', sans-serif;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    color: #000;
}

a:hover {
    color: #12b7f5;
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

a,
button,
input,
textarea,
select {
    transition-duration: .3s;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.color {
    color: #d61542;
}

/* 1. Menu container */

.menu-container {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition-duration: .3s;
}

.menu-container.fixed,
.menu-container.active {
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}

.menu-spacer {
    height: 80px;
    width: 100%;
}

.header-menu {
    display: table;
    width: 100%;
}

.header-menu>.menu,
.header-menu>.logo {
    display: table-cell;
    vertical-align: middle;
}

.header-menu .menu li,
.mobile-menu li,
.options ul li {
    position: relative;
    display: inline-block;
    line-height: 2;
    text-align: left;
    white-space: nowrap;
}

.header-menu .menu>li {
    padding: 10px 0;
}

.header-menu .menu>li:not(:first-child) {
    margin-left: 30px;
}

ul li.hlbt a {
    display: block;
    color: #12b7f5;
    padding: 0 20px;
    border: 2px solid #12b7f5;
    border-radius: 0px;
}

ul li.hlbt a:hover {
    background: #12b7f5;
    color: #fff !important;
}

.header-menu .menu li.contains-sub-menu a>i,
.options li a i {
    margin-left: 5px;
}

.header-menu .menu li.contains-sub-menu:hover>a>i,
.options:hover>a i,
.options li.contains-sub-menu:hover>a>i {
    transition: all .2s ease-in-out;
    opacity: 0;
}

.header-menu .menu li a,
.options li a {
    position: relative;
    font-weight: 700;
    font-size: 14px;
}

.header-menu .menu li a img,
.mobile-menu li a img {
    max-height: 15px;
    max-width: 20px;
}

.header-menu .menu li:hover>a,
.options li:hover>a {
    color: #12b7f5;
}

.header-menu .menu li>ul,
.mobile-menu li>ul,
.options li>ul {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    background-color: #fff;
    min-width: 185px;
    font-size: 12px;
    text-align: left;
    padding: 10px 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 99;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}

.mobile-menu li>ul {
    top: 100%;
    font-size: inherit;
    opacity: 1;
    visibility: visible;
}

.header-menu .menu li li>ul,
.options li li>ul {
    top: 0;
    left: calc(100% + 30px);
}

.header-menu .menu li li,
.options li li {
    display: block;
}

.header-menu .menu li:hover>ul,
.options li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header-menu .menu>li li:hover>ul,
.options li li:hover>ul {
    top: 0;
    left: 100%;
}

.header-menu .menu li>ul li,
.options:hover ul li {
    display: block;
}

.header-menu .menu li>ul li a,
.options li>ul li a {
    position: relative;
    display: block;
    padding: 5px 20px;
    cursor: pointer;
    z-index: 1;
}

.header-menu .menu li>ul li a:hover,
.header-menu .menu li.active a,
.options li>ul li a:hover,
.options li>ul li.active a {
    color: #12b7f5 !important;
}

.header-menu .menu>li li.contains-sub-menu>a>i,
.options>li li.contains-sub-menu>a>i {
    float: right;
    margin-top: 7px;
}

.header-menu .menu li>ul li img,
.mobile-menu li>ul li img {
    margin-top: -3px;
}

.header-menu>.logo {
    width: auto;
    height: 66px;
}

.header-menu>.logo img {
    max-height: 100%;
}

.header-menu>.menu {
    /*width: 45%;*/
}

.header-menu>.menu+.menu {
    /*width: 35%;*/
}

.header-menu .mob-menu {
    display: none;
    width: 45px;
    vertical-align: middle;
    text-align: right;
}

.header-menu .mob-menu>a {
    display: block;
}

.header-menu .mob-menu .lines {
    display: block;
    line-height: 0.7;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header-menu .mob-menu .lines span {
    position: relative;
    display: inline-block;
    background-color: #000;
    height: 4px;
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.header-menu .mob-menu .lines span:nth-child(2) {
    width: 80%;
}

.header-menu .mob-menu .lines:hover span {
    background-color: #12b7f5;
}

.header-menu .mob-menu .lines:hover span:nth-child(2) {
    width: 100%;
}

.menu-container.active .header-menu .mob-menu .lines span:nth-child(1) {
    opacity: 0;
}

.menu-container.active .header-menu .mob-menu .lines span:nth-child(2) {
    width: 100%;
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-container.active .header-menu .mob-menu .lines span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
}

.menu-container .mobile-overlay {
    display: none;
    height: calc(100% - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.menu-container .mobile-menu {
    position: relative;
    display: table;
    background: #fff;
    width: 200%;
    height: 100%;
    text-align: center;
    padding: 30px 0;
}

.menu-container .mobile-menu li {
    display: block;
    text-align: center;
}

.menu-container .mobile-menu>div {
    width: 50%;
}

.menu-container .mobile-menu>div>ul.user-links {
    margin-top: 30px;
}

.menu-container .mobile-menu>div>ul.user-links>li {
    display: inline-block;
    padding: 0 10px;
}

.menu-container .mobile-menu>div>ul.user-links li>ul {
    left: auto;
    right: 0;
}

.menu-container .mobile-menu>div .hero-search {
    padding: 0;
}

.menu-container .mobile-menu>div>ul ul:not(.visible),
.menu-container .options ul:not(.visible) {
    display: none;
}

.menu-container .mobile-menu li a {
    position: relative;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-container .mobile-menu li.active>a i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-container .mobile-menu .menu li ul {
    position: relative;
    display: inline-block;
}

.menu-container .mobile-menu .menu li ul ul {
    margin: 10px;
}

/* 2. Hero search - section */

.hero-search,
.hero-title {
    position: relative;
    text-align: center;
    padding: 120px 0;
}

.hero-search h2 {
    font-weight: 300;
    margin-bottom: 0;
}

.hero-search .search-input {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 79%;
    margin-right: 1%;
    border: 1px solid #12b7f5;
    border-radius: 0px;
}

.hero-search .search-input input {
    position: absolute;
    left: 0;
    background: none;
    height: 100%;
    width: 100%;
    line-height: 100%;
    color: #12b7f5;
    padding: 0 140px 0 30px;
    border: 0;
    box-sizing: border-box;
}

.hero-search .search-input .options {
    top: -1px;
    width: 110px;
    margin-right: 30px;
}

.hero-search .search-input .options>li {
    height: 50px;
    text-align: right;
}

.hero-search .search-input .options>li>a {
    display: block;
    height: 50px;
    max-width: 110px;
    line-height: 50px;
    color: #12b7f5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-search .options li>ul {
    left: auto;
    right: 0;
}

.hero-search .search-form-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.hero-search button {
    float: right;
    height: 50px;
    width: 20%;
    line-height: 50px;
    padding: 0 30px;
}

.hero-title {
    padding: 60px 0;
}

/* 3. Forms Box */

.form-box {
    background-color: #fff;
    width: 500px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.form-box.full-box {
    width: 100%;
}

.form-box.big-box {
    width: 70%;
}

.form-box.form-remove-box {
    border: 0;
    background: none;
}

.form-box.form-remove-box form {
    margin: 0;
}

.form-box form {
    margin: 30px;
}

.form-box .form_field {
    margin-bottom: 20px;
}

.form-box .form_field>span {
    display: block;
    margin-bottom: .5rem;
}

.form-box input,
.form-box select,
.form-box textarea,
.form-box button {
    width: 100%;
}

.form-box input,
.form-box select,
.form-box textarea {
    color: #12b7f5;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 100px;
}

.form-box textarea {
    height: auto;
    min-height: 100px;
    line-height: 1.3;
    padding: 10px 15px;
    border-radius: 0;
}

.form-box select,
.form-box textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-box input:focus,
.form-box select:focus,
.form-box textarea:focus {
    border-color: #12b7f5;
    outline: none;
}

.form-box input[type="file"] {
    display: none;
    height: auto;
    border-radius: 0;
}

.form-box input[type="file"]+label.fileUpload {
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    color: #12b7f5;
    text-align: center;
    padding: 0 30px;
    margin-top: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    cursor: pointer;
    transition-duration: .3s;
}

.form-box input[type="file"]+label.fileUpload:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f093";
    font-weight: 900;
}

.form-box input[type="file"]+label.fileUpload:hover {
    border-color: #12b7f5;
}

.form-box input[type="checkbox"],
.form-box input[type="radio"] {
    width: auto;
    height: auto;
}

.form-box .inputFile {
    border: 0;
    margin: 10px 0;
    padding: 0;
}

.form-box .bottom-box {
    background-color: #f9f9f9;
    line-height: 40px;
    text-align: center;
    padding: 10px 30px;
}

/* 4. Buttons */

button,
.button {
    background-color: #12b7f5;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #12b7f5;
    border-radius: 0px;
    cursor: pointer;
}

button:hover,
.button:hover {
    background: none;
    color: #12b7f5;
}

form button,
.button.big {
    padding: 10px 20px;
}

.button-set .button {
    display: block;
    background: none;
    color: #12b7f5;
}

.button-set .button:hover {
    background-color: #12b7f5;
    color: #fff;
}

.button-set .button i,
.button.big i {
    margin-right: 10px;
}

.button-set .button:not(:last-child) {
    margin-bottom: 5px;
}

/* 5. Campaigns & Posts */

.features .feature,
.posts .post {
    background-color: #f9f9f9;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}

.features .feature>div,
.posts>div {
    margin-bottom: 30px;
}

.features .feature>div:nth-last-child(-n+3),
.posts>div:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.features .feature .img-container,
.posts .post .img-container {
    position: relative;
}

.features .feature .img-container::after,
.posts .post .img-container::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgb(0, 0, 0));
    height: 50%;
    width: 100%;
    content: '';
    opacity: 0.5;
    transition: all .2s ease-in-out;
}

.features .feature .img-container .image,
.posts .post .img-container .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 215px;
}

.features .feature:hover .img-container::after,
.posts .post:hover .img-container::after {
    opacity: 0.9;
}

.features .feature .img-container .exp-date {
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    z-index: 1;
}

.features .feature .img-container .exp-date {
    color: #fff;
    font-weight: 900;
}

.features .feature .img-container .exp-date span {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.8;
    margin: 0 5px 0 2px;
}

.features .feature .img-container .exp-date span:last-child {
    margin-right: 0;
}

.features .feature h6,
.posts .post h6 {
    line-height: 1.5;
    margin-bottom: 0;
    padding: 15px;
}

.posts .post:hover {
    border-color: #12b7f5;
}

.posts .col-4:nth-child(n+4) {
    margin-top: 30px;
}

/* 6. Items: coupons, products, stores, reviews */

.list .item,
.list2 .item,
.list3 .item,
.list4 .item {
    float: left;
    background-color: #fff;
    width: 49.5%;
    margin-bottom: 1%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    transition-duration: .3s;
}

.list .item:nth-child(2n+1) {
    margin-right: 1%;
}

.list .item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.list .item:hover,
.list2 .item:hover,
.list3 .item:hover,
.list3 .item.selected,
.list4 .item:hover {
    border-color: #12b7f5;
}

.list .item .item-content {
    display: table;
    width: 100%;
}

.list .item .image,
.list4 .item .image {
    display: table-cell;
    width: 200px;
    text-align: center;
    padding-top: 30px;
}

.list .item .image img,
.list4 .item .image img {
    max-width: 70%;
}

.list .item .content,
.list4 .item .content {
    display: table-cell;
    vertical-align: top;
    padding: 30px 30px 0 0;
}

.list .item .content h4,
.list4 .item .content h5 {
    margin-bottom: 0;
}

.list4 .item .content h5 {
    line-height: 30px;
}

.list4 .item .content h5 .rating {
    float: right;
    line-height: 1.2;
    color: #12b7f5;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #12b7f5;
    border-radius: 50px;
}

.list .item .content p,
.list4 .item .content p {
    margin-top: 10px;
    margin-bottom: 0;
}

.list4 .item .content p.date {
    display: inline-block;
    color: rgba(0, 0, 0, 0.42);
}

.list .item .content p.date {
    display: inline-block;
    background-color: #f9f9f9;
    font-size: 12px;
    color: #12b7f5;
    margin-top: 5px;
    padding: 3px 10px;
}

.list .item .price {
    margin-top: 10px;
}

.list .item .price .current-price {
    color: #12b7f5;
    font-size: 22px;
}

.list .item .price .old-price {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
}

.list .item .price .old-price:after {
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid #12b7f5;
    opacity: 0.5;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    content: " ";
}

.list .item .bottom,
.list2 .item .bottom,
.list3 .item .bottom,
.list4 .item .bottom {
    position: relative;
    background-color: #f9f9f9;
    line-height: 30px;
    padding: 10px 20px;
}

.list .item .bottom {
    margin-top: 30px;
}

.list2 .item .bottom .title,
.list3 .item .bottom .title,
.list4 .item .bottom .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list .item .bottom>a {
    display: inline-block;
    margin-top: 2px;
}

.list .item .bottom .rating,
.list2 .item .bottom .rating {
    display: inline-block;
    margin-left: 10px;
}

.list .item .bottom>div {
    float: right;
}

.list .item .bottom>div>.options {
    float: none;
}

.list .item .bottom>div>.options ul i {
    width: 20px;
}

.list .item .bottom>div>a:not(.button),
.list .item .bottom>div>.options>li>a {
    font-size: 20px;
    margin-right: 10px;
    opacity: 0;
}

.list .item .bottom>div>a.favorite {
    color: #12b7f5;
    opacity: 1;
}

.list .item:hover .bottom>div a:not(.button) {
    opacity: 1;
}

.list .item .bottom .button {
    position: relative;
    top: -2px;
}

.list2 .item {
    width: 24.25%;
    margin-bottom: 1%;
}

.list3 .item,
.list4 .item {
    width: 100%;
}

.list4 .item {
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.list2 .item .image {
    height: 120px;
    text-align: center;
    padding: 30px;
}

.list2 .item .image img {
    height: 100%;
}

.list2 .item:not(:nth-child(4n+1)) {
    margin-left: 1%;
}

.list2 .item:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.list3 .item:not(:first-child) {
    margin-left: 1%;
}

.list3 .item .icon {
    text-align: center;
    font-size: 50px;
    color: #12b7f5;
    padding: 20px;
}

.list3 .item.selected a {
    color: #12b7f5;
}

.blog-single-content ul {
    list-style-type: initial;
    padding-left: 40px;
    margin-bottom: 1rem;
}

/* 7. Blog navigation & stuff */

.goto-link {
    display: inline-block;
}

.goto-link:hover i {
    border-color: #12b7f5;
}

.goto-link i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 50%;
}

.goto-link-right i {
    margin-left: 10px;
    margin-right: 0;
}

.goto-links .goto-link i {
    margin: 0;
}

.goto-links .goto-link:not(:first-child) {
    margin-left: 10px;
}

.hr-top {
    border-top: 2px solid #f9f9f9;
}

.hr-bottom {
    border-bottom: 2px solid #f9f9f9;
}

.hr-white {
    border-color: #fff;
}

.store-logo {
    margin-bottom: 20px;
}

.store-logo img {
    display: block;
    margin: 0 auto 20px auto;
}

.store-logo .rating {
    margin-right: 10px;
}

.user-avatar img {
    max-width: 100%;
    max-height: 100px;
}

blockquote {
    position: relative;
    background-color: #ededed;
    width: 100%;
    color: #555555;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.6;
    margin: 50px auto;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #12b7f5;
}

blockquote:before {
    position: absolute;
    left: 10px;
    top: -10px;
    color: #12b7f5;
    font-size: 4em;
    content: "\201C";
}

blockquote::after {
    content: '';
}

blockquote span.author {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

/* 7. Footer */

footer {
    background-color: #fff;
    border-top: 2px solid #f9f9f9;
    padding-top: 75px;
}

footer h6 {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer li a {
    line-height: 30px;
    color: #66717f;
    font-size: 13px;
}

footer li i {
    width: 20px;
    line-height: 1.8em;
}

footer .footer {
    padding: 50px 0;
    margin-top: 75px;
}

/* 8. Slider */

.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    background-color: none;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #12b7f5;
}

.owl-carousel button.owl-dot.active {
    background-color: #12b7f5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: calc(50% - 30px);
    left: -40px;
    color: #12b7f5 !important;
    font-size: 40px !important;
    opacity: 0.2;
}

.owl-next {
    left: auto;
    right: -40px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

/* 8. Drop down options */

.options {
    display: inline-block;
    float: right;
    position: relative;
}

.options>a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
}

.options>a i {
    margin-left: 10px;
}

/* 9. Pagination */

.pagination {
    position: relative;
    display: inline-block;
    padding: 0 100px;
}

.pagination li {
    display: inline-block;
    margin-left: 10px;
}

.pagination a {
    display: block;
    min-width: 40px;
    line-height: 40px;
    color: #12b7f5;
    font-size: 14px;
    text-align: center;
    border: 1px solid #12b7f5;
    border-radius: 50%;
    box-sizing: unset;
}

.pagination li.selected a,
.pagination li:hover a {
    background-color: #12b7f5;
    color: #fff;
    border-color: #12b7f5;
}

.pagination li.selected a {
    opacity: 0.7;
}

.pagination li:first-child {
    margin-left: 0;
}

.ul-list li {
    display: inline-block;
}

.ul-list li:not(:first-child) {
    margin-left: 10px;
}

/* 10. Margins, colors and paddings */

.copyright {
    color: #12b7f5;
}

.bgWhite {
    background-color: #fff;
}

.bgGray {
    background-color: #f9f9f9;
}

.pt-10 {
    padding-top: 10px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-0 {
    margin-top: 0;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-100 {
    margin-bottom: 100px;
}

.w50 {
    width: 50%;
}

.h-100 {
    height: 100%;
}

.user-icon {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #1cc88a;
    background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
    background-size: cover;
}

.admin-icon {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #f6c23e;
    background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
    background-size: cover;
}

.vip-icon {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #e74a3b;
    background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
    background-size: cover;
}

.img-profile {
    height: 2rem;
    width: 2rem;
}

.user-img {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.user-img:hover {
    transform: rotate(360deg) scale(1.2);
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -o-transform: rotate(360deg) scale(1.2);
    -ms-transform: rotate(360deg) scale(1.2);
}

.appicon {
    text-align: center;
    line-height: 48px;
    height: 48px;
}

.appicon>svg {
    width: 48px;
    height: 48px;
    color: #48b0f7;
}

.app-the {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.shadow-app {
    transition: all .2s linear;
    /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05) !important;*/
    height: 123px;
}

.app:hover {
    box-shadow: 0px 2px 24px 10px rgba(18, 113, 239, 0.25) !important;
}

@media (min-width: 1200px) {
    .col-lg-4-app {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-4-app {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

#pc_so_body a {
    color: #48b0f7;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #14a0dc;
}

#pc_so_body {
    font-size: 1rem;
    text-align: left;
}

.table-hover tbody tr:hover {
    color: #333 !important;
    background-color: #f8f9fc !important;
}

.badge {
    display: inline-block;
    padding: 0.3em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-success {
    color: #fff;
    background-color: #1cc88a;
}

.badge-warning {
    color: #495057;
    background-color: #ffc107;
}

#Search_body_pc svg {
    vertical-align: middle;
    margin-right: 5px;
    height: 32px !important;
    width: 32px !important;
}

#Search_body_pc li {
    height: 32px !important;
}