:root {
    --grey-1: #fafafa;
    --grey-2: #f5f5f5;
    --grey-3: #ebebeb;
    --grey-4: #dcdcdc;
    --grey-5: #cacaca;
    --grey-6: #b3b3b3;
    --grey-7: #9b9b9b;
    --grey-8: #828282;
    --grey-9: #6b6b6b;
    --grey-10: #4a4a4a;
    --primary-1: #A1840F
}

@font-face {
    font-family: Outfit;
    src: url("fonts/Outfit/Outfit-Regular.ttf");
    font-weight: 100;
}

@font-face {
    font-family: Outfit;
    src: url("fonts/Outfit/Outfit-Medium.ttf");
font-weight: 500;
}

@font-face {
    font-family: Outfit;
    src: url("fonts/Outfit/Outfit-SemiBold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: Outfit;
    src: url("fonts/Outfit/Outfit-Bold.ttf");
    font-weight: 900;
}


.font-outfit {
    font-family: Outfit
}

body {
    font-family: Outfit;
    font-weight: 100
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: var(--primary-1);
}

.text-primary {
    color: var(--primary-1) !important;
}

.btn-primary {
    color: #fff !important;
    background-image: none;
    background-color: var(--primary-1) !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--primary-1);
    border-color: var(--primary-1);
    box-shadow: none;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    color: var(--primary-1);
    border-color: var(--primary-1);
    background: transparent;
    box-shadow: none;
}

thead {
    color: var(--grey-6);
}

.font-regular {
    font-family: Outfit-Regular;
}

.profile-img {
    max-width: 150px;
}

.rounded-pill {
    border-radius: 50px;
}

.btn-primary {
    background-color: #f5f5f1;
    border-color: #f5f5f1;
}

.box-heading {
    font-size: 1rem;
    color: var(--grey-6);
    margin-left: 0px;
}

.box-heading img.heading-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.box-content {
    padding-top: 20px;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #a4a190;
    border-color: #a4a190;
    color: var(#fff);
}

.boolean-icon-btn {
    display: block;
    border: 1px solid #a4a290;
    padding: 10px 0 10px 0px;
    text-align: center;
    border-radius: 15px;
    width: 100%;
    font-size: 14px;
}

.boolean-icon-unknown {
    height: auto;
    width: 19px;
    padding: 5px 0px;
}

.no-shadow {
    box-shadow: none;
}

.privelages-list {
    width: 100%;
    box-shadow: none;
}

.privelages-list li.list-group-item {
    border: none !important;
}

.privelages-list li.list-group-item {
    background: transparent;
}

table.no-word-break td {
    word-break: initial;
}


/* .subheading::before {
    content: " ";
    height: 10px;
    width: 10px;
    background: red;
} */


/* .subheading::before {
    content: url('../images/icons/heading-icon.svg');
    position: relative;
    z-index: 100000;
    height: 10px;
    width: 10px;
} */

.w-100-px {
    width: 100px;
}

.menu-tabular-cont {
    max-width: 140px;
    /* z-index: -1; */
}

[data-toggle=collapse]:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A1840F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

[data-toggle=collapse]::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A1840F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 20px;
    margin-top: 5px;
}

.collapse:not(.show) {
    display: block;
    max-height: 100px;
    overflow: hidden;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    background: #a1840f;
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 18px;
}

.ss-main .ss-multi-selected {
    background-color: transparent;
    border: none;
}

.ss-content .ss-search input:focus {
    box-shadow: none;
}

.ss-content .ss-search input {
    border-color: var(--primary-1);
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:hover {
    color: #fff;
    background-color: #a1840f;
}


/* .ss-main .ss-multi-selected .ss-values .ss-value:last-of-type::after {
    content: " ";
    position: relative;
    right: -20px;
    color: #a1840f;
    height: 24px;
    width: 1px;
    background: #a18410;
} */

.hidden {
    display: none;
}

.btn.btn-default {
    background: transparent;
    box-shadow: none;
}

.radio-select:checked+label {
    background: var(--primary-1);
    color: #fff;
}

.add-more-icon {
    width: 30px;
}

.modal-scrollable {
    overflow-y: scroll;
}

.search-icon {
    border: none;
    background: none;
}

.no-border {
    border: 0;
    box-shadow: none;
    /* You may want to include this as bootstrap applies these styles too */
}

.input-search {
    width: 100%;
    padding: 10px 10px;
    border: none;
    /* padding-left: 100px; */
    font-size: 18px;
}

.input-search::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(215, 215, 215);
    opacity: 1;
    /* Firefox */
}

.input-search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

.input-search::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.tag_list {
    display: inline-block;
    vertical-align: top;
    background: #000;
    border-radius: 30px;
    margin: 5px;
    padding: 5px 25px 5px 10px;
    border: 1px solid #d6d6d6;
    position: relative;
    color: #fff;
    font-size: small;
}

.tag_list.tag_list_hide {
    display: none;
}

.tag_list i {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    color: #aeaeae
}

.tag_list.light {
    padding: 5px 10px 5px 25px;
    background-color: #fff;
    color: #aeaeae
}

.tag_list.light i {
    right: auto;
    left: 8px;
    color: #aeaeae
}


/* shadow start */

.shadow.style-01 {
    position: relative;
}

.shadow.style-01::before,
.shadow.style-01::after {
    content: '';
    position: absolute;
    top: 80%;
    bottom: 13px;
    display: block;
    width: 50%;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    z-index: -1;
    left: 10px;
}

.shadow.style-01::before {
    background: transparent;
    right: 10px;
    left: auto;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.shadow.style-01::after {
    background: transparent;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.shadow.style-02 {
    position: relative;
}

.shadow.style-02::before {
    content: '';
    position: absolute;
    top: 80%;
    bottom: 13px;
    display: block;
    width: 50%;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    z-index: -1;
    right: 10px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.shadow.style-03 {
    position: relative;
}

.shadow.style-03::after {
    content: '';
    position: absolute;
    top: 80%;
    bottom: 13px;
    display: block;
    width: 50%;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    z-index: -1;
    left: 10px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.shadow.style-04 {
    position: relative;
    -webkit-box-shadow: 0 24px 10px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 24px 10px -20px rgba(0, 0, 0, 0.5);
}

.shadow.style-05 {
    position: relative;
}

.shadow.style-05::before {
    content: '';
    position: absolute;
    bottom: 3px;
    display: block;
    width: 80%;
    height: 10px;
    border-radius: 100px / 10px;
    -webkit-box-shadow: 0 7px 13px rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.5);
    z-index: -1;
    background: transparent;
}

.shadow.style-06 {
    position: relative;
}

.shadow.style-06::before,
.shadow.style-06::after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.shadow.style-06::after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.shadow.style-07 {
    position: relative;
}

.shadow.style-07::before,
.shadow.style-07::after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.shadow.style-07::after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}


/* shadow end */

.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: center;
}

.text-divider span {
    background-color: #f5f5f5;
    padding: 1em;
}

.text-divider:before {
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #f7f7f7;
}

.menu-tabular {
    /* box-shadow: -2px -7px 7px 2px rgba(0, 0, 0, .15)!important; */
    border-right: 1px solid #d7d7d7a6;
    z-index: -1;
}

.menu-tabular>a {
    color: #191a1a;
}

.menu-tabular.nav-pills .nav-link>img {
    color: #fff
}

.menu-tabular.nav-pills .nav-link {
    display: block;
    padding: 1rem 1rem;
}

.menu-tabular.nav-pills .nav-link.active,
.menu-tabular.nav-pills .show>.nav-link {
    border-left: 5px solid var(--primary);
    border-radius: 0;
    background: none;
    color: var(--primary);
}

.filter-form .form-control,
.filter-form .custom-select {
    border-radius: 50px;
}

.filter-form .input-group .form-control,
.filter-form .input-group .custom-select {
    border-radius: 50px;
    margin: 0 5;
}

.filter-form .input-group .form-control:first-of-type {
    margin-left: 0;
}

.filter-form .input-group .form-control:last-of-type {
    margin-right: 0;
}

.filter-form .text-divider span {
    background-color: #f8f9fa;
    padding: 1em;
}

.providere-card {
    display: flex;
    padding: 1rem;
    border-bottom: 1px solid #d7d7d7;
}

.providere-card:last-of-type {
    border-bottom: none;
}

.providere-card>div {
    padding: 0 1rem;
}

.providere-card .provider-card--image img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

.providere-card .provider-card--details {
    padding-top: 10px;
}

.providere-card .provider-title {
    font-weight: bold;
}

.providere-card .provider-title .provider-title--tag {
    font-weight: 100;
}

.providere-card .provider-card--specialities {
    color: #b2b2b2;
    margin-bottom: 0;
}

.providere-card .provider-card--tags span {
    font-size: smaller;
    margin-left: 10px;
    font-weight: 500;
}

.providere-card .provider-card--tags span:first-of-type {
    margin-left: 0px;
}


/* fonts styles */

.u300 {
    font-family: 'Outfit', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.u300i {
    font-family: 'Outfit', arial, sans-serif;
    font-weight: 300;
    font-style: italic;
}

.u400 {
    font-family: 'Outfit', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.u400i {
    font-family: 'Outfit', arial, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.u700 {
    font-family: 'Outfit', arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.u700i {
    font-family: 'Outfit', arial, sans-serif;
    font-weight: 500;
    font-style: italic;
}

.u900 {
    font-family: 'Outfit', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.u900i {
    font-family: 'Outfit', arial, sans-serif;
    font-weight: 700;
    font-style: italic;
}

/* end font styles */

.specialty-list li {
    color: #b2b2b2;
    list-style: disc;
}
/* start switch toggle */
.outerDivFull { margin:50px; }

.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #d4ae15; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: ''; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: ''; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; }
.toggle-switchArea { margin: 10px 0 10px 0; }
/* End toggle switch */

/* Start Range Color */

input[type=range] {
  height: 23px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #D4AE14;
  border-radius: 12px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 17px;
  width: 17px;
  border-radius: 16px;
  background: #A1840F;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #D4AE14;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #D4AE14;
  border-radius: 12px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 17px;
  width: 17px;
  border-radius: 16px;
  background: #A1840F;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #D4AE14;
  border: 0px solid #000101;
  border-radius: 24px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #D4AE14;
  border: 0px solid #000101;
  border-radius: 24px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 17px;
  width: 17px;
  border-radius: 16px;
  background: #A1840F;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #D4AE14;
}
input[type=range]:focus::-ms-fill-upper {
  background: #D4AE14;
}
/* End Range Color */

#filter-iconpoe {
    zoom:1.5;
    top: 2;
    position: relative;
}

.heart-icon {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    color: #a1840f;
}

#check-icon_poe+label i.fa-heart {
    display: none;
}
#check-icon_poe+label i.fa-heart-o {
    display: block;
}
#check-icon_poe:checked+label i.fa-heart {
    display: block;
}
#check-icon_poe:checked+label i.fa-heart-o {
    display: none;
}

.badge-primary {
    color: #fff;
    background-color: #a1840f;
    border-radius: 20px;
}
/* End Range Color */
