/* start Css notes
    background: #40ffd5d6;

		background: linear-gradient(to right, #000000, #0a0d19);
	background: url(../img/background.png);
	background: url(../img/background.png) -webkit-linear-gradient(left, #ff8d8d, #ff4747);
	background: url(../img/background.png) -moz-linear-gradient(left, #ff8d8d, #ff4747);
	background: url(../img/background.png) -o-linear-gradient(left, #ff8d8d, #ff4747);
	background: url(../img/background.png) linear-gradient(to right, #ff8d8d, #ff4747);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.05);

end Css notes */

/*
	style name : iTraidnt,
	script : vBulletin >= v3.8.11,
	version : v1,
	author : Amjad albahnasi (ROMYO),
	website : http://www.devnars.com/,
	lisence : v1 completed to traidnt.net & devnars.com (GPL).
*/

/** Site Css **/
/** Start Css **/
@import url('https://fonts.googleapis.com/css?family=Tajawal:400,500&display=swap');

*:focus {
    outline: none;
	text-decoration: none;
}

*:active {
    outline: none;
	text-decoration: none;
}

*, *:before, *:after {
 	box-sizing: inherit;
}

::selection {
    color: #ffffff;
    background: rgba(235, 47, 91, 0.47);
}

html {
	box-sizing: border-box;
	transition: .5s;
}

body {
	direction: rtl;
	transition: .1s;
	font-weight: 500;
	background-color: #f0f6ff !important;
	font-family: 'Tajawal', sans-serif;
}

p { 
	text-align: right;
    font-weight: 500;
	color: #7493c1;
}

a {
	text-decoration: none!important;
}

select {
   -webkit-appearance: none; 
   -moz-appearance: none;
   -o-appearance: none;
   appearance: none;       /* remove default arrow */
}

select option {
	font-weight: 500!important;
	color: #788db4!important;
}

select option:hover {
	background-color: #eee;
	font-weight: 500!important;
	color: #788db4!important;
}

select option optgroup {color: #eee;}


.tooltip {font-size: 11px;}

header {
background: -webkit-linear-gradient(left, #e6e6e6 0%, #ffffff 100%);
background: -moz-linear-gradient(left, #e6e6e6 0%, #ffffff 100%);
background: -o-linear-gradient(left, #e6e6e6 0%, #ffffff 100%);
background: linear-gradient(to right, #e6e6e6 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8cae',endColorstr='#ff63b1',GradientType=1 );
    padding: 10px;
    height: 80px;
    width: 100%;
    font-family: Cerebri Sans;
}

header .logo {
    position: relative;
    top: -6px;
}

header .logo img{
	max-width: 209px;
}

.sub {
	text-align: right;
	font-weight: 500;
	padding: 10px;
	width: 100%;
    height: 60px;
    background: #fff;
	color: #788db4;
    box-shadow: 0 1px 1px 1px rgba(18,106,211,.08);
}

.sub ul {margin: 0;padding: 0;}

.sub ul li {
	list-style: none;
	border-right: 1px solid #eee;
	display:inline-block;
}

.sub ul li:first-child {
	border-right: none;
}

.sub ul li a {
	text-decoration: none;
	color: #788db4;
	opacity: 0.8;
    padding: 10px 15px;
	display: block;
	transition: .3s;
}

.sub ul li a .alert{
	position: absolute;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(218, 65, 68);
    padding: 5px;
    transition: .3s;
}

.sub ul li a:hover{
    opacity: 1;
    transition: .3s;
    border-bottom: 3px solid rgb(242, 216, 229);
    padding-bottom: 15px;
}

.sub ul li a:active{
	opacity: 0.5;
    transition: .3s;
    border-bottom: 3px solid rgb(236, 190, 216);
    padding-bottom: 15px;
}

.sub ul li img {
    position: relative;
    top: -16px;
    border-radius: 90px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: -26px;
}



.search {
/*   width: 290px;*/
   display: block;
   margin: 0 auto;
	cursor: pointer;
   font-size: 16px;
}
.search i {
   font-size: 25px;
   margin-right: 10px;
   position: relative;
   top: 5px;
}

.search img {max-width: 50px;}
.search input::placeholder {
   font-weight: 500;
   font-size: 14px;
}

.search input {
    border: 0;
    border-bottom: 3px solid #ff8bae73;
    width: 80px;
    color: #6f87ab;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    background:transparent;
    padding: 13px 4px 5px 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	cursor: pointer;
  	transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
}

.search input:focus {
  	outline: 0;
 	border-bottom: 3px solid #98f7f7;
  	width: 200px;
  	font-size: 21px;
}

.search input:focus ~ .search img{
  	transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
	transform: rotate(360deg);
}

/** modals **/
.modalprofile {
	padding: 10px;
    background: -webkit-linear-gradient(153deg, #9b42a5 0%, #4a7fc3 100%);
    background: -moz-linear-gradient(153deg, #9b42a5 0%, #4a7fc3 100%);
    background: -o-linear-gradient(153deg, #9b42a5 0%, #4a7fc3 100%);
    background: linear-gradient(153deg, #9b42a5 0%, #4a7fc3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b42a5',endColorstr='#4a7fc3',GradientType=1 );
}
.modalprofile img {
	max-height: 100px;
	max-width: 100px;
	min-height: 100px;
	min-width: 100px;
    border-radius: 75%;
}
/** modals **/

.carditraidnt {
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    margin-bottom: 1.875rem;
    transition: all .3s ease;
    border-radius: .25rem;
}

.card {
    background-color: #fff;
    background-clip: border-box;
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    margin-bottom: 1.875rem;
    transition: all .3s ease;
    border-radius: .25rem;
}

.card .formtit{
	text-align: center;
    padding: 10px;
	margin-bottom: 10px;
    border-bottom: 2px solid #deeafc69;
    background-color: #d4e3f9;
}

.card .formtit a {
	text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #7496c5;
    text-shadow: 1px 1px 1px #fff;
}

.card .formtit .itr {
	text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #7496c5;
    text-shadow: 1px 1px 1px #fff;
}

.card .cbx {
    position: relative;
    display: block;
    background: #f0f6ff;
    border-radius: .25rem;
    padding: 10px 10px;
    margin: 10px 10px 14px 10px;
    cursor: pointer;
}

.cardvisitor {
	position: relative;
	background: -webkit-linear-gradient(left, #e16bae 0%, #f2bd62 100%);
	background: -moz-linear-gradient(left, #e16bae 0%, #f2bd62 100%);
	background: -o-linear-gradient(left, #e16bae 0%, #f2bd62 100%);
	background: linear-gradient(to right, #f2bd62 0%, #e16bae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bd62',endColorstr='#e16bae',GradientType=1 );
    background-color: #fff;
    background-clip: border-box;
	box-shadow: 0 10px 40px 0 rgba(225, 108, 174, 0.29), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    margin-bottom: 1.875rem;
    transition: all .3s ease;
    border-radius: .25rem;
}

.cardvisitor a {
	color: #fff;
	text-decoration: none;
}

.cardvisimg {
	max-width: 254px;
	position: absolute;
	top: -61px;
	right: 40px;
}

/*#romyo {pointer-events: none;}*/

.dropuserprofile {
	position: relative;
	z-index: 10000;
}

.dropuserprofileactive {
	z-index: 10000;
	position: absolute;
	background-color: #fff;
	display: none;
}

.dropuserprofile:hover .dropuserprofileactive {
	display: block;
}

.subcard-left {
    position: relative;
    display: block;
    background: #f0f6ff;
    border-radius: .25rem;
    padding: 10px 10px;
    margin: 10px 10px 14px 10px;
    cursor: pointer;
}

.subcard-left-ava {
	padding: 5px;
	margin-left: 10px;
	border-radius: .25rem;
	background-color: #fff;
	overflow: hidden;
	opacity: 0.5;
	transition: .3s;
}

.subcard-left-ava img {
    min-height: 50px;
    min-width: 50px;
    max-height: 50px;
    max-width: 50px;
    border-bottom-right-radius: 25px;
	transition: .3s;
}

.subcard-left:hover .subcard-left-ava img,.subcard-left:hover .subcard-left-ava {
    border-bottom-right-radius: 0px;
	opacity: 1;
	transition: .3s;	
}

.titlesub a {
    font-size: 15px;
	display: block;
    color: #6689bd;
    opacity: 0.5;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.usersub {
	text-align: right;
    font-size: 15px;
	display: block;
    color: #6689bd;
    opacity: 0.5;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.usersub a {
	text-decoration: none;
}

.timesub {
    position: absolute;
    left: -6px;
    text-align: left;
    bottom: -1px;
    font-weight: 500;
    font-size: 11px;
    padding: 4px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 14px;
    background-color: #fff;
    color: #9ab4da;
	opacity: 0.5;
    transition: .3s;
}

.timehove {transition: .3s;display: none;}

.subcard-left:hover .titlesub a {opacity: 1;transition: .3s;}
.subcard-left:hover .timesub  {opacity: 1;box-shadow: 10px -4px 8px -4px #91acd41a;transition: .3s;}
.subcard-left:hover .timehove  {display: inline-block;transition: .3s;}

.subcard-right {
    display: block;
    background: #f0f6ff;
    padding: 10px;
    margin: 2px 10px;
}

.subcard-right a {
	text-decoration: none;
	font-weight: 600;
	color: #788db4;
	display: block;
	opacity: 0.8;
    transition: .3s;
}

.subcard-right a:hover {
	opacity: 1;
    transition: .3s;
	
}

.subcard-right-ico {
	color: #93a3c38a;
    font-size: 50px;
    padding-top: 5px;
    padding-right: 8px;
}

.subcard-right-tit {
	font-size: 13px;
	color: #91acd4;
}

.subcard-right-des {
    margin-right: 5px;
    padding: 3px 5px;
    font-size: 10px;
    color: #fff;
    background-color: #91acd4;
    border-radius: .25rem;
}

.cardtool {
	position: absolute;
	left: 0;
	bottom: 0;
}

.cardtool .edit a {
    position: absolute;
    left: -55px;
    bottom: 0;
    padding: 12px 15px;
    border-radius: 50%;
    background-color: #6ec1a9;
    color: #fff;
    text-decoration: none;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgb(110, 228, 194), 0 2px 9px 0 rgb(99, 149, 224);
    border: none;
    transition: .2s;
}

.cardtool .edit a:hover {
	bottom: 5px;
	transition: .2s;
}

.cardtool .edit a:active {
	opacity: 0.5;
	bottom: -2px;
	transition: .2s;
}


.cardtool .repcard a {
    position: absolute;
    left: -55px;
    bottom: 56px;
    padding: 12px 15px;
    border-radius: 50%;
    background-color: #6e88c1;
    color: #fff;
    text-decoration: none;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgb(110, 136, 193), 0 2px 9px 0 rgb(140, 172, 241);
    border: none;
    transition: .2s;
}

.cardtool .repcard a:hover {
    bottom: 61px;
	transition: .2s;
}

.cardtool .repcard a:active {
	opacity: 0.5;
    bottom: 59px;
	transition: .2s;
}

.cardtool .admcard a {
    position: absolute;
    left: -55px;
    bottom: 114px;
    padding: 12px 15px;
    border-radius: 50%;
    background-color: #ea3b3b;
    color: #fff;
    text-decoration: none;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgb(234, 59, 59), 0 2px 9px 0 rgb(255, 117, 117);
    border: none;
    transition: .2s;
}

.cardtool .admcard a:hover {
    bottom: 119px;
	transition: .2s;
}

.cardtool .admcard a:active {
	opacity: 0.5;
    bottom: 117px;
	transition: .2s;
}

.isseenornot {
	position: absolute;
    bottom: 10px;
    left: 15px;
	
/*    color: #3690ff;*/
}

.isseen {
	position: absolute;
    bottom: 10px;
    left: 15px;
	color: #3690ff;
}

.visitor_message_body {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 6px 8px -7px #00000030;
    border-bottom-left-radius: 15px;
	min-width: 144px;
}

.visitor_message_body img {
 	max-width: 100%;
	height: auto;
    border: 1px solid #dadada;
    margin: 10px;
    padding: 10px;
	display: block;
}
/** user profile **/
.user-right {
    position: relative;
    display: block;
    background: #f0f6ff;
    border-radius: .25rem;
    padding: 10px 10px;
    margin: 10px 10px 14px 10px;
    cursor: pointer;
}

.userpostarrow {
    position: absolute;
    left: -9px;
    top: 3px;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #f0f6ff;
    border-style: solid solid solid none;
    border-top: 9px solid transparent;
    border-width: 9px;
    height: 0;
    margin-top: 5px;
    width: 0;
}

.usersignarrow {
    position: absolute;
    right: 15px;
    top: -17px;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #f0f6ff;
    border-style: solid solid solid none;
    border-top: 9px solid transparent;
    border-width: 9px;
    height: 0;
    margin-top: 5px;
    width: 0;
    transform: rotateZ(90deg);
}

.user-right-ava {
	padding: 5px;
	border-radius: .25rem;
	background-color: #fff;
	overflow: hidden;
	opacity: 0.5;
	transition: .3s;
}

.user-right-ava img {
    min-height: 80px;
    min-width: 80px;
    max-height: 80px;
    max-width: 80px;
    border-radius: .25rem;
    transition: .3s;
}

.user-right:hover .user-right-ava img,.user-right:hover .user-right-ava {
	transform: translateY(-1px);
	opacity: 1;
	transition: .3s;	
}

.userrank {}

.userrank span,.userrank i,.userrank svg {
	color: #f1bd87;
	font-size: 11px;
  -webkit-animation: rotatingrank 2s linear infinite;
  -moz-animation: rotatingrank 2s linear infinite;
  -ms-animation: rotatingrank 2s linear infinite;
  -o-animation: rotatingrank 2s linear infinite;
  animation: rotatingrank 2s linear infinite;
}

@-webkit-keyframes rotatingrank /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatingrank {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotatingrank {
  -webkit-animation: rotatingrank 2s linear infinite;
  -moz-animation: rotatingrank 2s linear infinite;
  -ms-animation: rotatingrank 2s linear infinite;
  -o-animation: rotatingrank 2s linear infinite;
  animation: rotatingrank 2s linear infinite;
}

.usersub span {font-size: 13px;}

.offpg {
    background-color: #ed184f!important;
    background-image: -webkit-linear-gradient(left, #fd5581, #fd8b55);
    background-image: -o-linear-gradient(left, #fd5581, #fd8b55);
    background-image: linear-gradient(to right, #fd5581, #fd8b55);
}

.onpg {
    background-color: #6fe040!important;
    background-image: -webkit-linear-gradient(left, #8be865, #96f96d);
    background-image: -o-linear-gradient(left, #8be865, #96f96d);
    background-image: linear-gradient(to right, #8be865, #96f96d);
}

.invpg {
    background-color: #757575!important;
    background-image: -webkit-linear-gradient(left, #888888, #b3b3b3);
    background-image: -o-linear-gradient(left, #888888, #b3b3b3);
    background-image: linear-gradient(to right, #888888, #b3b3b3);
}

.intro-banner-vdo-play-btn{
    height: 20px;
    width: 0px;
    bottom: -8px;
    position: absolute;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1;
    transform: scale(0.2);
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(0.2);
        transform:scale(0.2)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(0.8);
        transform:scale(0.6)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

/** user profile **/

/** user replay **/

.usereplaybg {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #7496c5;
    text-align: right;
    float: right;
    min-width: 270px;
    background-color: #fff;
    border-radius: 30px;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    padding: 60px 30px 16px 30px;
	transition: .3s;
	display: block;
}

.card div[align~=left],.card div[align~=center],.card div[align~=right],.card #text,.card dl,.card ol,.card ul,.card li{
	font-weight: 500;
    color: #7493c1;
}

.card .messagearea {
	font-weight: 500;
	color: #7493c1;
}

.usereplaybg .messagearea img::before {
	content: 'لعرض الصورة بالشكل الكامل';
	position: absolute;
	padding: 10px;
	background-color: #E55E60;
}

.usereplaybg .messagearea img {
	position: relative;
    max-width: 100%;
    height: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: .24rem;
    border: 10px solid #f0f6ff;
    opacity: 0.7;
	cursor: pointer;
    transition: .3s;
}

.usereplaybg .messagearea img:hover {
    max-width: 100%;
    height: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: .24rem;
    border: 10px solid #f0f6ff;	opacity: 1;
	transition: .3s;
}

.usereplaybg .messagearea .admincontroldele {
	font-weight: 500;
	color: #fff;
}

.usereplaybg .messagearea .admincontroldele a{
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}

.usereplay {
    position: absolute;
    top: -24px;
    right: -15px;
    background-color: #f0f6ff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
    box-shadow: 0 10px 40px 0 rgba(255, 255, 255, 0.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    transition: .3s;
}

.usereplay a {
	opacity: 0.5;
    max-width: 95px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.usereplay .usertit{
	font-size: 13px;
    color: #6689bd;
	opacity: 0.5;
}

.usereplay .usereplayavata img{
	opacity: 0.5;
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    border-radius: 5px;
    margin-left: 8px;
	transition: .3s;
}

.usereplaybg:hover .usereplay .usereplayavata img,.usereplay:hover .usereplayavata img{
	transform: translateY(-1px);
	opacity: 1;
	transition: .3s;
}

.replaytool {
    position: absolute;
	font-weight: 600;
    color: #7496c5;
    top: 10px;
    left: 24px;
	display: inline-flex;
}

.replaytool a{
	font-weight: 600;
    color: #7496c5;
}

.replaytool .timereply {
	border-left: 1px solid #d4e3f9;
}
/** user replay **/

.card50 {
/*    background-color: #a8dbff;*/
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    margin-bottom: 1.875rem;
    font-size: 22px;
    text-align: center;
    transition: all .3s ease;
    border-radius: .25rem;
	max-width: 32px;
	max-height: 32px;
	overflow: hidden;
}

.card50 img {
	width: 32px;
	height: 32px;
}

.card50 .card50im {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.replybutthred {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 77px;
    right: 20px;
    text-align: center;
    margin: -30px 0 0 -30px;
    padding: 1px 2px 0px 1px;
    border-radius: 100px;
	transition: .5s;
    z-index: 100;
}

.replybutthred i {
   color: #fff;
    line-height: 56px;
    font-size: 39px;
    margin: 1px 0px;
    position: relative;
    left: 1px;
    bottom: 0px;
}

.replybutthred .ripple {
	position: absolute;
	width: 160px;
	height: 160px;
	z-index: -1;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -80px 0 0 -80px;
	border-radius: 100px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite;
}

.replybutthred:active {opacity: 0.4; transition: .5s;}

@-webkit-keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.replybutthred .ripple:nth-child(2) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.replybutthred .ripple:nth-child(3) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.adminbutthred {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 177px;
    right: 20px;
    text-align: center;
    margin: -30px 0 0 -30px;
    padding: 1px 2px 0px 1px;
    border-radius: 100px;
	transition: .5s;
    z-index: 100;
}

.adminbutthred i {
   color: #fff;
    line-height: 56px;
    font-size: 39px;
    margin: 1px 0px;
    position: relative;
    left: 1px;
    bottom: 0px;
}

.adminbutthred .ripple {
	position: absolute;
	width: 160px;
	height: 160px;
	z-index: -1;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -80px 0 0 -80px;
	border-radius: 100px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite;
}

.adminbutthred:active {opacity: 0.4; transition: .5s;}

@-webkit-keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.adminbutthred .ripple:nth-child(2) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.adminbutthred .ripple:nth-child(3) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.ROMYObg {
    background-color: #ed184f !important;
    background-image: -webkit-linear-gradient(left, #f13ca0, #ffa331);
    background-image: -o-linear-gradient(left, #f13ca0, #ffa331);
    background-image: linear-gradient(to right, #f13ca0, #ffa331);
}

.ROMYObgad {
	background-color: #ba48ff !important;
	background-image: -webkit-linear-gradient(left, #5636fc, #ba48ff);
	background-image: -o-linear-gradient(left, #5636fc, #ba48ff);
	background-image: linear-gradient(to right, #5636fc, #ba48ff);
}


.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #FFE585;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #FFE585;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #FFE585;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #FFE585;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #FFE585;
    border-radius: .25rem;
}


.card .formtit .dropdown-menu {
	background-color: #fff!important;
    background-clip: border-box!important;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06)!important;
    border: none!important;
	text-align: right!important;
    border-radius: .25rem!important;
}

.card .formtit .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}

.card .formtit .dropdown-item.active, .dropdown-item:active{
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}

.card .formtit .dropdown-item:focus, .dropdown-item:hover {
    color: #6689bd;
    text-decoration: none;
    background-color: rgba(212,227,249,0.65);
}

.formtit .dropdown-item {font-size: 14px!important;}

.dropdown-menu {
	background-color: #fff!important;
    background-clip: border-box!important;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06)!important;
    border: none!important;
	text-align: right!important;
    border-radius: .25rem!important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active{
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #6689bd;
    text-decoration: none;
    background-color: rgba(212,227,249,0.65);
}

.dropdown-item {font-size: 14px!important;padding: .25rem 0.5rem!important;}

.dropdown-menu p,.dropdown-menu span{
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: #c5c5c5;
    text-shadow: 1px 1px 1px #fff;
}

.dropdown-item i,.dropdown-item svg {
    font-size: .9375rem;
    line-height: 1.5rem;
    min-width: 2.25rem;
}

.alert-attach {
    color: #7496c5!important;
    background-color: #f0f6ff!important;
    border-color: #d4e3f9!important;
}

.alert-attach a {
	text-decoration: none;
}

.alert-attach hr {
	border-top: 1px solid #c6d6eba6;
}

.qouteuser {
    position: relative;
    text-align: right;
    padding: 24px;
	font-size: 13px!important;
    background-color: #f0f6ff;
    color: #7496c5;
    font-weight: 500;
    max-width: 85%;
    margin: 0 auto;
    border-radius: 25px;
    border-top-left-radius: 0px;
    border: 6px solid #d4e3f985;
    box-shadow: 5px 5px 25px 1px #cee2ffb5;
    opacity: 0.6;
    transition: .3s;
}

.qouteuser:hover {
	opacity: 1;
	transition: .2s;
}

.qouteusertit {
    position: absolute;
    top: -22px;
    left: -6px;
    padding: 6px;
    font-size: 12px;
    background-color: #e0ebfc;
    color: #7496c5;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 500;
    border-radius: .24rem;
    display: inline-block;
    transition: .3s;
}

.qouteusertit .qouteusername {
    position: absolute;
    right:0;
    top: 5px;
	opacity:0;
	transition:.3s;
}

.qouteuser:hover .qouteusertit .qouteusername {
    position: absolute;
    top: 5px;
    right: -48px;
	opacity:1;
	transition:.3s;
}

.btn-warning {
    background-color: #ffd24c!important;
    border-color: #ffd24c!important;
	box-shadow: 0px 4px 13px -2px #ffc107;
	transition: .3s;
}

.btn-warning:hover {
	opacity: 0.6;
	box-shadow: none;
	transition: .3s;
}


.btn-log {
    background-color: #d4e3f9!important;
    border-color: #d4e3f9!important;
    box-shadow: 0px 4px 13px -2px #d4e3f963;
    color: #fff;
    font-weight: 500;
    transition: .3s;
}

.btn-log:hover {
	opacity: 0.6;
    color: #4b6994;
	box-shadow: none;
	transition: .3s;
}

.btn-bassic {
    color: #fff;
    background-color: #7899cc;
    border-color: #7899cc;
    font-weight: 500;
	transition: .3s;
}

.btn-bassic:hover {
    transition: .3s;
    color: #7899cc;
    background-color: transparent;
}

.btn-bassic:active {
    color: #fff;
    background-color: #7899cc;
    border-color: #7899cc;
    box-shadow: 0 0 0 0.2rem rgb(212, 227, 249);
	transition: .3s;
}

.btn-postdelt,.btn-postdelt:hover,.btn-postdelt:active,.btn-postdelt:visited,.btn-postdelt:valid {
	color: #7496c5;
	background-color: #f0f6ff;
	border-color: #f0f6ff;
	opacity: 0.8;
}


.progress-bar {
	background-color: #685ba3!important;
}

.btn-subsp {
	color: #7496c5 !important;
	background-color: #f0f6ff;
	border-color: #e2edfc;
	font-weight: 500;
	transition: .3s;
	text-shadow: 1px 1px 1px #fff;
}

.btn-subsp:hover {
    transition: .3s;
    color: #7899cc;
}

.btn-subsp:active {
    color: #fff;
    background-color: #7899cc;
    border-color: #7899cc;
    box-shadow: 0 0 0 0.2rem rgb(212, 227, 249);
	transition: .3s;
}
/*
.vbmenu_control,.vbmenu_popup,.vbmenu_hilite,.vbmenu_option,.vbmenu_popup .list_no_decoration {
    background-color: #fff!important;
    background-clip: border-box!important;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06)!important;
	border: 5px solid #fff1cf!important;
    text-align: right!important;
    border-radius: .25rem!important;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #7496c5;
    text-shadow: 1px 1px 1px #fff;
}
*/

.cursor {cursor: pointer!important;}
.vbeditoritraidnt ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    clear: both;
}

.vbeditoritraidnt ul li {
    list-style: none;
    float: right;
    display: inline-block;
    padding: 4px;
    margin-left: 2px;
}

.vbeditoritraidnt ul li div {
    list-style: none;
    float: right;
}

.alt_pickbutton {
	border-right: 0!important;
}

.vbmenu_popup {
/*    top: 317px!important;*/
    background-color: #fff!important;
    background-clip: border-box!important;
    text-align: right!important;
    border-radius: .25rem!important;
    text-decoration: none;
	clip: none!important;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06)!important;
    font-weight: 500;
    font-size: 16px;
    color: #7496c5;
    text-shadow: 1px 1px 1px #fff;
}

#inlinemodsel_menu {
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06)!important;
}

#inlinemodsel_menu ul {
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06)!important;
}

ul.vbmenu_popup li{
    padding: 5px;
}

textarea, #vB_Editor_001_iframe {
    overflow: auto;
    resize: vertical!important;
	-webkit-border: 6px dotted #d4e3f99e!important;
	-moz-border: 6px dotted #d4e3f99e!important;
	-o-border: 6px dotted #d4e3f99e!important;
	border: 6px dotted #d4e3f99e!important;
    font-weight: 500!important;
    padding: 15px 15px!important;
    width: 100%;
}
/** footer **/
footer {
	background-color: #ffffff69;
    padding: 10px 0px;
    width: 100%;
}

footer .logo {
    position: relative;
    top: -8px;
}

footer .logo img{
	max-width: 144px;
}


footer .sub {
	text-align: right;
	font-weight: 500;
	padding: 10px;
	width: 100%;
    height: 60px;
    background: #fff;
	color: #788db4;	
	box-shadow: none;
}

footer .sub ul {margin: 0;padding: 0;}

footer .sub ul li {
	list-style: none;
	border-right: 1px solid #eee;
	display:inline-block;
}

footer .sub ul li:first-child {
	border-right: none;
}

footer .sub ul li a {
	text-decoration: none;
	color: #788db4;
	opacity: 0.8;
    padding: 10px 15px;
	display: block;
	transition: .3s;
}

footer .sub ul li a .alert{
	position: absolute;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(218, 65, 68);
    padding: 5px;
    transition: .3s;
}

footer .sub ul li a:hover{
    opacity: 1;
    border-top: none;
    border-bottom: none;
    padding-bottom: none;
    transition: .3s;
}

footer .sub ul li a:active{
    opacity: 0.5;
    transition: .3s;
    border-top: none;
    border-bottom: none;
    padding-bottom: none;
}

footer .sub ul li img {
    position: relative;
    top: -16px;
    border-radius: 90px;
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-bottom: -26px;
}

.itrsocia {/** simple **/}

.itrsocia ul {
	padding:0;margin:0;
}

.itrsocia ul li {
    display: inline-block;
	margin: 20px;
    padding: 0;
}

.itrsocia .facebook a {
	color: #3b5998;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 0;
    background-color: #fff;
    border-radius: 15px;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    display: inline-block;
	transition: .3s;
}

.itrsocia .facebook a:hover {color: #fff;background-color:#3b5998;transform: scale(1.5);transition:.3s;}

.itrsocia .instagram a {
	color: #cb2e70;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 0;
    background: -webkit-linear-gradient(-228deg, #fff 0%, #fff 100%);
    background: -moz-linear-gradient(-228deg, #fff 0%, #fff 100%);
    background: -o-linear-gradient(-228deg, #fff 0%, #fff 100%);
    background: linear-gradient(-228deg, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#fff',GradientType=1 );
    border-radius: 15px;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    display: inline-block;
	transition: .3s;
}

.itrsocia .instagram a:hover {
	color: #fff;
    background: -webkit-linear-gradient(-228deg, #cc1dbe 0%, #f09409 100%);
    background: -moz-linear-gradient(-228deg, #cc1dbe 0%, #f09409 100%);
    background: -o-linear-gradient(-228deg, #cc1dbe 0%, #f09409 100%);
    background: linear-gradient(-228deg, #f09409 0%, #cc1dbe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1dbe',endColorstr='#f09409',GradientType=1 );
	transform: scale(1.5);transition:.3s;}

.itrsocia .twitter a {
	color: #33ccff;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 0;
    background-color: #fff;
    border-radius: 15px;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    display: inline-block;
	transition: .3s;
}

.itrsocia .twitter a:hover {color: #fff;background-color:#33ccff;transform: scale(1.5);transition:.3s;}

.itrsocia .youtube a {
	color: #e23a25;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 0;
    background-color: #fff;
    border-radius: 15px;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    display: inline-block;
	transition: .3s;
}

.itrsocia .youtube a:hover {color: #fff;background-color:#e23a25;transform: scale(1.5);transition:.3s;}
/** footer **/

/** usercp **/

.stickytraid {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  top: 20px;
}

.cardcp {
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    margin-bottom: 1.875rem;
    transition: all .3s ease;
    border-radius: .25rem;
}

.cardcp a{
    color: #788db4;
	text-decoration: none;
}

.cptit{
    text-decoration: none;
    color: #7496c5;
	font-weight: 600;
    text-shadow: 1px 1px 1px #fff;
	text-align: center;
    background-color: #d4e3f9;
}

.cardcp .usercardcp {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #eee;
	background: -webkit-linear-gradient(153deg, #9b42a5 0%, #4a7fc3 100%);
	background: -moz-linear-gradient(153deg, #9b42a5 0%, #4a7fc3 100%);
	background: -o-linear-gradient(153deg, #9b42a5 0%, #4a7fc3 100%);
	background: linear-gradient(153deg, #9b42a5 0%, #4a7fc3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b42a5',endColorstr='#4a7fc3',GradientType=1 );
}

.cardcp .usercardcp img{
	max-width: 100px;
	min-width: 100px;
	max-height: 100px;
	min-height: 100px;
}

.cardcp .usercardcp:hover .onhov {
	transition: .3s;
	opacity: 1;
}

.cardcp .usercardcp .onhov {
    position: absolute;
    color: #ffffff;
    text-shadow: -1px 2px 1px #443c7e;
    border-radius: 50%;
    font-size: 23px;
    bottom: 64px;
    z-index: 2;
	transition: .3s;
	opacity: 0;
}

.cardcp .usercardlist {}

.cardcp .usercardlist i {
    font-size: .9375rem;
    line-height: 1.5rem;
    min-width: 2.25rem;
	color: #b1caf0;
}

.cardcp .usercardlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cardcp .usercardlist ul li{}

.cardcp .usercardlist ul li a{
	font-weight: 500;
    display: block;
    padding: 20px 39px;
    border-bottom:1px solid #b1caf033 !important;
	transition: .3s;
}

.cardcp .usercardlist ul li a:hover{
    opacity: 0.6;
    border-right: 3px solid #4e7cc1;
    background-color: #6c5ea708;
    transition: .1s;
}

.cardcp .usercardlist .exit a{
	font-weight: 500;
    display: block;
    padding: 20px 39px;
	color: #fff;
    background-color: #ff6969;
	transition: .3s;
}

.cardcp .usercardlist .exit a:hover{
	font-weight: 500;
    display: block;
    opacity: 0.6;
    border-right: 3px solid #fff;
    background-color: #ff6969;
    transition: .1s;
}

.cardcp .usercardlist .exit i{
    font-size: .9375rem;
    line-height: 1.5rem;
    min-width: 2.25rem;
	color: #fff;
}

.cardcp .form-check-label {
	padding: 7px;
	background-color: #fff;
	color: #7094ba;
	box-shadow: 0px 0px 22px -10px #b1b1b1;
	-webkit-box-shadow: 0px 0px 22px -10px #b1b1b1;
	-moz-box-shadow: 0px 0px 22px -10px #b1b1b1;
	-ms-box-shadow: 0px 0px 22px -10px #b1b1b1;
	-o-box-shadow: 0px 0px 22px -10px #b1b1b1;
}

.cardcp .cardcpavata img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
    border-radius: 50%;
    border: 6px solid #e9f1fe;
    box-shadow: 0px 10px 24px -7px #86868642;
}

.cardmembertraul {

}

.cardmembertra .username input[type="checkbox"]:checked{
    visibility:hidden;
	display: none;
}

.cardmembertra .username img {
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
    border-radius: 50%;
    border: 6px solid #e9f1fe;
    box-shadow: 0px 10px 24px -7px #86868642;
}

.cardmembertra {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 30px -10px #aecdff;
    margin: 8px;
}

.cardmesgcp {
    background-color: transparent;
    background-clip: border-box;
    border: none;
    transition: all .3s ease;
    border-radius: .25rem;
}

.cardmesgcp a{
    color: #788db4;
	text-decoration: none;
}

.cardmesgcp .cardmsgprof img {
	max-width: 100px;
	min-width: 100px;
	max-height: 100px;
	min-height: 100px;
	border-radius: 50%;
	border: 4px solid #eef4ff;
	margin-left: 4px;
	border-bottom-right-radius: 10px;
	transition: .3s;
}

.dispmsg .cardcp {
	cursor: pointer;
	opacity: 0.8;
	transition: .3s;
}

.dispmsg .cardcp:hover {
	opacity: 1;
	transform: translateY(-6px);
	transition: .3s;
}

.dispmsg .cardcp:hover .cardmsgprof img {
	border-bottom-right-radius: 50%;
	transition: .3s;
}

.cardmesgcp .titmsg {
	margin-right: 4px;
	margin-top: 20px;
}

/** usercp **/

/** userprofile **/
.userprofilemember {
	padding-top: 20px;
	text-align: center;
	height: 100%;
	position: relative;
	background: -webkit-linear-gradient(bottom, #6558a0 0%, #443c7e 100%);
	background: -moz-linear-gradient(bottom, #6558a0 0%, #443c7e 100%);
	background: -o-linear-gradient(bottom, #6558a0 0%, #443c7e 100%);
	background: linear-gradient(to bottom, #6558a0 0%, #443c7e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#443c7e',endColorstr='#6558a0',GradientType=1 );
	color: #fff;
}

.userprofilemember .userprofilepicture img{
    border-radius: 50%;
    border: 5px solid #fff;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    box-shadow: 0px 5px 16px 2px #5982a12e;
}

.userprofilename {
	margin-top: 5px;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
}

.userprofilename span {
    display: block;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 8px;
}

.userprofilename span::after {
	content: '@';
	font-size: 25px;
	line-height: 0;
	color: #fffc;
	text-shadow: 0px 1px 1px #000000;
}

.userprofilebio {
	text-align: center;
    width: 50%;
    margin: 0 auto;
}

.userporiflenumbers {
    margin-top: 15px;
    border-top: 1px solid #d2d2d28f;
    border-bottom: 1px solid #d2d2d28f;
}

/** message profile **/
.progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #d6e2f5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #81ce97 ;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #9753a7;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #FF6969;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.9130434783px/2);
  top: calc(50% - 173.9130434783px/2);
  width: 173.9130434783px;
  height: 173.9130434783px;
  background: #e7f1fe;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: inline-block;
  font-size: 2.6em;
  font-weight: bold;
  color: #788DB4;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 50px auto 0;
}

.xprogress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.xprogress-pie-chart .xgt-50 {
  background-color: #78f0b0 ;
}

.xppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.xppc-progress .xppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #81CE97;
  transform: rotate(60deg);
}
.xgt-50 .xppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.xgt-50 .xppc-progress .xppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #FF6969;
}

.xppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.9130434783px/2);
  top: calc(50% - 173.9130434783px/2);
  width: 173.9130434783px;
  height: 173.9130434783px;
  background: #e7f1fe;
  text-align: center;
  display: table;
}
.xppc-percents span {
  display: inline-block;
  font-size: 2.6em;
  font-weight: bold;
  color: #788DB4;
}

.xpcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.xprogress-pie-chart {
  margin: 50px auto 0;
}

.alertstandby a {
	color: #674600;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.8;
	transition: .5s;
}

.alertstandby a:hover {
	opacity: 1;
	transition: .5s;
}
/** message profile **/
/** userprofile **/










/** iTraidnt system adb **/

@keyframes square {
  0% {
    transform: translateY(0) scale(1.5) rotate(0);
    opacity: 1
  }
  100% {
    transform: translateY(-600px) scale(1) rotate(-200deg);
    opacity: 0
  }
}
.itraidntsys-particles i {
  font-size: 4em;
  font-weight: 400;
  position: absolute;
  bottom: -100px;
  animation: square 10s infinite;
}
.itraidntsys-particles i:nth-child(6),
.itraidntsys-particles i:nth-child(4),
.itraidntsys-particles i:nth-child(11),
.itraidntsys-particles i:nth-child(8) {
  font-size: 3em;
}
.itraidntsys-particles i:nth-child(2),
.itraidntsys-particles i:nth-child(3),
.itraidntsys-particles i:nth-child(10) {
  font-size: 2em;
}
.itraidntsys-particles i {
  animation-duration: 16s;
}
.itraidntsys-particles i:nth-child(1) {
  left: 15%;
}
.itraidntsys-particles i:nth-child(2) {
  left: 24%;
  animation-duration: 8s
}
.itraidntsys-particles i:nth-child(3) {
  left: 50%;
  animation-delay: 5s
}
.itraidntsys-particles i:nth-child(4) {
  left: 40%;
  animation-delay: 7s;
  animation-duration: 15s
}
.itraidntsys-particles i:nth-child(5) {
  left: 36%;
  animation-delay: 6s
}
.itraidntsys-particles i:nth-child(6) {
  left: 44%;
  animation-delay: 10s;
  animation-duration: 20s
}
.itraidntsys-particles i:nth-child(7) {
  left: 58%;
  animation-delay: 2s;
  animation-duration: 18s
}
.itraidntsys-particles i:nth-child(8) {
  left: 45%;
  animation-duration: 14s
}
.itraidntsys-particles i:nth-child(9) {
  left: 66%;
  animation-delay: 3s;
  animation-duration: 12s
}
.itraidntsys-particles i:nth-child(10) {
  left: 74%;
  animation-duration: 25s
}
.itraidntsys-particles i:nth-child(11) {
  left: 80%;
  animation-delay: 4s
}
body.ab-is-detected {
  overflow: hidden !important;
}
#itraidntsys {
  display: none;
}
#itraidntsys.is-detected {
  display: block;
}
@keyframes itraidntsysfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#itraidntsys {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  animation: itraidntsysfade .3s;
  z-index: 99999;
}

.itraidntsys-position {
  z-index: 900;
}
.itraidntsys-title {
  font-weight: 600;
  margin: 0;
  margin-bottom: .5em;
}

.itraidntsys-text {
  margin: 0;
  font-weight: 500;
}

.itraidntsys-reload {
  text-decoration: none;
  display: inline-block;
  margin-top: 2em;
  font-weight: 500;
  transition: transform .3s;
}

.itraidntsys-reload:hover {
  transform: scale(1.05);
}

.itraidntsys-container img {
  max-width: 100%;
  margin-bottom: 1em;
  object-fit: cover;
}

/*
=> start custome css for the system <=
*/

#itraidntsys {
    background: -webkit-linear-gradient(left, #adc1f7 0%, #d4e3f9cf 100%);
    background: -o-linear-gradient(left, #adc1f7 0%, #d4e3f9cf 100%);
    background: linear-gradient(to right, #d4e3f9cf 0%, #adc1f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e3f9cf',endColorstr='#adc1f7',GradientType=1 );
}
.itraidntsys-particles i {
  color: rgba(68, 108, 214, 0.41); /*color particulas*/
}
/* Animacion (daneden.github.io/animate.css/)
-----------------------------------------*/
.itraidntsys-container {
  z-index: 1;
  animation: bounceIn 1s; /*nombre y duracion*/
}
.itraidntsys-container a{
  text-decoration: none;
  color: #fff;
}
/* Cuerpo
-----------------------------------------*/
.itraidntsys-container {
  position: relative;
  padding: 3.2em; /*naruto(relleno)*/
  width: 100%; /*ancho maximo*/
  background-color: #fff; /*fondo*/
  box-shadow: 0 2px 6px rgba(173, 193, 247, 0.74), 0 10px 20px rgba(174, 194, 247, 0.36); /*sombra*/
  text-align: center; /*aliniacion del texto*/
  line-height: 1.5; /*interlineado*/
  border-radius: 10px; /*bordes redondeados*/
  color: #37474F;
}
.itraidntsys-title {
  color: #6d86c7;
  font-size: 1.6em; /*tamaño fuente*/
}
.itraidntsys-text {
  font-size: 1.2em; /*tamaño fuente*/
}
/* Boton Recargar
-----------------------------------------*/
.itraidntsys-reload {
  box-shadow: rgba(139, 170, 255, 0.64) 0 3px 13px 1px;
  color: #fff;    
  padding: 1em 1.5em;
  background: #728eda;
  border-radius: 3px;
}

.itraidntsys-reload a{
  text-decoration: none;
  color: #fff;
}
/* Imagen
-----------------------------------------*/
.itraidntsys-container img {
  max-height: 200px; /*altura maxima*/
}


/** iTraidnt system adb **/

/** page loader **/
#loader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #f0f6ff;
}
.load-three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 80px;
  margin-left: -40px;
  margin-top: -10px;
}
.load-three-bounce .load-child {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #5c7db0 0%, #5c7db0  100%);
  background: -o-linear-gradient(left, #5c7db0 0%, #5c7db0  100%);
  background: linear-gradient(to right, #5c7db0 0%, #5c7db0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7db0',endColorstr='#5c7db0',GradientType=1 );  animation: load-three-bounce 1.4s ease-in-out 0s infinite both;
}
.load-three-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.load-three-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes load-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: sacle(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes load-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: sacle(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes load-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: sacle(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes load-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: sacle(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/** page loader **/

/** addons mods **/
.guestlogmod {text-align: center;}

.guestlogmod input[type="checkbox"] {
  opacity: 0;
}

.guestlogmod .tick_label {
    width: 100px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 0 0px 6px #d4e3f9bf;
    display: block;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    transition: 0.5s ease;
    perspective: 1000;
    margin: 0 auto;
    cursor: pointer;
}
.guestlogmod .tick_label:before {
    content: "";
    width: 27px;
    height: 27px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    transition: 0.4s;
    left: 0px;
    top: 0;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.guestlogmod input[type="checkbox"]:checked + label {
  background-color: #7ee67e;
}

.guestlogmod input:checked + .tick_label:before {
  left: 75px;
}

.guestlogmod input[type="text"]::placeholder {
    font-weight: 500;
	font-size: 12px;
	color: #CFCFCF;
    transition: .3s;
}

.guestlogmod input[type="text"]:focus {
    background-color: #acc4e8a8;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px #0000002b;
    transition: .3s;
}

.guestlogmod input[type="text"]:focus::placeholder {
	opacity: 0;
	font-size: 12px;
	font-weight: 500;
	transition: .3s;
}

.guestlogmod input[type="password"]::placeholder {
    font-weight: 500;
	color: #CFCFCF;
	font-size: 12px;
    transition: .3s;
}

.guestlogmod input[type="password"]:focus {
    background-color: #acc4e8a8;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px #0000002b;
    transition: .3s;
}

.guestlogmod input[type="password"]:focus::placeholder {
	opacity: 0;
	font-size: 12px;
    font-weight: 500;
	transition: .3s;
}

.guestlogmod .form-control {
    background-clip: border-box;
    font-weight: 500;
	color: #627a9c;
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    transition: .3s;
}

.guestlogmod .form-control::placeholder {
    font-weight: 500;
	color: #CFCFCF;
	font-size: 12px;
}
.regmoditraidnt img {
	max-height: 16px!important;
	max-width: 16px!important;
}

.anonote {
    position: relative;
    display: block;
    background: #f0f6ff;
    border-radius: .25rem;
    padding: 10px 10px;
    margin: 10px 10px 14px 10px;
	opacity: 0.5;
    cursor: pointer;
	transition: .3s;
}
.anonote:hover {opacity: 1;transition: .3s;}

.threaditraidntmanager input[type="checkbox"] {
  opacity: 0;
}

.threaditraidntmanager .tick_label {
    width: 100px;
    height: 30px;
    background-color: #f0f6ff;
    box-shadow: 0 0 0px 6px #d4e3f9bf;
    display: block;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    transition: 0.5s ease;
    perspective: 1000;
/*    zoom: 40%;*/
    margin: 0 auto;
    cursor: pointer;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform-origin: 16% -17px;
}
.threaditraidntmanager .tick_label:before {
    content: "";
    width: 27px;
    height: 27px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    transition: 0.4s;
    left: 0px;
    top: 0;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.threaditraidntmanager input[type="checkbox"]:checked + label {
  background-color: #7ee67e;
}

.threaditraidntmanager input:checked + .tick_label:before {
  left: 75px;
}

.firstpmangtraid input[type="checkbox"] {
  opacity: 0;
}

.firstpmangtraid .tick_label {
    width: 100px;
    height: 30px;
    background-color: #f0f6ff;
    box-shadow: 0 0 0px 6px #d4e3f9bf;
    display: block;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    transition: 0.5s ease;
    perspective: 1000;
    zoom: 60%;
    margin: 0 auto;
    cursor: pointer;
}
.firstpmangtraid .tick_label:before {
    content: "";
    width: 27px;
    height: 27px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    transition: 0.4s;
    left: 0px;
    top: 0;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.firstpmangtraid input[type="checkbox"]:checked + label {
  background-color: #7ee67e;
}

.firstpmangtraid input:checked + .tick_label:before {
  left: 75px;
}

.secpmangtraid input[type="checkbox"] {
  opacity: 0;
}

.secpmangtraid .tick_label {
    width: 100px;
    height: 30px;
    background-color: #f0f6ff;
    box-shadow: 0 0 0px 6px #d4e3f9bf;
    display: block;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    transition: 0.5s ease;
    perspective: 1000;
    zoom: 60%;
    margin: 0 auto;
    cursor: pointer;
}
.secpmangtraid .tick_label:before {
    content: "";
    width: 27px;
    height: 27px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    transition: 0.4s;
    left: 0px;
    top: 0;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.secpmangtraid input[type="checkbox"]:checked + label {
  background-color: #7ee67e;
}

.secpmangtraid input:checked + .tick_label:before {
  left: 75px;
}

/*.alert-dismissible .close {right: none;left:0;}*/
.alert-dismissible .close {right: none;left:none;}

.form-control {
	color: #788db4!important;
	transition: .3s!important;
    font-weight: 500!important;
}

.form-control:focus {
    color: #788db4!important;
    font-weight: 500!important;
    background-color: #fff!important;
    border-color: #e9f1fd!important;
    outline: 0!important;
    padding: 10px!important;
	box-shadow: 0 0 0 0.2rem #e9f1fe!important;
	transition: .3s!important;
}

.pollahref a{
	color: #7e73b0 !important;
    text-decoration: none !important;
}

/** addons mods **/

/** custom framework **/
.linkaimpo a{color:#fff!important;}
.bgnone {background-color: transparent!important}
.font-weight-md {font-weight: 500!important;}
.container-fluid,.container { transition: .5s;}
.mobile-show{display: none;transition: all .5s;}
.pc-show{display: block;transition: all .5s;}

::selection {
    color: #ff76b0 !important;
    background: rgb(240, 246, 255) !important;
}

/** custom framework **/
/** Start Mobile **/

	@media (min-width: 1200px){
		
	.container {
    max-width: 1233px !important;
	 }
			
	}

	@media (min-width: 992px) and (max-width:1200px){
	.mobile-show {display: none;transition: all .5s;}
	.pc-show {display: block;transition: all .5s;}
	}

	@media (min-width: 768px) and (max-width: 991px){

	}

	@media (max-width:767px) and (min-width: 576px){

	}

	@media (max-width:575px){
		

	}

	@media (max-width: 991px){ /* 768 */
	.mobile-show {display: block;transition: all .5s;}
	.pc-show {display: none;transition: all .5s;}
		header{text-align: center;}
	}

/** End Mobile **/

/** End Css **/
/** Site Css **/

