@font-face { font-family: "NAMU Pro"; src: url("/style/font/NAMU-Pro.woff") format("woff"); }

body {
  font-family: "NAMU Pro", "Segoe UI", Roboto, Verdana, "Helvetica Neue", "Liberation Sans",Arial,sans-serif;

/*  font-family: "Segoe UI", Verdana, sans-serif; */
  color: #0b3057;
  background-color: #fff;
  height: 100%;
}

.header {
  background: #6694D3;
  background: linear-gradient(180deg,rgba(102, 148, 211, 1) 0%, rgba(55, 93, 163, 1) 87%);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.header_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 50;
}
.header_menu.before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #45629d;
}

.my-active > .page-link {
  background-color: #5b78a5;
  border-color: #5b78a5;
  color: white;
  z-index: 3;
}

.nav-color { background-color: #233353;}
.nav-pills > li > a:hover { background-color: rgba(0, 0, 0, 0.1);}
.bg-menu { background-color: #5b78a5;}
.item-color { color: #f1f1ff;}
.item-link-border { color:  #8498ab; border-left: 1px solid #8498ab;}
.item-link-border:hover{ color: #0b3057; border-left: 2px solid #084fa4;}

.hide { display: none;}
.verb { display: inline; }
.arrow_up { width: 16px; height: 16px;}
.hide_arrow { fill: white; }

.item-link-img:hover + .hide_arrow { fill: #0b3057; }
.item-link-img:hover + .hide { display: inline;}
.item-link-img:hover + .verb { display: none; }

.dblue { color: #123a64; }
.ddblue { color: #0b3057;}
.hblue { color: #0057b7;}
.gold { color: #e8ddb5;}
.dgrey { color: #556f88;}
.sblue { color: #5b78a5;}
.bg-lgrey { background-color: #f9fafc;}
.bg-faq { background-color: #f4f6fa;}
.bg-free { background-color: #aee5d8;}
.bg-gold { background-color: #e8ddb5;}
.link-grey { color: #b4c4d4 !important; text-decoration-color:  #9daccd;}
.link-grey:hover { color: #9daccd !important;}

.btn-gold { background-color: #e8ddb5;; border-width: 2px !important;}
.btn-gold:hover{ border-color: #ffd52e; background-color: white;}

.sm-title { font-size: .875em !important; font-weight: 400 !important; color: #556f88;}
.sbold { font-weight: 500 !important;}

.dark-block {
  background: #0d3382;
  border-radius: 1rem;
  color: white;
  padding: 1rem;
}
.dark-block-border-end { border-right: 1px solid #9daccd;}
.dark-block-border-bottom { border-bottom: 1px solid #9daccd;}
.dark-block-text { color: #9daccd;}

.sm-link {
  font-size: .875em !important;
  font-weight: 400 !important;
  color: #9daccd;
  text-decoration: none;
}
.sm-link:hover { color: white;}
.sm-12 { font-size: .875em !important;}

.custom-toggler.navbar-toggler { border: 2px solid white;}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.required:after { content: " *"; color: red;}

.bg-date,.bg-date-link { background-color: #cedced;}
.bg-date-link:hover { background-color: #5b78a5; color: white;}

.news-link {
  display: block;
  text-decoration: none;
  color: #6b8199;
  font-size: .875em;
}
.news-link:hover {color: #0b3057;}

.form-with-button-inside {
  display: flex;
  flex-direction: row;
  background-color: white;
  border-radius: 1em;
  padding: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.form-with-button-inside input {
  flex-grow: 2;
  border: none;
  padding: 0.6em 1em;
  border-radius: 1em 0 0 1em;
}
.form-with-button-inside input:focus { outline: none;}
.form-with-button-inside:focus-within { outline: 1px solid rgb(255, 213, 46);}
.form-with-button-inside button { border-radius: 1em; padding: 0.6em 1em; margin: 2px;}

.input-button-inside {
  flex-grow: 2;
  border: none;
  padding: 0 1em;
  border-radius: 1em 0 0 1em;
}

.input-button-inside:focus {
  outline: none;
}

.input-button-inside:focus-within {
  outline: 1px solid rgb(255, 213, 46);
}

.button-inside {
  border-radius: 1em;
  padding: 0.25em 1em;
  margin: 2px;
}

.domain-badge{
  color: #fff;
  background-color: #ffd52e;
  background-color: #010101;
  position:absolute;
  top:100%;
  left:50%;
  z-index:1;
  display:inline-block;
  font-weight:500;
  font-size:0.75em;
  line-height:1;
  letter-spacing:.05em;
  border-radius:99px;
  padding:4px 8px;
}

.start-35 { left: 35%!important;}

.doc-link { text-decoration: none; color: #60758e;}
.doc-link:hover { color: #0b3057;}
.doc-ext-link { text-decoration: none; color: #1a3e8c;}
.doc-ext-link:hover { text-decoration: underline; text-underline-offset: 0.25em !important;}
.doc-active { background-color: #cedced; border-top-right-radius: 1em;}

.faq a { color: #0057b7; text-decoration: none; }
.faq a:hover { text-decoration: underline; }
.faq-active { background-color: #5b78a5; color: white;}

.dom-item:hover { background-color: #d9e8ff; color: #0b3057; border-top-right-radius: 1em;}

.striped-list > *:nth-of-type(odd) > h2 > button.collapsed {
  background-color: rgba(0, 0, 0, 0.05);
}

.logo { width: 100%; float: left; padding: 10px; height: 100px;}
.logo_a { margin:auto; width:182px; height:80px; position:relative; }
.logo_img { width: 178px; max-width: 100%; max-height:78px; position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: contain;}

.footer22 {
  background: #375da3;;
}

.card-shadow, .card-shadow-light { transition: box-shadow .3s;}
.card-shadow:hover { box-shadow: 0 0 11px rgba(33,33,33,.2); }
.card-shadow-light:hover { box-shadow: 0px 0px 7px 2px rgba(233, 233, 233, .8);}

.hover_image:hover {text-decoration: none;}
.hover_image:hover img:first-child{display:none;}
.hover_image:hover img:last-child{display:inline-block;}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

.result { color: #2d878b;}
.hr-200 {width:200px;}
.text-just p, .text-just li { text-align: left; text-justify: auto;}

.img_l { float: left;  margin-right:0.5em; padding:0.5em;}
.img_r { float: right; margin-right:0.5em; padding:0.5em;}
.img_c { display: block; margin-left: auto !important; margin-right: auto !important; margin-top: 1em; margin-bottom: 1em; }

.mono { font-family: "Fira Mono", "DejaVu Sans Mono", "Menlo", "Consolas", "Liberation Mono", Monaco, "Lucida Console", "Courier New", monospace; }

.step-box {
  display: flex;
  align-items: center;
}

.step-circle {
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #d6e5f4;
  border: 6px solid #3b6e89;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #3b6e89;
  z-index: 1;
}

.step-info {
  background: #d6e5f4;
  color: #3b6e89;
  min-height: 90px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin-left: -20px;
  border-left: 10px solid #3b6e89;
  border-radius: 10px;
  flex: 1;
  z-index: 0;
}

.step-info p {
  margin-bottom: 0;
}


@media (min-width: 992px) {
   #top_menu {
     border-radius: 5rem;
   }
   .row-cols-lg-7 > * {
     flex: 0 0 auto;
     width: calc(100% / 7);
   }
  .error-block {
    display: none !important;
  }
  .text-just p, .text-just li {
    text-align: justify;
    text-justify: inter-word;
  }
}

@media (max-width: 992px) {
  .error-none {
    display: none !important;
  }
  .error-block {
    display: block !important;
  }
}

@media (max-width: 576px) {
  #adv1, #adv2, #adv3, #adv4 {
    order: 1 !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
}

@media (min-width: 1160px) {
}

@media (max-width: 1030px) {
}

@media (max-width: 694px) {
}
