@import "https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css";

@font-face {
    font-family: 'Inkfree';
    src: url('/customer_assets/font/Inkfree.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'BreadIdol';
    src: url('/customer_assets/font/BreadIdol.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
    background: #F7F6F7;
    font-family: 'Inkfree';

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Inkfree';
}




:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

#pc1 {
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#pc1.hide {
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

#pc2 {
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#pc2.hide {
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

#pc3 {
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#pc3.hide {
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

.item-style {
    top: 72% !important;
    width: 80px !important;
    font-size: 10px !important;
    border-radius: 5px !important;
    background-color: #ED4756 !important;
    line-height: 20px !important;
    height: 20px !important;
    Color: white !important;
    margin-left: -40px !important;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ED4756;
    display: flex;
    position: absolute;
    top: -4px;
    left: 35px;
}



.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


.form-group .form-control-icon-search-illness {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
    left: 0;
    top: -5px;
    padding-left: 0.25rem;
}

.form-group .form-control-icon-reset-illness {
    position: absolute;
    z-index: 11111111111111;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
    right: 0;
    top: -3px;
    font-size: 15px;
    padding-right: 0.25rem;
}

.autocomplete #illnessSearchResult {
    list-style: none;
    padding: 0px;
    width: 100%;
    position: absolute;
    margin: 0;
    background: white;
}

.autocomplete #illnessSearchResult li {
    background: #F2F3F4;
    padding: 4px;
    margin-bottom: 1px;
    font-size: 12px;
}

.autocomplete #drugsSearchResult {
    list-style: none;
    padding: 0px;
    width: 100%;
    position: absolute;
    margin: 0;
    background: white;
}

.autocomplete #drugsSearchResult li {
    background: #F2F3F4;
    padding: 4px;
    margin-bottom: 1px;
    font-size: 12px;
}




.circular-menu {
    width: 250px;
    height: 165px;
    /*250px;*/
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.circle {
    width: 250px;
    height: 250px;
    opacity: 0;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.open.circle {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.circle a {
    text-decoration: none;
    color: black;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    background: #F1F3F6;
    box-shadow: -30px -30px 80px #FFFFFF, 30px 30px 80px rgba(55, 84, 170, 0.1);
    border-radius: 50%;
    text-align: center;
}

.circle a:hover {
    color: black;
}

.menu-button {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    text-decoration: none;
    text-align: center;
    color: #444;
    border-radius: 50%;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 40px;
    padding: 5px;
    background: #F1F3F6;
    box-shadow: -30px -30px 80px #FFFFFF, 30px 30px 80px rgba(55, 84, 170, 0.1);
    margin-top: 30px;
}

.menu-button:hover {
    background-color: #F1F3F6;
}

/* Author stuff */
h1.author {
    text-align: center;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h1.author a {
    color: #348;
    text-decoration: none;
}

h1.author a:hover {
    color: #ddd;
}

/*.has-search .form-control {
    padding-left: 5rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3.375rem;
    height: 3.375rem;
    line-height: 3.8rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding-left: 3rem;
    font-size:18px;
}*/

.form-group .form-control {
    padding-left: 6rem;
    padding-right: 10rem;
}

.form-group {
    position: relative;
}

.form-group .form-control-icon {
    position: absolute;
    z-index: 11111111111111;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
    right: 0;
    top: 10px;
    font-size: 18px;
    padding-right: 4rem;
}

.form-group .form-control-radio1 {
    /*position: absolute;
    z-index: 11111111111111;
    right:70px;
    top: 16px;*/
    display: block;
    color: #aaa;
    background: #ffbf00;
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.form-group .form-control-radio2 {
    /*position: absolute;
    z-index: 1111111111111;
     right:90px;
    top: 16px; */
    display: block;
    color: #aaa;
    background: #9ea5f9;
    width: 15px;
    height: 15px;
    border-radius: 15px;

}

.form-group .form-control-radio3 {
    /*position: absolute;
    z-index: 1111111111111;
    right:110px;
    top: 16px;*/
    display: block;
    color: #aaa;
    background: #C4A595;
    width: 15px;
    height: 15px;
    border-radius: 15px;

}

.form-group .form-control-icon2 {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;

    color: #aaa;
    left: 0;
    top: 10px;
    padding-left: 4rem;
}

.form-group .form-control-icon3 {
    position: absolute;
    z-index: 2;
    display: block;
    width: fit-content;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;

    color: white;
    right: 0;
    top: 10px;
    font-size: 18px;
    margin-right: 1rem;
}

.custom-search {
    position: relative;
    width: 300px;
}

.custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}

.custom-search-botton {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: linear-gradient(180deg, #CFBEB6 0%, #C8AC9F 100%);
    ;
    color: white;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    z-index: 2;
    text-transform: uppercase;
}

select option {
    background: #fff;
}

select {
    foreground-image: url(stock:chevron-down);
}


select::after {
    color: black;
}


.clear {
    clear: both;
    margin-top: 20px;
}

.autocomplete {
    width: 100%;
    position: relative;
}

.autocomplete #searchResult {
    list-style: none;
    padding: 0px;
    width: 100%;
    position: absolute;
    margin: 0;
    background: white;
    z-index: 11;
}

.autocomplete #searchResult li {
    background: #F2F3F4;
    padding: 4px;
    margin-bottom: 1px;
}

.autocomplete #searchResult li:nth-child(even) {
    background: #E5E7E9;
    color: black;
}

.autocomplete #searchResult li:hover {
    cursor: pointer;
    background: #CACFD2;
}


.q2-range-popover {
    display: block;
    width: 150px;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    z-index: 111;
    position: relative;
    border: 1px solid black;
    text-align: center;
    font-size: 12px;
    color: red;
}

.q2-triangle-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2f2f2f;
    font-size: 0;
    line-height: 0;
    position: absolute;
    margin-top: -1px;
    display: flex;
    margin-left: 70px;
}

/*-------------------------------------improve html by move inline css to class css---------------------------------------------*/

.main-card {
    background-color: transparent;
    border-radius: 50px;
    border: 4px solid silver;
}

.section-one-element {
    background-image: url('/customer_assets/images/bg1.svg');
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 25px;
    padding: 10px;
    margin: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.select-drug-style {
    height: 60px;
    border-radius: 8px;
    border: 0px;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
}

.select-indicate-style {
    color: #000;
    background: #E2E9FF;
    height: 60px;
    border-radius: 8px;
    border: 0px;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}


.weight-submenu-style {
    width: 180px;
    height: 50px;
    background: #A5D9EB;
    border-radius: 50px;
    padding: 8px;
    text-align: center;
    display: none;
}

.weight-option-style {
    background: #F1F3F6;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 35px;
    cursor: pointer;
}

.female-submenu-style {
    width: 300px;
    height: 50px;
    background: #FEB4CB;
    border-radius: 50px;
    padding: 8px;
    text-align: center;
    display: none;
}

.female-option-style {
    background: #F1F3F6;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 35px;
    cursor: pointer;
}

.female-category-btn {
    background: #5E556A;
    width: 75px;
    height: 35px;
    border-radius: 18px;
    display: inline-block;
    line-height: 35px;
    color: white;
    cursor: pointer;
}

.calculator-submenu-style {
    width: 310px;
    height: 50px;
    background: #427A95;
    border-radius: 50px;
    padding: 8px;
    text-align: center;
    display: none;
    position: relative;
    z-index: 1;
}

.calculator-input-style {
    background: #F1F3F6;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border: none;
    outline: none;
}

.calculator-result-btn {
    background: #43BD8C;
    width: 75px;
    height: 35px;
    border-radius: 18px;
    display: inline-block;
    line-height: 35px;
    color: white;
    cursor: pointer;
}

.calculator-reset-btn {
    background: #F1F3F6;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 35px;
    cursor: pointer;
}

.calculator-kidney-btn {
    background: black;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 35px;
    color: white;
}

.searchinput-illness-drug-style {
    border-radius: 60px;
    background-color: #42215A;
    color: white;
    height: 30px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-size: 14px;
}

#pillflyModal textarea {
    height: 250px;
}

#pillflyModal textarea::placeholder {
    font-size: 1.2rem;
    text-align: center;
    transform: translateY(90px);
}

.pages-link {
    text-decoration: none;
    position: relative;
    font-size: 0.65rem;
    color: white;
}

.pages-link:hover {
    color: white;
}

/*-------------------------------------Responsive---------------------------------------------*/

@media only screen and (max-width: 1400px) {
    .hide_element {
        display: none;
    }
}
