﻿@media (max-device-width: 480px) {
    .wpwl-brand, .wpwl-img {
        margin-inline : -30px
    }
}
.error-page-container {
    max-width: 650px;
    margin: 50px auto;
    background: #fff;
    color: #081449;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 15%);
    padding: 3em;
    border-radius: 2px;
    overflow: hidden;
}

.error-page-container .status-icon {
    position: relative;
}

.error-page-container .status-icon .far {
    position: relative;
    z-index: 1;
    font-size: 8em;
}
.error-page-container .status-content {
    position: relative;
}
.lp-content {
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100vh - 140px);
}

body.lp-closed .lp-content {
    padding: 0 36px 24px 114px;
}
.payment-option-8-image{
    height:60px
}
#payment-radio-option-8{
    margin-top:3%
}
.select2-container {
    max-width: 100% !important
}
    .dropdown-menu {
    z-index: 1001;
}
.list-group-item {
background-color: #F7892A4f;
}
.opened {
    background-color: #fff !important;
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
}
#notify:hover{
    cursor:pointer
}
.search-grid.loading {
    position: relative;
}

.search-grid.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(22, 21, 163, 0.2);
    background-image: url('../images/loader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    content: "";
}

.login-form {
    background: #fff
}

.login-form .bg-container {
    position: relative;
    display: block;
    overflow: hidden;
    background: url("../images/login-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: calc(100vh - 79px)
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}

.my-float {
    margin-top: 16px;
}

.like-active {
    color: #F7892A !important;
}

.maroof-logo {
    width: 120px;
    margin: auto;
    margin-top: 10px;
    display: inline-block;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #D719C3;
}

.nav-pills .nav-link {
    color: #D719C3;
    border-radius: .25rem;
}

.book-appointment .search .select img, .book-appointment .search .select .fa-sort-down {
    z-index: 1;
}
.book-clinic .clinic-img {
    margin-top: -60px;
}
.book-appointment {
  position: relative;
  display: block;
  background: #f6f9fc;
}
.select2-selection--single .select2-selection__rendered {
    padding-right: 35px !important;
    padding-left: 35px !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 35px !important;
    padding-left: 35px !important;
}
svg:not(:root).svg-inline--fa {
     overflow: visible; 
}

<style >
.svg-inline--fa.fa-w-14 {
     width: 0.875em; 
}
.svg-inline--fa {
     display: inline-block; 
     font-size: inherit; 
     height: 1em; 
     overflow: visible; 
     vertical-align: -0.125em; 
}
.ContentList {
    list-style: none;
}
.ContentList li::before {
content: "\2022";
color: #D719C3;
font-weight: bold;
display: inline-block;
width: 1.3em;
margin-left: -1em;
}
.remove-btn {
    cursor: pointer;
}
.table-container {
    margin-top: 20px;
}
.description-cell {
    max-width: 350px;
    word-wrap: break-word;
}
.searchIcon {
    width: 20px !important
}
