/* 
	-- Welcome Love2Hate Css File 

	-- Version : 1.0
	-- Created By VantomDeveloper
	-- Site: Love2Hate

*/

/* 
	-- Import Fonts 
	font-family: 'Maven Pro', sans-serif;
	font-family: 'Open Sans', sans-serif;
*/
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
	background-color: #0f0f0f;
	color: #f7a428;
	font-family: "Maven Pro", "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
    line-height: 1.5;
    overflow: hidden;
}

/* General Set */
a,
a:hover {
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	color: #f7a428;
	font-family: inherit;
	font-style: normal;
	font-weight: 500;
	text-transform: none;
}

h2,
.h2 {
	margin-bottom: 16px;
	font-size: 30px;
	line-height: 1.2;
}

p {
	margin: 0 0 16px;
    color: #616161;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.41);
    border-bottom: 1px solid #ffffff0d;
}

.modal {
	z-index: 8889;
}

.modal-content {
    background-color: #0d0d0d;
	box-shadow: 0px 0px 30px #00000042;
	border: none;
}

.ekko-lightbox-nav-overlay a span{
    color: #000;
}

.owl-carousel.owl-drag .owl-item{
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.owl-carousel .owl-item img {
	opacity: 0.7;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    height: -webkit-fill-available;
    width: fit-content;
}


.owl-carousel .owl-item img:hover {
	opacity: 1;
}

.p-d-100 {
	padding: 100px;
}

.p-50 {
	padding: 50px;
}


.page-break{
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page-title{
    margin-top: -220px;
    width: 100%;
    padding: 60px 0;
    /* border-bottom: 1px solid #f1f1f1; */
    background: url(../images/slide/slide01.jpg) 0 0 no-repeat;
    background-size: cover;
    box-shadow: 0px 7px 20px #0000000d;
    position: relative;
}

.page-title .overlay-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    background-color: #151212;
}


.page-title h1{
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    padding: 0.86rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #f7a428;
    text-shadow: 0px 2px 9px #0000007a;
}

.page-title .breadcrumb {
    display: -ms-flexbox;
    display: -webkit-inline-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.1rem 1rem;
    margin: 0 auto;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.page-title .breadcrumb .breadcrumb-item a{
	color: #b90000;
}

.page-title .breadcrumb .breadcrumb-item.active{
	font-weight: 500;
    color: #a7a7a7;
}

.title-group{
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: capitalize;    
}

.list-group{
	padding-left: 15px;
    margin-bottom: 1rem;
}
.list-group-item{
position: relative;
    display: list-item;
    padding: 7px 0;
    margin-bottom: -2px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12);
    /* border-left: 1px solid #000; */
    list-style: circle;
}
.main-table{
    font-weight: 600;
    color: #696969;
}
.main-table td, .main-table th{
    border-top: none;
/*    background-color: #171717;*/
}

.main-table thead th{
    vertical-align: bottom;
    border-bottom: 1px solid #1d1d1d;
    background-color: #191919;
}


/* Messages */
.message-form{}
.message-form h3{
    margin-bottom: 25px;
}
.se-alert{
    padding: 5px 13px;
    margin-bottom: 0px;
    border-radius: 4px;
    margin-bottom: 2px;
    font-size: 14px;
}
.error{
    background-color: #530000;    
}

.success{
    background-color: #008f24;
    color: #fff;
}

.success a{
    color: #f7a428;
    font-weight: bold;
    background-color: #00000054;
    padding: 2px 12px;
    border-radius: 15px;
}

.info{
    background-color: #7c7d00;
    color: #feff4c;
}

/* Ships Nav */

#ships-all{
    position: relative;
    z-index: 2;
}
#ships-all .ship-left{
    background: url('../images/top_nav_left.png') 0 0 no-repeat;
    height: 247px;
    width: 360px;
    position: absolute;
    left: 0;
}
#ships-all .ship-center{
    background: url('../images/top_nav_center.png') 0 0 repeat-x;
    height: 247px;   
}
#ships-all .ship-right{
    background: url('../images/top_nav_right.png') 0 0 no-repeat;
    height: 247px;
    width: 356px; 
    position: absolute;
    right: 0;
}





/* Navbar Portal */

.navbar-custom{
    background: url('../images/navbar-color.jpg') center bottom repeat-x;
    height: 70px;
    padding: 0;
    position: relative;
    bottom: 217px;
}


.navbar-custom .navbar-nav .active>.nav-link,
.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .show>.nav-link {
	color: #ff9900;
}

.navbar-custom .navbar-nav {
    z-index: 2;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
	display: block;
	height: 100%;
	min-height: 100%;
	border-top: 1px solid transparent;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 0 15px;
	transition: color .3s;
	color: #f7a428;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	line-height: 88px;
	border-bottom: 2px solid transparent;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
    text-shadow: 2px 2px 3px #00000059;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover {
	color: #ffca7b;
}


.navbar-custom .dropdown-menu {
    position: absolute;
    top: 86%;
    left: 0;
    z-index: 1000;
    float: left;
    width: 200px;
    padding: .5rem 0;
    margin-top: -7px !important;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #890000;
    background-clip: padding-box;
    border: 3px solid #9b0909;
    border-radius: 4px;
    line-height: 1.7;
    box-shadow: 0 7px 22px 0px rgba(9, 9, 9, 0.2);
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    text-shadow: 3px 3px 4px #0000003b;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}



.navbar-custom .dropdown:hover .dropdown-menu {
	max-height: 300px;
	opacity: 1;
}

.navbar-custom .dropdown-menu .dropdown-item {
	font-size: 14px;
	font-weight: 500;
    color: #f7a428;
}

.navbar-custom .dropdown-menu .dropdown-item:hover,
.navbar-custom .dropdown-menu .dropdown-item:focus {
	color: #ffca7b;
	background-color: transparent;
}

.border-nav{
    background: url('../images/border-body.png') 0px 0px repeat-x;
    height: 9px;
    position: relative;
    bottom: 216px;
}

/* header BackGround */

.carousel{
    margin-top: -216px;
}


/* breadcrumb */

.breadcrumb-bg{
    background-color: #740000;
    box-shadow: 0px 5px 12px #00000045;
    z-index: 9999999;
    border-top: 1px solid #920000;
}
.breadcrumb-bg .breadcrumb{
    background-color: transparent;
    border-radius: 0;
    padding: 1.1rem 1rem;
}
.breadcrumb-bg .breadcrumb .breadcrumb-item{
    color: #f7a428;
    font-weight: 500;
    text-transform: uppercase;
}
.breadcrumb-bg .breadcrumb .breadcrumb-item a{
    color: #f7a428;
}
.breadcrumb-bg .breadcrumb .breadcrumb-item.active {
    color: #ffb263;
}


/* features  */
.features {
}


.features .title-section {
    border-bottom: 1px solid #131313;
    padding-bottom: 30px;
}

.features .about-section {
    margin: 30px 0px 30px;
}

.features .feature-box {
	margin-top: 70px;
}

.features .feature-box i {
	width: 90px;
    height: 90px{}
	line-height: 90px;
	text-align: center;
	border: 0px solid;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	font-size: 45px;
	display: inline-block;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}


.features .feature-box .img-title-features{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    /* border: 2px solid #222; */
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 7px 20px #0000003b;
}


.features .feature-box .img-title-features img{
    max-width: fit-content;
    height: -webkit-fill-available;
}

.features .feature-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #D48E24;
}

.features .feature-box p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 22px;
	color: #7a7b7c;
	margin-bottom: 0px;
}

.features .img-features {
	border: 5px solid #1d1d1d;
	box-shadow: 0px 0px 30px #00000024;
}

.features .fetures-text {
	margin: -8px 10px;
}

.features .fetures-text h2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
    
}

.features .fetures-text p {
	margin-bottom: 30px;
}

.features .fetures-text a {
    background-color: #7b0000;
    padding: 8px 15px;
    color: #f7a428;
    font-weight: 500;
    border: 2px solid #8d0000;
    box-shadow: 2px 0px 4px transparent;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    font-size: 13px;
    border-radius: 3px;
}

.features .fetures-text a:hover {
    text-decoration: none;
    background-color: #111111;
    box-shadow: 4px 4px 4px #00000026;
    border: 2px solid #252525;
}

/* ScreenShots */
.screenshot {
    background-color: #111111;
}

/* Footer */
#footer {
	background-color: #141414;
	color: #fff !important;
}

#footer .item-group {
}

#footer .item-group h4 {
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #ffffff08;
	padding-bottom: 15px;
	margin: 20px auto;
}

#footer .item-group .link-item {
	margin: 0;
	padding: 0;
	display: block;
}

#footer .item-group .link-item li {
	display: flex;
	margin: 8px auto;
}

#footer .item-group .link-item li a {
	color: #9a9a9a;
	text-decoration: none;
}

#footer .item-group .link-item li a:hover {
	color: #fff;
}

.copyright{
    color: #9a9a9a;
    margin: 0;
    font-size: 13px;
    text-shadow: 0px 2px 3px #0000002b;
}

.copyright a{
    color: #baa770;
}

.copyright a:hover{
	color: #fff;
}


/* Download Page */

.download-box {
    padding: 30px;
    border-radius: 4px;	  
	background-color: #131313;
}

.download-box h2{}
.download-box p{
	font-size: 12px;
}


.download-box .market-button.windows-button {
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==');
}

.download-box .market-button {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 5px 14px 5px 45px;
    transition: background-color .3s;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    background-position: center left 12px;
    background-color: #232323;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.download-box .market-button:hover {
    background-color: #0b0b0b;
}

.download-box .market-button .mb-subtitle {
    display: block;
    margin-bottom: -4px;
    color: #a5a5a5;
    font-size: 12px;
}

.download-box .market-button .mb-title {
    display: block;
    color: #eda626;
    font-size: 18px;
}


/* Statistics */


.statistics{}
.statistics .aside-left{
    /* background-color: #f9f9f9; */
    /* padding: 20px; */
    /* border: 1px solid #f1f1f1; */
}
.statistics .stat-cats-title{
font-size: 14px;
    color: #f7a428;
    border-bottom: 1px solid #191919;
    padding: 10px 0px;
    margin-bottom: 18px;
}

.statistics .aside-left .column-links{}
.statistics .aside-left .column-links .collapse-box{
    margin-top: 0px;
    box-shadow: 0px 0px 5px #00000014;
}

.statistics .aside-left .column-links .collapse-box .accordion-toggle{
    display: block;
    transition: color .3s;
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background-color: #191919;
    padding: 11px 15px;
    border-bottom: 1px solid #212121;
    box-shadow: 2px 2px 3px #0000000d;
    position: relative;
}


.statistics .aside-left .column-links .collapse-box .accordion-toggle::before {
	content: "\f077";
    font-family: FontAwesome;
    font-style: normal;
    /* font-weight: normal; */
    text-decoration: inherit;
    color: inherit;
    padding-right: 0.8em;
    font-size: 9px;
}

.statistics .aside-left .column-links .collapse-box .collapsed::before{
	content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    /* font-weight: normal; */
    text-decoration: inherit;
    color: inherit;
    padding-right: 0.8em;
    font-size: 9px;
}


.statistics .aside-left .column-links .collapse-box .collapse-links{
	margin: 0;
	padding: 0;
}
.statistics .aside-left .column-links .collapse-box .collapse-links li{
    list-style: none;
    display: list-item;
}
.statistics .aside-left .column-links .collapse-box .collapse-links li a{
    background-color: #171717;
    padding: 6px 30px;
    border-bottom: 1px solid #1b1b1b;
    display: block;
    position: relative;
    color: #777;
    border-left: 2px solid transparent;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;

}

.statistics .aside-left .column-links .collapse-box .collapse-links li a:hover{
    padding: 6px 50px;
    font-weight: 500;
    color: #F7A428;
    border-left: 2px solid #F7A428;
    background-color: #1a1a1a;
}

.statistics .aside-left .column-links .collapse-links .active{
    padding: 6px 50px !important;
    font-weight: 500 !important;
    color: #F7A428 !important;
    border-left: 2px solid #F7A428 !important;
    background-color: #1a1a1a !important;
}


.statistics .aside-left .column-links .collapse-box .collapse-links li a::before{
    content: "";
    list-style: circle;
    color: #000;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 14px;
    top: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #9f9f9f;
}

.statistics .aside-right{

}



/* Account Services */


.accounts-services{}

.accounts-services .checker-item{
    font-size: 75%;
    background-color: #0f0f0f;
    padding: 5px 14px;
    margin-top: 5px;
    border-radius: 3px;
    display: none;
    position: relative;
    top: 6px;
}


.accounts-services .login-box{
    display: block;
    width: 100%;
    padding: 30px 24px;
    border: 1px solid #191919;
    border-radius: 7px;
    background-color: #0b0b0b;
}

.accounts-services .login-box h3{
    border-bottom: 1px solid #ffffff08;
    padding: 0px 0px 20px;
    font-size: 20px
}

.accounts-services .login-box a{
    color: #7e7e7e;
}

.accounts-services .login-box .form-group label{
    margin-bottom: 8px;
/*    padding-left: 18px;*/
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;  
    color: #383838;
}
.accounts-services .login-box .form-control{
    background-color: #0f0f0f;
    border: 1px solid #171717;
    padding: 20px 15px;
    color: #4d4d4d;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
}

.accounts-services .login-box .form-control:focus{
    color: #4d4d4d;
    background-color: #0f0f0f;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
}


.accounts-services .login-box .btn-custom{
    background-color: #191919;
    color: #868686;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    font-weight: 500;
    font-size: 15px;    
}

.accounts-services .login-box .btn-custom:hover{
    background-color: #f7a428;
    color: #000000;
}

/* Store */

/* Start Store */

.product_container{
    background-color: #131313;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0px 6px 20px #0000001f;
    /* border-top: 5px solid #4f5357; */
    border: 1px solid #1c1c1c;
    margin-bottom: 20px;
}
.product_container .product_img{
    padding: 15px;
    /* border-radius: 7px; */
    overflow: hidden;
    background-size: cover;
    width: 100%;
    /* margin-bottom: 25px; */
    border-bottom: 1px solid #0000001f;
}
.product_container .product_img > img{
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.product_container .product_name{
    padding: 20px;
    border-bottom: 1px solid #0000001f;
}
.product_container .product_name > h1{
    font-size: 18px;
    font-weight: bold;
    color: #fec00f;
    margin: 0;
}
.product_container .product_price{
    padding: 15px;
}
.product_container .product_price > span{
    font-weight: 600;
    color: #fff;
}
.product_container .product_desc{
    padding: 20px;
    border-top: 1px solid #0000001f;
    display: none;
}
.product_container .product_desc > p{
    margin: 0;
    text-shadow: 0px 2px 4px #00000052;
    color: #b0b0b0;
    font-weight: 400;
    font-size: 80%;
}
.product_container .product_buy{
    padding: 20px;
    border-top: 1px solid #0000001f;
}
.product_container .product_buy > .product_btn{
    background-color: #222222;
    display: block;
    padding: 15px 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    outline: none;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    width: 100%;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    text-shadow: 1px 2px 5px #00000045;
}

.product_container .product_buy > .bg-danger{
    margin-top: 3px;
}

.product_container .product_buy > .product_btn:hover{
    background-color: #d3a219;
}

/* Start Table Edit */

.main-table {
    -webkit-box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.main-table td {
    font-size: 15px;
    font-family: "Open Sans";
    color: #d1d1d1;
    background-color: #2a2a2a;
    vertical-align: middle !important;
    padding: 11px !important;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.12);
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    text-transform: capitalize;
}

.main-table td:hover {
    background-color: #202020;
}

.main-table tr:first-child td {
    background-color: #202020;
    font-size: 14px;
    font-family: "Open Sans";
    color: #a9a9a9;
    padding: 12px !important;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.main-table .img-thumbnail {
    padding: .25rem;
    background-color: #1b1f24;
    border: 0px solid #dee2e6;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.main-table a {
    color: #99a9d5;
}

/* Start Paypal Style */

.message-details{
    background-color: #303030;
    padding: 12px;
    border-radius: 4px 4px 0px 0px;
}
.message-details h5{
    font-size: 110%;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 2px 4px #00000029;
    color: #fff;
}

/* End Paypal Style */

/* Preloader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #111;
}
#loader {
    display: block;
    position: relative;
    width: 50%;
    /* height: 150px; */
    margin: 0px auto;
    /* border-radius: 50%; */
    -webkit-animation: spin 2s ease-in-out infinite;
    animation: spin 2s ease-in-out infinite;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f7a428;
    text-align: center;
    top: 40%;
    padding: 30px;
    background-color: #15151596;
    border-radius: 15px;
    border: 1px solid #222;
    box-shadow: 0px 0px 20px #00000045;
}

#loader small{
    display: block;
    margin: 5px auto;
    font-size: 36%;
    color: #c02727;
}

#loader .spainer{
    display: block;
}

#loader .spainer span{
    border-radius: 50%;
    background-color: #fff;
    width: 10px;
    height: 10px;
    display: -webkit-inline-box;
}

#loader .spin1{
    background-color: #f8ad3d !important;
    -webkit-animation: span 2s ease-in-out infinite;
    animation: span 2s ease-in-out infinite;
}
#loader .spin2{
    background-color: #c02727 !important;
    -webkit-animation: span2 2s ease-in-out infinite;
    animation: span2 2s ease-in-out infinite;
}
#loader .spin3{
    background-color: #f8ad3d !important;
    -webkit-animation: span3 2s ease-in-out infinite;
    animation: span3 2s ease-in-out infinite;
}


@-webkit-keyframes spin {
    0%   { 
        color: #fff;
    }
    50% {
        color: #f7a428;
    }
    100% {
        color: #fff;
    }
}
@keyframes spin {
    0%   { 
        color: #fff;
    }
    50% {
        color: #f7a428;
    }
    100% {
        color: #fff;
    }
}

@-webkit-keyframes span {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@keyframes span {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@-webkit-keyframes span2 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}
@keyframes span2 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@-webkit-keyframes span3 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
@keyframes span3 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Scroll Hidden */

body::-webkit-scrollbar { 
    display: none; 
}

/* Adding */

#content_div{
    display: none;
    position: fixed;
    top: 50%;
    text-align: center;
    margin: 0px auto;
    left: 34%;
    z-index: 888;
    width: 500px;
    /* height: 90px; */
    background-color: #2a2a2a;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px #0000007a;
    border: 1px solid #343434;
}

#content_div .center-box{}
#content_div .center-box > h3{
    background-color: #202020;
    padding: 8px 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 20px;
    font-weight: 600;
}
#content_div .center-box > small{
    background-color: #171717;
    display: block;
    padding: 6px 0;
    color: #a1a1a1;
}
#content_div .center-box .vt {
    background-color: #0f0f0f;
    padding: 8px 0px;
    /* margin-left: 4px; */
    color: #fff;
    /* display: block; */
    width: 49%;
}
#content_div .center-box .btn-vote{
    float: left;
    background-color: #c88015;
    -webkit-animation: vote 1s ease-in-out infinite;
    animation: vote 1s ease-in-out infinite;
}
#content_div .center-box .btn-close {
    float: right;
    background-color: #ba2525;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    cursor: pointer;
}

#content_div .center-box .btn-close:hover{
    background-color: #6c757d;
}

@-webkit-keyframes vote {
    0%, 100% {  background-color: #c88015;  }
    50% {  background-color: #6c757d; }
}
@keyframes vote {
    0%, 100% {  background-color: #c88015;  }
    50% {  background-color: #6c757d; }
}