﻿.swal2-popup {
  padding: 5px 30px 30px !important;
  width: 570px !important;
  border-radius: 13px !important;
}

.swal2-popup .swal2-actions {
  width: 100% !important;
  justify-content: space-between !important;
}

.swal2-popup .swal2-actions button {
  width: 49% !important;
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: 1px solid #455467 !important;
    top: unset !important;
    right: 29px !important;
    position: absolute;
    background: #455467 url(https://website.wotn.com.sa/Front/assets/images/icons/menu.svg) no-repeat center;
    background-size: auto;
    background-size: 39px;
    z-index: 99;
    padding: 0.26rem 0.57rem;
  }

  .navbar-collapse {
    background: #fff;
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 78px;
    right: -40px;
    z-index: 99;
    box-shadow: 0px 4px 6px #27080830;
    border-radius: 6px;
  }
  
  .main-head {
    overflow: initial;
  }

  .header .col-lg-2,
  .header .col-lg-8 {
    position: unset !important;
  }

  .navbar {
    position: unset !important;
  }

  .top-bar a {
    font-size: 13px;
  }

  .top-bar a:nth-child(3) {
    display: none;
  }
}

.lanBtn {
  border: 1px solid #1a668f;
  border-radius: 30px;
  text-align: center !important;
  width: 40px;
  height: 40px;
  line-height: normal;
  margin: 10px;
}



.timeline-p .timeline ul li {
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 210%;
  list-style: none;
}

.timeline-p .timeline:nth-child(even) ul {
  padding-right: .5rem !important;
  padding-left: 1.5rem !important;
}

.timeline-p .timeline:nth-child(odd) ul {
  padding-right: 1.5rem !important;
  padding-left: .5rem !important;
}

.timeline-p .timeline ul li::before {
  content: "";
  background: #1C86C0;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}