
@media (max-width: 768px) {
    #kral_kralice_secimleri .section-heading {
        display: none;
    }
}

@media (max-width: 768px) {
    .kral_kralice_secimleri,
	.eniyi_arkaplanb,
    .eniyi_arkaplan,
	.hediye_arkaplanb,
	.hediye_arkaplan,
	.enaktif_arkaplanb,
	.enaktif_arkaplan,
    .enzengin_arkaplanb,
    .enzengin_arkaplan {
        display: none;
    }
}

/*@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy&display=swap");*/

@font-face {
    font-family: '23Seconds';
    src: url('/fontlar/23Seconds.ttf') format('truetype');
}
@font-face {
    font-family: 'Angry';
    src: url('/fontlar/Angry.ttf') format('truetype');
}
@font-face {
    font-family: 'AtemicaSans';
    src: url('/fontlar/AtemicaSans.ttf') format('truetype');
}
@font-face {
    font-family: 'Blangkon';
    src: url('/fontlar/Blangkon.ttf') format('truetype');
}
@font-face {
    font-family: 'CaesarFressing';
    src: url('/fontlar/CaesarFressing.ttf') format('truetype');
}
@font-face {
    font-family: 'Calibri';
    src: url('/fontlar/Calibri.ttf') format('truetype');
}
@font-face {
    font-family: 'Caveat';
    src: url('/fontlar/Caveat.ttf') format('truetype');
}
@font-face {
    font-family: 'CocoBiker';
    src: url('/fontlar/CocoBiker.ttf') format('truetype');
}
@font-face {
    font-family: 'Comforta';
    src: url('/fontlar/Comforta.ttf') format('truetype');
}
@font-face {
    font-family: 'Creepster';
    src: url('/fontlar/Creepster.ttf') format('truetype');
}
@font-face {
    font-family: 'CutTheCrap';
    src: url('/fontlar/CutTheCrap.ttf') format('truetype');
}
@font-face {
    font-family: 'Facon';
    src: url('/fontlar/Facon.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura';
    src: url('/fontlar/Futura.ttf') format('truetype');
}
@font-face {
    font-family: 'HaloGrotesk';
    src: url('/fontlar/HaloGrotesk.ttf') format('truetype');
}
@font-face {
    font-family: 'Indiana';
    src: url('/fontlar/Indiana.ttf') format('truetype');
}
@font-face {
    font-family: 'Instructions';
    src: url('/fontlar/Instructions.ttf') format('truetype');
}
@font-face {
    font-family: 'IntroFriday';
    src: url('/fontlar/IntroFriday.ttf') format('truetype');
}
@font-face {
    font-family: 'KACHIKA';
    src: url('/fontlar/KACHIKA.ttf') format('truetype');
}
@font-face {
    font-family: 'Mono45Headline-Bold';
    src: url('/fontlar/Mono45Headline-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Mono45Headline-Light';
    src: url('/fontlar/Mono45Headline-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Mono45Headline-Regular';
    src: url('/fontlar/Mono45Headline-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Neon';
    src: url('/fontlar/Neon.ttf') format('truetype');
}
@font-face {
    font-family: 'Pixel';
    src: url('/fontlar/Pixel.ttf') format('truetype');
}
@font-face {
    font-family: 'PotraLight';
    src: url('/fontlar/PotraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Puchakhon';
    src: url('/fontlar/Puchakhon.ttf') format('truetype');
}
@font-face {
    font-family: 'Puff-Puff';
    src: url('/fontlar/Puff-Puff.ttf') format('truetype');
}
@font-face {
    font-family: 'Roadkill';
    src: url('/fontlar/Roadkill.ttf') format('truetype');
}
@font-face {
    font-family: 'SpaceAge';
    src: url('/fontlar/SpaceAge.ttf') format('truetype');
}
@font-face {
    font-family: 'Trafaret';
    src: url('/fontlar/Trafaret.ttf') format('truetype');
}
@font-face {
    font-family: 'Victory';
    src: url('/fontlar/Victory.ttf') format('truetype');
}
@font-face {
    font-family: 'Vyaz';
    src: url('/fontlar/Vyaz.ttf') format('truetype');
}

.grid-header{
	background: #f90cff;
    background-image: linear-gradient(to right bottom, #f90cff, #e027ff, #c534ff, #a93eff, #8a44ff, #6560ff, #3c73ff, #0081ff, #009cff, #00b3ff, #00c6f5, #0cd7e8);
	font-weight: 600;
}


.destan-grid {
    background: linear-gradient(to right bottom, #20212b, #2b2e38, #333444, #3c3d4e, #444558, #3f4051, #393a4a, #333444, #2f2f3f, #2a2a3a, #242533, #20212b);
    box-shadow: 0 13px 30px 0 rgb(0 0 0/30%);
}
.destan-grid:not(:last-of-type) {
    margin-bottom: 30px;
}

/* Sıralama için */
.ay_arkaplan {
    background-image: url(/images/ay_arkaplanx.webp);
    background-size: cover;
    border-radius: 2px;
    position: relative;
    overflow: hidden; /* İçeriği taşmasını önler */
}

.ay_arkaplan::before {
    content: '';
    background-image: url('/images/star.webp');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1; /* Görünürlük ayarı */
}

.ay_arkaplan > * {
    position: relative;
    z-index: 2; /* Üstteki içeriği göstermek için */
}

.ay_arkaplan:not(:last-of-type) {
    margin-bottom: 30px;
}
.ay_arkaplanb {
    background: linear-gradient(90deg, rgb(0 0 0 / 25%) 0%, rgb(180 85 122 / 55%) 50%, rgb(0 0 0 / 10%) 100%);
    border-radius: 2px;
}
.ay_arkaplanb:not(:last-of-type) {
    margin-bottom: 30px;
}
/* Sıralama için */


/* En iyi oyuncular */
.eniyi_arkaplan {
    background-image: url(/images/eniyiarkaplan.webp);
    background-size: cover;
    border-radius: 2px;
    position: relative;
    overflow: hidden; /* İçeriği taşmasını önler */
}

.eniyi_arkaplan::before {
    content: '';
    background-image: url('/images/eniyistar.webp');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3; /* Görünürlük ayarı */
}

.eniyi_arkaplan > * {
    position: relative;
    z-index: 2; /* Üstteki içeriği göstermek için */
}

.eniyi_arkaplan:not(:last-of-type) {
    margin-bottom: 30px;
}
.eniyi_arkaplanb {
    background: linear-gradient(90deg, rgb(0 0 0 / 25%) 0%, #3fba8e 50%, rgb(0 0 0 / 10%) 100%);
    border-radius: 2px;
}
.eniyi_arkaplanb:not(:last-of-type) {
    margin-bottom: 30px;
}
/* En iyi oyuncular */


/* En zengin oyuncular */
.enzengin_arkaplan {
    background-image: url(/images/enzengin_arkaplan.webp);
    background-size: cover;
    border-radius: 2px;
    position: relative;
    overflow: hidden; /* İçeriği taşmasını önler */
}

.enzengin_arkaplan::before {
    content: '';
    background-image: url('/images/enzenginstar.webp');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3; /* Görünürlük ayarı */
}

.enzengin_arkaplan > * {
    position: relative;
    z-index: 2; /* Üstteki içeriği göstermek için */
}

.enzengin_arkaplan:not(:last-of-type) {
    margin-bottom: 30px;
}
.enzengin_arkaplanb {
    background: linear-gradient(90deg, rgb(0 0 0 / 25%) 0%, #27639d 50%, rgb(0 0 0 / 10%) 100%);
    border-radius: 2px;
}
.enzengin_arkaplanb:not(:last-of-type) {
    margin-bottom: 30px;
}
/* En zengin oyuncular */

/* Hediye oyuncular */
.hediye_arkaplan {
    background-image: url(/images/hediye_arkaplan.webp);
    background-size: cover;
    border-radius: 2px;
    position: relative;
    overflow: hidden; /* İçeriği taşmasını önler */
}

.hediye_arkaplan::before {
    content: '';
    background-image: url('/images/eniyiyildizlarstar.webp');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3; /* Görünürlük ayarı */
}

.hediye_arkaplan > * {
    position: relative;
    z-index: 2; /* Üstteki içeriği göstermek için */
}

.hediye_arkaplan:not(:last-of-type) {
    margin-bottom: 30px;
}
.hediye_arkaplanb {
    background: linear-gradient(90deg, rgb(0 0 0 / 25%) 0%, #4b2591 50%, rgb(0 0 0 / 10%) 100%);
    border-radius: 2px;
}
.hediye_arkaplanb:not(:last-of-type) {
    margin-bottom: 30px;
}
/* Hediye oyuncular oyuncular */

/* En aktif oyuncular */
.enaktif_arkaplan {
    background-image: url(/images/enaktif_arkaplan.webp);
    background-size: cover;
    border-radius: 2px;
    position: relative;
    overflow: hidden; /* İçeriği taşmasını önler */
}

.enaktif_arkaplan::before {
    content: '';
    background-image: url('/images/star.webp');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5; /* Görünürlük ayarı */
}

.enaktif_arkaplan > * {
    position: relative;
    z-index: 2; /* Üstteki içeriği göstermek için */
}

.enaktif_arkaplan:not(:last-of-type) {
    margin-bottom: 30px;
}
.enaktif_arkaplanb {
    background: linear-gradient(90deg, rgb(0 0 0 / 25%) 0%, #c58b3a 50%, rgb(0 0 0 / 10%) 100%);
    border-radius: 2px;
}
.enaktif_arkaplanb:not(:last-of-type) {
    margin-bottom: 30px;
}
/* En aktif oyuncular */

.green-ball {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #80f1b1;
    margin: 0 10px;
    animation: pulse 1.2s ease-in-out infinite;
}


.countup-timer-display {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #fff; /* White text for better contrast */
    background: linear-gradient(45deg, #ff416c, #ff4b2b); /* Shiny red gradient background */
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    box-shadow: 0px 2px 15px rgba(255, 0, 0, 0.4); /* Soft red shadow for a glowing effect */
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.7); /* White text shadow for a shiny effect */
}

.countup-timer-display span {
    font-weight: bold;
}

.green-red {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e73232;
    margin: 0 10px;
    animation: pulse 1.2s ease-in-out infinite;
}



.global-form .form-control {
    background: linear-gradient(to right bottom, #abacb5, #9da0ab, #8f94a1, #818897, #737d8d, #666f83, #596279, #4d556f, #404764, #333b5a, #292f4f, #1c1d26);
    color: #181820;
    height: 45px;
    border-radius: 2px;
    outline: none;
    border: 2px solid rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
}

.small-btn {
    background: #80f1b1;
    background-image: linear-gradient(to right bottom, #abacb5, #9da0ab, #8f94a1, #818897, #737d8d, #666f83, #596279, #4d556f, #404764, #333b5a, #292f4f, #1c1d26);
    /* clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%); */
    color: #fff;
    font-family: 'Oxanium', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    min-width: 76px;
    height: 32px;
    line-height: 37px;
    padding: 0 13px;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.small-btn:hover {
	color:white;
}

.small-btn span {
    background: #00b14d none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    z-index: -1;
}

.small-btn:hover span {
    height: 550px;
    width: 550px;
}

.latest-matches-list {
    background: linear-gradient(90deg, #55b4a91a 0%, #55b4a94d 50%, #55b4a91a 100%);
    clip-path: polygon(95% 0, 100% 20%, 100% 100%, 0% 100%, 0 66%, 0 0);
    display: grid;
    grid-template-columns: 2fr 2fr 0fr !important;
    align-items: center;
    padding: 20px 30px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}




/* ranking */
.ranking-top-one {
    /*background: rgb(18,5,33);*/
    /*background: linear-gradient(90deg, rgba(18,5,33,1) 0%, rgba(30,14,47,1) 17%, rgba(28,12,52,1) 28%, rgba(8,3,16,1) 100%);*/
    /*border-top: 1px solid #200a3a;*/

    background-image: url(../img/topone/sidebar_box_ranking_first_bg.png);
    background-repeat: no-repeat;
    background-position: center;

    width: 253px;
    height: 76px;

    padding: 15px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
}

.ranking-top-one .entity-icon {
    background-image: url(../img/topone/ranking_top_one_icon_bg.png);
    background-repeat: no-repeat;
    float: left;
    width: 41px;
    height: 41px;
    margin-left: 20px;
}

.ranking-top-one .entity-icon .digit {
    position: absolute;
    padding-left: 17px;
    padding-top: 28px;
    z-index: 3;
}

.ranking-top-one .entity-data {
    margin-left: 69px;
}

.ranking-top-one .entity-data .player-name {
    margin-left: 10px;
    color: #fdfcfb;
}

.ranking-top-one .entity-data .empire {
    margin-left: 5px;
}
.ranking-top-one .entity-data .empire.id-1 {
    color: #eb6565;
}
.ranking-top-one .entity-data .empire.id-2 {
    color: #ebc165;
}
.ranking-top-one .entity-data .empire.id-3 {
    color: #656feb;
}

.ranking-top-one .entity-data .guild-name {
    color: #eec182;
}

.ranking-top-one .entity-data .splitter {
    border-left: 1px solid #7e5c4c;
    display: inline-block;
    height: 8px;
    margin: 2px 4px 0;
}

.ranking-top-one .entity-data .level {
    color: #e8e394;
}

.ranking-top-one .entity-data .level .digit {
    color: #ffffff;
}


.table{
	border:none !important;
	color:white;
}

tbody, td, tfoot, th, thead, tr {
    /*
	border-color: #969696;
    border-style: solid;
    border-width: 1px;
	*/
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: linear-gradient(to right bottom, #20212b, #2b2e38, #333444, #3c3d4e, #444558, #3f4051, #393a4a, #333444, #2f2f3f, #2a2a3a, #242533, #20212b);
}


.table {
  border: none !important;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  background:transparent !important;
  
}



.table caption {
  font-size: 1.5em;
  margin: .25em 0 .75em;
}

.table tr {

  /*border: 1px solid #ddd;*/
  padding: .35em;
}

.table th, table td {
  padding: .625em;
  text-align: center;
}

.table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.table td img { text-align: center; }
@media screen and (max-width: 600px) {

.table { border: 0; }

.table caption { font-size: 1.3em; }

.table thead { display: none; }

.table tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
}

.table td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: .8em;
  text-align: right;
}

.table td:before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}

.table td:last-child { border-bottom: 0; }
}




.card{
  width: 100%;
  border: none;
  border-radius: 10px;
   
  background-color: #9841ff00;
}

.stats{
background: #00000024 !important;
color: #000 !important;
}

.stats2{
background: #00000024 !important;
color: #000 !important;
}


.articles{
  font-size:10px;
  color: #a1aab9;
}
.number1{
  font-weight:500;
}
.followers{
    font-size:10px;
  color: #a1aab9;

}
.number2{
  font-weight:500;
}
.rating{
    font-size:10px;
  color: #a1aab9;
}
.number3{
  font-weight:500;
}

.pp{
	/*border: 1px solid;*/
	border-radius:5px;
}


.dataTables_info, .dataTables_length{
	display:none;
}


.destan-btn {
    background: #8f0e2c;
    background-image: linear-gradient(to right bottom, #20212b, #2b2e38, #333444, #3c3d4e, #444558, #3f4051, #393a4a, #333444, #2f2f3f, #2a2a3a, #242533, #20212b);
    /* clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%); */
    color: #fff;
    font-family: 'Oxanium', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    min-width: 100%;
    height: 32px;
    line-height: 37px;
    padding: 0 13px;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.destan-btn:hover {
	color:white;
}

.destan-btn span {
    background: #00a146 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    z-index: -1;
}

.destan-btn:hover span {
    height: 550px;
    width: 550px;
}

.player_box > a:hover{
	color:white;
	
}

.para-btn {
    background: #80f1b1; /* Ana yeşil ton */
    background-image: linear-gradient(to right bottom, #80f1b1, #66d79f, #4caf50, #388e3c); /* Yeşil tonları arasında geçiş */
    color: #fff;
    font-family: 'Oxanium', sans-serif;
    font-size: 16px; /* Font boyutu */
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    min-width: 180px; /* Buton genişliği */
    height: 45px; /* Buton yüksekliği */
    line-height: 45px; /* Dikey hizalama */
    padding: 0 20px;
    border-radius: 30px; /* Daha yuvarlak köşeler */
    white-space: nowrap;
    overflow: hidden;
    transition: all 300ms ease;
    z-index: 1;
}

.para-btn:hover {
	color: #fff;
    background: #66d79f; /* Hover durumu için daha koyu yeşil */
    background-image: linear-gradient(to right bottom, #66d79f, #5dbd8c, #4caf50); /* Hoverda farklı yeşil tonları */
    transform: translateY(-4px); /* Hoverda buton yükselir */
    box-shadow: 0px 8px 20px rgba(0, 128, 0, 0.4); /* Hoverda gölge efekti */
}

.para-btn i {
    margin-right: 8px; /* İkon ile yazı arasına boşluk eklendi */
}


.destan-pink {
    margin: 0;
    font-size: 3em;
    padding: 0;
    color: white;
    text-shadow: 0 0.1em 20px #20212b,
	0.05em -0.03em 0 #2b2e38,
	0.05em 0.005em 0 #333444,
	0em 0.08em 0 #3c3d4e,
	0.05em 0.08em 0 #444558,
	0px -0.03em 0 #3f4051,
	-0.03em -0.03em 0 #393a4a,
	-0.03em 0.08em 0 #333444,
	-0.03em 0 0 #2f2f3f;
}
 .destan-pink span {
	 transform: scale(0.9);
	 display: inline-block;
}
 .destan-pink span:first-child {
	 animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
 .destan-pink span:last-child {
	 animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
 @keyframes bop {
	 0% {
		 transform: scale(0.9);
	}
	 50%, 100% {
		 transform: scale(1);
	}
}
 @keyframes bopB {
	 0% {
		 transform: scale(0.9);
	}
	 80%, 100% {
		 transform: scale(1) rotateZ(-3deg);
	}
}
 
 
 
.destan-blue {
    margin: 0;
    font-size: 3em;
    padding: 0;
    color: white;
    text-shadow: 0 0.1em 20px #20212b,
	0.05em -0.03em 0 #2b2e38,
	0.05em 0.005em 0 #333444,
	0em 0.08em 0 #3c3d4e,
	0.05em 0.08em 0 #444558,
	0px -0.03em 0 #3f4051,
	-0.03em -0.03em 0 #393a4a,
	-0.03em 0.08em 0 #333444,
	-0.03em 0 0 #2f2f3f;
}
 .destan-blue span {
	 transform: scale(0.9);
	 display: inline-block;
}
 .destan-blue span:first-child {
	 animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
 .destan-blue span:last-child {
	 animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
 @keyframes bop {
	 0% {
		 transform: scale(0.9);
	}
	 50%, 100% {
		 transform: scale(1);
	}
}
 @keyframes bopB {
	 0% {
		 transform: scale(0.9);
	}
	 80%, 100% {
		 transform: scale(1) rotateZ(-3deg);
	}
}
 
 
 
 #aktifoyuncu_paginate,#aktifoyuncu_filter , #eniyi_paginate,#eniyi_filter, #topzengin_paginate,#topzengin_filter, #topvip_paginate,#topvip_filter{
	 
	 display:none;
	 
 }
 
 table.dataTable thead .sorting_desc,.sorting {
    background-image: none !important;
}


.modal-content {
    background-color: #20212b !important;
}



.global-form .form-control:disabled {
    background-color: #190e21;
    color: #fff;
    height: 45px;
    border-radius: 2px;
    outline: none;
    border: 2px solid #4d4f72;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
}


.erkek{
	box-shadow: 0 0.1em 20px #00b3ff, 0.05em -0.03em 0 #00b3ff, 0.05em 0.005em 0 #00b3ff, 0em 0.08em 0 #00b3ff, 0.05em 0.08em 0 #00b3ff, 0px -0.03em 0 #00b3ff, -0.03em -0.03em 0 #00b3ff, -0.03em 0.08em 0 #00b3ff, -0.03em 0 0 #00b3ff !important;
}
.kadin{
	box-shadow: 0 0.1em 20px #f97dfc, 0.05em -0.03em 0 #f97dfc, 0.05em 0.005em 0 #f97dfc, 0em 0.08em 0 #f97dfc, 0.05em 0.08em 0 #f97dfc, 0px -0.03em 0 #f97dfc, -0.03em -0.03em 0 #f97dfc, -0.03em 0.08em 0 #f97dfc, -0.03em 0 0 #f97dfc !important;
}












.box-widget {
    border: none;
    position: relative;
}
.box {
    /* position: relative; */
    border-radius: 3px;
    /*background: #ffffff;*/
   /* border-top: 3px solid #d2d6de;*/
    margin-bottom: 20px;
    width: 100%;
    /* box-shadow: 0 1px 1px rgba(0,0,0,0.1); */
}
.box-widget .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-desc {
    margin-left: 75px;
    color:#fff;
     margin-top: 0;
	 text-align: right;
}
.widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    color:#fff;
	text-align: right;
}
.widget-user-image>img {
    /*width: 65px;*/
	width: 87px;
    height: auto;
    float: left;
}
.no-padding {
    padding: 0 !important;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*border-top: 1px solid #f4f4f4;*/
    padding: 10px;
   /* background-color: #fff;*/
}
.box .nav-stacked>li {
    border-bottom: 1px solid #7c7c7c;
    margin: 0;
    background: #1c1c1c;
}
.nav-stacked>li>a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #dddddd ;
	text-decoration: none;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-pink {
    background-color: #e91e63 !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-red {
    background-color: red !important;
}
.bg-destan{
	 background-color: #3c403e !important;
}


.btn-label-secondary{
	background: red;
    color: white;
}
.btn-label-secondary:hover{
	background: red;
    color: white;
}

/*.custom-tooltip .tooltip-inner {
    background-color: blue;
}*/

.profilefont {
font-family: Arial, sans-serif;
color: #fff;
font-size: 14px;
letter-spacing: 0.020rem;
word-spacing: -0.06rem;
text-shadow: #6b6b6b 0 0 0.1em;
}





  .dropdown-toggle{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dropdown-toggle::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: 7.5px;
  }
  
  .dropdown-bg{
	  background: linear-gradient(to right bottom, #20212b, #2b2e38, #333444, #3c3d4e, #444558, #3f4051, #393a4a, #333444, #2f2f3f, #2a2a3a, #242533, #20212b);
  }
  
  .dropdown-bgdestan{
	  background: linear-gradient(to right bottom, #20212b, #2b2e38, #333444, #3c3d4e, #444558, #3f4051, #393a4a, #333444, #2f2f3f, #2a2a3a, #242533, #20212b);
  }
  
  .dropdown-menu {

	color: #fff !important;
		background: linear-gradient(to right bottom, #20212b, #2b2e38, #333444, #3c3d4e, #444558, #3f4051, #393a4a, #333444, #2f2f3f, #2a2a3a, #242533, #20212b);
   }

   .dropdown-item{
		color:white!important;
   }
  
	.dropdown-item:focus, .dropdown-item:hover {
		color: #43ffa8;
		background: linear-gradient(to right bottom, #20212b, #2b2e38, #333444, #3c3d4e, #444558, #3f4051, #393a4a, #333444, #2f2f3f, #2a2a3a, #242533, #20212b);
	}
	
.kalan_hakkiniz{
    font-size: 25px;
    background: #0e0e0e;
    /*padding: 10px;*/
    padding: 20px;
    color: #fffcf8;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
	font-weight: bold;
}