@import url(fonts/nunito/stylesheet.css);

/* * {
  outline: solid 1px green;
} */

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

*,
:root,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
  /* background: linear-gradient(#e6f0fa, #b9cbd3); */
  background: linear-gradient(#bcdff6, #d2e9f9);
}

body,
.ql-editor,
.bx-caption > span {
  font-size: 1rem;
  font-family: "Nunito", sans-serif !important;
}

section > div {
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
}

.top-bar {
  background-color: #f8f9fa;
  border-bottom: solid rgba(82, 123, 78, 0.5) 1px;
}

.social-media-icons a {
  padding: 0.25rem;
  height: 25px;
}

.text-justify {
  text-align: justify !important;
}

#main-area > .container {
  min-height: 300px;
}

#main-area .bx-wrapper .bx-controls-direction a {
  z-index: 100 !important;
}

#main-area .bx-wrapper .bx-caption {
  display: none;
}

@media screen and (min-width: 440px) {
  #main-area .bx-wrapper .bx-caption {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.15rem;
    background: linear-gradient(
      to bottom,
      rgba(17, 17, 17, 0) 0%,
      rgba(17, 17, 17, 0.35) 5%,
      rgba(17, 17, 17, 0.95) 100%
    );
  }
}

@media screen and (min-width: 576px) {
  #main-area .bx-wrapper .bx-caption {
    font-weight: 500;
  }
}

.header-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.organisation-title span {
  color: #000 !important;
  font-size: calc(1rem + 0.5vw);
}

.banner-logo {
  max-width: calc(60px + 3vw);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
}

.footer-banner-logo {
  max-width: calc(200px + 1.25vw);
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 1.5rem;
  display: none !important;
}

@media screen and (min-width: 500px) {
  .footer-banner-logo {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .footer-banner-logo {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .organisation-title span {
    font-size: 1.5rem;
  }

  .banner-logo {
    max-width: 120px;
  }
}

.navbar-toggler {
  background-color: #0071c7;
  font-size: 1rem;
  line-height: 0;
}

.navbar-toggler > .navbar-toggler-icon {
  width: 0.875em;
  height: 0.875em;
}

#main-menu-area {
  width: 100%;
  z-index: 1030;
}

#main-menu-area .dropdown-menu .text-uppercase {
  white-space: nowrap;
}

.main-menu {
  background-color: #f8f9fa;
  border-top: solid rgba(82, 123, 78, 0.5) 1px;
  border-bottom: solid rgba(82, 123, 78, 0.5) 1px;
  z-index: 1500;
}

#menu_toggle_btn svg {
  height: 0.875rem;
  fill: #fff !important;
}

ul#menu-items-wrapper > li > a {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 0.5rem;
  padding-top: calc(0.5rem + 3px);
  color: #212529;
}

ul#menu-items-wrapper > li > a > span {
  display: inline-flex;
  align-items: center;
}

ul#menu-items-wrapper .dropdown-divider {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.sm-shuwasa-title {
  display: none;
}

@media screen and (max-width: 991.67px) {
  ul#menu-items-wrapper {
    margin-bottom: 0.5rem !important;
  }

  .scrollfix-top .sm-shuwasa-title {
    display: inline-block;
  }

  ul#menu-items-wrapper > li > a.dropdown-toggle {
    display: flex;
  }

  ul#menu-items-wrapper > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  ul#menu-items-wrapper > li > a.dropdown-toggle > span {
    margin-left: auto;
  }

  #menu-items-wrapper a.dropdown-toggle.sub-menu-opened {
    background-color: rgba(0, 0, 0, 0.05);
    color: #0071c7;
  }

  #menu-items-wrapper .dropdown-menu {
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.05);
    border-bottom-color: #0071c7;
  }

  #menu-items-wrapper .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

@media screen and (min-width: 992px) {
  ul#menu-items-wrapper > li > a {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0.5rem;
    padding-top: calc(0.5rem + 3px);
    position: relative;
  }

  ul#menu-items-wrapper > li:last-of-type > a {
    border-right: none;
  }

  ul#menu-items-wrapper > li > a::before {
    background-color: #0071c7;
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    top: 1px;
    left: -1px;
    right: -1px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
  }

  ul#menu-items-wrapper .dropdown-menu {
    border-radius: 0 !important;
    border-top: 2px solid #0071c7;
    background-color: #f8f9fa;
    font-size: 0.875rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    margin-top: 0;
  }
}

#utility-payment button {
  padding: 0.35rem 0.5rem;
}

@media (min-width: 992px) {
  #utility-payment button {
    padding: 0.125rem 0.5rem;
  }

  #utility-payment button .fix_get_cn {
    display: none;
  }
}

@media (min-width: 1100px) {
  #utility-payment button .fix_get_cn {
    display: inline;
  }
}

#utility-payment button.active {
  color: #0071c7 !important;
}

#utility-payment button::before {
  background-color: #0071c7;
  content: "";
  position: absolute;
  border-radius: 1rem;
  width: 100%;
  height: 7px;
  bottom: -13px;
  left: -1px;
  right: -1px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

ul#menu-items-wrapper > li > a:hover,
ul#menu-items-wrapper > li > a.active {
  color: #0071c7 !important;
}

ul#menu-items-wrapper > li > a.active {
  color: #0071c7 !important;
}

ul#menu-items-wrapper > li > a svg {
  height: 0.75rem !important;
}

ul#menu-items-wrapper > li > a:hover svg,
ul#menu-items-wrapper > li > a.active svg {
  fill: #0071c7 !important;
}

#utility-payment button.active::before,
ul#menu-items-wrapper > li > a:hover::before,
ul#menu-items-wrapper > li > a.active::before {
  opacity: 1;
}

#main-area .bx-wrapper {
  box-shadow: none;
  margin-bottom: 0;
  border: 1px solid #fff;
}

#main-area .bx-wrapper img {
  width: 100%;
}

#main-area .bx-wrapper .bx-pager.bx-default-pager {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  padding: 0 1rem;
}

#main-area .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #0071c7;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#main-area .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main-area .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0071c7;
  border: 2px solid #0071c7;
}

hr.hr-divider {
  width: 100%;
  height: 3px;
  border-radius: 0.5rem;
  border: 0 !important;
  background: repeating-linear-gradient(
    45deg,
    #fff,
    #fff 5px,
    #0071c7 5px,
    #0071c7 10px
  );
}

.fw-600-bold {
  font-weight: 600 !important;
}

.bg-shuwasa {
  background: #0071c7 !important;
}

.text-shuwasa {
  color: #0071c7 !important;
}

.md-image-wrapper {
  width: 100%;
  max-width: 296px;
  margin: 0 auto;
}

.md-image-wrapper > figure {
  border-color: #b3b3b3 !important;
}

.md-image-wrapper > figure > figcaption {
  border-top: solid 0.5rem #4d4d4d !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.md-message-wrapper {
  float: left !important;
}

@media screen and (min-width: 400px) {
  .md-image-wrapper {
    max-width: 230px;
  }
}

@media screen and (min-width: 500px) {
  .md-message-wrapper {
    float: none !important;
  }
}

@media screen and (min-width: 560px) {
  #md-wrapper {
    display: flex !important;
  }

  .md-image-wrapper {
    float: left;
    margin: 0 1rem 0 0;
  }
}

@media screen and (min-width: 600px) {
  .md-message-wrapper > p:first-of-type {
    padding-top: 0.35rem;
  }
}

@media screen and (min-width: 1100px) {
  .control-number-fix {
    display: inline !important;
  }
}

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

#main-menu-collapse {
  position: absolute;
  top: 41px;
  background: #f8f9fa;
  z-index: 150;
  left: -12px;
  right: -12px;
  padding-top: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-bottom: solid rgba(82, 123, 78, 0.5) 2px;
}

#main-menu-collapse .dropdown-toggle::after {
  border: none;
}

#main-menu-collapse .dropdown-item.active,
#main-menu-collapse .dropdown-item:active {
  color: #0071c7;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 992px) {
  #main-menu-collapse {
    position: static;
    top: 0;
    background: #f8f9fa;
    /* z-index: 0; */
    left: 0;
    right: 0;
    padding: 0rem;
    border-bottom: none;
  }
}

.bg-footer-copyright {
  background-color: #394047 !important;
}

#footer-area .social-media-icons a {
  padding: 0.5rem;
  border: 2px solid hsl(120, 9%, 90%);
  height: 2.25rem;
  width: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}

.bg-facebook:hover {
  background-color: #354f88 !important;
}

.bg-twitter {
  background-color: #1da1f2 !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}

.bg-twitter:hover {
  background-color: #0d94e7 !important;
}

.bg-instagram {
  background: hsl(120, 9%, 90%) !important;
  /* background: radial-gradient(circle at 30% 100%,
      #fdf496 0%,
      #fdf497 5%,
      #fd5949 45%,
      #285aeb 90%) !important; */
  color: #fff !important;
  text-decoration: none !important;
  /* transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}

.bg-instagram:hover {
  background: #fd4130 !important;
  background: radial-gradient(circle at 30% 100%,
      #fcf288 0%,
      #fcf288 5%,
      #fd4f3f 45%,
      #1f52ea 90%) !important; */
}

.bg-instagram > svg,
.bg-twitter > svg,
.bg-facebook > svg {
  fill: #fff !important;
  height: 1rem;
}

.footer-logo {
  max-width: calc(130px + 3vw);
  width: 100%;
}

.footer-link {
  color: hsl(0, 0%, 96%) !important;
  display: inline-block;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: transform 0.4s ease-in-out;
  -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;
  display: flex;
  align-items: center;
}

.footer-link:hover {
  color: #fff !important;
  text-shadow: 1px 1px 2px hsl(0, 0%, 15%);
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}

.footer-link > svg {
  margin-right: 0.25rem;
  fill: #fff !important;
  height: 0.75rem;
}

.header-contact-wrapper {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}

.social-media-icons {
  margin-left: auto;
  height: 25px;
}

.toll-free-icon {
  display: none;
}

.auth-wrapper a.dropdown-toggle.nav-link,
.language-switch a.dropdown-toggle.nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  height: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.auth-wrapper a.dropdown-toggle.nav-link {
  padding-left: 1.8rem !important;
}

.auth-wrapper a.dropdown-toggle.nav-link,
.language-switch a.dropdown-toggle.nav-link {
  padding: 0rem 0.5rem !important;
  border: solid 1px #d9d9d9;
  border-radius: 0.25rem;
}

.auth-wrapper a.dropdown-toggle.nav-link::after,
.language-switch a.dropdown-toggle.nav-link::after {
  vertical-align: 0.1rem !important;
}

.language-switch .lang-icon {
  margin-right: 0.25rem;
}

.auth-user {
  height: 1.25rem;
  width: 1.25rem;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  left: 0;
  top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.auth-user > svg {
  height: 0.75rem;
}

.auth-wrapper div.dropdown-menu,
.language-switch div.dropdown-menu {
  top: 0 !important;
  border-radius: 0;
  padding: 0;
  min-width: 76px;
  position: absolute !important;
  transform: translate3d(2px, 29px, 0px) !important;
  -webkit-transform: translate3d(2px, 29px, 0px) !important;
  -moz-transform: translate3d(2px, 29px, 0px) !important;
  -ms-transform: translate3d(2px, 29px, 0px) !important;
  -o-transform: translate3d(2px, 29px, 0px) !important;
}

.auth-wrapper div.dropdown-menu .dropdown-item.active,
.auth-wrapper div.dropdown-menu .dropdown-item:active {
  color: #0071c7;
  background-color: rgba(0, 0, 0, 0.05);
}

.auth-wrapper div.dropdown-menu svg {
  height: 0.75rem;
}

.auth-wrapper div.dropdown-menu .dropdown-item.active svg,
.auth-wrapper div.dropdown-menu .dropdown-item:active svg {
  fill: #0071c7;
}

.language-switch div.dropdown-menu.show {
  display: block !important;
  min-width: 85px;
  transform: translate3d(0px, 25px, 0px) !important;
  -webkit-transform: translate3d(0px, 25px, 0px) !important;
  -moz-transform: translate3d(0px, 25px, 0px) !important;
  -ms-transform: translate3d(0px, 25px, 0px) !important;
  -o-transform: translate3d(0px, 25px, 0px) !important;
}

.auth-wrapper div.dropdown-menu > a.dropdown-item,
.language-switch div.dropdown-menu > a.dropdown-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.lang-full {
  display: none;
}

.toll-free-icon {
  display: inline-block;
}

.toll-free-text {
  display: none;
}

.social-media-icons {
  margin-left: auto !important;
}

@media screen and (min-width: 380px) {
  .lang-full {
    display: inline-block;
  }

  .lang-abbr {
    display: none;
  }

  .language-switch div.dropdown-menu.show {
    min-width: 110px;
  }
}

@media screen and (min-width: 480px) {
  .toll-free-icon {
    display: none;
  }

  .toll-free-text {
    display: inline-block;
  }
}

@media screen and (min-width: 576px) {
  .lang-full {
    display: none;
  }

  .lang-abbr {
    display: inline-block;
  }

  .auth-wrapper div.dropdown-menu,
  .language-switch div.dropdown-menu.show {
    min-width: 85px;
    transform: translate3d(0px, 29px, 0px) !important;
    -webkit-transform: translate3d(
      0px,
      29px,
      0px
    ) !important;
    -moz-transform: translate3d(0px, 29px, 0px) !important;
    -ms-transform: translate3d(0px, 29px, 0px) !important;
    -o-transform: translate3d(0px, 29px, 0px) !important;
  }

  .header-contact-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }

  .header-contact-wrapper > .toll-free-wrapper {
    padding-right: 0.5rem !important;
  }

  .header-contact-wrapper > .auth-wrapper,
  .header-contact-wrapper > .social-media-icons {
    margin-left: 0;
    padding-left: 0.25rem !important;
  }

  .header-contact-wrapper > .auth-wrapper {
    padding-left: 0.25rem !important;
  }
}

@media screen and (min-width: 676px) {
  .lang-full {
    display: inline-block;
  }

  .lang-abbr {
    display: none;
  }

  .language-switch div.dropdown-menu.show {
    min-width: 120px;
    /* transform: translate3d(-8px, 28px, 0px) !important; */
  }
}

.header-contact-wrapper > .social-media-icons a {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 10%);
  padding: 0.25rem;
  height: 25px;
  width: 25px;
  border-radius: 0.25rem;
  text-align: center;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}

.header-contact-wrapper
  > .social-media-icons
  a.facebook
  > svg {
  fill: #3b5998 !important;
  height: 0.875rem;
}

.header-contact-wrapper
  > .social-media-icons
  a.twitter
  > svg {
  fill: #1da1f2 !important;
  height: 0.875rem;
}

.header-contact-wrapper
  > .social-media-icons
  a.instagram
  > svg {
  fill: #f64908 !important;
  font-weight: bold;
  height: 0.875rem;
}

.header-contact-wrapper
  > .social-media-icons
  a.facebook:hover,
.header-contact-wrapper
  > .social-media-icons
  a.facebook:active {
  background-color: #3b5998 !important;
}

.header-contact-wrapper
  > .social-media-icons
  a.twitter:hover,
.header-contact-wrapper
  > .social-media-icons
  a.twitter:active {
  background-color: #1da1f2 !important;
}

.header-contact-wrapper
  > .social-media-icons
  a.instagram:hover,
.header-contact-wrapper
  > .social-media-icons
  a.instagram:active {
  background-color: #f64908 !important;
}

.header-contact-wrapper
  > .social-media-icons
  a.facebook:hover
  > svg,
.header-contact-wrapper
  > .social-media-icons
  a.facebook:active
  > svg,
.header-contact-wrapper
  > .social-media-icons
  a.twitter:hover
  > svg,
.header-contact-wrapper
  > .social-media-icons
  a.twitter:active
  > svg,
.header-contact-wrapper
  > .social-media-icons
  a.instagram:hover
  > svg,
.header-contact-wrapper
  > .social-media-icons
  a.instagram:active
  > svg {
  fill: #fff !important;
}

section .container {
  max-width: 1170px;
}

/* ################################################################################################# */
/* ################################################################################################# */
/*                                            DATATABLE STYLING                                      */
/* ################################################################################################# */
/* ################################################################################################# */

table.dataTable tbody > tr > td.sorting_1 {
  text-align: left;
}

.dataTables_length {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 786px) {
  .dataTables_length {
    margin-bottom: 0;
  }
}

.mw-20px {
  min-width: 20px !important;
  width: 20px !important;
}

.mw-40px {
  min-width: 40px !important;
  width: 40px !important;
}

.mw-80px {
  min-width: 80px !important;
  width: 80px !important;
}

.mw-100px {
  min-width: 100px !important;
  width: 100px !important;
}

.mw-120px {
  min-width: 120px !important;
  width: 120px !important;
}

.mw-140px {
  min-width: 140px !important;
  width: 140px !important;
}

.mw-160px {
  min-width: 160px !important;
  width: 160px !important;
}

.mw-180px {
  min-width: 180px !important;
  width: 180px !important;
}

.mw-200px {
  min-width: 200px !important;
  width: 200px !important;
}

.mw-260px {
  min-width: 260px !important;
  width: 260px !important;
}

.mw-300px {
  min-width: 300px !important;
  width: 300px !important;
}

.controls-wrapper {
  min-width: 122px;
  display: flex;
  justify-content: space-evenly;
}

.table-responsive {
  padding-bottom: 0.5rem !important;
}

.table-responsive .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em;
} */

/* .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
} */

.table-responsive .pagination a {
  /* padding: 0.35rem 0.75rem;
  text-decoration: none !important; */
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.table-responsive .pagination .disabled > a,
.table-responsive .pagination .disabled > a:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent !important;
  box-shadow: none;
}

.table-responsive .pagination .active > a,
.table-responsive .pagination .active > a:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(230, 230, 230, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(230, 230, 230, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.table-responsive .pagination a:hover {
  color: #fff !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #585858),
    color-stop(100%, #111)
  );
  background: -webkit-linear-gradient(
    top,
    #585858 0%,
    #111 100%
  );
  background: -moz-linear-gradient(
    top,
    #585858 0%,
    #111 100%
  );
  background: -ms-linear-gradient(
    top,
    #585858 0%,
    #111 100%
  );
  background: -o-linear-gradient(
    top,
    #585858 0%,
    #111 100%
  );
  background: linear-gradient(
    to bottom,
    #585858 0%,
    #111 100%
  );
}

/* ################################################################################################# */
/* ################################################################################################# */
/*                                            VALIDATIONS STYLING                                    */
/* ################################################################################################# */
/* ################################################################################################# */

.table-responsive .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.has-error textarea {
  border-color: #dc3545;
}

.has-error .help-block {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

div.required label:after {
  content: " *";
  color: #dc3545 !important;
}

.card.auth-card {
  width: 100%;
  max-width: 300px;
}

/* ###################################################################################### */
.new_gif > img {
  width: 2.75rem;
}

.counter-item-text,
.pages-description .contents a > .page-title,
.recent-news-wrapper h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pages-description .contents a > .page-title {
  margin-right: 0.5rem;
}

@supports (-webkit-line-clamp: 2) {
  .recent-news-wrapper h5 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@supports (-webkit-line-clamp: 3) {
  .recent-news__contents {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  @supports (-webkit-line-clamp: 3) {
    .recent-news__contents {
      -webkit-line-clamp: 2;
    }
  }

  .recent-news__container {
    height: 100%;
    max-height: calc(305px + 0.875vw);
  }
}

@media screen and (min-width: 1030px) {
  .recent-news__container {
    height: 100%;
    max-height: calc(320px + 0.25vw);
  }
}

@media screen and (min-width: 1050px) {
  .recent-news__container {
    height: 100%;
    max-height: calc(300px + 3vw);
  }
}

@media screen and (min-width: 1130px) {
  @supports (-webkit-line-clamp: 3) {
    .recent-news__contents {
      -webkit-line-clamp: 3;
    }
  }

  .recent-news__container {
    height: 100%;
    max-height: calc(340px + 1.75vw);
  }
}

@media screen and (min-width: 2000px) {
  .recent-news__container {
    height: 100%;
    max-height: 380px;
  }
}

.date_time_wrapper {
  background-color: #f8f9fa;
  border: solid 1px #d2d9df;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-right: none;
  padding: 0.125rem 0.25rem 0.125rem 0.75rem;
}

.date_icon_wrapper > svg,
.time_icon_wrapper > svg {
  width: 0.75rem;
}

.border-shuwasa {
  border-color: #99d3ff !important;
}

.recent-news__separator {
  opacity: 0.005;
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.recent-news__link {
  display: block;
  color: #212529;
  text-decoration: none;
}

.recent-news__link:hover {
  color: rgb(0, 113, 199);
}

.date_time_wrapper * {
  color: #565656 !important;
}

.date_time_wrapper svg {
  fill: #565656 !important;
}

.bg-is_inactive {
  background-color: rgba(255, 0, 0, 0.15) !important;
  border: solid rgba(255, 0, 0, 0.175) 1px !important;
  color: black !important;
  font-weight: 600 !important;
}

.bg-is_active {
  background-color: rgba(0, 255, 0, 0.15) !important;
  border: solid rgba(0, 255, 0, 0.175) 1px !important;
  color: black !important;
  font-weight: 600 !important;
}

.page-info {
  display: inline-flex;
  width: 6rem;
  height: 6rem;
  align-items: center;
  justify-content: center;
  border-color: #0071c7 !important;
  border-width: 5px !important;
}

.page-info > i {
  color: #0071c7;
}

@media screen and (min-width: 768px) {
  .checkbox-proper-align {
    padding-top: 2rem;
  }
}

form {
  padding-top: 2.5rem !important;
  padding-bottom: 2rem !important;
}

.modal form {
  padding-top: 1rem !important;
  padding-bottom: 0.5em !important;
}

.swal2-title {
  font-size: 1.25rem !important;
}

.form-control:focus {
  border-color: #0071c7;
}
