/*-----------------------------------------------------------------------------------
Template Name: Appy HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Ashekur Rahman Hridoy
Author URI: http://www.facebook.com/ashekur.rahman.hridoy
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Button-Style
4. Helper-Classes
5. MainMenu-Area
6. Page-Title
7. Home-Area
8. Progress-Area
9. Video-Area
10. Feature-Area
11. Service-Box
12. Testimonial-Area
13. Gallery-Area
14. Download-Area
15. Price-Area
16. Questions-area
17. Subscribe-Form
18. Footer-Area
19. ScrollUp-Button
20. Blog-Post
21. Pagination
22. Comment-Respond
23. Form-Stype
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800,800i');

/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #768ede;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4em;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 32px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11px !important;
    line-height: 15px;
    color: #8790af;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Button-Style --*/

.bttn-white {
    position: relative;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}



.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.bttn-white.active,
.bttn-white:hover {
    color: #ffffff;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default,
.bttn-white {
    padding: 12px 30px;
    background-color: #ffffff;
    display: inline-block;
    color: #768ede;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}


.bttn-default {
    padding: 12px 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bttn-default:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.sq {
    border-radius: 3px !important;
}


/*-- 4. Helper-Classes --*/


.section-padding {
    padding-top: 2px !important;
    padding-bottom: 120px;
    display: flex;
}

.upper {
    text-transform: uppercase;
}

.angle,
.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    opacity: 0.8;
    /* IE6-9 fallback on horizontal gradient */
    z-index: -2;
}

.angle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    z-index: -1;
}

.dark-color {
    color: #434345
}

.blue-color {
    color: #5e88fc;
}

.white-color {
    color: #ffffff !important;
}

.gray-bg {
    background-color: #f5f6ff;
}
/*-- 5.0. header - tools --*/
.header-tools {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 3px 0px 3px 0px;
    background: #2a7fca;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*-- 5. MainMenu-Area --*/

.mainmenu-area {
    position: static;
    left: 0;
    top: 2.5em;
    width: 100%;
    z-index: 9999;
    padding: 20px 0px 20px 0px;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
        background: #1a5684;
}

.mainmenu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

/*
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
*/
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    /*position: fixed;*/
    top: 2.5em;
}

.mainmenu-area.affix:before {
    opacity: 1;
}

.mainmenu-area .right-button {
    float: right;
    right: 15px;
    top: 12px;
}

.mainmenu-area .right-button a {
    color: #ffffff;
    padding: 5px 40px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
}

.mainmenu-area .right-button span {
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
}

.mainmenu-area .right-button span.glyphicon {
    color: #ffffff;
    padding: 5px 5px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 24px;
    cursor: pointer;
}

.mainmenu-area .right-button span.glyphicon-log-in {
    color: #ffffff;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 24px;
    cursor: pointer;
}

.mainmenu-area .right-button span.glyphicon-log-out {
    color: #ffffff;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    cursor: pointer;
}

.mainmenu-area .right-button span.gl-log-out-xs {
    color: #ffffff;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 24px;
    cursor: pointer;
}

.mainmenu-area .right-button a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #768ede;
}

.mainmenu-area ul.mainmenu {
    text-align: center;
    float: none;
    display: block;
}

.mainmenu-area ul.mainmenu li {
    float: none;
    display: inline-block;
    text-align: center;
}

.mainmenu-area ul.nav.navbar-nav li a {
    color: #ffffff;
    padding: 10px 2px;
    text-transform: capitalize;
    background: transparent;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    margin: 15px 15px;
}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li.active a {
    border-bottom-color: #ffffff;
}

.mainmenu-area .navbar-brand {
    height: auto;
    padding: 0 15px;
}

.mainmenu-area .navbar-brand img {
    height: 30px;
}

.nav li a {
    padding: 8px 8px !important;
}

/*-- 6. Page-Title --*/

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8790af;
    font-weight: 600;
}

.text-center.page-title .title:before,
.page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*-- 7. Home-Area --*/

.home-area {
    width: 100%;
    background: url('images/header-bg.jpg') no-repeat scroll center bottom / cover;
    padding-top: 26vh;
    color: #ffffff;
    margin-bottom: 100px;
}

.home-area .mobile-image {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -158px;
}

/*-- 8. Progress-Area --*/

.progress-area {
    background-image: url('images/progress-bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin-top: 90px;
    margin-bottom: 220px;
}

.progress-area .mobile-image {
    margin-top: -90px;
    margin-bottom: -153px;
}

/*-- 9. Video-Area --*/

.video-area {
    background-image: url('images/video-bg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-bottom: 120px;
}

.video-photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.video-photo > img {
    width: 100%;
}

.video-area a.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

/*-- 10. Feature-Area --*/

.feature-area {
    color: #ffffff;
    background-color: #5e88fc;
    background-image: url('images/feature-bg.png');
    background-position: bottom -120px center;
    background-repeat: no-repeat;
    background-size: auto 94%;
    margin-bottom: 142px;
}

.feature-area .page-title .title {
    color: #ffffff;
}

.feature-area .mobile-image {
    margin-bottom: -142px;
}

/*-- 11. Service-Box --*/

.service-box {
    position: relative;
    padding-left: 100px;
}

.team-slide .owl-controls .owl-nav > div,
.service-box .box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 72px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    color: #5e88fc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.team-slide .owl-controls .owl-nav > div:hover,
.service-box:hover .box-icon {
    color: #ffffff;
}

.team-slide .owl-controls .owl-nav > div:before,
.service-box .box-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.team-slide .owl-controls .owl-nav > div:hover:before,
.service-box:hover .box-icon:before {
    opacity: 0;
}

.service-box h4 {
    margin-bottom: 10px;
}

/*-- 12. Testimonial-Area --*/

.testimonial-area {
    padding-top: 60px;
    padding-bottom: 120px;
}

.team-box {
    position: relative;
    padding: 55px 30px 30px 30px;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.team-box:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.team-box .team-image {
    position: absolute;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.team-box h4 {
    color: #5e88fc;
    font-weight: 600;
    font-size: 20px;
}

.team-box h6.position {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.team-slide .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.team-slide .owl-controls .owl-nav > div.owl-next {
    right: auto;
    left: 100%;
}

/*-- 13. Gallery-Area --*/

.gallery-area {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.gallery-slide .owl-stage-outer {
    background: url('images/mobile-screen.png') no-repeat center right / auto 100%;

}

.gallery-slide .item {
    margin: 58px 17px 70px 15px;
    overflow: hidden;
    border-radius: 2px;
}

.gallery-slide .owl-controls {
    position: static;
    text-align: right;
    padding-right: 80px;
}

.gallery-slide .owl-controls .owl-nav > div {
    display: inline-block;
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: rgba(72, 44, 191, 1);
    margin: 5px;
}

.gallery-slide .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 3px;
}

.gallery-slide .owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-slide .owl-controls .owl-dots .owl-dot.active span {
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

/*-- 14. Download-Area --*/

.download-area {
    background-image: url('images/download-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: 100px;
    color: #ffffff;
}

.download-area .mobile-image {
    margin-top: -106px;
    margin-bottom: -200px;
}

/*-- 15. Price-Area --*/

.price-box {
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #8790af;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-box:hover {
    -webkit-box-shadow: 0 0 50px -15px #4d43c6;
    box-shadow: 0 0 50px -15px #4d43c6;
}

.price-box .price-header {
    background-color: #f2f3fc;
    padding: 40px;
    color: #768ede;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-box .price-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f3fc;
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-box:hover .price-header {
    color: #ffffff;
}

.price-box:hover .price-header:before {
    opacity: 0;
}


.price-box .price-header .price-icon {
    font-size: 60px;
    margin-bottom: 10px;
}

.price-box .price-header h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 3px;
}

.price-box .price-body {
    padding: 40px;
}

.price-box .price-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-box .price-rate {
    color: #768ede;
    margin-bottom: 40px;
    font-size: 20px;
}

.price-box .price-rate sup {
    top: -20px;
    font-size: 26px;
}

.price-box .price-rate .rate {
    font-size: 56px;
}

.price-box .price-footer {
    margin-bottom: 40px;
}

.price-box .price-footer .bttn-white {
    padding: 13px 50px;
}

.price-box .price-footer .bttn-white:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
    left: 2px;
    top: 2px;
}

/*-- 16. Questions-area --*/

.questions-area {
    background-color: #f5f6ff;
}

.toggole-boxs {
    margin-top: -20px;
}

.toggole-boxs h3 {
    font-size: 18px;
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 20px;
    outline: none;
    padding: 20px 30px 20px 60px;
    color: #434345;
    border-left: 5px solid #5e88fc;
    cursor: pointer;
    position: relative;
}

.toggole-boxs h3:before,
.toggole-boxs h3:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 10px;
    height: 2px;
    background-color: #434345;
}

.toggole-boxs h3:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.toggole-boxs h3.ui-state-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.toggole-boxs div {
    background-color: #ffffff;
    padding: 0 30px 20px 60px;
    border-left: 5px solid #5e88fc;
}

/*-- 17. Subscribe-Form --*/

.subscribe-area {
    background: url('images/subscribe-bg.jpg') no-repeat scroll center center / cover;
}

.subscribe-form {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 5px;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form form .control {
    width: 100%;
    height: auto;
    padding: 15px 180px 15px 30px;
    border-radius: 100px;
    border: 1px solid #5e88fc;
}

.subscribe-form form .bttn-white {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}

/*-- 18. Footer-Area --*/

.footer-box {
    text-align: center;

}

.footer-box .box-icon {
    width: 75px;
    height: 75px;
    margin: auto auto 30px auto;
    text-align: center;
    line-height: 75px;
    color: #ffffff;
    font-size: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    border-radius: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-box .box-icon:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 2px solid #ffffff;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.footer-box:hover .box-icon {
    color: #5e88fc;
}

.footer-box:hover .box-icon:before {
    background-color: #ffffff;
}

.footer-bottom {
    padding: 20px 0;
    background-color: #f5f6ff;
    border-top: 1px solid #5e88fc;
}

.footer-bottom .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-bottom .footer-menu ul li {
    display: inline-block;
}

.footer-bottom .footer-menu ul li a {
    padding: 10px;
    color: #8790af
}

.footer-bottom .footer-menu ul li a:hover {
    color: #5e88fc;
}

/*-- 19. ScrollUp-Button --*/

#scrollUp {
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #5e88fc;
}

.preloader {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloader div {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    /*font-size: 24px;*/
    margin: auto;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

@-webkit-keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
}

@keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
}

/*-- 20. Blog-Post --*/

.site-header {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
    padding: 180px 0 120px;
}

.site-header a {
    color: #ffffff;
}

.breadcrumb {
    background: none;
    display: inline-block;
    margin-top: 10px;
    padding: 0;
}


.post-single:after {
    content: "";
    clear: both;
    display: table;
}

.post-single {
    padding: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.single-post .post-single {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-post .post-single .post-media {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.post-single.sticky .post-media {
    width: 55%;
    float: left;
    margin-right: 60px;
}

.post-single .post-media {
    overflow: hidden;
    border-radius: 3px;
}

.post-single .post-media img {
    width: 100%;
}

.post-single .post-meta {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-single .post-body .post-meta .post-tags {
    float: left;
}

.post-single .post-body .post-meta .post-date {
    float: right;
}

.post-single .post-body h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.post-single .post-body .read-more {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    color: #768ede;
}

.post-single .post-body .read-more:after {
    content: '\e87a';
    font-family: 'Linearicons-Free';
    margin-left: 5px;
}

/*-- 21. Pagination --*/

.pagination .nav-links {
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.pagination {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
}

.pagination .nav-links .page-numbers:hover {
    color: rgb(72, 44, 191);
    background-color: #f5f6ff;

}

.pagination .nav-links .page-numbers.current {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
}

.post-single blockquote {
    padding: 50px 160px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 26px;
    line-height: 1.6em;
    border: none;
    color: #626264;
    background-color: #f4f4f4;
    border: 30px solid #ffffff;
    font-style: italic;
}

/*-- 22. Comment-Respond --*/

.comment-respond h4,
.comments-area .comment-heading {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #434345;
}

.comments-list,
.comments-list ul {
    list-style: none;
}

.comments-list .comment {
    position: relative;
    padding-left: 130px;
}

.comments-list .comment .comment-pic {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.comments-list .comment .comment-content .comment-header {
    color: #434345
}

.comments-list .comment .comment-content .comment-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.comments-list li li .comment .comment-pic {
    width: 80px;
    height: 80px;
}

.comments-list li {
    margin-bottom: 30px;
}

/*-- 23. Form-Stype --*/

.form-control {
    border-radius: 2px;
    padding: 5px 10px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-double .box {
    width: calc(50% - 15px);
    float: left;
}

.form-double .box.last {
    float: right;
}

/*--custom --*/

.nav-tabs>li.active>a {
     background-color: #ceceda !important;
}

.nav-tabs>li>a {
    font-weight: bold !important;
    color: #d4d4d4;
    border: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #164c75;
}
.nav-tabs>li>a:hover {
    border-color: #164c75;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
}

.nav-tabs {
    border-bottom: 5px solid #ceceda !important;
    background: #1a5684;
    border-radius: 4px 0;
  }

.timer {
    font-weight: bold !important;
    color:#c0c2cd;
    width:35px;
}

.timer_m {
    font-weight: bold !important;
    color:rgb(0, 0, 0);
}

.text-left {
    padding: 3px 3px 3px 4px !important;
}

.text-right {
    padding: 3px 3px 3px 4px !important;
    text-align: right;
}

.text-center-tab {
    padding: 3px 3px 3px 4px !important;
    text-align: center;
}

.score_base {
    font-weight: bold !important;
    color:rgb(250, 8, 8);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
}

td.text-left {
    vertical-align: middle !important;
}

td.text-right {
    vertical-align: middle !important;
}

.score {
    font-weight: bold !important;
    color:rgb(8, 8, 132);
}

.score_add {
    color:rgb(0, 0, 0);
    text-align: center;
}

.corners {
    color:rgb(0, 0, 0);
    font-style: italic !important;
    text-align: center;
}

.corners_col {
    color:rgb(255, 255, 255);
    font-style: italic !important;
    text-align: center;
    font-weight: bold;
    height: 20px;
    width: 30px;
    padding-top: 2.5px;
    margin-left: auto;
    margin-right: auto;
}

.cnrt_col {
    border: 1px solid cadetblue;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 0px;
    border-radius: 3px;    
}

.lft_col {
    border: 1px solid cadetblue;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 0px;
    border-radius: 3px;    
    display: flow-root;
}

.circle-icon {
    border-radius: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
}

.flag-list {
     width: 1.6em !important;
     line-height: 1.6em !important;
     margin: 5px 5px 5px 10px !important;
}

.l1 {
    background-color: cornsilk;
}

.cntry:hover {
    cursor: pointer;
    background-color: rgb(228, 227, 224);
}

.cntry {
    border-top: 1px solid #000 ;
}

.flag-league{
    width: 2.6em !important;
    line-height: 2.6em !important;
    margin: 5px 5px 5px 5px !important;
}

.flag {
    float: left;
}

.match-date-time {
    float: left;
    margin: 5px 5px 5px 5px !important;
    border-right: 1px solid #ceceda !important;
    color:darkgrey
}

.match-teams {
    float: left;
    margin: 5px 5px 5px 5px !important;
}

.match-score {
    margin: 5px 5px 5px 5px !important;
    text-align: right;
    border-right: 1px solid #ceceda; 
}

.cntry-league {
    background-color:#f4f4f4;
    margin: 5px 5px 5px 5px;
    border-top: 1px solid #ceceda !important;
    padding: 5px 5px 5px 5px;
    overflow: auto;
}

.match {
    margin: 5px 5px 5px 5px;
}

.cc-name {
    color:rgb(5, 129, 129)
}

.league-name {
    font-size: 1.2em;
}

.red_card{
    background-color: red;
    color: white;
    float: left;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.yellow_card{
    background-color:yellow;
    color:saddlebrown;
    float: left;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.away_name {
    float: left;
}
.top-countries {
background: #FFF;
border-radius: 4px;
}

.top-countries a {
    text-decoration: underline;

}

.navbar-brand-logo {
    color: white;
    font-size: 31px;
    text-transform: uppercase;
/*    font-family: 'Fugaz+One';*/
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 800;
}
/*
.navbar-brand-logo2 {
    color: white;
    font-size: 31px;
    text-transform: uppercase;
   font-family: 'Fugaz One';
    margin-top: 18px;

}
*/

.top-countries-title {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background: #e7e7e7;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto;
}
.top-countries img {
height: 30px;
}

.circle-live {
  fill: #84b332;
  stroke: #0F1C3F;
  stroke-width: 0.1875em;
}

.circle-LiveTrends {
  fill: #ff900d;
  stroke: #0F1C3F;
  stroke-width: 0.1875em;
}

.row-price {
    display: flex;
    justify-content: space-around;
}
.card {
    background: #f5f7fb;
    padding: 14px;
    border-radius: 4px;
}
.card-category {
    
}

.optionbox {
    position: relative;

}

.optionbox select {
    background: rgb(72, 44, 191);
    color: #fff;
    padding: 2px;
    width: 10em;
    height: auto;
    border: 1px #18f09f solid;
    font-size: 11px;
    -webkit-appearance: button;
    outline: none;
}


.optionbox:hover:before {
    background: rgb(72, 44, 191);
}

.favorite-star {
    stroke:rgb(136, 136, 136);
    fill:none;
    vertical-align: middle;
    margin-right: 8px;
}

.favorite-star-yellow {
    color:rgb(189, 179, 38);
    fill:rgb(189, 179, 38);
    stroke:rgb(189, 179, 38);
    vertical-align: middle;
    margin-right: 8px;
}

.mtbl th{
    padding: 0.2rem 0.6rem !important;
    background-color: #8790af !important;
}

.mtbl td{
    padding: 0.2rem 0.6rem !important;
}

.mtbl td.allTD2{
    padding: 0rem 0rem !important;
    text-align: center;
    background-color: rgb(224, 224, 224) !important;
    border-color: rgb(224, 224, 224) !important;
}

.mtbl td.allTD{
    background-color: rgb(224, 224, 224) !important;
}

.mtbl td.allTD2g{
    padding: 0rem 0rem !important;
    text-align: center;
    background-color: #fbfbfb !important;
    border-color: #fbfbfb !important;
}

.mtbl td.allTDg{
    background-color: rgb(255, 255, 255) !important;
    border-color: white !important;
}

.mtbl th.allTDg{
    background-color: #fbfbfb !important;
    border-color: #fbfbfb !important;
}

.mtbl td.TD10{
    background-color: #18f09f !important;
}
.mtbl td.TD15{
    background-color: #ff900d !important;
}

.mtbl tr.TR_T td{
    border-top: #4d43c6 2px solid !important;
    
}

.mtbl tr.TR_T1{
    border-top: #4d43c6 1.5px solid;
}

.mtbl td.TD_RC, td.TD_YC, td.TD_On, td.TD_Off, td.TD_At,td.TD_handicap, td.TD_dnb, td.TD_draw{
    background-color: rgb(224, 224, 224) !important;
    border-left: #7e7e7e 1.1px solid;
}

.mtbl td.TD_Sh,td.TD_Cor,td.TD_home,td.TD_away,td.TD_over,td.TD_under{
    background-color: rgb(212, 246, 172) !important;
    border-left: #7e7e7e 1.1px solid;
}

.mtbl td.TD_Da{
    background-color: rgb(180, 235, 192) !important;
    border-left: #7e7e7e 1.1px solid;
}

.mtbl td.TD_h{
    background-color: rgb(255, 255, 255) !important;
    border-left: #7e7e7e 2px solid;
}

.mtbl td.TD_a{
    background-color: rgb(255, 255, 255) !important;
    border-left: #7e7e7e 1px dotted;
}

.mtbl td.TD_h_g{
    background-color:#cccccc !important;
    border-left: #7e7e7e 2px solid;
    font-weight: bold;
}

.mtbl td.TD_a_g{
    background-color: #cccccc !important;
    border-left: #7e7e7e 1px dotted;
    font-weight: bold;
}

.mtbl td.TD_h_gg{
    background-color:#d9f650 !important;
    border-left: #7e7e7e 2px solid;
    font-weight: bold;
}

.mtbl td.TD_a_gg{
    background-color: #d9f650 !important;
    border-left: #7e7e7e 1px dotted;
    font-weight: bold;
}

.mtbl td.TD_h_gn{
    background-color:#24cd59 !important;
    border-left: #7e7e7e 2px solid;
    font-weight: bold;
}

.mtbl td.TD_h_gng{
    background-color:#e37f27 !important;
    border-left: #7e7e7e 2px solid;
    font-weight: bold;
}

.mtbl td.TD_a_gn{
    background-color: #24cd59 !important;
    border-left: #7e7e7e 1px dotted;
    font-weight: bold;
}

.mtbl td.TD_a_gng{
    background-color: #e37f27 !important;
    border-left: #7e7e7e 1px dotted;
    font-weight: bold;
}

.mtbl td.TD_h_y{
    background-color:#ffff77 !important;
    border-left: #7e7e7e 2px solid;
    font-weight: bold;
}

.mtbl td.TD_a_y{
    background-color: #ffff77 !important;
    border-left: #7e7e7e 1px dotted;
    font-weight: bold;
}

.mtbl td.TD_h_r{
    background-color:#ff7777 !important;
    border-left: #7e7e7e 2px solid;
    font-weight: bold;
}

.mtbl td.TD_a_r{
    background-color: #ff7777 !important;
    border-left: #7e7e7e 1px dotted;
    font-weight: bold;
}

.popover {
    max-width: 600px !important;
    min-width: 230px !important;
    font-size: 8pt !important;
    margin: 2px 2px 2px 2px !important;
    padding: 2px 2px 2px 2px !important;
    z-index: 100;

}

.popover-title{
    height: 4em !important;
}

@media(hover: hover) and (pointer: fine){
    .favorite-star-yellow:hover, .favorite-star-yellow:focus, .favorite-star-yellow:active{
        color:rgb(189, 179, 38);
        stroke:rgb(214, 204, 54);
    }
    
    .favorite-star:hover, .favorite-star:focus, .favorite-star:active {
        color:rgb(0, 0, 0);
        fill:rgb(189, 179, 38);
    }
}


table tr td.td2:last-child {
    word-break: break-word;
}

.navbar-brand-logo>img {
    margin: 0 5px;
    vertical-align: bottom;
}
.mainmenu-area-overline {
    background: #ccc;
    height: 5px;
}
.brand-logo-24 {
    color: rgb(140, 189, 255);
    font-size: 37px;
}
.top-countries>ul>li {
    list-style-type: none;
}
.line_grey {
    height: 5px;
    background: #ccc;
}

.cntry_down {
    width: 100%;
    text-align: center;
    font-size: 12px !important;
    background-color: #aaa;
    margin-bottom: 5px;
}

.cntry_lg{
    padding-left: 25px;
    background-color: azure;
}

.odds{
    margin-right: 8px;
    font-weight: bold;
    text-align: center;
    width: 95%;
    display: inline-block;
}

.odds_xs{
    margin-right: 8px;
    font-weight: bold;
    text-align: center;
}

.odds_1x2{
    border: 1px solid #c7cdcf;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(180deg,rgba(180,192,197,0),hsla(195,4%,80%,.36));
}

.odds_1x2_g{
    border: 1px solid #c7cdcf;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(#38d39c,#12b396);
}

.odds_1x2_s{
    border: 1px solid #c7cdcf;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(#dfdfdf, #b2b2b2);
}

.odds_1x2_o{
    border: 1px solid #c7cdcf;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(#f9b717, #ff833d);
}

.odds-h{
    margin-right: 8px;
    font-weight: bold;
}

.bold_field{
    font-weight: bold;
}

.btn_disabled{
  color: rgb(162, 162, 162);
  pointer-events: none;
}

/*------LINE-------*/

.mainLine{
  height:1.5em;
}

.goalLine{
    vertical-align: top;
    padding: 0.2em;
}

.topLine{
    width:100%; 
    height:0.5em;
    display: inline-flex;
}

.topCard{
    width: 0px;
    position:relative;
    top: 0.35em;
}

.lineYC{
    background-color:#f2f280;
    width:0.5em;
    height:0.7em;
    box-shadow: 1px 1px #555;
    position:relative;
    border: 1px solid gray
}

.lineRC{
    background-color:#ea5e5e;
    width:0.5em;
    height:0.7em;
    box-shadow: 1px 1px #555;
    position:relative;
    border: 1px solid gray
}

.topBall{
    width: 0px;
    position:relative;
    top: -0.15em;
}

.midLine{
    width:100%; 
    height:0.5em; 
    background-color:#444444; 
    border-radius: 0.25em
}

.midStatus{
    height:100%; 
    background-color:#449944; 
    border-radius: 0.25em 0em 0em 0.25em;
}

.bottomLine{
    width:100%; 
    height:0.5em;
    display: inline-flex;
}

.bottomCard{
    width: 0px;
    position:relative;
    top: -0.8em;
}

.bottomBall{
    width: 0px;
    position:relative;
    top: -1.1em;
}

.lineBall{
    position:relative;
    font-size: 0.7em
}

.tabs_content{
    margin: 0px auto;
    padding: 20px 0px;
}

.tabs{
    margin: 0px 0px 20px 0px;
}

.tabs__items{
    display: flex;
    border-bottom: 5px solid #ccc;
    margin: 0px 20px;
    overflow-x: auto;
}

.tabs__item{
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 18px;
    text-transform: none;
    background-color: #e6e6e6;
    margin-right: 5px;
    cursor: pointer;
}

.tabs__block{
    padding: 20px;
}

.tabs__item.active{
    background-color: #ccc;
}

.tabs__item.disabled{
    pointer-events: none;
    opacity: 0.4;
}

.circle_w{
    height: 20px;
    width: 20px;
    border-radius: 10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5px;
    color: white;
}

.sp_trend{
  font-weight: bold;
  padding-left: 2px;
}

.sp_trend_t{
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 5px;
}

.yellow_cir_t{
    background-color: #f4fb27;
}

.rose_cir_t{
    background-color: rgb(232, 119, 119);
    color:white;
}

.yellow_cir{
    background-color: #f4fb27;
}

.rose_cir{
    background-color: rgb(232, 119, 119);
}

.gray_cir{
    background-color: rgb(181, 181, 181);
}

.green_cir{
    background-color: rgb(7, 200, 230);
}

.red_cir{
    background-color: orange;
}

.green_cir_b{
    background-color: #0c0;
}

.red_cir_b{
    background-color: #f55;
}

.square_w {
   height: 20px;
   width: 30px;
    padding-top: 2.5px;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.green_sq{
    background-color: #0a0;
}

.green_xg{
    background-color: #0a0;
    color: white;
    font-weight: bolder;
}

.red_sq{
    background-color: #F00;
}

.red_xg{
    background-color: #F00;
    color: white;
    font-weight: bolder;
}

.yellow_sq{
    background-color: #c4c4c4;
}

.yellow_xg{
    background-color: #c4c4c4;
    color: white;
    font-weight: bolder;
}

.tab_stats{
    table-layout: fixed;
    border-collapse: collapse;
    height:100%;
    width: 100%;
    text-align: center;
    border:1px solid #fbfbfb
}

.tab_stats thead {
    width: 100%;
    display: block;
}

.tab_stats thead tr {
    display: flex;
    position: relative;
    text-align: center;
}

.tab_stats thead tr th{
    text-align: center !important;
    border: #7e7e7e 1.1px solid !important;
}

.tab_stats tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: calc(637px - 30px);
}

.tab_stats tbody tr {
    display: flex;
}

.tab_stats th.t1,
.tab_stats td.t1 {
  width: 3.9215%;
}

.tab_stats th.t2,
.tab_stats td.t2 {
  width: 3.9215%;
}

.tab_stats th.t3,
.tab_stats td.t3 {
  width: 7.8431%;
}

.tab_stats th.t4,
.tab_stats td.t4 {
  width: 29.4117%;
}

.tab_stats th.t4_1,
.tab_stats td.t4_1 {
  width: 6%;
}

.tab_stats th.t4_1d,
.tab_stats td.t4_1d {
  width: 11.4117%;
}

.tab_stats td.t4_1dh {
  width: 5.7058%;
}

.tab_stats td.t4_1da {
    width: 5.7059%;
  }

.tab_stats th.t4_2,
.tab_stats td.t4_2 {
  width: 9.8039%;
}

.tab_stats th.t4_2h,
.tab_stats td.t4_2h {
  width: 9.8039%;
}

.field_full{
    width: 100%; 
    display:flex; 
    position: relative;
    cursor: pointer;
    max-width: 450px;
}

.field_half_home{
    width:100%; 
    display:flex; 
    position: absolute; 
    height: 50%;
    top:0%
}

.field_half_away{
    width:100%; 
    display:flex; 
    position: absolute; 
    height: 50%;
    top:50%
}

.linePlayer{
    display:flex;
    width:100%;
    position:absolute;
    height:15%
}

.playerLine{
    
}

.PlayerName{
    display:flex;
    position:absolute;
    text-align: center;
    border-radius: 4px;
    background-color: aqua;
    padding-right:3px; 
    padding-left: 3px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: smaller;
    max-width: 95%;
}

.PlayerName__item{
    display:flex;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    justify-content: center;
}

.league_tab thead tr{
    background-color: #ccc;
}

.league_tab thead tr th{
    border-left: 1px solid aliceblue;
    text-align: center;
}

.league_tab tbody tr td{
    border-left: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

.row_event{
    background-color:#18f09f !important;
    font-weight: bolder;
}

#player_pos{
      position: absolute;
      color: #fff;
      background-color: #000;
      border: 1px solid #18f09f;
      width: fit-content;
      padding: 3px;
      border-radius: 3px;
      font-size: 10px;
      z-index: 102;
}

@media (pointer: coarse), (hover: none) {
    [title] {
        position: relative;
      }

    [title]:focus::after {
      content: attr(title);
      position: absolute;
      top: 90%;
      color: #000;
      background-color: #fff;
      border: 1px solid;
      width: fit-content;
      padding: 3px;
      font-size: 10px;
      z-index: 105;

    }
  
  }

  .promSq {
    width: 1.7em;
    height: 1.5em;
    margin: 5px;
    border-radius: 0.3em;
  }

  .promSq {
    width: 1.7em;
    height: 1.5em;
    margin: 5px;
    border-radius: 0.3em;
  }

  .promSqPos {
    color: #fff;
    border-radius: 0.3em;
    padding-left: 3px;
    padding-right: 3px;
  }

  .h2h_td_r{
    width: 100%;
    background-color: #0a0;
    font-size: 1.2em;
    text-align: center;
    color: white;
    padding: 2px 0px;
  }

  .h2h_td_g{
    width: 100%;
    background-color: #c4c4c4;
    font-size: 1.2em;
    text-align: center;
    color: white;
    padding: 2px 0px;
  }

  .h2h_td_gy{
    width: 100%;
    background-color: #c4c4c4;
    font-size: 1.2em;
    text-align: center;
    color: white;
    padding: 2px 0px;
  }

  .h2h_td_b{
    width: 100%;
    background-color: blue;
    font-size: 1.2em;
    text-align: center;
    color: white;
    padding: 2px 0px;
  }

  .h2h_td_br{
    width: 100%;
    background-color: red;
    font-size: 1.2em;
    text-align: center;
    color: white;
    padding: 2px 0px;
  }

  .h2h_comand_r{
    width: 100%;
    font-size: 1.3em;
    color: #0a0;
    padding-bottom: 0.2em;
  }
  
  .h2h_comand_b{
    width: 100%;
    font-size: 1.3em;
    color: blue;
    padding-bottom: 1.2em;
  }

  .h2h_comand_br{
    width: 100%;
    font-size: 1.3em;
    color: red;
    padding-bottom: 1.2em;
  }

  .h2h_comand_g{
    width: 100%;
    font-size: 1.3em;
    color: black;
    padding-bottom: 0.2em;
  }

  .h2h_comand_gy{
    width: 100%;
    font-size: 1.3em;
    color: black;
    padding-bottom: 0.2em;
  }

  .h2h_txt_r{
    width: 100%;
    font-size: 1.3em;
    color: #0a0;
  }
  
  .h2h_txt_b{
    width: 100%;
    font-size: 1.3em;
    color: blue;
  }

  .h2h_txt_br{
    width: 100%;
    font-size: 1.3em;
    color: red;
  }

  .h2h_txt_g{
    width: 100%;
    font-size: 1.3em;
    color: black;
  }

  .h2h_txt_gy{
    width: 100%;
    font-size: 1.3em;
    color: black;
  }

  .h2h_line_g{
    width: 100%;
    background-color: #eeeeee;
  }

  .flag-icon-ii {
    background-image: url(../css/flag-icon-css/flags/4x3/world.jpg);
  }

  .vw_small{
    max-width:700px;
    margin-bottom: 5px;
  }

  .trends_head {
    display: flex;
    width:100%;
    background-color: lavenderblush;
    padding-top: 5px;
    align-items: flex-end;
  }

  .trends_head img {
    width:100%;
  }

  .home_com_img {
    width:175px;
    padding-left:5%;
  }

  .match_data{
    height: 100%;
    margin-bottom: auto;
    text-align: center;
  }

  .match_data_all{
    width:calc(100% - 350px);
    height: 100%;
    margin-bottom: auto;
    text-align: center;
    margin-bottom: 8px;
  }

  .leag_tab_match {
    min-height: 16.66%;
    display: flex;
  }

  .stud_name span,
  .round_num span,
  .date_event span {
    font-weight: bold;
    display: inline-block;
    text-align: end;
    margin-right: 2px;
  }

  .reffer_name span {
    font-weight: bold;
    display: inline-block;
    margin-right: 2px;
  }

  .stud_name,
  .round_num,
  .date_event,
  .reffer_name {
    display: inline-flex;
    min-height: 16.66%;
  }

  .reffer_name {
    color: #868686;
  }

  .leag_tab_match span {
    width: 100%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-size: 1.8em;
    padding: 7px;
  }

  .btn_votes{
    display: flex;
  }

  .btn_votes_nt{
    display: flex;
    pointer-events: none;
  }

  .block_vote1{
    width: 50%;
  }

  .block_voteX{
    width: 80px;
  }

  .block_vote2{
    width: 50%;
  }

  .btn_vote_my{
    background-color: deepskyblue !important;
  }

  .btn_vote1{
    float:right;
    width: 80px;
    border: 2px solid #1a5684;
    padding: 4px;
    border-radius: 15px;
    margin-right: 5px;
    cursor: pointer;
    background-color: floralwhite;
    height: 100%;
  }

  
  .btn_voteX{
    width: 80px;
    border: 2px solid #1a5684;
    padding: 4px;
    border-radius: 15px;
    cursor: pointer;
    background-color: floralwhite;
    height: 100%;
  }
  
  .btn_vote2{
    float:left;
    width: 80px;
    border: 2px solid #1a5684;
    padding: 4px;
    border-radius: 15px;
    margin-left: 5px;
    cursor: pointer;
    background-color: floralwhite;
    height: 100%;
  }

  .btn_vote1:hover{
    background-color: #eaf8f7;  
  }

  .btn_voteX:hover{
    background-color: #eaf8f7;  
  }

  .btn_vote2:hover{
    background-color: #eaf8f7;  
  }


  .btn_votes div{
    font-size: 1em;
    font-weight: bold;
  }

  .vote_img{
    float: left;
    width: 16px;
    margin-bottom: 1px;
  }

  .vote_img_nt{
    width: 16px;
    margin-bottom: 1px;
    margin-left: 40%;
  }

  .btn_voteX>.vote_img{
    margin-top: 2px;
  }

  .vote_span{
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 2px;
  }

  .vote_span_b{
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 2px;
    font-size: 1.2em;
    font-weight: bold;
  }

  .who_win{
    padding: 8px;
  }

  .who_win span {
    font-size: 1.2em;
    font-weight: bold;
  }

  .count_who_win{
    width: 100%;
    display: flex;
  }

  .p_d_c{
    text-align: center;
    width: 100%;
  }

  .p_d_l{
    width: 50%;
  }

  .p_d_r{
    width: 50%;
  }

  .p_d_l div{
    width: 130px;
    float: right;
    text-align: left;
  }

  .p_d_r div{
    width: 130px;
    float: left;
    text-align: right;
  }

  .count_who_win div {
    font-size: 1.1em;
    font-weight: bold;
  }

  .date_event {
    font-size: 1.2em;
  }

  .com_name {
    text-align: center;
    padding: 5px;
    width: 250px;
  }

  .com_name_empty {
    width: calc(100% - 500px);
    text-align: center;
  }

  .com_name > span{
    margin: 2px; 
    font-size: 1.5em;
    font-weight: bold;
    
  }

  .odds_c_1_1_home{
    width: 175px;
    padding-left: 5%;
    text-align: center;
    display: flex;
  }

  .odds_c_1_1_draw{
    width: calc(100% - 350px);
    height: 100%;
    margin-bottom: auto;
    text-align: center;
    display: flex;
  }

  .odds_c_1_1_away{
    padding-right: 5%;
    width: 175px;
    text-align: center;
    display: flex;
  }

  .odds_c_1_1_od{
    width: 90px;
    margin: auto;
    background-color: white;
    padding: 3px 6px 3px 6px;
    font-weight: bold;
    border-radius: 4px;
    height: 100%;
  }

  .away_com_img{
    padding-right:5%;
    width: 175px;
  }

  .tab_pred_data{
    border: 2px black solid; 
    width:100%;
    margin-top: 5px;
    text-align: center;
  }

  .td_o{
    background-color: orange;
  }

  .td_y{
    background-color: yellow;
  }

  .tab_pred_data td{
    border: 1px black dotted; 
    padding: 3px;
    border-left: 1px black solid;
    border-right: 1px black solid;
  }

  .th_b{
    border-top: 2px black solid !important; 
    font-weight: bold;
  }

  .tr_bottom{
    border-bottom: 2px black solid !important; 
    font-weight: bold;
  }

  .tab_trends_data{
    border: 3px black solid; 
    width:100%;
    margin-top: 5px;
    text-align: center;
  }

  .tab_trends_data td{
    border: 1px black dotted; 
    padding: 3px;
    
  }

  .tr_b_top {
    border-top: 3px black solid !important; 
  }

  .tr_bold {
    font-weight: bold;
  }

  .td_bold {
    font-weight: bold;
  }

  .td_b {
    border: 3px black solid !important; 
    font-weight: bold;
  }

  .td_b_left {
    border-left: 3px black solid !important; 
  }

  .td_b_right {
    border-right: 3px black solid !important; 
  }

  .team_name {
    font-size: 1.4em;
    padding: 5px !important;
    min-width: 34%;
  }

  .league_name {
    font-size: 1.1em;
    padding: 5px !important;
    min-width: 18%;
  }

  .h2h_name {
    font-size: 1.1em;
    padding: 5px !important;
    min-width: 14%;
  }

  .text-red {
    color: red;
  }

  .text-grey {
    color: #aaa;
  }

  .param_trends {
    margin-bottom: 10px;
    background-color: darkgray;
    padding: 10px;
  }

  .event_td {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .td_r {
    text-align: right;
  }

  .td_l {
    text-align: left;
  }

  .bottom_line_g {
    border-bottom: 5px #0c0 solid !important; 
    width: 100%;
  }

  .bottom_line_b {
    border-bottom: 5px rgb(7, 200, 230) solid !important; 
    width: 100%;
  }

  .bottom_line_gld {
    border-bottom: 5px gold solid !important; 
    width: 100%;
  }

  .bottom_bg_pur {
    background-color:rgb(80, 235, 196) !important; 
    width: 100%;
  }

  .bottom_line_blu {
    border-bottom: 5px rgb(0, 149, 255) solid !important; 
    width: 100%;
  }

  .bottom_line_gre {
    border-bottom: 5px rgb(11, 212, 71) solid !important; 
    width: 100%;
  }


  .td_cntry_leag{
    width: 50%;
    border: gainsboro solid 2px;
    padding:5px;
  }

  .tab_cntry_leag{
    margin-bottom: 10px; 
    margin-top: 5px;
    width: 100%;
    cursor: pointer;
  }

  .th_cntry_leag{
    padding:5px; 
    background-color: lightgray;
  }

  .th_cntry_leag:hover{
    background-color: rgb(189, 181, 181); 
  }

  .td_cntry_leag:hover{
    background-color: #f0f2ff;  
  }

  .td_match_list{
    float:left;
    width:25%;
    text-align:center;
    padding-top:8px;
    padding-bottom:8px;
    border-radius: 4px 4px 0px 0px; 
    border:1px solid #eee;
    background-color: #fdfaf4;
  }

  .td_match_list_active{
    float:left;
    width:25%;
    text-align:center;
    padding-top:8px;
    padding-bottom:8px;
    border-radius: 4px 4px 0px 0px; 
    border:1px solid #eee;
    background-color: #eee;
  }

  .td_match_list_line{
    width:100%; 
    margin-top:10px; 
    margin-bottom:10px; 
    cursor: pointer;  
    font-weight:bold; 
    border-bottom:4px solid #eee; 
    display: flex;
  }

  .td_match_list_line:hover{
    border-bottom:4px solid #cfcfcf; 
  }

  .td_match_list_active:hover{
    background-color: #cfcfcf; 
    border-bottom:1px solid #cfcfcf; 
  }

  .td_match_list:hover{
    background-color: #cfcfcf;
    border-bottom:1px solid #cfcfcf;  
  }

  .li_top_list_active{
    float: left;
    margin: 10px;
    font-weight: bold;
    border-bottom: 4px solid #76a1e4;
  }

  .li_top_list_active:hover{
    float: left;
    margin: 10px;
    font-weight: bold;
    border-bottom: 4px solid #4073c4;
  }

  .li_top_list{
    float: left;
    margin: 10px;
    font-weight: bold;
  }

  .li_top_list:hover{
    float: left;
    margin: 10px;
    font-weight: bold;
    border-bottom: 4px solid #a2c0f0;
  }
  @media (min-width: 1461px){
  .ban_right {
    float: left;
  }

  .ban_xs_hid{
    display: none;
  }
}


@media (max-width: 1461px){
  .ban_right_xs {
    display: none;
  }

  .ban_xs{
    width: 100%;
  }
}

.bold_lg {
    font-weight: bold;
    background-color: #e7ecff;
}

.sq_span_tab {
    height: 15px;
  width: 15px;
  border-radius: 3px 3px 3px 3px;
  margin-left: auto;
  margin-right: 2px;
  padding-top: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 8pt;
}

.sq_span_tab_last {
    height: 15px;
  width: 15px;
  border-radius: 3px 3px 3px 3px;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 8pt;
}


.sq_span {
    height: 20px;
  width: 20px;
  border-radius: 4px 4px 4px 4px;
  margin-left: auto;
  margin-right: 2px;
  padding-top: 2.9px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 2.9px;
}

.sq_span_last {
    height: 20px;
  width: 20px;
  border-radius: 4px 4px 4px 4px;
  margin-left: auto;
  padding-top: 2.9px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 2.9px;
}

.sq_span_w {
  color: white;
  background-color: rgb(54, 146, 36);
}

.sq_span_d {
    color: white;
    background-color: #c4c4c4;
  }


  .sq_span_l {
    color: white;
    background-color: rgb(201, 44, 44);
  }

  .pred_bq {
    background: #eee;
    border-radius: 5px;
    margin: 6px 0;
    padding: 5px;
    font-size: 1em;
    width: 100%;
  }

  .txt_editor {
    background-color: aliceblue;
    height: 100%;
    width: 70%;
    float: left;
  }

  .list_pred {
    height: 100%;
    width: 30%;
    float: right;
    padding: 6px 6px;
  }

  .pred_name_input {
    width: 100%;
  }

  .new_pred {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #2a7fca;
    font-size: 2em;
    padding: 15% 16%;
    color: aliceblue;
    cursor: pointer;
    user-select: none;
  }

  .new_pred_temp {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #ecda39;
    font-size: 2em;
    padding: 15% 16%;
    color: aliceblue;
    cursor: pointer;
    user-select: none;
  }

  .new_pred_sq {
    height: 20px;
    width: 20px;
    margin: 8px 6px;
  }

  .name_pred {
    width: 100%;
    padding: 6px 6px;
  }

  .pred_description {
    width: 100%;
    padding: 6px 6px;
  }

  .pred_text {
    width: 100%;
    padding: 6px 6px;
  }
  
  .elem_pred{
    width: 100%;
    background-color: #e1edff;
    cursor: pointer;
    padding: 5px 5px;
    margin: 2px 0px;
  }

  .elem_pred_active {
    width: 100%;
    background-color: #fadfc5;
    cursor: pointer;
    padding: 5px 5px;
    margin: 2px 0px;
  }

  .name_l_pred {
    font-weight: bold;
  }

  .edit_line {
    display: flex;
  }

  .page-link {
    cursor: pointer;
  }

  a.disabled {
    pointer-events: none;
    cursor: default;
  }

  .bg_preload {
    background-image: url('images/soccer_spin.gif');
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }






  body.dark {background-color: #292c35;} /* #9b59b6 */

body.dark h1, body.dark .support a {color: #fff;}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #111;
  width: 42px;
  height: 22px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}

.checkbox-label .ball {
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(20px);
}









/*  Support me if you like it */
.support {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.support a {
  color: #292c35;
  font-size: 32px;
  backface-visibility: hidden;
  display: inline-block;
  transition: transform 0.2s ease;
}

.support a:hover{
  transform: scale(1.1);
}