﻿a {
    text-decoration: none;
    color: initial;
}

    a:hover {
        color: unset;
    }

ul {
    list-style-type: none;
}

/*textarea {
    height: 150px !important;
}*/

form {
    margin: 0;
}

.float-right {
    float: right !important;
}

.direction-rtl {
    direction: rtl !important;
}

.direction-ltr {
    direction: ltr !important;
}

.width-100 {
    width: 100%;
}

.width-20 {
    width: 20%;
}

.width-80 {
    width: 80%;
}

.padding-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-right-0 {
    margin-right: 0;
}
.margin-top-20 {
    margin-top: 10px;
}

.margin-auto {
    margin: auto;
}

.border-none {
    border: none;
}

.p,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    color: #323232;
}

.padding-inherit {
    padding: inherit !important;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}
.padding-left-0 {
    padding-left: 0px;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}

.col-lg-1-5 {
    width: 15.2%;
    flex: 0 0 auto;
    background-color: #417c71;
}

.col-lg-10-5 {
    width: 84.8%;
    flex: 0 0 auto;
}

.text-hint-warning {
    font-size: 13px;
    color: #d87700;
    font-weight: 500;
}

.as-btn {
    cursor: pointer;
}

    .as-btn:hover {
        color: cornflowerblue;
    }
/* ----------------- body ----------------- */


/* @font-face {
    font-family: "siteFont";
    src: url("../assets/fonts/IRANSans\(FaNum\).ttf");
} */


/* این فایل وظیفه تعریف و بارگذاری فونت های «فونت ایران» را برعهده دارد */


/* پیشنهاد می شود از این روش استفاده کنید */

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../assets/fonts/IRANSansWeb\(FaNum\)_Bold.woff') format('woff');
    /* All Major Browsers */
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../assets/fonts/IRANSansWeb\(FaNum\)_Medium.woff') format('woff');
    /* All Major Browsers */
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../assets/fonts/IRANSansWeb\(FaNum\)_Light.woff') format('woff');
    /* All Major Browsers */
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../assets/fonts/IRANSansWeb\(FaNum\)_UltraLight.woff') format('woff');
    /* All Major Browsers */
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../assets/fonts/IRANSansWeb\(FaNum\).woff') format('woff');
    /* All Major Browsers */
}

body {
    font-family: 'IRANSans';
    font-weight: normal;
    /*background-color: #f8fafd;*/
    overflow-x: hidden;
}

select {
    word-wrap: normal;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0 4px 0 4px;
}

.box {
    box-shadow: 0 10px 20px #00000014;
    background-color: #ffffff;
    margin: 20px 0px 20px 0px;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px 12px 12px 12px;
}


/* ----------------- header ----------------- */

.header-search-background-header {
    background-color: white;
    border-radius: 13px;
    border: 1px solid darkgray;
    height: 110px;
    width: 90%;
    position: relative;
    margin: auto;
}

.header-search-background {
    position: absolute;
    right: 0px;
    left: 0;
    padding: 8px 30px;
}

.header-search-text {
    margin: 0px 0px;
    border: 0;
    padding: 0;
    min-width: 350px !important;
}

    .header-search-text:focus-visible {
        outline: aliceblue;
    }

.header-search-open-modal {
    display: grid;
    padding: 0;
}

.header-search-open-modal-btn {
    color: #333333;
    background-color: #cdcdcd;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    position: relative;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .header-search-open-modal-btn:hover {
        background-color: #a8a8a8;
    }

.header-search-submit {
    padding: 0;
    margin: 0;
    display: flex;
    direction: ltr;
}

.header-search-submit-btn {
    width: 100%;
}

.header-search-submit-btn {
    color: white;
    background-color: #007bff;
    border: 1px solid #006ce1;
    border-radius: 8px;
    position: relative;
    right: 6px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .header-search-submit-btn:hover {
        background-color: #000dff;
    }

.navbar-top {
    height: 47px;
    text-align: center;
    padding: 5px;
    background-color: #2c867c;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.navbar {
    padding: 2px 2px;
    /*background-color: #f8fafd;*/
}

.navbar-expand {
    padding: 5px 0px;
}

.navbar-collapse {
    width: 100%;
    padding: 0;
}

.navbar-nav {
    text-align: center;
    display: contents;
}
.site-name {
    margin-right: 20px;
}
.site-name .site-name-link {
    color: white;
}
.nav-item-side {
    width: 35%;
}

.nav-link-item {
    width: 10%;
}

.navbar .dropdown-menu {
    text-align: center;
    min-width: 135px !important;
}

.navbar .form-inline {
    display: inline-flex;
    margin: auto;
}

.nav-search-form-input {
    margin: 0 4px;
}

.bg-secondary {
    width: 100%;
    margin: 0;
}


.header-box {
    width: 100%;
    padding: 0;
}

/*.header-img,*/ .header-backgroung, .bg-secondary {
    border-radius: 0 0 80px 80px !important;
}

/*.header-img,*/
/*.header-box {
    min-height: 420px;
}*/

/*.header-img {
    position: absolute;
    z-index: 5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    right: 0;
    width: 100%
}*/

.parent-header-backgroung {
    position: relative;
}

.header-backgroung {
    /*background-image: linear-gradient(47deg, #417c71, #87ff8c4a);*/
    height: 100%;
    width: 100%;
    /*z-index: 52;*/
}

.parent-header-backgroung {
    height: 100%;
    display: flex;
}

.parent-header-box {
    height: 100%;
    display: flex;
}

.header-box {
    text-align: center;
    margin: auto;
}

.header-title h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 18px;
    color: #ffffff;
    text-shadow: 1px 2px 7px #2c867c !important;
}

.header-description h2 {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 1px 6px #2c867c !important;
    color: #ffffff;
}

.header-search-form {
    margin: 40px 0 0 0;
}

    .header-search-form .header-search-text {
        min-width: 520px;
        height: 44px;
        border-bottom: 1px solid #d3d3d3;
        margin: 0 auto 10px auto;
        width: 100%;
        background-color: aliceblue;
        padding: 15px;
        border-radius: 10px;
    }


/* ----------------- sidebar ----------------- */

.searchbar {
}

.searchbar-filter {
    border-bottom: 1px solid #eee;
}

.searchbar-header-title {
    font-size: 18px;
    font-weight: 600;
}


/* doctor */

.post-sorting {
    display: inline-flex;
    padding: 0px 20px 0 20px;
}

.post-sorting-header {
    font-size: 14px;
    margin: auto;
}

.post-sorting-options {
    display: inline-flex;
    margin: auto;
}

.post-sorting-option-active {
    border-bottom: 3px solid #48a301;
    color: #48a301;
}

.post-sorting-options li {
    margin: 0px 10px 0 10px;
    font-size: 14px;
    color: #7b7b7b;
    text-align: center;
    padding: 12px 5px 12px 5px;
}

.doctor-desc {
    padding: 0px 2px 2px 2px;
    margin: 0;
}

    .doctor-desc li {
        margin: 2px 0px 4px 0;
    }

        .doctor-desc li * {
            margin: 0;
        }

.doctor-img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    border: 2px solid #fff;
}

.doctor-name {
    font-size: 14px;
    font-weight: bold;
}

.doctor-specialty {
    font-size: 12px;
    color: rgb(52, 64, 84);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.label-span {
    color: #9c9c9c;
    font-size: 11px;
    font-weight: 400;
}

.doctor-parent-address {
    display: flex;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 4px 10px;
    border-radius: 10px;
}
.map-icon {
    font-size: 12px;
    position: relative;
    top: 4px;
    padding-left: 3px;
    color: darkgray;
}
.doctor-city {
    padding: 0 0px 0 4px;
    font-size: 12px;
    white-space: nowrap;
}

.doctor-address {
    font-size: 13px;
    /* padding-top: 3px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    color: #9c9c9c;
    margin:0;
}

.doctor-info {
    padding: 0px 10px 0 0;
    margin: 10px 0 0 0;
}

.doctor-consulationtypes {
    color: #016900;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    background: #e0ffe1;
    width: fit-content;
    padding: 0px 8px 2px 8px;
    border-radius: 20px;
    border: 1px solid #b8ffbe;
}

.doctor-exprience .label-span-value {
    background-color: #67c280;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff !important;
    padding: 2px 4px 2px 6px;
    border-radius: 20px;
    margin-left: 4px;
    padding: 2px 10px 2px 10px;
}

/*.doctor-rate {
    background-color: #f6b606;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 20px;
    margin-left: 4px;
    padding: 2px 10px 2px 10px;
}*/
.star-icon {
    color: #ffb329;
    font-size: 13px;
    position: relative;
    top: 1px;
    right: 2px;
}
.doctor-first-free-time {
    font-size: 12px;
    font-weight: 300;
}
.doctor-first-free-time-label {
    font-size: 12px;
    font-weight: 500;
}
.doctor-rate {
    font-size: 12px;
    font-weight: 500;
}

.doctor-get-btns {
    width: 100%;
    text-align: center;
    display: flex;
    margin: 10px 0 0px 0;
}

.parent-btn-save-favorite {
    padding: 0 0 0 4px;
}

.parent-btn-doctor-get {
    padding: 0 4px 0 0;
}
/*
.btn-save-favorite {
    background-color: white;
    color: #5db27c;
    border: 1px solid #449060;
    height: 50px;
    padding-top: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    .btn-save-favorite:hover {
        -webkit-transform: translateY(-4px);
        background-color: white;
        color: #5db27c;
        border: 1px solid #449060;
    }*/

.btn-doctor-get {
    background-color: #176ef1;
    border: 1px solid #382de1;
    height: 40px;
    /*padding-top: 10px;*/
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    .btn-doctor-get:hover {
        -webkit-transform: translateY(-4px);
        background-color: #5db27c;
        border: 1px solid #449060;
    }

.modal-header .btn-close {
    margin: 0px 0px 0px 0px;
}

/* footer */



/* footer */
