.custom-control-input:not(:checked) {}

.custom-control-input:checked {
  background-color: green;
  /* Change the color of the toggle when it is checked */
  border-color: green;
  /* Change the border color of the toggle when it is checked */
}

.nav-second-level li a {

  font-size: 0.8rem !important;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0rem 0rem !important;
  height: 25px;
  width: 25px;
}

.table>:not(caption)>*>* {
  padding: 0.4rem 0.8rem;
  background-color: var(--ct-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
}

#responsive-datatable,
#datatable,
.table {
  font-size: 12px;
}

.add-btn {
  padding: 0.3rem 0.8rem 0.3rem 0.3rem !important;
  font-size: .8rem;
}

.btn-label {
  margin: -0.55rem 0.9rem -0.55rem -0.9rem;
  padding: 0.6rem 0.9rem;
  background-color: rgba(50, 58, 70, .1);
}

.fa-plus,
.fa-long-arrow-alt-left,
.fa-info-circle {
  padding-left: 10px !important;
}

.department-card {
  min-height: 500px;
}

#sidebar-menu>ul>li>a {
  padding: 10px 20px !important;
}

.btn-success,
.btn-danger,
.btn-primary {
  padding: 5px 10px;
}

.tabledit-view-button {
  height: 25px;
  width: 25px;
  padding: 2px 5px;
}

label span {
  font-weight: 500;
}

td input[type="text"] {
  width: 100%;
}

.add-stock tbody tr td {
  padding-bottom: 10px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: flex-end;
}

.company-logo img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

/* Mega Menu */
.exo-menu {
  margin-bottom: 0;
  height: 100%;
}


.exo-menu .flyout-right .floyut-right-title {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.exo-menu a.nav-link {
  display: flex;
  /* justify-content: space-between; */
  gap: 15px;
  align-items: center;
}

.exo-menu .flyout-right .floyut-right-title:hover,
.exo-menu .flyout-right-list a:hover {
  color: var(--accent-color) !important;
}

.exo-menu>li {
  display: inline-block;
}

.exo-menu>li>a {
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}

li.drop-down,
.flyout-right,
.flyout-left {
  position: relative;
}

li.drop-down>ul {
  left: 0px;
  min-width: 265px;

}

.drop-down-ul {
  display: none;
}

.flyout-right>ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}

/*common*/
.flyout-right ul>li>a {
  background-color: #547787;
}

/*hover*/
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-right>ul:hover,
li.flyout-right a:hover+ul,
li.drop-down>a:hover+.drop-down-ul {
  display: block;
}

/* Mega Menu */
.carrer-form .modal-dialog {
  max-width: 850px;
}

.carrer-form .fact-section-title {
  margin-bottom: 20px;
}

.carrer-form .fact-section-info {
  margin-bottom: 10px;
  color: #414141;
}

.carrer-form .fact-list {
  color: #414141;
  font-size: 14px;
  line-height: 30px;
}

.container-mobile {
  display: none;
}

.container-mobile {
  width: 100%;
  height: 100vh;
  background: #000428;
  background: -webkit-linear-gradient(to right, #004e92, #000428);
  background: linear-gradient(to right, #004e92, #000428);
  background-size: 400% 400%;
  position: relative;
}

.container-mobile .nav-bar {
  position: absolute;
  background-color: #122;
  top: 0;
  right: 100%;
  height: 100vh;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: position 2.9s;
  -webkit-transition: position 2.9s;
  -moz-transition: position 2.9s;
  -ms-transition: position 2.9s;
  -o-transition: position 2.9s;
}

.container-mobile .toggle {
  left: 0;
  box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
}

.container-mobile .toggle-menu {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2px 2px 2px 3px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.container-mobile .line {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
}

.container-mobile .toggle .line1 {
  background-color: #000000;
  transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.container-mobile .toggle .line2 {
  display: none;
}

.container-mobile .toggle .line3 {
  background-color: #000000;
  transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.container-mobile .toggle .toggle-menu {
  background-color: white;
}

.container-mobile .nav-list {
  list-style: none;
}

.container-mobile .nav-list-item {
  text-align: center;
  padding: 10px 0;
}

.container-mobile .nav-link {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.container-mobile .nav-link::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
  transform-origin: left;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}

.container-mobile .nav-link:hover::before {
  transform: scaleX(1);
}

.topbar-contact-info ul li:last-child {
  margin-right: 5px;
}

.blog-detail-featured-image figure {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.blog-detail-featured-image figure img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}

select#web-language {
    font-size: 13px;
    border: solid #013b49 1px;
    color: #013b49;
}
a.btn-default.btn-german{		
font-size: 13px !important;
padding:  15px 15px !important;
}

button.btn-german {
    font-size: 12px;
    font-weight: 600;
}

span#captcha{
    background-color: #013b49;
    padding: 8px 15px;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
}
.footer-copyright-german p {
  line-height: 1.6em;
  margin-bottom: 0;
  font-size: 15px !important;
}

/*responsive*/
/* @media (min-width:767px) {
  .exo-menu>li>a {
    display: block;
    padding: 20px 22px;
  }

  .mega-menu,
  .flyout-mega-wrap,
  .Images,
  .Blog,
  .flyout-right>ul,
  .flyout-left>ul,
  li.drop-down>ul {
    position: absolute;
  }

  .flyout-right>ul {
    left: 100%;
  }

  .flyout-left>ul {
    right: 100%;
  }
}

@media (max-width:767px) {

  .exo-menu {
    min-height: 58px;
    background-color: #23364B;
    width: 100%;
  }

  .exo-menu>li>a {
    width: 100%;
    display: none;

  }

  .exo-menu>li {
    width: 100%;
  }

  .display.exo-menu>li>a {
    display: block;
    padding: 20px 22px;
  }

  .mega-menu,
  .Images,
  .Blog,
  .flyout-right>ul,
  .flyout-left>ul,
  li.drop-down>ul {
    position: relative;
  }

}

a.toggle-menu {
  position: absolute;
  right: 0px;
  padding: 20px;
  font-size: 27px;
  background-color: #ccc;
  color: #23364B;
  top: 0px;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.visit-my-blog {
  background: #379fe1;
} */



@media only screen and (max-width: 768px) {


  .nav-bar {
    position: absolute;
    background-color: #122;
    top: 0;
    right: 100%;
    height: 100vh;
    width: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: position 2.9s;
    -webkit-transition: position 2.9s;
    -moz-transition: position 2.9s;
    -ms-transition: position 2.9s;
    -o-transition: position 2.9s;
  }

  .toggle {
    left: 0;
    box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);

  }

  .toggle-menu {
    /* background-color: rgba(0, 0, 0, 0.2); */
    position: fixed;
    top: 23px;
    right: 20px;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index:2;
    padding: 2px 2px 2px 3px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .line {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
  }

  .toggle .line1 {
    background-color: #000000;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
  }

  .toggle .line2 {
    display: none;
  }

  .toggle .line3 {
    background-color: #000000;
    transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
  }

  .toggle .toggle-menu {
    background-color: white;
  }

  .nav-list {
    list-style: none;
  }

  .nav-list-item {
    text-align: center;
    padding: 10px 0;
  }

  .nav-link {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
  }

  .nav-link::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform 0.4s ease-in-out;
    transform-origin: left;
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
  }

  .nav-link:hover::before {
    transform: scaleX(1);
  }
  .main-menu ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    padding: 20px 0.5rem;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
} 

