@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype')}


body {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    margin: 0;
    color: #6e7f99;
    font-size: 14px;
    line-height: normal;
    background: #eef3fa;
    letter-spacing: normal;
    display: block;
    position: relative;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}#success{
border: 1px solid #a2d246;
    margin: 0.5em 0.5em 0.5em 0.5em;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 3px 10px 4px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #fff inset;
    -webkit-box-shadow: 0 1px 1px #fff inset;
    box-shadow: 0 1px 1px #fff inset;
    color: #000;
    background-color: #ebf8a4;
}#error{

    margin: 0.5em 0.5em 0.5em 0.5em;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 3px 10px 4px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #fff inset;
    -webkit-box-shadow: 0 1px 1px #fff inset;
    box-shadow: 0 1px 1px #fff inset;
 

	
	border: 1px solid red !important;
    color: #000;
    background: pink;
	
	
	
}#header{
	    background: url(https://cdn.azteam.az/css/images/logo.png) #283c5a;
    background-repeat: no-repeat;
    color: white;
    height: 45px;
    background-position: left;
	border-bottom: 1px solid #445a7b;
    background-size: 155px;
}#container{
	max-width: 800px;
	margin:auto;
}#title{
    background: #324869;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 7px;
    box-shadow: 0px 2px 4px #979797;
	
}#social{
    display: inline-block;
    background: #fbfdff;
    border-radius: 5px;
    font-weight: 500;
    line-height: 29px;
    padding: 15px;
    text-align: center;
    color: #6e7f99;
    margin-top: 5px;
    margin-bottom: 5px;
}#social-bar{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 2px;
    border-top: 1px dashed #e6e8ea;
}#login{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    align-content: stretch;
    height: 45px;
}.login{
	padding: 4px 9px 4px 9px;
    background: #5c6f8b;
    border-radius: 4px;
    margin-right: 4px;
    font-size: 12px;
	color: white;
    text-decoration: none;
}.register{
    padding: 4px 9px 4px 9px;
    background: #0382ff;
    border-radius: 4px;
    margin-left: 1px;
    margin-right: 2px;
    font-size: 12px;
	color: white;
    text-decoration: none;
}.weather{
padding: 4px 5px 4px 5px;
    background: #324869;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 6px;
    font-size: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-around;
}

.title{
position: relative;
    display: block;
    font-size: 12px;
    background: white;
    line-height: 22px;
    color: #404d61;
    font-weight: 500;
    padding: 7px;
    border-bottom: 1px solid #e0e6ed;
    border-top: 1px solid #e0e6ed;
    margin-top: 10px;
}
.title:before {
position: absolute;
    content: "";
    left: 12px;
    bottom: -1px;
    height: 1px;
    width: 40px;
    background: #0382ff;
}.iconRight{
	
    float: right;
    margin-top: 10px;
    color: #6e7f99;
}.menu{
background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 9px;
    color: #6e7f99;
    font-size: 13px;
    margin-left: 3px;
    margin-right: 3px;
	box-shadow: 0px 0px 2px 0px #8080807a;
}.menuSimple{
background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 9px;
    color: #6e7f99;
    font-size: 14px;
	box-shadow: 0px 0px 2px 0px #8080807a;
}.menuNoBorder{
background: #fff;
    padding: 9px;
    color: #6e7f99;
    font-size: 14px;
	box-shadow: 0px 0px 2px 0px #8080807a;
}.regClass{
	padding: 7px;
    border-radius: 3px;
    border: 1px solid #6e7f992b;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}.divider{
	    border-top: 1px solid #e0e6ed2e;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
	
}.dividers{
	     border-top: 1px solid #e0e6ed2e;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
	
}.regClassSpan{
	margin-bottom: 3px;
    margin-top: 2px;
}.button{

   font-size: 13px;
    display: inline-block;
    padding: 4px 11px 4px 11px;
    border: none;
    font-size: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #0382ff;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;

}.buttonGreen{

   font-size: 13px;
    display: inline-block;
    padding: 4px 11px 4px 11px;
    border: none;
    font-size: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #35de0f;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;

}.button:before {
    position: absolute;
    content: "";
    left: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.12);
    transform: rotate(45deg);
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}#togglePasswords{
	color: grey;
	text-decoration: none;
}.menu a:visited {
  color: #0382ff;
  text-decoration: none;
}.menu a:link {
  color: #0382ff;
  text-decoration: none;
}#hosting{
	background: #fff;
    border-radius: 5px;
}#hosting::before{
	    position: absolute;
    z-index: -1;
    content: "";
    left: -6px;
    top: -6px;
    righT: -6px;
    bottom: -6px;
    border-radius: 5px;
    background: linear-gradient(180deg, #FFB682 0%, #CB8454 100%);
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}div .t {
    position: relative;
    padding: 30px;
    overflow: hidden;
}div .t:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -60px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 10px solid rgba(204,133,85,0.3);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}



.infoBar {
    display: flex;
    width: 100%;
    border-radius: 5px;
    background: rgba(3,130,255,0.05);
    border: 1px solid rgba(3,130,255,0.2);
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}.infoBar>i {
    padding-left: 30px;
    font-size: 30px;
    color: #0382ff;
}.icon-info:before {
    content: "\f05a";
}.infoBar>p, .infoBar>span {
    white-space: normal;
    width: auto;
    color: #596880;
    font-weight: 500;
}#premium .infoBar>div .btn {
    min-width: 110px;
    text-align: center !important;
}

.btn.btn-sm {
    padding: 10px 20px;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #0382ff;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
} .infoBar {
    margin-top: 20px;
}.infoBar>p, .infoBar>span {
    white-space: normal;
    width: auto;
    color: #596880;
    font-weight: 500;
}.rank {
position: relative;
    display: inline-block;
    background: url(../images/rank.png) no-repeat left center,#0382ff;
    background-size: cover;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .2px;
    color: #ffffff;
    text-align: center !important;
  
    border-radius: 5px;
	margin: 5px;
    overflow: hidden;
    width: 25%;
    padding: 8px;
	color:white;
	text-decoration: none;
	font-weight:bold;
}.rank a{
	color:white;
	text-decoration: none;
	font-weight:bold;
}.rank.platinium {
    background-color: #7c17fc;
}.rank.gold {
    background-color: #d49e13;
}.rank.businessPlus {
    background-color: #fb5812;
}.rank.silver {
    background-color: #324869;
}.rank.green {
    background-color: #76f84c;
}.mainService{
	    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	    background: snow;
   
    box-shadow: 0px 3px 5px 1px #d9d9d9;
}#mainTitles{
	position: relative;
    display: block;
    background: url(../images/rank.png) no-repeat left center,#6e7f99;
    font-size: 12px;
    line-height: 22px;
    color: white;
    font-weight: 500;
    padding: 7px;
    border-bottom: 1px solid #e0e6ed;
    border-top: 1px solid #e0e6ed;
    margin-top: 10px;
}#mainTitles:before {
    position: absolute;
    content: "";
    left: 12px;
    bottom: -1px;
    height: 1px;
    width: 40px;
    background: #000000;
}#link,#forum{
background: white;
    padding: 5px 8px 8px 10px;
    border-bottom: 1px solid #E0E6ED;
    font-size: 13px;
}


.rows.f1 {
    line-height: 26px;
}.rows.f1 a.block {
    background: white;
     color: #324869;
    display: block;
    padding: 6px 14px;
    text-decoration: none;
    border-top: 1px dotted rgba(255,255,255,1);
    border-bottom: 1px dotted rgba(0,0,0,0.06);
}.rows.f1 a.block i {
	 color: #9e9e9e;
}.rows.f1 a.block:hover {
    background: #fbfbfb;
}.rows.f1 a.block:hover i {
   
   
    color: #324869;
}


.links a.block:first-child, .rows.f1 a.block:first-child {
    border-top: none;
}.l10{
	margin-left: 0px;
}.f17{
	
	color: #6e7f99;
	padding: 3px 10px 3px 3px;
}
#tools .content {
margin-top: -11px;
    border-radius: 5px;
}#tools .content ul {
display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 7px;
    list-style: none;
    flex-direction: row;
    align-items: center;
}
#tools .content ul li {
    flex: 1 0 100%;
    width: 50%;
}.toolItems {
    position: relative;
    display: block;
    border: 1px solid #d5dbe2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #93a1b6;
    height: 100%;
      padding: 4px 12px 2px 50px;
	  margin: 3px;
} a.toolItems{
	color: #464646;
	text-decoration: none;
}.toolItems i {
position: absolute;
    top: 50%;
    left: 0px;
    width: 60px;
    text-align: center !important;
    line-height: 0;
    font-size: 30px;
    color: #0382ff;
}.toolItems strong {
display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #596880;
    padding-bottom: 5px;
}.toolItems .buy {
font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    background: #70819a;
    text-decoration: none;
    padding: 0px 11px 0px 10px;
    border-radius: 5px;
    font-size: 12px;
    float: right;
}.toolItems span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 30px;
    margin-top: -15px;
    border-radius: 0 4px 4px 0;
    background: #0382ff;
}.ml6{
margin-left: 6px;
}.vpsTable{
	
    margin-top: 5px;
    width: 100%;
    border-collapse: collapse;

}.vpsTable th{
	
    padding: 11px 6px 10px 6px;
    background: #283c5a;
    color: white;

}.vpsTable td{
    padding: 11px 6px 10px 6px;
    background: white;
    color: grey;
	border: 1px dashed #6e7f9921;
text-align: center;
}.cloud__os-list {
display: flex;
    gap: 1px;
    height: auto;
    list-style-type: none;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	padding: 0px;
}.cloud__os-btn {
align-items: center;
    backdrop-filter: blur(17.81px);
    background: radial-gradient(219.07% 201.85% at -4% -73%, rgba(242, 213, 255, 0.5) 0px, rgb(222 148 255 / 0%) 100%);
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: center;
    padding: 3px;
    position: relative;
    width: 67px;
    z-index: 0;
    margin-right: 3px;
}.cloud__os-btn::before {
    background: linear-gradient(120deg, rgb(231, 183, 255), rgba(255, 198, 245, 0.1));
    border-radius: inherit;
    content: "";
    inset: 0px;
    -webkit-mask: conic-gradient(rgb(237 45 45) 0deg, rgb(0, 0, 0) 0deg) content-box content-box, conic-gradient(rgb(224 0 0) 0deg, rgb(0, 0, 0) 0deg);
    -webkit-mask-composite: xor;
    padding: 1px;
    position: absolute;
    z-index: -1;
}.select, .small_text {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.1;
}.cloud__os-versions {
    color: #beacc7;
}
.upper_xs {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-transform: uppercase;
}.cnt{
	text-align: center;
}.profileFlex{
	
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;

}.profileFlex img{
	
    width: 35px;
    padding: 3px;
    border: 1px solid #d3d3d3;
    margin-right: 5px;
}.profileFlex span{
	margin-bottom: 2px;
}.profileContent{
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 12px;
}.font13{
font-size: 13px;
}.f133{
	font-size: 13px;
    color: #6e7f99;
    padding: 1px 4px 1px 1px;
} .usersUL{
	display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    list-style: none;
    flex-direction: row;
    align-items: center;
}.usersUL a{
padding: 2px 10px 2px 10px;
    background: #eef3fa;
    border-radius: 5px;
    margin-right: 3px;
    color: #283c5a;
    text-decoration: none;
}.usersUL .active{
	    padding: 2px 10px 2px 10px;
    background: #324869;
    border-radius: 5px;
    margin-right: 3px;
    color: white;
    text-decoration: none;
}


.offline-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 1px;
  background-color: #cc0f0f;
  border-radius: 50%;
  position: relative;
}
.offline-blink {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #cc0f0f;
  opacity: 0.7;
  border-radius: 50%;
  animation: blink 1s linear infinite;
}
.online-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 1px;
  background-color: #0fcc45;
  border-radius: 50%;
  position: relative;
}
.blink {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0fcc45;
  opacity: 0.7;
  border-radius: 50%;
  animation: blink 1s linear infinite;
}@keyframes blink {
  100% { transform: scale(2, 2); 
          opacity: 0;
        }
}.selectCS{
	    padding: 7px;
    border-radius: 3px;
    border: 1px solid #6e7f992b;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}.webkit{
	width: -webkit-fill-available;
}.content-navbar {
  box-shadow:0 1px 0 rgba(0,0,0,.08);
  position:relative;
}

.content-navbar>ul {
    display: table;
    width: 100%;
    padding: 0px;
    table-layout: fixed;
    background: #fff;
    margin: 0px;
}

.content-navbar>ul>li {
  display:table-cell;
}

.w_33 {
  width:33.33333333333333%;
}

.content-navbar>ul>li.active a{
  color:#0a6a97;
}
.content-navbar>ul>li:active a {
  color:#585858;
}

.content-navbar>ul>li.active a,
.content-navbar>ul>li:hover>a {
  background:#F9F9F9;
}

.content-navbar>ul>li>a {
  text-align:center;
  display:block;
  padding:10px;
  color:#8E8E8E;
  overflow:hidden;
  font-weight:700;
  position:relative;
}

.content-navbar>ul>li.active a:after,
.content-navbar>ul>li:active a:after,
.content-navbar>ul>li:hover>a:after {
  border-left:1px solid rgba(0,0,0,.08);
  box-shadow:inset 1px 0 0 rgba(255,255,255,.74);
}

.content-navbar>ul>li>a:after {
  display:block;
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:1px;
  border-left:1px solid rgba(255,255,255,.74);
  box-shadow:inset 1px 0 0 rgba(0,0,0,.08);
  content:'';
}

.ul-table {
  max-width:450px;
  padding:10px;
}

.ul-table ul {
  text-align:center;
  width:100%;
  display:block;
}

.ul-table ul li {
  padding:2px 0;
}

.ul-table ul.inviolable {
  display:table;
}

.ul-table ul.inviolable li:first-child {
  width:100px;
}

.ul-table ul.inviolable li:not(:first-child) {
  margin-left:5.12766%;
  display:table-cell;
  text-align:right;
}

@media screen and (min-width:500px) {
  .ul-table {
    padding:0;
  }
  .ul-table ul {
    display:table;
  }
  .ul-table ul li:first-child {
    vertical-align:middle;
    min-width:140px;
    margin-left:3.5%;
    white-space:nowrap;
    display:table-cell;
    width:100px;
  }
  .ul-table ul li:not(:first-child) {
    text-align:left;
    margin-left:5.12766%;
    display:table-cell;
  }
  .ul-table ul li {
    padding:4px 0;
  }
  .ul-table ul.inviolable li:not(:first-child) {
    text-align:left;
  }
  .ul-table ul li:first-child.row {
    padding-top:12px;
  }
}

@media screen and (max-width:500px) {
  .ul-table ul.inviolable li:last-child {
    text-align:left;
  }
  .ul-table ul.inviolable li:first-child {
    padding:5px 10px;
    float:none;
    display:table-cell;
  }
}

table.table-lower {
  width:100%;
  border-spacing:0;
  font-size:14px;
}

table.table-lower td {
  text-align:center;
}
    
.w45 {
  width: 45px;
}
.w140 {
  width: 140px;
}
.w160 {
  width: 160px;
}


table.table-lower .head td {
  font-weight:700;
  vertical-align:top;
  padding:8px 10px;
  background:#539FA9;
  background-size:1px 100%;
  color:#fff;
  overflow:hidden;
  font-size:12px;
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

table.table-lower.transactions {
  max-width: 720px;
  margin: auto
}
table.table-lower.transactions .head td {
  background:#7b7b7b;
}


table.table-lower tr.rows td.id {
  width:35px;
  display:block;
}
table.table-lower tr.rows td.sbox {
    width: 1%;
    min-width: 50px;
}



table.table-lower tr.rows td {
  min-width:18px;
  background:#fff;
  padding:10px 0;
  border-left:1px dashed #D5D5D5;
  border-bottom:1px dashed #D5D5D5;
}

table.table-lower tr.rows.even td {
  background:#f2f2f2;
}



table.table-lower tr td.background-right-image {
  background-repeat:no-repeat;
  background-position:95% 8px;
  background-size:16px 16px;
  padding-right:40px;
  padding:0;
}.content-navbar>ul>li>a,
.content>.title a,
.pagenav ul li a,
.top ul>li>a,
a:hover {
  text-decoration:none;
}

#alert-dialog>.alert-body>.alert-title,
.wrapper>.footerLink,
.content-navbar>ul>li>a,
.content>.title,
table.table-lower .head td {
  white-space:nowrap;
  text-overflow:ellipsis;
}.bgBox{
	
    background: #F9F9F9;
    padding: 15px;
    color: #808080;

}[class^=icons-] {
  vertical-align:text-top;
  background-repeat:no-repeat;
  display:inline-block;
  background-size:16px 16px;
  width:16px;
  height:16px;
  margin:0 5px 0 0;
}

.icons-error {
  background-image:url(https://cdn.azteam.az/css/icon/error.png);
}

.icons-stop {
  background-image:url(https://cdn.azteam.az/css/icon/bullet_red.png);
}

.icons-tick {
  background-image:url(https://cdn.azteam.az/css/icon/tick.png);
}.alertSuccess{
	border: #90CF5E solid 1px;
    background: #f9fff9;
    color: #21743c;
    padding: 6px;
    text-align: center;
    margin: 2px;
}.alertWarning{
border: #cf9b5e solid 1px;
    background: #fffdf9;
    color: #d43e3e;
    padding: 6px;
    text-align: center;
    margin: 2px;
}#alert-dialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.69);
    z-index: 99999;
}#alert-dialog>.alert-body, #alert-dialog>.alert-error {
    top: 10%;
    left: 50%;
    position: absolute;
    width: 100%;
    border: 4px solid #737373;
    background-color: #F8F8F8;
    z-index: 3;
}#alert-dialog>.alert-body>.alert-title.error {
    background-color: #002e36;
}
#alert-dialog>.alert-body>.alert-title {
    text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
    background-color: #579baa;
    color: #f1f1f1;
    padding: 8px;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #B5B5B5; */
}#alert-dialog>.alert-body>.body {
    padding: 5px 10px;
}#alert-dialog .alert-body>.alert-title .close-x {
    background-image: url(https://cdn.azteam.az/css/icon/alert_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    padding: 12px;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 4px;
}