/* Custom Stylesheet hash:17447846891742394160 dated 17 Jun, 2025 04:06:45+Asia/Karachi */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}
.ace_gutter-cell {
  color:white;
}

.search--home {
  background-image: url('https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/gfi-keriocontrol-supportdesk/homepage_background_image.png');
}


.hero-heading {
  color:white;
}

.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header__top {
    background-color:rgba(13, 47, 108, 1) !important;
    border-bottom: 0px   !important;
}

.menu__submit {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0);
  background-color: #fc6621;
  color: #fff;
  font-size: 14px;
  line-height: 1.79;
  padding: 6px 12px;
  margin-right: 20px;
}

.phone-lines-icon img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.menu a {
  color:white !important;
}

.nav__menu a {
  color:black !important;
}

.gfi_home_link {
  padding-right:2em;
}

.buttons-panel {
    text-align: center;
    position: relative;
    width: 100%;
    top: -50px;
    display: flex;
    justify-content: center;
}

.clickable-block {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    cursor: pointer;
}

.PlaceholderSection {
    width: 150px;
    height: 150px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    display: inline-block;
    margin-right: 25px;
}

.section-button {
    margin-top: 20%;
}

.PlaceholderSection img {
  vertical-align: middle;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}

.section-button-text {
    margin-top: 15%;
    font-size: 14px;
    margin: 15% 8px 0 8px;
}

.textfield--comment {
  resize:both !important;
  max-width:100%;
}

.info-block {
    border-radius: 4px;
    background-color: rgba(252, 102, 33, 0.05);
    padding: 15px 10px 12px 10px;
    position: relative;
    font-size: 12px;
    border: 1px solid rgba(252, 102, 33, 0.5);
    margin-top: 25px;
}

.info-block .close-info-block {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    background-color: #ff7979;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.info-block .table .thead-blue {
    background-color: #4a90e2;
    color: #fff;
    font-size: 12px;
}

.warp{
  max-width:80% !important;
}

.footer {
    border: 0;
    background-color: rgba(13, 47, 108, 1) !important;
    margin-top: 0;
    padding: 14px 0;
}

.footer .footer-inner {
    justify-content: unset;
    color: #fff !important;
    margin-left: 20px;
}

.footer a{
  color: #fff !important;
}