@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*@import 'null.css';*/

html {
  box-sizing: border-box;
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  height: 100%;
  color: #586872;
  background-color: #f3f3f3;
}

h1, h2, h3, h4, h5, h6{
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
}

h1{
  font-size: 30px;
}

h2{
  font-size: 25px;
}

h3{
  margin: 30px 0 5px;
  font-size: 22px;
}

h4{
  margin: 15px 0 5px;
  font-size: 20px;
}

h5, h6{
  margin: 15px 0 5px;
  font-size: 18px;
}

a, a:visited {
  color: #6290ad;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

td {
  padding: 10px;
  border: 1px solid #5f8e93 ;
}

th {
  padding: 10px;
  color: #f3f3f3;
  background: #5f8e93;
  border: 1px solid #f3f3f3 ;
}

tr{
}

caption{
  margin: 10px 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px;
}

/*.header {*/
/*  flex: 0 0 auto;*/
/*  background-color: #f3f3f3;*/
/*  margin-top: 75px;*/
/*}*/

.header {
  /*max-height: 250px;*/
  flex: 0 0 auto;
  background-color: #f3f3f3;
  margin-top: 80px;
}

.header h1 {
  text-align: center;
  color: #6f99a8;
  font-size: 30px;
  font-weight: bold;
}

.header h2 {
  color: #6f99a8;
  font-size: 25px;
}

.main {
  background-color: #f3f3f3;
  /*background-color: #fafafa;*/
  flex: 1 0 auto;
}
.hi {
  /*border-top: 2px solid #468f7c;*/
  display: grid;
  margin: 0 auto;
  justify-content: center;
  /* flex: 0 1 auto; */
  max-width: 900px;
  font-size: 20px;
  text-align: center;
}

.hi h1 {
  /*font-size: 30px;*/
  /*margin: 40px 0;*/
}

.hi h2 {
  font-size: 30px;
}

.hi p {
  line-height: 25px;
}

code {
  width: 100%;
  background: #e6e6e6;
  /*padding: 15px;*/
}

.footer {
  background-color: #e4ebe7;
  flex: 0 0 auto;
}

.content {
  padding: 20px 0;
}

p {
  /*margin-bottom: 40px;*/
}

img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}

blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: blue;
}

.material-symbols-outlined {
  font-variation-settings:
          'FILL' 0,
          'wght' 600,
          'GRAD' 0,
          'opsz' 24
}

.material-symbols-outlined{
  position: relative;
  padding: 5px;
  top: -1px;
}

.art_date > .material-symbols-outlined{
  top: 5px;
}

/*.carousel, .carousel-inner, .carousel-item {*/
/*  border-radius: 10px;*/
/*  max-height: 400px;*/
/*}*/

/*.carousel-block {*/
/*  max-width: 600px;*/
/*  margin: 0px auto;*/
/*}*/


.footer .content {
  height: 75px;
  justify-content: center;
  color: #5f8e93;
  font-size: 14px;
}

.footer h6 {
  margin: 10px 0;
  font-size: 14px;
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  background: #e4ebe7;
  z-index: 5000;
}

.navbar__wrap, .navbar__art{
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.navbar__art {
  position: relative;
  /*top: -20px;*/
  max-height: 50px;
}

.menu__art{
  display: flex;
}

.menu__art li img{
  margin: 0 10px;
}

.hamb {
  display: none;
}

.popup {
  display: none;
}

/*.logo {*/
/*  font-family: 'Chaparral Pro Semibold Italic Subh';*/
/*  text-decoration: none;*/
/*  color: #fff;*/
/*  font-size: 20px;*/
/*  font-weight: bold;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
.logo {
  margin: 20px;
  background: url("../img/logo.svg") 0 0/contain no-repeat;
  width: 100px;
}
.logo img {
  width: 100%;
}
.menu > li > a {
  text-decoration: none;
}

.navbar__wrap .menu {
  display: flex;
}

.navbar__wrap .menu > li {
  position: relative;
  display: flex;
  /*align-items: stretch;*/
  /*justify-content: flex-end;*/
}

.navbar__wrap .menu > li > a {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: rgb(63 84 89 / 63%);
}

.navbar__wrap .menu > li > a:hover {
  color: #5f8e93;
  font-weight: 700;
  transition: 0.5s;
}

.navbar__wrap .menu > li > ul > li a > .material-symbols-outlined {
  top: 5px;
  /*text-decoration: underline;*/
}
.row, .btn-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}

button.reg {
  margin: 20px 0 0 50px;
  max-height: 30px;
}
.navbar__wrap ul li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  padding: 12px 10px 22px;
}
.navbar__wrap ul li a:hover {
  /*background: #b7e1d8;*/
  transition: 0.5s;
}
.side {
  position: relative;
  top: 40px;
  max-height: 220px;
  width: 250px;
  border: 1px solid #5f8e93;
  border-radius: 10px;
}
.conf{
  margin: 10px;
}
.side li {
  margin-bottom: 10px;
}
.side li:hover {
  margin-left: 10px;
  transition: 0.5s;
}
.side .title{
  border-bottom: 1px solid #5f8e93;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /*border-radius: 10px;*/
  padding: 10px;
  background: #e4ebe7;
}

/*.side{*/
/*  max-width: 200px;*/
/*}*/
/*.navbar__wrap ul li */
a:hover .material-symbols-outlined {
  text-decoration: underline;
  color: #4c6d96;
}
.navbar__wrap ul li ul {
  width: 180px;
  top: 70px;
  left: 50px;
  background: #e4ebe7;
  position: absolute;
  display: none;
  z-index: 5000;
}
.navbar__wrap ul li ul li a {
  color: rgb(63 84 89 / 63%);
  padding: 0 10px 10px;
}
.navbar__wrap ul li ul li a:hover {
  color: #4c6d96;
  text-decoration: none;
}
.navbar__wrap ul li ul img {
  width: 100%;
}
.navbar__wrap ul li:hover ul {
  top: 70px;
  display: block;
}

.dns {
  padding: 25px;
  width: 100%;
}

.dns__raw, .article__raw {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
}

.whois, .mail {
  display: flex;
  flex-direction: column;
  margin: 15px 10px;
  /*min-width: 200px;*/
  /*max-width: 600px;*/
  flex: 0 1 45%;
  align-items: stretch;
}
.whois .title {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #677479;
}

.red {
  color: #952560;
  /*color: #f30a86;*/
}

.blue {
  color: #264889;
  /*color: #0b66ea;*/
}

.green {
  color: #278767;
  /*color: #289792;*/
}

.red_l {
  color: #f6068c;
  /*color: #f30a86;*/
}

.blue_l {
  color: #1289ea;
  /*color: #0b66ea;*/
}

.green_l {
  color: #42d41f;
  /*color: #289792;*/
}

.dns__form {
  display: flex;
  width: 100%;
  justify-content: center;
  flex: 0 1 auto;
  margin: 10px 0 20px 0;
}
.br10{
  border: 1px solid;
  border-radius: 10px;
}

.mail {
  margin: 0 auto;
}

.mail_raw {
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.error {
  display: flex;
  text-align: center;
  flex-direction: column;
}

.mail__form {
  width: 100%;
}

.frm{
  max-width: 600px;
}

.form-control {
  max-width: 200px;
  padding: 5px 10px;
  margin: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #8d97a2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f1f5f2;
  background-clip: padding-box;
  border: 1px solid #acc4f5;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #6a747e;
  background-color: #f7fdf7;
  border-color: #baf6c9;
  outline: 0;
  box-shadow: 0 0 1px 1px rgba(13, 189, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-moz-placeholder {
  color: rgba(112, 112, 121, 0.75);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(112, 112, 121, 0.75);
  opacity: 1;
}

.form-control:disabled {
  background-color: rgba(33, 37, 41, 0.75);
  opacity: 1;
}

.form-file {
  /*display: flex;*/

}

.form-control[type=file]{
  max-width: 500px;
  width: 100%;
  overflow:hidden}

.form-control[type=file]:not(:disabled):not([readonly]){
  cursor:pointer}

.btn:focus {
  z-index: 5;
}

.form-textarea {
  width: 500px;
  max-width: 500px;
}

.form-check{
  display:block;
  min-height:1.5rem;
  padding-left:1.5em;
  margin-bottom:.125rem
}

.form-check .form-check-input{
  float:left;
  margin-left:-1.5em
}

.form-check-input {
  display: inline;
  /* --bs-form-check-bg: var(--bs-body-bg); */
  /* flex-shrink: 0; */
  /*width: 20px;*/
  /* height: 1em; */
  /*margin-top: 12px;*/
  vertical-align: middle;
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  /* appearance: none; */
   background-color: #f1f5f2;
  /*background-image: var(--bs-form-check-bg-image);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #acc4f5;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  position: relative;
  top: -3px;
  font-size: 5px;
  border-radius: 5px;
}

.form-check-input[type=radio]{
  border-radius:50%
}

.form-check-input:active{
  filter:brightness(90%)
}

.form-check-input:focus{
  background-color: #f7fdf7;
  border-color: #baf6c9;
  outline: 0;
  box-shadow: 0 0 1px 1px rgba(13, 189, 253, 0.25);
}

.form-check-input:checked{
  background-color:#1da477;
  border-color:#baf6c9;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=checkbox]{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio]{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate{
  background-color:#baf6c9;
  border-color:#baf6c9;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled{
  pointer-events:none;
  filter:none;
  opacity:.5
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{
  cursor:default;
  opacity:.5
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid darkcyan;
  border-radius: 5px;
  background-color: #1da477;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-success{
  margin: 5px;
}

hr {
  margin: 0 10%;
  border-bottom: groove;
}

.frm-center {
  text-align: center !important;
}

.frm-right {
  text-align: right !important;
}

.report{
  cursor: help;
  margin: 0 40px;
  max-width: 900px;
  flex: 0 1 100%;
}

.report .title{
  margin: 0;
  padding: 0;
}

.report h3{
  margin: 0;
  padding: 0;
}

.btn:hover {
  color: #fff;
  background-color: #1a9169;
  border-color: #1a9169;
}

.dns__info {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}
.dns__info a {
  /*text-decoration: underline;*/
}

.info {
  max-width: 700px;
  margin: 0 auto;
}

.dns__title {
  font-size: 20px;
  line-height: 25px;
  padding: 20px 0;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.m0 {
  margin: 0;
}

.m10 {
  margin: 10px !important;
}

.m10-0 {
  margin: 10px 0;
}

.m20 {
  margin: 20px !important;
}

.m20-0 {
  margin: 20px 0;
}

.mt40 {
  margin-top: 40px;
}

.m0-20 {
  margin: 0 20px;
}

.p0{
  padding: 0 !important;
}

.ptb{
  padding-top: 10px;
  padding-bottom: 10px;
}

.p20{
  padding: 20px;
}

.p40{
  padding: 40px;
}

.pb20{
  padding-bottom: 20px;
}

.login {
  padding: 0 0 0 10px !important;
}

.dns__bloc, .whois__bloc, .gig__bloc, .dmarc__bloc {
  width: 100%;
  color: darkcyan;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 7px;
  overflow-x: auto;
  white-space: nowrap;
}

.whois__bloc {
  padding: 10px;
  background: #dee5e5;
  margin: 0 auto;
  max-width: 500px;
}

.gig__bloc {
  max-width: 900px !important;
}

.dmarc__bloc {
  border: none;
  font-size: 16px;
  max-width: 100%;
}

.text-muted {
  padding: 20px 0 0;
  display: block;
  margin: 0 auto;
}

.text-right {
  text-align: end !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-12 {
  font-size: 12px !important;
}

.ssl{
  border: none;
  margin: -33px 120px 0;
  position: relative;
}

.not-backgound{
  background: none;
}

.back-to, .back-home, .back-new, .back-edit, .back-del, .back-list {
  position: fixed;
  top: 100px;
  left: 20px;
  display: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 1000;
  color: #586872;
}

.back-home, .back-new, .back-edit, .back-del, .back-list {
  top: 130px;
}

.back-home img, .back-new img, .back-edit img, .back-del img, .back-list img{
  margin: 5px 0;
}

.back-list {
  top: 160px;
}

/*.back-home {*/
/*  top: 130px;*/
/*}*/

.back-new {
  top: 210px;
}

.back-edit {
  top: 240px;
}

/*.back-home {*/
/*  top: 220px;*/
/*}*/

.back-del {
  top: 290px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 24px;
  background: #cfddd5;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  color: #586872;
}

.back-to-top:hover {
  /*background: #568989;*/
  /*color: #fc8d8d;*/
  border-radius: 45%;
  text-decoration: none;
}

.null {
display: none
}
/* ==========================================================================
   TABS */
/* ========================================================================== */

.tabs {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.tabs-switchers {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #e8e8e8;
}
.tabs-switchers:before,
.tabs-switchers:after {
  content: " ";
  display: table;
}
.tabs-switchers:after {
  clear: both;
}
.tabs-switcher {
  font-size: 18px;
  line-height: 20px;
  padding: 10px;
  color: rgba(32, 133, 81, 0.8);
  float: left;
  cursor: pointer;
  position: relative;
  border-bottom: solid 2px transparent;
  margin-bottom: -2px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA7CAYAAAC69OBCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAANUlEQVQY02O4ffv2fyYGBoZ/TAwMDH9RWQjiDyoLJ/EblUUS8Yuw2C/yTEZzGk4CzasI4h8AUNo9C9Iwh+4AAAAASUVORK5CYII=') no-repeat 100% 0;
}
.tabs-switcher.disabled,
.tabs-switcher.active,
.tabs-switcher.disabled:hover,
.tabs-switcher.active:hover {
  cursor: default;
}
.tabs-switcher.active {
  background: #dbe1de;
  border-top-right-radius: 10px;
  color: #4c4c4c;
  border-bottom-color: #208551;
}
.tabs-switcher:hover {
  color: #4c4c4c;
}
.tabs-item {
  display: none;
  padding: 0 40px;
}
.tabs-item p:first-child {
  margin-top: 0;
}
.tabs-item p:last-child {
  margin-bottom: 0;
}
.tabs-item.active {
  display: block;
}
.tabs-gray .tabs-switchers {
  border-color: #dbdbdb;
}
.tabs-gray .tabs-switcher {
  background: none;
  color: #208551;
  padding-left: 0;
  padding-right: 0;
  margin: 0 25px 0 0;
}
.tabs-gray .tabs-switcher.active,
.tabs-gray .tabs-switcher:hover {
  color: #4c4c4c;
}
.tabs-gray .tabs-item {
  padding: 0 0 20px 0;
}
.tabs-switcher.disabled,
.tabs-switcher.disabled:hover {
  cursor: default;
}

.tabs-switcher:checked{

}

.tabs-item {
  display: none;
}
.tabs-switcher:target {
  display: block;
}

.border-b{
  border-bottom: 1px solid;
}

.border-t{
  border-top: 2px solid #468f7c;
}

.border-none{
  border: none;
  /*border-bottom: 1px solid #5f8e93;*/
}

.icon{
  width: 25px;
  margin: 0;
}

td > ul > li > ul {
  margin: 0 0 0 50px;
  background: #cfe1dd;
  position: absolute;
  display: none;
  z-index: 5000;
}

td > ul > li:hover > ul{
  display: flex;
}

td > ul > li:hover{
  background: #d0fae8;
}

li div .info {
  margin: 0 20px;
}

.wait{
  cursor: wait;
}

.nowait{
  cursor: auto;
}

html.wait, html.wait * {
  cursor: wait !important;
}

legend{
  padding-top: 20px;
  padding-bottom: 10px;
  color: green;
}
.form-row{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.form-control-500 {
  width: 500px;
  max-width: 500px;
}
.form-control-300 {
  width: 300px;
  max-width: 300px;
}
.frm-flex {
  display: flex;
  justify-content: center;
  width: 100%;
}
.w-100{
  max-width: 100%;
  width: 100%;
}
.form-500 {
  max-width: 500px;
  width: 100%;
  text-align: left;
}
.text-bold{
  font-weight: 700;
}
.btn-row {
  justify-content: space-around;
  width: 100%;
}
.cap {
  padding: 0 40px;
  font-size: 16px !important;
}
.cap p {
  padding: 0 !important;
}

.mh-600{
  min-height: 600px;
}
.btn-red {
  background: red !important;
  border-color: red !important;
}