





:root {
  --bg-color:linear-gradient(to left, #e1e1e1, #dcd5ed, #dbc8f6, #deb9fc, #f6fffe);
  --text-color: #000000;
   --content-color: #fff;
   --display-background: #eaeaea;
   --li-menu: conic-gradient(from 180deg, rgba(246, 100, 0, 1.000) 0.000deg, rgba(246, 100, 0, 1.000) 60.000deg, rgba(232, 99, 0, 1.000) 60.000deg, rgba(232, 99, 0, 1.000) 120.000deg, rgba(255, 107, 0, 1.000) 120.000deg, rgba(255, 107, 0, 1.000) 180.000deg, rgba(255, 122, 0, 1.000) 180.000deg, rgba(255, 122, 0, 1.000) 240.000deg, rgba(255, 138, 0, 1.000) 240.000deg, rgba(255, 138, 0, 1.000) 300.000deg, rgba(255, 147, 0, 1.000) 300.000deg 360.000deg);
   --hr-color: #e8e8e8;
   --a-link: #0e63b8;
   --main-class: #fff;
    --listTwo: #fdfdfa;
    --listOne: #e7e7e7c7;
    --bodyColor: #484747;
    --phrBottom: #c9c9c9;
    --cbTitle: #2e2f33;
    --cbButtonColor: #464c5f;
    --cbButtonBackground: #dbdfff;
	--color_secondary: #464646;
	--mainColor: #f5f5f5;
	--descR: #fff;
	--descrBorder: #ededed;
	--buttonColor: #7183bc;
    	--RoomFirstClass: #f3f4ff;
		--bgMessage: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),                 url(../icon/message/bg_light.jpg);
		--meColor:  #dcf8c6;
		--youColor: #eee;
		--replyedMessage: #eee;
		--lbtnsBG: #62989621;
		--lbtnsColor: #444;
}

body.dark-mode {
	--bg-color: #342f37;
	--mainColor: #838383;
	--text-color: #ffffff;
	--content-color: #1a181ed6;
	--display-background: #36323f;
	--li-menu: linear-gradient(to right top, #575c6b, #575c6b, #575c6b, #575c6b, #575c6b);
	--hr-color: #3a373f;
	--a-link: #b7b7b7;
	--main-class: #342f37;
	--listTwo: #342f37;
	--listOne: #101010;
	--bodyColor: #fff;
	--phrBottom: #414141fa;
	--cbTitle: #fff;
	--cbButtonColor: #fff;
    --cbButtonBackground: #575c6b;
	--color_secondary: #fff;
	--descR: #454545;
	--descrBorder: #464646;
	--buttonColor: #7183bc;
	--RoomFirstClass: #1e1c23;
		--bgMessage: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),                 url(../icon/message/bg_dark.png);
		--meColor:  #466a93;
		--youColor: #293341;
		--replyedMessage: #293341;
		--lbtnsBG: #2f2f2ffa;
		--lbtnsColor: white;
}


body.dark-mode .a {
    background-color: #2f2b35;
    border: 1px solid #464646;
    color: #ffffff;
}

body.dark-mode .b {
    background: #1f1d24;
    border: 1px solid #2d2d2d;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}


body, .a, .b {
    transition: all 0.3s ease-in-out;
}


.a {
    background-color: #ebf3fe;
    background-repeat: repeat-x;
    border: 1px solid #DADFE4;
    border-radius: 5px;
    margin: 4px 4px 1px 1px;
    padding: 2px;
    margin-right: auto;
}.b {
    background: #fdfdfa;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #FFF;
	    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}.abbsfModal-backdrop {
    position: absolute;
    inset: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    top: -40%;
    bottom: -10%;
}.emojiRoom{
	font-size: 22px;
	margin: 6px;
}
.abbsfModal-backdrop.show { display: flex; }

.abbsfModal-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  text-align: left;
}



@font-face {
    font-family: 'MafiaFont';
    src: url('../mafia/mafia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.mafiaText {
    font-family: 'MafiaFont', sans-serif;
    font-size: 40px; 
    position: relative; 
    display: inline-block;
    color: white; 
}

/* 1-ci animasiya */
.mafiaStyle_One{
	  
            font-size: 20px;
            font-weight: bold;
            color: transparent; 
            background: url(../mafia/1.gif) repeat;
            -webkit-background-clip: text;
            background-clip: text;
            text-transform: uppercase;
			
        
}
.mafiaStyle_Two{
	  
            font-size: 20px;
            font-weight: bold;
            color: transparent; 
            background: url(../mafia/2.gif) repeat;
            -webkit-background-clip: text;
            background-clip: text;
            text-transform: uppercase;
			
        
}






.abbsfModal-title {
  margin-top: 0;
  font-size: 18px;
}

.abbsfModal-body {
  margin: 7px 0;
  font-size: 14px;
  color: #333;
}

.abbsfModal-close {
  background: #0e63b8;
  color: #fff;
  border: none;
  padding: 3px 13px;
  border-radius: 5px;
  cursor: pointer;
}
.abbsfModal-close:hover { background:#094a87; }


.content#mainContent.blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

.RoomFirstClass{
	background: --var(RoomFirstClass);
	padding: 3px;
}

body{
color:var(--bodyColor);
font-family:arial;
font-size:14px;
line-height:20px;
font-weight: normal;
min-width:320px;
margin:auto;
 background:  var(--bg-color);	
 background-size: auto;
 
}.success{
	    background: #73b7491a;   
		border: 1px solid #73B749; 
		text-align: center;   
		width: auto;
			padding: 6px;
   
  
	margin-bottom:1px;
		
		
}.Abbasoff-Success {
    background: #73b7491a; /* açıq yaşıl */
    border: 1px solid #73B749;
    color: #3c763d;
    text-align: center;
    padding: 6px;
    margin-bottom: 1px;
    width: auto;
    border-radius: 4px;
}

.Abbasoff-Warning {
    background: #f4d3541a; /* açıq narıncı */
    border: 1px solid #f4c20d;
    color: #8a6d3b;
    text-align: center;
    padding: 6px;
    margin-bottom: 1px;
    width: auto;
    border-radius: 4px;
}

.Abbasoff-Error {
    background: #e74c3c1a; /* açıq qırmızı */
    border: 1px solid #e74c3c;
    color: #a94442;
    text-align: center;
    padding: 6px;
    margin-bottom: 1px;
    width: auto;
    border-radius: 4px;
}

.Abbasoff-Info {
    background: #3498db1a; /* açıq mavi */
    border: 1px solid #3498db;
    color: #31708f;
    text-align: center;
    padding: 6px;
    margin-bottom: 1px;
    width: auto;
    border-radius: 4px;
}
.statBalance{
	float:right;
	padding: 0px 3px;
	background: var(--bg-color);
	border: 1px solid #d1d1d1;
	font-size: 13px;
}.statDefault{
	
    padding: 5px 6px;
    background: linear-gradient(300deg, #42414129, #7c96d1, #00000024);
    background-size: 180% 180%;
    animation: gradient-animation 12s ease infinite;
    border: 1px solid #d1d1d145;
    font-size: 13px;
    color: white;
    border-radius: 5px;
}.userInfo{
	float: right;
    padding: 0px 3px;
    background: linear-gradient(90deg, #cfdaec14, #596caa2b);
    border: 1px solid #d1d1d16e;
    font-size: 13px;
    border-radius: 2px;
}


.level-10 {
    width: 29px;
    height: 24px;
    background-image: url(../icon/level/10.png);
    display: inline-block;
    background-size: 28px;
    vertical-align: middle;
}
.level-9 {
    width: 29px;
    height: 24px;
    background-image: url(../icon/level/9.png);
    display: inline-block;
    background-size: 28px;
    vertical-align: middle;
}
.level-8 {
    width: 24px;
    height: 24px;
    background-image: url(../icon/level/8.png);
    display: inline-block;
    background-size: 23px;
    vertical-align: middle;
}

.level-7 {
    width: 24px;
    height: 24px;
    background-image: url(../icon/level/7.png);
    display: inline-block;
    background-size: 23px;
    vertical-align: middle;
}

.level-6 {
    width: 24px;
    height: 24px;
    background-image: url(../icon/level/6.png);
    display: inline-block;
    background-size: 23px;
    vertical-align: middle;
}

.level-5 {
    width: 24px;
    height: 24px;
    background-image: url(../icon/level/5.png);
    display: inline-block;
    background-size: 23px;
    vertical-align: middle;
}
.linksBtn{
	cursor: pointer;
    display: inline-block;
    padding: 2px 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 3px;
    background: #eee;
	font-size: 13px;
    border: 1px solid #d3d3d3;
    color: #444;
    border-radius: 5px;
}
.level-4 {
    width: 24px;
    height: 24px;
    background-image: url(../icon/level/4.png);
    display: inline-block;
    background-size: 23px;
    vertical-align: middle;
}

.level-3 {
    width: 24px;
    height: 24px;
    background-image: url(../icon/level/3.png);
    display: inline-block;
    background-size: 23px;
    vertical-align: middle;
}

.level-2 {
    width: 24px;
    height: 24px;
    background-image: url(../icon/level/2.png);
    display: inline-block;
    background-size: 23px;
    vertical-align: middle;
}

.level-1 {
    width: 24px;
    height: 24px;
    background-image: url(../icon/level/1.png);
    display: inline-block;
    background-size: 23px;
    vertical-align: middle;
}



@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.main-content {
  padding-top: 50px; /* menyudan aşağı başlasın */
}.menu-wrapper {
      border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  position: fixed;
  top: 0;
  left: 0;
  max-width:1000px;
  margin:auto;
  right: 0;
  background: white; /* arxa fon ağ olsun, istəyə görə dəyiş */
  z-index: 1000; /* digərlərindən yuxarıda olsun */
  padding: 0px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* alt kölgə */
}.notify{
	

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    background-color: #23dc0d;
    background-image: -webkit-linear-gradient(top, #23dc0d 0, #23dc0d100%);
    color: #fff;
    min-width: 6px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-background-clip: padding-box;
    display: inline-block;
    font-size: 9px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: normal;
    position: absolute;
    margin-left: -5px;
    border-radius: 4px;
}.topic{
	background: #e1e1e1;
    color: #476098;
    padding: 4px;
    display: block;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #d8d8d8;
	
}.center{
	text-align:center;
}.line-menu{
width: auto;
    min-width: 300px;
    max-width: 980px;
    margin: 0 auto;
    background: var(--content-color);
    padding: 4px;
    border-radius: 0px;
    margin: auto;
    box-shadow: 0px 0px 2px 1px #524e4e47;	
}.display{
	
    width: auto;
    min-width: 300px;
    max-width: 980px;
    margin: 0 auto;
    background: var(--display-background);
    padding: 5px 5px 5px 5px;
    border-radius: 0px;
        margin: auto auto 5px auto;
	border-radius: 6px;
	
	}.content{

width: auto;
    min-width: 300px;
    max-width: 980px;
    margin: 0 auto;
    background: var(--content-color);
    padding: 4px;
  border-radius: 6px;
    margin: 0px;
	    box-shadow: 0px 0px 2px 1px #524e4e47;
	
	
	} .menu {
list-style: none;
    padding: 0;
    margin: 0;
	box-shadow: 0px 1px 3px 1px #0000003;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: auto;
   # background: conic-gradient( #CA4246 16.666%, #E16541 16.666%, #E16541 33.333%, #F18F43 33.333%, #F18F43 50%, #8B9862 50%, #8B9862 66.666%, #476098 66.666%, #476098 83.333%, #A7489B 83.333%);
    background: var(--li-menu);
	#background-image: radial-gradient(circle, #c00616, #a90512, #92050e, #7b040a, #660303);
	justify-content: center; 
	    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
	}
	.menu_foot {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: auto;
    #background: conic-gradient( #CA4246 16.666%, #E16541 16.666%, #E16541 33.333%, #F18F43 33.333%, #F18F43 50%, #8B9862 50%, #8B9862 66.666%, #476098 66.666%, #476098 83.333%, #A7489B 83.333%);
     background: var(--li-menu);
	max-width: 1000px;
	justify-content: center;

	}.flexContact{
	
    display: flex;
    flex-direction: row;
    justify-content: space-between;

	}
        .menu_foot li {
        display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-right: 1px solid #1919191a;
    transition: background 0.3s;
    color: white;
    justify-content: center;
    flex-direction: row;
        }.menu li {
        display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-right: 1px solid #1919191a;
    transition: background 0.3s;
    color: white;
    justify-content: center;
    flex-direction: row;
        }
        .menu li:last-child {
            border-right: none;
        }
        .menu li:hover {
            
			opacity: 0.4;
			
        }
        .menu li img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
		
		
		   [class^="ics"]::before {
           content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    vertical-align: middle;
    text-align: center;
        }[class^="icsc"]::before {
			   content: '';
    display: inline-block;
    width: 24px;
	border-radius: 15px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    vertical-align: middle;
    text-align: center;
		}.radius-50{
			    padding: 5px 3px 8px 3px;
    margin: 1px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
		}
        .ics-menu::before { background-image: url('../icon/menu.png'); }
        .ics-message::before { background-image: url('../icon/message.png'); }
        .ics-notification::before { background-image: url('../icon/notification.png'); }
        .ics-tiktok::before { background-image: url('../icon/tiktok.png'); }
        .ics-prime::before { background-image: url('../icon/p.png'); }
        .ics-guest::before { background-image: url('../icon/guest.png'); }
        .ics-ok::before { background-image: url('../icon/ok.gif'); }
        .ics-config::before { background-image: url('../icon/config.png'); }
        .ics-dark::before { background-image: url('../icon/dark-mode.png'); }
        .ics-battery::before { background-image: url('../icon/battery-6-24.png'); }
        .ics-batteryOFF::before { background-image: url('../icon/battery-6-24.png'); background-size: contain;
    background-repeat: no-repeat;
    filter: invert(14%) sepia(94%) saturate(7481%) hue-rotate(296deg) brightness(103%) contrast(120%); }
        .icsc-mafia::before { background-image: url('../icon/mafia_icon.png'); }
        .icsc-domino::before { background-image: url('../icon/domino_icon.png'); }
        .icsc-kiss::before { background-image: url('../icon/kiss_icon.png'); }
        .icsc-tiktoks::before { background-image: url('../icon/tiktok_icon.png'); }
        .icsc-prime::before { background-image: url('../icon/prime_icon.png'); }
		a,a:link,a:active{
			color:var(--a-link);
			text-decoration: none;
		}img{
			vertical-align: middle;
		}hr{margin-top:4px;margin-bottom:6px;border-bottom:1px solid var(--hr-color);border-top-style:none;border-top-width:0;border-right-style:none;border-right-width:0;border-left-style:none;border-left-width:0}
.phr{
	    border-top: 0px dashed rgba(0,0,0,.09);
    border-bottom: 1px dashed var(--phrBottom);
    margin: 4px;
}.input{
margin: 4px;
    padding: 5px 13px;
    box-sizing: border-box;
    line-height: 17px;
    background-color: #fffffff5;
    border: 1px solid rgb(122 139 195 / 52%);
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    color: #2e2f33;
}.input:focus{
	
    border-color: rgb(46 47 51 / 50%);

}.input[readonly] {
    background-color: #f3f3f3;
    color: #7a7a7a;
    border-color: #d3d3d3;
    cursor: not-allowed;
}



.inputGreen{
	    padding: 6px;
    margin: 3px;
    background: white;
    border: 1px solid #69f542;
    border-radius: 3px;
}.inputRed{
	color: crimson;
	    padding: 6px;
    margin: 3px;
    background: white;
    border: 1px solid crimson;
    border-radius: 3px;
}.button{
	    padding: 6px 10px 6px 10px;
    background: var(--buttonColor);
    color: white;
    border-radius: 6px;
    border: 1px solid var(--buttonColor);
}.button-green{
padding: 6px 10px 6px 10px;
    background: #00cb7d;
    color: white;
    border-radius: 2px;
    width: 75%;
    text-align: center;
    border: 1px solid #00cb7d;

}.lbtn{

    cursor: pointer;
    display: inline-block;
    padding: 0px 9px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 4px;
    margin-left: 1.5px;
    background: #eee;
    border: 1px solid #d8d8d8;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}.lbtn:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}.lbtns {
    cursor: pointer;
    display: inline-block;
    padding: 3px 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 4px;
    margin-left: 1.5px;

    border: 1px solid #8b98625c;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: var(--lbtnsColor);
	background: var(--lbtnsBG);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}.lbtns img{
	vertical-align: middle;
}.title{
	cursor: default;
    padding: 2px 5px;
    background: #eee;
    border: 1px solid #d3d3d3;
    color: #444;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}.header{
	
	width: auto;
    min-width: 300px;
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    padding: 5px;
    color: grey;
    border-radius: 4px;
    margin: 2px 5px 5px 5px;
}.regInput{
	padding: 10px 9px;
    margin: 3px;
    background: white;
    border: 1px solid #dedede;
    border-radius: 3px;
}.listOne{
	    background-color: var(--listOne);
    background-repeat: repeat-x;
    border: 1px solid var(--listOne);
    border-radius: 5px;
    margin: 2px 2px 1px 1px;
    padding: 1px;
    margin-right: auto;
}.listTwo{
	background: var(--listTwo);
    padding: 2px;
    border-radius: 5px;
    border: 1px solid var(--listTwo);
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}#overlay {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9) url(../icon/dialog.png) 50% 50% repeat;
    display: none;
    justify-content: center;
    opacity: .6;
    align-items: center;
}#popup {
display: none;
    margin: 0px;
    padding: 3px;
    position: fixed;
    top: 35%;
    left: 20%;
    right: 20%;
    z-index: 10;
    animation: fadeIn .5s ease-in-out;
    background-color: rgb(0 0 0 / 20%);
}.notifications{
	padding: 6px;
    border: 1px solid #7373739e;
    background: #fff9f9;
}.notifyTitle{
	text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
    background-color: #6678b4;
    color: #f1f1f1;
    padding: 8px;
    overflow: hidden;
    position: relative;
}.errorText{
	background: white;padding: 3px 10px 3px 9px;color: red;border: 1px dashed #ff0000;font-size: 11px;font-weight: bold;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 18
}.material-symbols-outlined{
	vertical-align: middle;
	font-size: 18px;
}.color-verified{
	color: #00caff;
}.color-green{
	color: #28e300;
}.color-red{
	color: #e30000;
}.color-violet{
	color: #ca00e3;
}.noRadius{
	border-radius: 0px;
}.headers{
	
    background: #fff;
    display: flex;
    color: #464646;
	    padding: 3px;
    width: 98%;
    font-size: 12px;
    border-radius: 4px;
    justify-content: space-around;

}


.button-green {
    padding: 6px 10px 6px 10px;
    background: #71bc7e;
    color: white;
    border-radius: 2px;
    width: 75%;
    text-align: center;
    border: 1px solid #5aa55d;
}






/*Device Type Mobile or pc*/

@media screen and (min-width:500px) {
	#popup {
	left: 10%;
        right: 10%;
	}
	.notifications {
    padding: 15px;
    border: 1px solid #7373739e;
    background: #fff9f9;
}
.headers{
	   width: 99%;
}

.button-green {
    width: 25%;
}


}



.status.online:before {
  background-color: #94E185;
  border-color: #78D965;
  box-shadow: 0px 0px 4px 1px #94E185;
}
.status.in-progress:before {
  background-color: #FFC182;
  border-color: #FFB161;
  box-shadow: 0px 0px 4px 1px #FFC182;
}
.status.offline:before {
  background-color: #C9404D;
  border-color: #C42C3B;
  box-shadow: 0px 0px 4px 1px #C9404D;
}
.status:before {
content: ' ';
    display: inline-block;
    width: 7px;
    height: 7px;
    float: right;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 7px;
    margin: 3px;
    padding: 1px;
}




@media screen and (max-width:500px) {
	#popup {
		    left: 5%;
    right: 5%;
	}
	.notifications {
    padding: 9px;
    border: 1px solid #7373739e;
    background: #fff9f9;
}
.headers{
	   width: 98%;
}
}.bRight{
    background: linear-gradient(0deg, rgb(34 193 195 / 47%) 0%, rgb(253 187 45 / 47%) 100%);
    color: #464646;
    text-shadow: 0px -1px 3px #79554869;
    padding: 2px 5px 2px 5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #4c4c4c1f;
}.bLeft{
	
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    color: white;
   padding: 2px 5px 2px 5px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;

}.main{
	padding: 6px;
    background: var(--main-class);
    border: 1px solid #d3d3d32b;
	margin-bottom:1px;
}


.mainGIFT {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
      background: url(../chatBgVip.png) no-repeat bottom, linear-gradient(90deg, #c3c8f1, #ebedf9 48.96%, #b5b9de);
    background-size: 100% auto;
	border-radius: 15px;
	box-shadow: inset 0 0 10px #5959599e;
}

/* Hədiyyə qutusu */
.inGift {
 position: relative;
    background: hsla(0, 0%, 100%, .6);
    border-radius: .8rem;
    padding: 1px;
    margin: 4px 2px;
    overflow: hidden;
    flex: 1 1 15%;
    box-sizing: border-box;
    box-shadow: 0 0 10px #5959591a;
    height: 90px;
}

/* İstifadəçi adı və şəkil yerləşməsi */
.inGiftFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Ad qara şəffaf fonda, və ... ilə kəsilsin */
.inGiftText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 3px 6px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom-left-radius: .8rem;
  border-bottom-right-radius: .8rem;
  box-sizing: border-box;
}

/* PC üçün 8/8 görünüş (yəni 1 sətirdə 4 ədəd) */
@media (min-width: 768px) {
  .inGift {
    flex: 1 1 26%;
    max-width: 17%;
  }
}

.inGiftFlex{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	
}
.desc{
	padding: 6px;
    background: var(--mainColor);
    border: 1px solid #d3d3d32b;
	margin-bottom:1px;
}
.descr{
padding: 6px;
    background: var(--descR);
    border: 1px solid var(--descrBorder);
    margin-bottom: 1px;
    border-radius: 5px;
}.crimson{
	color:crimson;
}


.fncTable  {
	border-collapse: collapse;

}.fncTable thead >  tr > td {
padding: 4px;
    background: #7183bc1c;
    color: black;
    text-align: center;
    border: 1px dashed #7183bc3d;
}.fncTable tbody >  tr > td {
padding: 5px;
    text-align: center;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}.fncTable thead >  tr > td:first-child {
border-top-left-radius: 0px;
}.fncTable thead >  tr > td:last-child {
border-top-right-radius: 0px;
}



.tableClasser  {
	border-collapse: collapse;

}.tableClasser thead >  tr > td {
	padding: 4px;
    background: #7183bc;
    color: white;
    text-align: center;
}.tableClasser tbody >  tr > td {
padding: 5px;
    text-align: center;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}.tableClasser thead >  tr > td:first-child {
border-top-left-radius: 6px;
}.tableClasser thead >  tr > td:last-child {
border-top-right-radius: 6px;
}.cbFLex{
	margin-top: 2px;
	    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}.cbFlexOne{
	    margin: 4px;
		height: auto;
		width: 45px;
		text-align: center;
    padding: 3px;
    border: 1px dashed #d3d3d35c;
}.cbFlexTwo{
	position: relative;
    font-weight: bold;
    width: 100%;
    border: 1px dashed #7a8bc357;
        padding: 5px;
    margin: 2px;
}.cbFlexTwo i{
	font-size: 11px;
	color: #999999;
}.cbFlexOne img{
	width: 40px;
}.cbButton{
    border: 1px solid #464c5f52;
    color: var(--cbButtonColor);
    background-color: var(--cbButtonBackground);
    border-radius: 5px;
    padding: 4px 6px 4px 6px;
    font-size: 12px;
    font-weight: bold;
}
.cbGal{
	font-size: 30px;
	color:#abb0cb;
}.cbTitle{
    padding: 8px;
    color: var(--cbTitle);
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    background: #d3d3d314;
    border: 1px solid #d3d3d352;
}.rightCB{
	float: right;
    position: absolute;
    right: 0%;
    top: 31%;
}hr{
	margin-right: 15px;
}.cbLegend{
    padding: 2px 3px;
    font-weight: bold;
	font-size: 13px;
}.cbFieldset{
border: 1px solid #b0b2cbcf;
    padding: 6px 5px;
    border-radius: 10px;
}.cbFieldsetRed{
border: 1px solid #e31f1f42;
    padding: 1px 5px;
    border-radius: 10px;
}.cbFieldsetYellow{
border: 1px solid #ffc107;
    padding: 1px 5px;
    border-radius: 10px;
}.cbFieldset a{
	font-size: 12px;
    padding: 4px;
}.fieldSetNew {
     background: url(../icon/new_yellow.png) no-repeat right top;
    background-size: 20px auto;
    position: absolute;
    top: -12px;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 2;
}fieldset.cbFieldset,
fieldset.cbFieldsetRed,fieldset.cbFieldsetYellow {
    position: relative;
}.notifDateTitle{
text-align: center;
    margin: auto;
    border: 1px solid #7e8fc6;
    color: #7587bf;
    width: 20%;
    font-size: 12px;
    border-radius: 4px;
	
}/* Table basic */
#RoyalSimpleTable {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
    overflow: hidden;
}
#RoyalSimpleTable th, #RoyalSimpleTable td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

/* Header */
#RoyalSimpleTable th {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
  user-select: none;
}

/* Hover effect */
#RoyalSimpleTable tr:hover {
  background-color: #f1f1f1;
}

/* Responsive scroll */
.table-scroll-wrapper {

    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

}

/* Ban type colors */
.ban-type-vaxt_ile { background-color: #fff8dc; color: #996600; }
.ban-type-xeberdarliq { background-color: #ffe6e6; color: #a30000; }
.ban-type-daimi { background-color: #d4edda; color: #155724; }
.ban-type-ban { background-color: #d4edda; color: #155724; }

/* Filter bar */
#banFilters {
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
}
#banFilters label {
  font-weight: bold;
  margin-right: 10px;
}
#banFilters select {
  padding: 5px 8px;
  margin-right: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}.shadow { text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
.text-pink:hover { color: hotpink; transition: 0.3s; }
.text-red { color: red; }
.bold { font-weight: bold; }
.user-role {
   max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}


.abbasoff-navbar {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex
;
    padding: 3px 10px;
    font-family: Arial, sans-serif;
    width: auto;
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
}

.abbasoff-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

.abbasoff-nav-item a {
position: relative;
    display: inline-block;
    padding: 3px 10px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.abbasoff-nav-item a:hover {
  background-color: #e0e0e0;
  color: #000;
}

.abbasoff-nav-item.active a {
  background-color: #333;
  color: #fff;
}

.abbasoff-nav-item.deactive a {
  color: #aaa;
  pointer-events: none;
  background-color: #f1f1f1;
}

/* Badge */
.abbasoff-badge {
background-color: #e53935;
    color: #fff;
    font-size: 11px;
    padding: 0px 4px;
    border-radius: 10px;
    position: absolute;
    top: -4px;
    right: -8px;
}



.abbasoff-gift_list {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.abbasoff-gift_item {
    width: 90px;
    padding: 6px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.abbasoff-gift_item img {
    display: block;
    margin: 0 auto 5px;
    border-radius: 4px;
}

.abbasoff-gift_title {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}
.abbasoff-navbar {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* smooth scroll mobil üçün */
  scrollbar-width: thin; /* Firefox üçün incə scrollbar */
}

.abbasoff-navbar ul {
  display: inline-flex; /* elementləri yan-yana düzür */
  padding: 0;
  margin: 0;
  list-style: none;
}

.abbasoff-navbar li {
  display: inline-block; /* inline elementlər üçün */
  margin-right: 1px;
}




.NewInput{
margin: 2px;
    padding: 8px 2px;
    box-sizing: border-box;
    background-color: #fffffff5;
    border: 1px solid rgb(122 139 195 / 52%);
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    color: #2e2f33;
    width: 100%;
}.NewInput:focus{
	
    border-color: rgb(46 47 51 / 50%);

}.NewInput[readonly] {
    background-color: #f3f3f3;
    color: #7a7a7a;
    border-color: #d3d3d3;
    cursor: not-allowed;
}.NewButton{
	padding: 6px 10px 6px 10px;
    background: #71bc7e;
    color: white;
    border-radius: 2px;
    width: 75%;
    text-align: center;
    border: 1px solid #5aa55d;
    width: 100%;
}.formFlex{
	
    display: flex;
    flex-direction: column;
    align-items: center;

}.Abbasoff_pagination {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 10px 0;
}
.Abbasoff_pagination a, .Abbasoff_pagination span {
display: inline-block;
    padding: 3px 8px 3px 8px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f5f5f5;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.Abbasoff_pagination span.Abbasoff_active {
    background: #0066cc;
    color: #fff;
    border-color: #005bb5;
}
.Abbasoff_pagination span {
    cursor: default;
}.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-item {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
	padding: 2px;
    width: 90px;
    height: 90px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}.gallery-item.selected {
    border: 2px solid red;
}

.privacy-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 11px;
    color: white;
    text-align: center;
    padding: 2px 0;
    font-weight: bold;
    background: #666;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px 4px 0 0;
}.linkmenu{
	text-align: center;
    padding: 3px 7px;
    background: #d3d3d31f;
    border: 1px solid #d3d3d3;
    margin: 2px;
    border-radius: 2px;
}.pre-gradient{

        background-color: #f5f5f5;
        background-image: linear-gradient(89.32deg, #1e95ff .99%, #ff40c4 99.73%);
        background-size: 100%;
        background-repeat: repeat;
        background-clip: text;
        text-decoration: none;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
}.avatar_circle {
    display: inline-block;
    border-radius: 30px;
    padding: 3px;
}.photo-wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.photo-item {
    width: 50px;
    height: 50px;
    border: 2px solid #ececec;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hover effekti (istəyə görə) */
.photo-item:hover {
    transform: scale(1.1) rotate(0deg) translateY(0px);
    z-index: 10;
}.block {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.block_post_avatar img.avatar {
  border-radius: 6px;
  max-width: 120px;
  height: auto;
}

.block_post_info .nick a {
  font-weight: bold;
 

  text-decoration: none;
}

.block_post_info .time {
  color: #888;
  font-size: 13px;
}

.block_post_info a:hover {
  text-decoration: underline;
}

.block_post_info b {
  font-weight: 600;
}

.block_post_info a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}
.premium-filter {
  filter: grayscale(100%) brightness(30%) blur(2px) contrast(120%) saturate(50%);
}

.premium-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  z-index: 2;
}

.premium-overlay .pre {
  background: #000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px 0 0 3px;
}

.premium-overlay .mium {
  background: #ff5722;
  color: #fff;
  padding: 2px 5px;
  border-radius: 0 3px 3px 0;
}.like-button.liked {
  color: #e74c3c;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}#toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.toast {
  background-color: #28a745; /* yaşıl */
  color: white;
  padding: 12px 20px;
  margin-top: 8px;
  border-radius: 4px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  animation: fadein 0.3s, fadeout 0.3s 3.7s;
}

.toast.error {
  background-color: #dc3545; /* qırmızı */
}

@keyframes fadein {
  from {opacity: 0; transform: translateX(100%);}
  to {opacity: 1; transform: translateX(0);}
}

@keyframes fadeout {
  from {opacity: 1; transform: translateX(0);}
  to {opacity: 0; transform: translateX(100%);}
}.tdDarkClass{
	border-bottom: 1px dashed #ffffffa6;
	padding: 4px;
    background: #374c8fd6;
    color: white;
	font-weight: bold;
    text-shadow: 2px 2px 2px black;
}.profileLeftClass{
	font-weight: 300;
}
.Abbasoff-LinkBTN {
    cursor: pointer;
    display: inline-block;
    padding: 2px 5px;
    margin: 3px;
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.Abbasoff-LinkBTN:hover {
    background-color: #eaeaea;
    border-color: #c6c6c6;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.NewTableModule{
    
    width: 100%;
    font-size: 14px;
    border: 1px solid #CACACA;
    margin: auto;
	border-collapse: collapse;
}
.NewTableModule tr {
    border-top: 1px solid #CACACA;
}
.NewTableModule td {
    padding: 5px;
    border-right: 1px solid #CACACA;
}
.NewTableModule thead > tr > th {
    padding: 5px;
    border-right: 1px solid #CACACA;
}
.NewTableModule tbody > tr > td:first-child {
    text-align:center;
}
.NewTableModule tbody > tr > td {
    text-align:center;
}
.NewTableModule tbody > tr > td:nth-child(2) {
    font-weight: bold;
	background: #f1f1f1;
  
}
.NewTableModule td > a{
    display: block;
}
.NewTableModule td.buy:hover {
    background: #eaeaea;
}
.NewTableModule td.buy a:hover {
    background: none;
	color: #0e63b8;
}
.NewTableModule tr.info td {
     background: #e1e1e1;
    color: #476098;
    font-weight: bold;
    text-align: center;

}.NewTableModule tbody > tr:nth-child(even) {
	background: #f9f9f9;
}.DecorativeNick{
	border-radius: 6px 6px 6px 6px;
    padding: 2px 10px 2px 10px;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    font-family: anta;
    background-position: center;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: left;
    background-size: cover;
}
.audio-player {
  width: 300px;
  background: #222;
  padding: 15px;
  border-radius: 8px;
  color: white;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.audio-player audio {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: #444;
  height: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.audio-player audio::-webkit-media-controls-panel {
  display: none !important;
}

.audio-player audio::-webkit-media-controls-play-button,
.audio-player audio::-webkit-media-controls-volume-slider {
  display: none !important;
}

/* Visual fake buttons */
.audio-player .btn {
  width: 30px;
  height: 30px;
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.audio-player .btn:hover {
  background: #f39c12;
}

.audio-player .btn svg {
  fill: white;
  width: 16px;
  height: 16px;
  pointer-events: none;
} /* Naviqasiya */
    .nav {
      padding: 10px;
    }

    .nav a {
      font-size: 24px;
      color: #111;
      text-decoration: none;
    }

    /* Sol menyu */
    .side-menu {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1001;
      top: 0;
      left: 0;
      background-color: rgb(33 33 55 / 48%);
      overflow-x: hidden;
      transition: 0.2s;
      padding-top: 4px;
      backdrop-filter: blur(5px);
    }

    .side-menu a {
    padding: 10px;
    width: 90%;
    margin: 3px;
    display: block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: #d3d3d30d;
    border: 1px solid #d3d3d31a;
    }

    .side-menu a:hover {
      background-color: rgba(255, 255, 255, 0.1);
    }

    .side-menu .close-btn {
      position: absolute;
      top: 20px;
      right: 25px;
      font-size: 30px;
    }

    /* Blur fon */
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(4px);
      z-index: 1000;
      display: none;
    }

    /* Aktiv blur */
    .overlay.active {
      display: block;
    }

    /* Main content (test üçün) */
      .content.blurred {
      filter: blur(5px) brightness(0.6);
      pointer-events: none;
    }.click-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1000;
      background: #0000007d;
      display: none;
    }  .click-overlay.active {
      display: block;
    }.flexSidebar{
display: flex
;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;

	}.sidrEmpty{
padding: 10px;
    width: 90%;
    margin: 3px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #d3d3d30d;
    border: 1px solid #d3d3d31a;
	} .abbasoffSideMenubadge {
    background: #5ce5ff5c;
    color: white;
    font-size: 10px;
    padding: 0px 8px;
    border-radius: 5px;
    border: 1px solid #47474763;
    margin-left: auto;
}.menuBadgeFlex{
	display: flex
;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}.sidebarProfile{
	
	    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}.sidebarNewA{
	
    padding: 2px;
    width: 88%;

}.siderbardivider{
	background: #ffffff08;
    width: 99%;
    margin-top: 3px;
    margin-bottom: 3px;
    border-top: 1px solid #d3d3d312;
}
 
.balanceMenuSidebar{
    padding: 2px;
    width: 96%;
    margin: 3px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: #d3d3d30d;
  
	display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}.balanceSpan{
	padding: 3px 5px;
    background: #d3d3d31c;
    width: 25%;
    border-radius: 4px;
    text-align: center;
	margin:2px;
}.altMenuSidebar{
	bottom: 1px;
    text-align: center;
    position: absolute;
    padding: 10px;
    background: #ffffff0f;
    width: 95%;
    color: white;
}.balanceSpan:hover i {
	color: yellow;
	transition: color 0.3s;
}.msg-wrapper {
    position: relative;
    text-align: left; /* Default, sağ üçün override edəcəyik */
    margin: 5px;
}

.msg-wrapper.right {
    text-align: right;
}

.msg-bubble {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    max-width: 75%;
    
    font-size: 14px;
}

/* Sol tərəf üçbucaq (göndərən deyil, alan mesaj üçün) */
.msg-wrapper.left .msg-bubble::before {
	
	
       content: '';
    position: absolute;
    left: -11px;
    bottom: 1px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #eeeeee transparent transparent;
}

/* Sağ tərəf üçbucaq (göndərən mesaj üçün) */
.msg-wrapper.right .msg-bubble::before {
 content: '';
    position: absolute;
    right: -10px;
    bottom: 1px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #dcf8c6;
}
.msg-bubble:target {
	
	border:2px solid red;
 

}
.messagesStyle{
	padding: 3px;
                border-radius: 10px;
                background: var(--bgMessage);
                background-size: auto;
                background-blend-mode: screen;
}.messageMe{
	background: var(--meColor);
}.messageYou{
	background: var(--youColor);
}.messageRelpyed{
	padding:4px;
	background:var(--replyedMessage);
	font-size:11px; border-left:3px solid #999;
	
}


div.offline-indicator {
display: inline-block;
    width: 10px;
    position: absolute;
    height: 10px;
    margin-right: 0px;
    background-color: crimson;
    border-radius: 50%;
    top: 0px;
    left: 0px;
}
span.offline-blink {
display: block;
    width: 10px;
    height: 10px;
    background-color: crimson;
    opacity: 0.7;
    border-radius: 50%;
    animation: blink 1s linear infinite;
}

div.online-indicator {
display: inline-block;
    width: 10px;
    position: absolute;
    height: 10px;
    margin-right: 0px;
    background-color: #0fcc45;
    border-radius: 50%;
    top: 0px;
    left: 0px;
}
span.blink {
display: block;
    width: 10px;
    height: 10px;
    background-color: #0fcc45;
    opacity: 0.7;
    border-radius: 50%;
    animation: blink 1s linear infinite;
}

@keyframes blink {
  100% { transform: scale(2, 2); 
          opacity: 0;
        }
}.user__status {
    position: relative;
    padding: 5px 10px 6px;
    margin-bottom: 12px;
    font-size: 12px;
    font-style: italic;
    line-height: 1.25;
    color: #818181;
    background-color: #fff;
    border: 1px solid #fbdfa9;
    border-radius: 5px;
    z-index: 10;
} .user__status__tail {
    width: 18px;
    height: 8px;
    bottom: auto;
    top: -8px;
    left: 70px;
    background-position: -68px -111px;
}
.user__status__tail {
    display: block;
    position: absolute;
    right: 130px;
    bottom: -10px;
    width: 21px;
    height: 10px;
    background: url(../icon/new_icons-ead98b5c09a8370393cff9f65b14ff17.png) -145px -121px no-repeat;
}.user__status__text {
    margin: 12px 0 0;
    width: 100%;
    border: 0;
}#usersTable_wrapper {
  overflow-x: auto !important;
}.dataTables_wrapper {
  overflow-x: auto !important;
}.bttns{
	    cursor: pointer;
    display: inline-block;
    padding: 2px 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 5px;
    background: #eee;
    border: 1px solid #d3d3d3;
    color: #444;
    border-radius: 5px;
}.descr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.descr ul li {
  position: relative;
  margin: 6px 0;
  padding: 6px 8px 6px 24px;   /* solda marker üçün boşluq */
  background: #fdfdfd;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  transition: background-color .2s ease, box-shadow .2s ease;
}

/* Marker (dairə) */
.descr ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #31ed14;         /* açıq mavi nöqtə */
}

/* Hover effekti */
.descr ul li:hover {
  background: #f7faff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* İç-içə listlər */
.descr ul ul {
  margin-top: 4px;
  margin-left: 8px;
  padding-left: 12px;
  border-left: 2px solid #e5e7eb;
}

.descr ul ul li {
  background: #fafafa;
  border: 1px solid #ececec;
  padding: 5px 6px 5px 20px;
  border-radius: 4px;
}

.descr ul ul li::before {
  background: #38b000;  /* alt səviyyə üçün yaşıl marker */
}

/* Kompakt variant: border və fon olmadan */
.descr.descr--compact ul li {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 4px 0 4px 20px;
}.template-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.template-box-container {
    position: relative;
}

.template-box {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

/* Sil düyməsi */
.delete-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
}

.delete-btn:hover {
    background: red;
}