@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap');

/* //calc */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* .container {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.test {
    width: 100% !important;
    /* background-color: #4d419877 !important; */
}

.custom-container-fluid {
    /* padding: 10px 0px; */
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.custom-modal-container {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.custom-modal-body {
    font-family: "Lato";
    text-align: center;
}

.custom-modal-body h1 {
    display: inline-block;
    font-size: 28px;
    color: #1d1e1c;
    font-weight: 700;
    background: linear-gradient(transparent 50%, var(--white) 50%);
    margin-bottom: 5%;
}

.custom-modal-body p {
    font-size: 14px !important;
    line-height: 16px;
    color: #010000;
    font-weight: 400;
    width: 80%;
    margin: auto;
}

.flex-box {
    width: 90%;
    margin: auto;
    /* margin-top: height:2%; */
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-box div {
    flex: 33%;
    text-align: center !important;
}

.flex-box p {
    display: inline;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    font-family: "Lato";
    text-align: center;
}

.flex-box h1 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #1d1e1c;
    font-weight: 700;
    font-family: "Lato";
    text-align: center;
}

.flex-box .button-container {
    display: flex;
    gap: 5%;
}

.flex-box button {
    border-radius: 22px;
    background-color: #1d1e1c;
    padding: 5px 30px;
    border: 0;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: "Lato";
    text-align: center;
    cursor: pointer;
}

.range {
    margin-top: 2%;
}

.range h1 {
    margin-bottom: 2%;
    font-size: 20px;
    line-height: 16px;
    color: #010000;
    font-weight: 700;
    font-family: "Lato";
    text-align: center;
}

.range-container {
    display: flex;
    flex-direction: row;
    width: 70%;
    gap: 5%;
    align-items: center;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 5%;
    justify-content: space-between;
}

.range-container div {
    flex: 50%;
}

.content {
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    text-align: center;
}

.range-container .content p {
    width: 100%;
    font-size: 14px;
    /* line-height: 16px; */
    color: #010000;
    font-weight: 800;
    font-family: "Lato";
    text-align: center;
    margin: 0;
    padding: 10px;
    padding-bottom: 15px;
}

.range-container .content h1 {
    display: inline-block;
    font-size: 20px;
    padding: 10px 40px;
    /* line-height: 21px; */
    color: #ffffff;
    font-weight: 800;
    font-family: "Lato";
    text-align: center;
    background-color: #4c4198;
    margin: 0;
}

.footer {
    text-align: left;
    width: 100%;
    margin: auto;
    /* margin-top: 5%; */
    /* margin-bottom: 5%; */
}

.footer p {
    font-size: 10px !important;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Lato";
    margin-bottom: 2% !important;
}

.slidecontainer {
    /* width: 50%; */
}

.label-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    padding-bottom: 15px;
}

.label-container label {
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 800;
    font-family: "Lato";
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    background: var(--white);
    outline: none;
    opacity: 0.9;
    border-radius: 30px;
    padding: 5px;
    border: 2px solid #4c4198;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: #4c4198;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4c4198;
    cursor: pointer;
}


/*-----Common css start-----*/

html,
body {
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    /* font-family: var(--primary-font); */
    font-family: "Inter" !important;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    color: #959094;
    /* background: #E2E2E2; */
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    -mox-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

a:hover {
    text-decoration: none;
    color: var(--primary-account)
}

.text-white a:hover {
    text-decoration: none;
    color: white;
}

.center {
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center .alert {
    background-color: none !important;
    border: 0 !important;
}

.center .alert-danger {
    text-align: center;
    background-color: transparent !important;
    color: #000 !important;
}

.center h4 {
    font-size: 1.2rem;
    font-weight: 400;
}

.center a {
    margin-top: 3%;
}

.text-bold {
    font-weight: 600;
}

.text-black {
    color: #000;
}

.mobilemenu {
    display: none;
    color: #000;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 400;
    cursor: pointer;
}

.mobilemenu .fa {
    margin-left: 2%
}

a,
button {
    text-decoration: none;
    color: inherit;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    cursor: pointer
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.pr {
    position: relative
}

.pointernone {
    pointer-events: none
}

textarea {
    resize: none !important;
    font-family: var(--primary-font);
    font-weight: 300;
    min-height: 100px;
    overflow: hidden;
    margin: 0
}

ul {
    list-style: none
}

.overflow {
    overflow: hidden
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

.disblock {
    display: block
}

.disinline {
    display: inline-block
}

.width50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left
}

::-webkit-input-placeholder {
    color: #404041;
    font-family: var(--primary-font);
    font-weight: 300;
}

::-moz-placeholder {
    color: #404041;
    font-family: var(--primary-font);
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #404041;
    font-family: var(--primary-font);
    font-weight: 300;
}

::-moz-selection {
    color: var(--white);
    background: var(--primary-account);
}

::selection {
    color: var(--white);
    background: var(--primary-account);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

.custom-number input[type=number]::-webkit-inner-spin-button,
.custom-number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:invalid {
    box-shadow: none;
}

input[type=text],
input[type=submit],
input[type=email],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:focus {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    border-color: #2b2e34;
    background-color: #f1f5f9;
    color: #959094;
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    background-color: #f1f5f9 !important;
    background-clip: border-box;
    border-radius: 5px;
    border-color: #f1f5f9;
    height: 40px;
    font-size: 16px;
    color: #363636;
    /* font-family: var(--primary-font); */
    font-family: "Inter" !important;
    font-weight: 400;
    padding: 6px 11px
}

.form-group input::placeholder {
    color: #313131 !important;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
}

select {
    background-image: url(../images/drop-arrow.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 95% center
}

.alert a:not(.btnredsm) {
    color: blue;
}

.btnredsm {
    color: var(--white) !important;
    border-radius: 20px;
    line-height: 100%;
    background: var(--blue-ribbon);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    font-family: var(--primary-font);
    min-width: 177px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.btnredsm-danger {
    color: var(--white) !important;
    border-radius: 20px;
    line-height: 100%;
    background: #BF3437;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    font-family: var(--primary-font);
    min-width: 177px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.btnredsm-success {
    color: var(--white) !important;
    border-radius: 20px;
    line-height: 100%;
    background: #088550;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    font-family: var(--primary-font);
    min-width: 177px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.btnredsm i,
.btnredsm-success i,
.btnredsm-danger i,
.btnredsm-success img,
.btnredsm-danger img {
    margin-left: 5px
}

form .row,
.modal-dialog .row {
    margin-left: -5px;
    margin-right: -5px
}

form [class*=col-],
.modal-dialog [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

button:focus {
    outline: none
}

.modal-header .close {
    font-size: 30px;
    margin-top: -18px;
    line-height: 100%;
    padding: 12px;
}

.tooltip-inner {
    font-size: 12px;
    line-height: 1.2;
}

.btn-primary {
    color: var(--white);
    /* background-color: var(--primary-account); */
    /* border-color: var(--primary-account); */
    background-color: var(--blue-ribbon);
    border-color: var(--blue-ribbon);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--primary-bgcolor1);
    border-color: var(--primary-bgcolor1);
}

.btn-outline-primary {
    color: var(--primary-account);
    border-color: var(--primary-account);
}

.loan-label {
    color: var(--primary-account) !important;
    font-size: 16px;
}

.loan-label b {
    font-weight: 500 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    /* background-color: var(--primary-account); */
    /* border-color: var(--primary-account); */
    background-color: var(--blue-ribbon);
    border-color: var(--blue-ribbon);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #adb5bd;
}

.modalscroll {
    overflow-x: hidden;
    max-height: 88vh;
    overflow-y: auto;
}

.highlight {
    transform: scale(1.2);
    padding-left: 4rem;
}

.modalscroll::-webkit-scrollbar {
    width: 5px;
}

.modalscroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.modalscroll::-webkit-scrollbar-thumb {
    /* background-color: #232b9a; */
    background-color: var(--blue-ribbon);
    border-radius: 4px;
}

.modal-content {
    border-radius: 10px;
    border: transparent;
}


/*-----Common css end----*/


/*-----Header css start-----*/

.mainheader {
    position: relative;
    width: 100%;
    z-index: 100;
    /* transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; */
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--white)
}

.mainheader.calendar-records-header {
    background: var(--primary-account);
    /* padding: 10px 40px; */
}


.logo-left {
    z-index: 1;
    width: 100px;
    display: flex;
    align-items: center;
}

.logo-left a.disblock {
    display: contents;
    width: 100px;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.logo-left img {
    max-height: 38px;
    width: 100%;
}

.headlink {
    width: 100%;
    padding: 15px 0px;
    vertical-align: middle;
}

.btnbuy {
    vertical-align: middle;
    background: #d02824;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: var(--white);
    border-radius: 30px;
    padding: 6px 25px
}

.tophead {
    background: linear-gradient(100deg, var(--primary-bgcolor), var(--primary-bgcolor1));
    padding: 12px 40px;
}

.calendar-records-header .tophead {
    background: var(--primary-account);
    padding: 12px 40px;
}

.calendar-records-header .headaccount a:hover,
.headaccount a.active {
    color: #000 !important
}

.booking-page-header~.commonbanner {
    padding-top: 68px;
}

.booking-page-header~.commonbanner .innerbanner {
    background: #fafafa;
    padding: 25px 0 0;
}

.booking-page-header~.commonbanner .innertit {
    /* color: var(--primary-account); */
    /* background: #F1F1F1; */
    color: #3333ff;
    border-radius: 10px;
    font-weight: 400;
    line-height: 28.13px;
    /* padding: 20px 0px; */
    /* color: #000000; */
}

.headaccount a:hover,
.headaccount a.active,
.headshare a:hover {
    color: var(--primary-account) !important
}

.headshare a {
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
    line-height: 100%;
    margin-right: 15px
}

.headshare i {
    font-size: 12px;
}

.headaccount {
    padding: 12px 0px;
    font-size: 0;
}

.headaccount a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 25px;
    text-decoration: none !important;
    font-weight: 500;
}

.fixed-header .mainheader {
    position: fixed;
    box-shadow: 0px 0px 15px 0px #0000003b;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fixed-header .tophead {
    display: none
}

@-webkit-keyframes headfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


/*-----Header css end-----*/


/*-----Footer start------*/

.footer_top {
    background: linear-gradient(100deg, var(--primary-bgcolor), var(--primary-bgcolor1));
    padding: 20px 0
}

.ftcopyright p {
    text-align: right;
    color: var(--white);
    font-size: 13px;
}

.fterm a {
    display: inline-block;
    line-height: 100%;
    color: var(--white);
    font-size: 13px;
}

.fterm a:not(:first-child) {
    border-left: 1px solid var(--white);
    padding-left: 10px;
    margin-left: 10px
}


/*.fthead{color: var(--white);font-weight: 500;font-size: 24px;text-transform: capitalize;line-height: 100%;margin-bottom: 30px;padding-bottom:20px;position: relative}
*/

.fthead {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

/* .fthead:before {
    position: absolute;
    content: '';
    left: 0;
    background: var(--white);
    height: 1px;
    width: 100%;
    bottom: 0;
    max-width: 170px
} */

.ftlink li>a {
    color: var(--footer-color);
    color: "var(--white)";
    /* position: relative; */
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3;
    /* padding-left: 18px; */
    text-decoration: none !important
}

.ftlink li>a:hover {
    color: var(--footer-hover);
    text-decoration: underline !important;
}

/* .ftlink li>a:before {
    position: absolute;
    content: '\f0da';
    left: 0;
    top: 0;
    font-family: FontAwesome;
} */


.ftlink li.active>a,
.ftshare a:hover,
.fterm a:hover {
    color: var(--primary-account);
    text-decoration: none
}

.ftlink li {
    margin-bottom: 10px
}

.ftlink li a {
    /* text-transform: capitalize; */
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.ftcus {
    text-transform: unset !important;
}

.ftblock2,
.ftblock3 {
    padding-right: 20px
}

.ftshare a {
    display: inline-block;
    color: var(--white);
    font-size: 22px;
    margin-right: 18px;
    line-height: 100%;
}

.ftphone {
    color: var(--white);
    margin: 10px 0 25px
}

.ftshare i {
    font-size: 14px;
}

.ftlink li>a .active {
    color: #2b2e34
}

.ftphone a {
    display: inline-block;
}

.ftphone a:hover {
    color: var(--white);
}

.ftadd {
    color: var(--white);
    font-size: 14px;
    line-height: 26px;
}


/*.ftblock4 .form-control{background: transparent;border-radius: 50px;border:1px solid var(--white);height: 60px;font-family:'Rubik', sans-serif;font-weight: 400;font-size: 22px;text-align: center;color: var(--white)}
*/

.ftblock4 .form-control {
    background: transparent;
    border-radius: 50px;
    border: 1px solid var(--white);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    padding: 7px 10px;
    text-align: center;
    color: var(--white);
    height: auto;
    min-width: 204px;
    width: auto;
    line-height: 1.3;
}

.static-page-content li {
    color: #959094
}

.ftblock4 ::-webkit-input-placeholder {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 400;
}

.ftblock4 ::-moz-placeholder {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 400;
}

.ftblock4 :-ms-input-placeholder {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 400;
}


/*.ftbtn{background: var(--white);border-radius: 50px;display: block;width: 100%;font-family: 'Rubik',sans-serif;font-weight:800;font-size: 22px;line-height: 100%;color:#d02824;padding:18px 15px;text-transform: uppercase}
*/

.ftbtn {
    background: var(--white);
    border-radius: 50px;
    display: block;
    width: auto;
    font-family: var(--primary-font);
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    color: #d02824;
    padding: 7px 10px;
    line-height: 1.3;
    text-transform: uppercase;
    min-width: 204px;
    height: auto;
}


/*-----Footer start-----*/


/*-----Home page start-----*/

.homebanner {
    padding-top: 104px;
    height: 550px;
    overflow: hidden;
}

.bannerimg {
    height: 440px;
}

.bannerimg img {
    margin: 0 auto
}

.bannertxt {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

.bannertit {
    color: var(--white);
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.bannertit span {
    display: block;
    font-weight: 500
}

.bannertxt p {
    color: var(--white);
    font-size: 16px;
    line-height: 1.3;
    max-width: 50%;
    margin: 0px auto
}

.bannerbtn {
    margin-top: 20px
}

.bannerbtn .btn {
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 100%;
    padding: 12px 25px;
    margin: 0 20px
}

.sliderbtn1 {
    background: var(--white);
    color: #d02724;
    border: 1px solid #d02724;
}

.sliderbtn2 {
    background: #d02724;
    color: var(--white);
    border: 1px solid var(--white);
}

.mainslider .slick-dots {
    bottom: 55px;
    line-height: 100%;
}

.mainslider .slick-dots li {
    width: auto;
    height: auto;
}

.mainslider .slick-dots li button {
    border-radius: 50%;
    background: var(--white);
    height: 10px;
    width: 10px;
    padding: 0
}

.mainslider .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 30px
}

.mainslider .slick-dots li button:before {
    content: none
}

.homegrey {
    background: #f5f5f5;
    padding: 80px 0 45px
}

.homegrey .slick-dotted.slick-slider,
.homebanner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hslideicon {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.hslideicon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    margin: auto
}


/*.hslidetit{text-transform: capitalize;font-size: 22px;max-width: 180px;text-align: center;line-height: 28px;margin: 35px auto 0;padding-top: 30px;position: relative;}
*/

.hslidetit {
    text-transform: capitalize;
    font-size: 16px;
    max-width: 180px;
    text-align: center;
    line-height: 1.3;
    margin: 15px auto 0;
    padding-top: 10px;
    position: relative;
}

.hslidetit:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 1px;
    background: #696b70;
    max-width: 50px
}

.slider1 {
    padding-bottom: 50px
}

.slider1 li {
    padding: 0 10px
}

.slider1 .slick-dots {
    bottom: 0;
    line-height: 100%;
}

.slider1 .slick-dots li {
    width: auto;
    height: auto;
}

.slider1 .slick-dots li button {
    border-radius: 50%;
    background: #d02724;
    height: 10px;
    width: 10px;
    padding: 0
}

.slider1 .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 30px
}

.slider1 .slick-dots li button:before {
    content: none
}


/*.htitle{text-transform: capitalize;font-weight: 500;font-size: 36px;color:#2c2e35;position: relative;line-height: 100%;text-align:center;padding-bottom: 35px;margin-bottom: 50px}
*/

.htitle {
    text-transform: capitalize;
    color: #2c2e35;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 10px;
    max-width: 450px;
    margin: 0px auto 25px;
}

.htitle span {
    font-weight: 800;
    color: #d02824;
}

.htitle:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: #2a2e34;
    width: 100%;
    max-width: 270px
}

.htitle:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background: #d02824;
    width: 100%;
    max-width: 132px
}

.hnewsmain {
    padding: 30px 0 0px
}

.newlist li {
    margin-bottom: 40px
}

.newbox {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    text-decoration: none !important;
    /*transition: 0.4s linear !important;*/
}

.newbox:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.homegrey {
    margin-top: 30px;
}

.newimg {
    border-radius: 20px;
    overflow: hidden
}

.newtxt {
    padding: 25px
}

.newtxt p {
    color: #595b61;
    font-size: 14px;
    line-height: 18px
}

.newtit {
    font-size: 17px;
    font-weight: 500;
    color: #2c2e35;
    line-height: 1.3;
    margin-bottom: 15px
}

.newdate {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    color: #2c2e35;
    font-weight: 500;
    margin-top: 20px
}

.newdate:before {
    position: absolute;
    content: '';
    left: 0;
    background: url(../images/date.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 1px
}

.btnred {
    color: var(--white);
    border-radius: 50px;
    line-height: 1.3;
    background: #d02724;
    font-size: 16px;
    font-weight: 800;
    padding: 12px 25px
}

.hpubox {
    padding: 30px 0
}

.hpubox .htitle {
    text-transform: inherit;
    max-width: 450px;
    margin: 0 auto 35px;
}

.pubimg {
    height: 80px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.pubimg img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    padding: 5px;
    bottom: 0;
    max-height: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.pubslider {
    padding: 20px 0 0
}

.pubslider li {
    padding: 10px
}

.pubimg:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.pubimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}


/*-----Home page end-----*/


/*-----Popup start-----*/

.modalmain .modal-dialog {
    max-width: 550px
}

.modalmain .table {
    margin-bottom: 0
}

.signmodal .modal-dialog {
    max-width: 965px
}

.modalmain .modal-content {
    border-radius: 34px;
    border: 0;
    padding: 40px
}

.modalmain .modal-header .close {
    display: none
}

.modalmain .modal-header {
    border-bottom: 0;
    padding: 0
}

.modalmain .modal-title {
    font-weight: 500;
    color: var(--primary-account);
    font-size: 26px;
    line-height: 100%;
    position: relative;
    padding-bottom: 10px;
}

.modalmain .modal-title:before {
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    bottom: 0;
    background: url(../images/popup-line.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 120px
}

.modalmain .modal-body {
    padding: 0
}

.modalform {
    padding: 35px 0 0 0
}

.forgotlink {
    color: #959094;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
}

.forgotlink:hover {
    color: var(--primary-account);
    text-decoration: none
}

.acclink {
    color: #959094;
    font-size: 14px;
    text-align: center;
    padding-top: 15px
}

.acclink a {
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-account);
    font-weight: 500
}

.acclink a:hover,
.signas a:hover {
    text-decoration: underline;
    color: var(--primary-account)
}

.signas {
    font-size: 16px;
    line-height: 100%;
    color: #959094;
    padding-top: 15px
}

.signas a {
    color: var(--primary-account);
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize
}

.poplabel {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 5px
}

.custom-poplabel {
    text-align: center;
}

.custom-control-label {
    color: #000
}

.custom-control-label b {

    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    color: #313131;
}


/*-----Popup end-----*/

.finance-title {
    font-size: 18px !important;
    line-height: 1.5;
    text-align: left;
}

.finance-subtitle {
    font-size: 14px !important;
}

.custom-size {
    height: fit-content;
    overflow-y: scroll;
}

.custom-size-info {
    width: 35% !important;
    background-color: #343ed6 !important;
    height: fit-content;
    overflow-y: scroll;
}

.custom-size-info::-webkit-scrollbar {
    width: 5px;
}

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

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

.custom-size-info button {
    min-width: 130px !important;
    border-radius: 24px !important;
    background-color: #45128a !important;
    border: 1.79568159580231px solid #ffffff !important;
}

.banner-info-popup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.close-info-popup {}

.heading-info-popup {
    font-family: "HelveticaNeue" !important;
    text-align: left;
    color: var(--white);
    font-size: 27px !important;
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: bold;
}

.subheading-info-popup {
    font-size: 14px !important;
    line-height: 18px;
    color: #ffffff;
    font-weight: normal;
    font-family: "HelveticaNeue" !important;
}

.subheading-info-popup b {
    font-weight: 900;
}

.grid-container-info-popup {
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.box-info-popup {
    background-color: var(--white);
    padding: 2% 5%;
}

.content-info-popup {
    font-size: 11px !important;
    line-height: 1.1;
    color: #1d1d1b;
    text-align: left !important;
    /* font-weight: bold; */
    font-family: "HelveticaNeue" !important;
}

.link-info-popup {
    font-size: 11px !important;
    line-height: 17px;
    text-decoration: underline;
    color: #ffffff;
    font-family: "HelveticaNeue";
}

.link-info-popup:hover {
    text-decoration: underline !important;
    color: #000000 !important;
}

.footer-content-info-popup {
    font-size: 12px !important;
    line-height: 1.1;
    color: #ffffff;
    font-weight: bold;
    font-family: "Helvetica Neue";
}

.customList {
    list-style: disc;
}

.customList li {
    margin-bottom: 1%;
}

.custom-detail-size {
    width: 50% !important;
}

.custom-detail h3 {
    font-size: 18px !important;
    text-align: left;
}

.custom-detail p {
    font-size: 14px !important;
}

.custom-accordion>.card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.custom-accordian-flex {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-card-body {
    height: 40vh;
    overflow: scroll;
}

.custom-accordion-heading {
    color: #000;
    font-size: 1rem;
}

.custom-accordion-subheading {
    /* color: #000; */
    font-size: 0.9rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-accordion-list li {
    /* color: #000; */
    font-size: 0.8rem;
}

.custom-changes p,
.custom-changes h2 {
    padding-left: 0 !important;
    text-indent: 0 !important;
}

.color-blue {
    color: var(--primary-account) !important;
}

.color-blue:hover {
    color: var(--primary-bgcolor1) !important;
}

/*-----Button hover start-----*/

.ftbtn:hover,
.btnred:hover,
.btnbuy:hover,
.btnredsm:hover,
.sliderbtn2:hover {
    background: var(--primary-bgcolor1) !important;
    color: var(--white)
}

.sliderbtn1:hover {
    background: var(--primary-bgcolor1);
    color: var(--white)
}


/*-----Button hover end-----*/


/*-----Inner Banner start-----*/

.commonbanner {
    /* padding-top: 128px; */
    display: block !important;
}

.custom-fores-baner {
    padding-top: 71px;
}

.custom-forest-commonbanner {
    padding-top: 80px;
}

.innerbanner {
    padding: 40px 0;
    background: linear-gradient(100deg, var(--primary-bgcolor), var(--primary-bgcolor1));
    display: block !important;
}

.innertit {
    font-size: 24px;
    line-height: 1.3;
    color: var(--white);
    text-align: center;
    position: relative;
    display: block !important;
}

.innerbanner p {
    font-size: 16px;
    line-height: 1.3;
    color: #58595b;
    text-align: center
}

.innerpg {
    padding: 0px;
    /* background: #fafafa; */
    background: #F9F9F9;
    /* min-height: 111vh; */
}

.innerpg.custom-forest-register {
    min-height: 95vh;
}

.titsm {
    font-size: 16px;
    line-height: 1.3;
    color: #58595b;
    font-weight: 500;
    max-width: 900px;
    text-align: center;
    margin: 0 auto 30px
}

.breadcrumb {
    background: transparent;
    justify-content: center;
    margin: 0
}

.breadcrumb-item {
    font-size: 16px;
    line-height: 1.3;
    color: #ccc;
    position: relative
}

.breadcrumb-item+.breadcrumb-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    padding-right: .5rem;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: var(--white);
    content: "";
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 52px
}

.breadcrumb-item.active {
    color: var(--white)
}

.breadcrumb-item:hover>a {
    color: var(--white);
}

.solidbanner .breadcrumb-item {
    color: #ccc
}

.txtblack {
    /* font-weight: 500; */
    color: #000;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
}

.txtblue {
    color: var(--primary-account);
}

.custom-modal {
    padding: 0.5rem 1rem;
}


/*.innergrey{background: #f1f1f1}*/


/*-----Inner Banner end-----*/


/*-----Corporate brand start-----*/

.corporteform {
    background: var(--white);
    border-radius: 34px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 40px 35px;
    width: 80%;
    margin: 0 auto;
}


/*-----Corporate brand end-----*/


/*-----News Distribution start-----*/

.planbox {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background: var(--white);
    margin: 5px 10px
}

.plantop {
    color: var(--white);
    background: var(--primary-account);
    text-align: center;
    padding: 25px
}

.plantop p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
}

.plantop span {
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    display: block;
    margin-top: 10px
}

.planbtn {
    text-align: center;
    padding: 25px
}

.planmid li {
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 30px 15px 35px
}

.planmid li:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 18px;
    background: url(../images/plan-arrow.png) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
}

.planslider .slick-dots {
    bottom: 0;
    line-height: 100%;
    left: 0
}

.planslider .slick-dots li {
    width: auto;
    height: auto;
}

.planslider .slick-dots li button {
    border-radius: 50%;
    background: var(--primary-account);
    opacity: 0.5;
    height: 10px;
    width: 10px;
    padding: 0
}

.planslider .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 30px
}

.planslider .slick-dots li button:before {
    content: none
}

.planslider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 25px 35px
}

.planslider .slick-prev,
.planslider .slick-next {
    width: 25px;
    height: 25px;
    z-index: 1;
    cursor: pointer
}

.planslider .slick-prev:before,
.planslider .slick-next:before {
    content: none
}

.planslider .slick-prev {
    left: 0
}

.planslider .slick-next {
    right: 0
}

.planslider .slick-prev {
    background: url(../images/pr-left.png) no-repeat center/25px !important;
}

.planslider .slick-next {
    background: url(../images/pr-right.png) no-repeat center/25px !important;
}


/*-----News Distribution start-----*/


/*-----Contact start-----*/

.contactform {
    background: var(--white);
    border-radius: 34px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 40px 35px
}

.contactform textarea {
    min-height: 130px
}

.ctmap {
    margin-top: 30px;
    line-height: 0
}

.ctit {
    font-size: 28px;
    font-weight: 500;
    color: #c1272d;
    line-height: 1.3;
    margin-bottom: 15px
}

.ctit span {
    color: #231f20;
}

.ctxt p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 100%;
    margin-bottom: 3px
}

.ctxt span,
.ctxt a {
    font-size: 14px;
    line-height: 1.3;
    color: #4d4d4d;
    display: inline-block
}

.ctxt a:hover {
    color: var(--primary-account);
    text-decoration: none
}

.ctxt {
    width: calc(100% - 35px);
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle
}

.cticon {
    width: 35px;
    height: 35px;
    vertical-align: top;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    background: #f2f5fa;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.cticon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    max-height: 100%;
    max-width: 14px;
}

.ctinfobox li {
    overflow: hidden;
    padding: 15px 5px;
    font-size: 0
}

.ctleft .titsm {
    text-align: left;
    margin: 0 0 15px
}

.ctleft .htitle {
    text-align: left;
    margin-bottom: 20px;
    padding-right: 90px;
    display: inline-block
}

.ctleft .htitle:before {
    left: 0;
    right: auto
}

.ctleft {
    padding-right: 30px;
    margin-top: 20px
}


/*-----Contact end-----*/


/*-----User Profile start-----*/

.editprofile {
    background: #F9F9F9;
    border-radius: 20px;
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); */
    border: 1px solid #E2E8F5;
    padding: 40px 35px;
    /* text-align: center; */
}

.editlist {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 245, 1);
    padding: 10px
}

.editlist li>a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 100%;
    /* text-transform: capitalize; */
}

.editlist li.active>a,
.editlist li>a:hover {
    color: var(--primary-account);
    text-decoration: none
}

.editlist li>a span {
    font-size: 12px;
    width: 22px;
    display: inline-block;
    height: 16px;
}

.sidesubmenu {
    display: block;
    padding-left: 18px;
    /* border-top: 1px solid #000; */
}

.sidesubmenu li {
    display: block
}

.sidesubmenu li>a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    /* color: var(--primary-account); */
    color: #454545;
    line-height: 100%;
    text-transform: capitalize
}

.menucaret {
    float: right;
}

.editlist li>a[aria-expanded="true"] .menucaret i:before {
    content: '\f0d8';
}

.editlist span.menutruncrate {
    width: 105px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}


/*-----User Profile start-----*/


/*-----User Register start-----*/

.mmcc-auth-form {
    margin: 0 auto;
    max-width: 475px;
}


/*-----User Register end ------*/


/*Scroll top*/

.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 10px;
    border-radius: 50%;
    background: var(--white);
    opacity: 0;
    height: 40px;
    width: 40px;
    font-size: 26px;
    line-height: 38p;
    text-align: center;
    color: var(--primary-account) !important;
    z-index: 10;
    border: 1px solid var(--primary-account);
}

.bannermain .slick-track {
    transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}

.bannerimg>img {
    margin: 0 auto;
    transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.08);
    -webkit-transform: scale(1.08)
}

.slick-active .bannerimg>img {
    transform: scale(1);
}

.slick-active .bannertit {
    animation-name: capIndown;
    -webkit-animation-name: capIndown;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

.slick-active .bannertxt p {
    animation-name: capIndown;
    -webkit-animation-name: capIndown;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

@-webkit-keyframes capIndown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slick-active .bannerbtn a {
    animation-name: btnbounce;
    -webkit-animation-name: btnbounce;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

@-webkit-keyframes btnbounce {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.error {
    color: #c1272d !important;
}


/*-----About start-----*/

.abtop {
    padding-right: 120px;
    margin-top: 50px
}

.abtop .htitle {
    text-align: left;
    margin-bottom: 30px;
    display: inline-block;
    max-width: 300px
}

.abtop .htitle:before {
    left: 0;
    right: auto
}

.abgrey {
    padding: 30px 0 95px;
    background: #f1f5f9;
    margin-top: 50px
}

.abtop p {
    font-size: 16px;
    line-height: 1.3;
    color: #58595b;
    text-align: left;
    margin-bottom: 30px
}

.abgrey .htitle span {
    display: block
}

.abtmain {
    margin: -90px 0 -20px
}

.abtbox {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin: 0 0 20px 0;
    text-align: center;
    background: var(--white);
    border-radius: 34px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.abtbox:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.abcircle {
    border-radius: 50%;
    background: #f1f5f9;
    height: 120px;
    width: 120px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px
}

.abcircle img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 55px;
    max-width: 55px
}

.abtit {
    font-size: 17px;
    font-weight: 500;
    color: #2c2e35;
    line-height: 1.3;
    margin-bottom: 15px
}

.abtbox p {
    color: #595b61;
    font-size: 14px;
    line-height: 18px;
}


/*-----About end ------*/


/*-----News Listing start ------*/

.newlisting li {
    margin-bottom: 30px
}

.listnewbox {
    display: block;
    overflow: hidden;
    background: var(--white);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    text-decoration: none !important;
}

.listnewbox:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.listnewimg {
    overflow: hidden
}

.listnewtxt {
    padding: 25px
}

.listnewtxt p {
    color: #666;
    font-size: 14px;
    line-height: 18px
}

.listnewtit {
    font-size: 17px;
    font-weight: 500;
    color: #231f20;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d02824
}

.listnewdate {
    color: #666;
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 10px
}

.pagination {
    justify-content: flex-end;
}

.pagination li {
    padding: 0 0 0 5px
}

.page-item.active .page-link {
    color: var(--white);
    background: #d02824;
}

.page-link {
    background: #e6e6e6;
    border-radius: 50% !important;
    border: 0;
    color: #231f20;
    font-weight: 500;
    font-size: 14px;
    min-width: 30px;
    padding: 8px 5px;
    text-align: center;
    line-height: 100%;
}

.newdrop .form-control {
    border-color: #d02824;
    background-color: var(--white);
    border-radius: 30px;
    padding: 6px 35px 6px 18px;
    margin-bottom: 30px
}

.newdrop select {
    width: 300px
}


/*-----News Listing end ------*/


/*-----News Detail end ------*/

.detimg {
    margin: 30px 0
}

.newsdetail p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d
}

.detit {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1.3
}

.from-date:focus,
.to-date:focus {
    outline: none;
    border: none;
}

.redtitle {
    color: var(--white);
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 7px;
    background-color: #c1272d;
    display: inline-block;
    text-align: center;
    padding: 4px 18px;
    font-weight: 500;
    line-height: 100%
}

.bulleting li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
    position: relative;
    padding-left: 25px;
}

.bulleting li:before {
    position: absolute;
    content: '';
    left: 0;
    background: url(../images/bullet-icon.png) no-repeat;
    top: 5px;
    height: 12px;
    width: 14px;
}

.commentlist li {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.commentlist li:not(:last-child) {
    border-bottom: 1px solid #999;
}

.comtimg {
    width: 90px;
    float: left
}

.comtxt {
    width: calc(100% - 90px);
    float: left;
    padding-left: 30px;
    position: relative;
}

.comtxt p {
    margin-bottom: 0 !important
}

.usernm {
    font-size: 20px;
    line-height: 1.3;
    color: #333333;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px
}

.comdate {
    color: #808080;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.btnreply {
    background: var(--white);
    color: #c1272d;
    border: 1px solid #c1272d;
    border-radius: 0;
    font-size: 16px;
    line-height: 100%;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    top: 0
}

.btnreply:hover {
    background: #c1272d;
    color: var(--white)
}

.quotebox {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #999
}

.quoteicon {
    margin: 0 auto 20px;
    background: var(--white);
    border-radius: 7px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    font-size: 30px;
    color: #c1272d;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)
}

.quotetit {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3
}

.quoteusr {
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.3;
    color: #4d4d4d;
    margin-bottom: 15px
}

.detslider li {
    padding: 0 15px;
}

.detslider {
    overflow: hidden;
    margin: 30px 0;
}

.detslider .slick-list {
    margin: 0 -15px;
}

.detslider .slick-prev {
    background: var(--white) !important;
    left: 0;
    font-size: 0;
    z-index: 1;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
    height: 50px;
    width: 30px
}

.detslider .slick-next {
    background: var(--white) !important;
    ;
    right: 0;
    font-size: 0;
    z-index: 1;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    height: 50px;
    width: 30px
}

.detslider .slick-next:before {
    font-family: FontAwesome;
    content: '\f054';
    font-size: 14px;
    color: #c1272d;
    margin-left: 4px
}

.detslider .slick-prev:before {
    font-family: FontAwesome;
    content: '\f053';
    font-size: 14px;
    color: #c1272d;
    margin-right: 4px
}

.detslider .slick-list {
    margin: 0 -15px;
}

.detslideimg {
    border-radius: 12px;
    overflow: hidden;
}

.taglist span {
    background: #e6e6e6;
    color: #4d4d4d;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    line-height: 100%;
    margin-right: 4px;
    margin-bottom: 5px
}

.viewlist {
    text-align: right;
}

.viewlist span {
    display: inline-block;
    margin-left: 10px;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 100%
}

.viewlist span i {
    color: #c1272d;
    margin-right: 8px
}

.sharelist {
    display: inline-block;
    margin-left: 10px
}

.sharelist:hover {
    color: #c1272d;
}

.delist span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    padding: 0 15px
}

.delist span:before {
    position: absolute;
    content: '';
    background: #c1272d;
    top: 2px;
    left: 0;
    border-radius: 50%;
    height: 8px;
    width: 8px
}

.deuser {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.dusernm {
    display: inline-block;
    vertical-align: middle;
    color: #c1272d;
    text-decoration: underline;
    padding-left: 10px
}

.duserimg {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}


/*-----News Detail end ------*/


/*-----Purchased Service start ------*/

.purchaselist>li {
    margin-bottom: 20px
}

.align-center {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-center .purchaseboxs {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
}

.purchasebox {
    border-radius: 34px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    /* padding: 5px; */
    padding-left: 5px;
    padding-right: 5px;
    background: var(--white);
    /* overflow: hidden; */
}

.purchaseboxHeight {
    min-height: 100%;
    border-radius: 20px;
    /* padding: 10px; */
    background: var(--white);
    overflow: hidden;
}

.purchasebox ul {
    margin: 0 -5px;
    align-items: center;

}

.purchasebox-custom ul {
    display: flex;
    justify-content: space-around;
}

.purchasebox-custom li:first-child {
    width: auto !important;
}

.purchasebox li {
    padding: 5px;
    text-align: center;
}


/* .purchasebox li{display: inline-block;text-align: center;width: 25%;padding:10px;} */

.prdate {
    color: var(--primary-account);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 4px
}

.purchasebox p {
    font-size: 12px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.3;
    /* word-break: break-all */
}

.purchasebox span {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: 500
}

.btnresub {
    margin: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 6px 25px;
    min-width: 125px;
    background: var(--white);
    border: 1px solid var(--primary-account);
    color: var(--primary-account);
}

.btnupload {
    margin: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 6px;
    width: 70px;
    background: var(--primary-account);
    border: 1px solid var(--primary-account);
    color: var(--white);
}

.btnupload i {
    margin-right: 3px;
}

.btnupload:hover {
    background: var(--primary-bgcolor1);
    color: var(--white);
    border-color: var(--primary-bgcolor1);
}

.btnresub:hover {
    background: var(--primary-account);
    color: var(--white)
}

.btnroundicon {
    /* background: var(--primary-account); */
    /* border: 1px solid var(--primary-account); */
    background-color: var(--blue-ribbon);
    border: 1px solid var(--blue-ribbon);
    color: var(--white);
    border-radius: 50%;
    margin: 0 2px;
    padding: 6px;
    height: 35px;
    width: 35px;
    font-size: 14px;
    /* display: block !important; */
}

.btnroundicon2 {
    width: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding: 3px !important;
}

.btnroundicon i {
    vertical-align: middle;
}

.btnroundicon:hover {
    background: var(--primary-bgcolor1);
    color: var(--white);
    border-color: var(--primary-bgcolor1);
}


/*-----Purchased Service end ------*/

.input-group-append .gj-icon {
    color: var(--primary-account);
    top: 10px !important;
    left: 6px !important
}

.gj-datepicker-bootstrap [role=right-icon] button {
    border-color: #f1f5f9 !important;
    background: #f1f5f9 !important;
    border-radius: 0;
    width: 32px !important;
    padding: 5px 6px;
}

.file-caption-main .btn-file {
    background: var(--primary-account);
    color: var(--white);
    border-color: var(--primary-account);
    border-radius: 0;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 24px
}

.file-caption-main .file-caption.icon-visible .file-caption-icon {
    top: 15px;
}

.file-caption-main .file-caption .file-caption-name {
    line-height: 2
}

.prserbox {
    border-radius: 34px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 30px;
}

.prserbox li {
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 10px;
}

.prserbox span {
    display: block;
    color: var(--primary-account);
    font-weight: 500;
    line-height: 100%;
    font-size: 16px
}

.prsertit {
    font-size: 18px;
    line-height: 100%;
    color: #404041;
    font-weight: 800;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.prsertit:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: #2a2e34;
    width: 100%;
    max-width: 150px
}

.prsertit:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background: #d02824;
    width: 100%;
    max-width: 60px
}


/*-----My Directory start ------*/


/*.solidbanner ~ .innerpg{background: #f1f1f1}*/

.mydirlist li {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: inline-block
}

.mydirbox {
    background: var(--white);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 34px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.mydirbox:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.mydirtit {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.mydirbox p {
    font-size: 14px;
    line-height: 1.3;
    color: #808080;
    margin-top: 4px
}

.imgborder {
    height: 115px;
    width: 115px;
    margin: 0 auto 20px;
    border: 1px solid #d02824;
    border-radius: 50%
}

.mydirimg {
    height: 100px;
    width: 100px;
    margin: 7px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5)
}

.mydirimg img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-height: 100%
}

.mydirbtn {
    overflow: hidden;
    padding-top: 15px
}

.mydirbtn .btndownload {
    float: left;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

.mycoment {
    float: right;
    color: #d02824;
    font-size: 28px;
    line-height: 100%;
    padding: 0 0 0 5px
}

.mycoment:hover {
    color: #000
}


/*-----My Directory end ------*/


/*-----Directory Grid start ------*/

.drgridlist {
    flex-wrap: wrap
}

.drgridlist li {
    margin-bottom: 30px
}

.drgridbox {
    display: block;
    text-decoration: none !important;
}

.drgridbox:hover .drgridimg {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.drgridimg {
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.drgridtxt {
    position: relative;
    margin-top: -20px;
    text-align: center
}

.drgridpost {
    background: #d02824;
    color: var(--white);
    display: inline-block;
    min-width: 110px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 30px;
    padding: 10px
}

.drgridname {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0
}

.dirtxtbox select {
    width: 200px;
    margin-left: 20px
}

.dirsearch {
    width: 300px
}

.searchicon {
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}


/*-----Directory Grid end ------*/

.table thead th {
    border-bottom: 0
}

.form-group .select2-container--default .select2-selection--multiple {
    border: 1px solid #f1f5f9 !important;
    background-color: #f1f5f9 !important;
    border-radius: 5px;
    min-height: 40px;
}

.form-group .select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
    padding-left: 10px;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /* padding: 0 12px */
}

.form-group label {
    /* color: #000000; */
    color: #696969;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
}

.select2-container {
    width: 100% !important
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--white);
    border: 1px solid #000;
    color: #000;
    padding: 5px 32px 5px 10px;
    border-radius: 6px;
    position: relative;
    font-family: "Inter" !important;
    font-weight: 400;
    font-size: 14px;

}


.form-group .minicolors-theme-bootstrap .minicolors-swatch {
    top: 9px;
    left: 5px
}

.radiobtn label {
    padding: 14px 10px;
    line-height: 100%
}

.newshadow {
    background: var(--white);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 25px
}

.newsreleasetab {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px
}

.newsreleasetab table td {
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
}

.newsreleasetab table td i {
    width: 20px;
}

.newsreleasetab table tr td:first-child {
    width: 124px;
}

.innerpg .paystack-embed-container {
    background: var(--white);
    ;
    border-radius: 34px;
    padding: 35px;
    width: 80% !important;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.hide {
    display: none;
}


/*-----Directory Detail start ------*/

.dirdetail p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d
}

.drtit {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1.3
}


/*-----Directory Detail end ------*/

.add-element-button-container,
.add-more-element-button-container,
.buy-now-button-container {
    text-align: right;
    margin-bottom: 20px
}

.add-more-element-button-container .btnredsm,
.add-element-button-container .btnredsm,
.listing-export-button-container .btnredsm {
    padding: 6px 25px;
    font-size: 12px;
    min-width: 130px;
    line-height: 1.3
}

.listing-filter-form .btnredsm {
    min-width: inherit;
    padding: 10px 11px;
    margin: 0 2px;
}

.listing-filter-form .btnredsm i {
    margin: 0
}

.consent-form-list-container .purchasebox span {
    display: inline
}

.consent-form-list-container .purchasebox p {
    display: inline;
    padding-left: 5px
}

.consent-form-list-container .purchasebox li:first-child {
    text-align: left
}

.add-more-element-list-container .purchasebox {
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.add-more-element-list-container .purchaselist>li {
    margin-bottom: 0
}

.consent-form-question-element .purchasebox ul {
    display: flex;
    flex-wrap: wrap;
}

.consent-form-question-element li.question-text-container {
    width: 70%;
}

.consent-form-question-element li.question-delete-container {
    width: 30%;
}

.consent-form-list-container .purchasebox li {
    width: 33.3%;
}


/* .listing-filter-form{padding:25px;background: var(--white);margin: 20px 0} */


/* .filled-consent-form-list-container .purchasebox li:last-child{width: 100%;} */

.clients-message-remaining-balance-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.payment-plan-card-container {
    border: 2px solid var(--primary-account);
    margin: 10px;
    text-align: center;
    width: calc(33.3% - 20px);
    text-align: center;
    padding: 12px;
    cursor: pointer;
}

.payment-plan-card-container.active-plan {
    border-color: #000;
    background: #000;
    color: var(--white);
}

.payment-plans-cards-container {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px;
    justify-content: center
}

.payment-plan-amount-span {
    font-weight: 500
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background: var(--primary-account) !important;
    color: var(--white) !important;
    border-radius: 4px
}

.gj-picker-bootstrap table tr td.disabled div,
.gj-picker-bootstrap table tr td.other-month div {
    background: #f5f5f5 !important;
    border: 1px solid var(--white);
    border-radius: 4px;
    color: #777;
    font-weight: 300 !important
}

.customName {
    border-radius: 0 5px 5px 0;
}

.form-group .select2-container--default .select2-selection--single {
    border: 1px solid #f1f5f9;
    /* background-color: rgba(0,0,0,.05); */
    background-color: #F1F5F9;
    border-radius: 5px;
    min-height: 42px;
}

.form-group .select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 12px
}

.form-group .select2-container--default .select2-selection--single .select2-selection__choice {
    background-color: var(--white)
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.explainary-text-container {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px
}

.listing-filter-form .row {
    align-items: center
}

.no-elements-found-container {
    width: 100%;
    float: left;
    padding: 20px 0
}

.products-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.product-element-container {
    background: var(--white);
    width: calc(25% - 24px);
    margin: 0 12px;
    float: left;
    border: 1px solid #ddd;
    color: #000;
    font-size: 13px;
    margin-bottom: 30px;
    padding: 20px;
}

.productimg {
    height: 177px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 15px
}

.product-name-container {
    display: block;
    font-weight: 400
}

.vendor-name-container {
    float: left;
    width: 50%;
}

.product-price-container {
    width: 50%;
    text-align: right;
    float: left;
    font-weight: 500
}

.cart-list-elements-container {
    width: 100%;
    margin-bottom: 150px;
}

.cart-elements-table {
    background: var(--white);
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.cart-elements-table th {
    text-align: center;
    font-weight: 400;
    background: #000;
    color: var(--white);
    font-size: 15px;
    padding: 6px 12px;
    border-right: 1px solid #ddd;
    border-top: 0
}

.cart-elements-table td {
    padding: 8px 12px;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #ddd;
    vertical-align: top;
    position: relative;
}

#normal .cart-elements-table tr th:last-child,
#normal .cart-elements-table tr td:last-child {
    border-right: 0
}

#normal .cart-elements-table tr:last-child td {
    border-bottom: 0;
    border-right: 0
}

.cart-product-image-container {
    width: 100px;
    height: 82px;
    float: left;
    overflow: hidden;
}

.cartxt {
    width: calc(100% - 100px);
    padding-left: 15px;
    float: left
}

.cart-product-quantity-container input[type="number"] {
    width: 100px;
    padding: 8px 12px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    height: 35px;
}

.cart-product-quantity-container .form-group {
    margin-bottom: 0
}

.cart-element-container-footer td {
    background: #000;
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    text-align: right
}

.product-filters-container-section {
    width: 100%
}

.product-detail-container {
    background: var(--white);
    padding: 25px;
    color: #000
}

.product-description-container p {
    font-size: 13px;
    margin-bottom: 10px
}

.product-add-to-cart-form-container {
    padding: 0 0 10px 0
}

.product-add-to-cart-form-container input[type="number"] {
    width: 100px;
    padding: 8px 12px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 5px 0;
    border: 1px solid #ddd;
    height: 35px;
}

.product-details-container .product-name {
    font-size: 20px;
    font-weight: 500;
}

.product-price {
    padding: 10px 0;
    margin-bottom: 0 !important;
}

.product-price span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px
}

.detlabel {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-weight: 500;
}

.product-description-container {
    padding-top: 25px
}

.desctit {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.related-container {
    margin-top: 25px
}

.remove-item-element {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 18px
}


/* .form-check .form-check-input{margin-top: 3px;} */

.checkout-form-container,
.edit-addresses-container {
    background: var(--white);
    padding: 15px;
    padding-bottom: 100px !important;
}

.checkout-address-label {
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 1.3;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.checkout-address-label a {
    display: flex;
    width: 140px;
    height: 36px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid var(--blue-ribbon);
    background: #FFF;
    text-decoration: none !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.1px;
}

.checkout-address-text {
    font-size: 13px;
    color: #444;
}

.checkout-addresses-container {
    background: var(--white);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px
}

.checkout-billing-address-container {
    width: 49%;
    float: left
}

.checkout-shipping-address-container {
    width: 49%;
    float: left;
}


/*Added by tejash sir*/

.checkout-add-addresses-text {
    color: #F00;
    font-size: 14px;
    font-weight: normal;
}

.checkout-add-addresses-text a {
    text-decoration: underline;
    font-weight: bold;
}

.checkout-add-addresses-text a:hover {
    color: #000000;
}

.StripeElement {
    max-width: 500px;
    width: 100%;
    margin: 15px auto;
    /* height: 50px; */
    padding: 20px;
    /* border: 1px solid transparent; */
    /* border-radius: 4px; */
    background-color: #f1f5f9;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    border-radius: 10px;
    border: 1px solid #878787;
    background: #FFF;
}

.ryft-payment-form-container #ryft-pay-form {
    max-width: 500px;
    width: 100%;
    margin: 15px auto;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.CardField-expiry {
    transform: translateX(190px) !important;
}

.card_number {
    margin-left: 43px;
    font-size: 12px;
}

.exp_date {
    margin-left: 28.5%;
    font-size: 12px;
}

.cvv_number {
    margin-left: 1%;
    font-size: 12px;
}


/* End */

.editprofile .checkout-addresses-container {
    padding: 0
}

.checkout-success-message {
    background: var(--white);
    text-align: center;
    padding: 15px;
    color: #000;
    font-size: 20px
}

.order-id-span,
.shop-product-link,
.order-detail-link {
    font-weight: 500;
}

.prescription-upload-container .krajee-default.file-preview-frame .kv-file-content {
    width: 145px;
    height: 80px;
}

.prescription-upload-container {
    max-width: 400px;
}

.prescription-image-container {
    max-width: 120px;
    overflow: hidden
}

.edit-addresses-container {
    margin-bottom: 20px
}

.order-elements-table {
    background: var(--white);
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.order-elements-table th {
    text-align: left;
    font-weight: 400;
    background: #000;
    color: var(--white);
    font-size: 15px;
    padding: 6px 12px;
    border-right: 1px solid #ddd;
    border-top: 0
}

.order-elements-table td {
    padding: 8px 12px;
    color: #000;
    font-size: 14px;
    vertical-align: top;
    position: relative;
}

.order-elements-table tr th:last-child,
.cart-elements-table tr td:last-child {
    border-right: 0
}

.order-elements-table tr:last-child td {
    border-bottom: 0;
    border-right: 0
}

.order-product-image-container {
    width: 100px;
    height: 82px;
    float: left;
    overflow: hidden;
}

.orderxt {
    width: calc(100% - 100px);
    float: left
}

.order-element-container-footer td {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.custombtn {
    background-color: #000;
    color: var(--white);
    padding: 2px 7px;
    border-radius: 10px;
    border: 1px solid black;
    font-size: 12px;
}

.custombtn:hover {
    background-color: white, ;
    color: black !important;
}

.order-address-label {
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 1.3;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    color: #000
}

.order-address-text {
    font-size: 13px;
    color: #444;
}

.order-addresses-container {
    background: var(--white);
    display: grid;
    grid-template-columns: 40% 40%;
    grid-gap: 10%;
}

.order-element-ids-container {
    margin-bottom: 0px
}

.expectedFont {
    font-size: 20px !important;
}

.order-id-container,
.transaction-id-container {
    font-weight: 500;
    color: #000
}

.order-element-ids-container span {
    font-weight: 300;
}

.form-group .iti--allow-dropdown {
    display: block;
}

.address-title {
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 1.3;
    margin-bottom: 10px;
}

.updatetab .tab-content {
    padding: 20px 0
}

.updatetab .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.updatetab .nav-tabs .nav-item.show .nav-link,
.updatetab .nav-tabs .nav-link.active {
    background: #eee;
    border-color: #eee;
}

.add-calendar-record-link {
    margin-left: 10px;
}

.calendar-container .fc-day-grid-event .fc-time {
    font-weight: 500;
}

.calendar-container .fc-prevYear-button,
.calendar-container .fc-nextYear-button,
.calendar-container .fc-right {
    display: none;
}

.calendar-container .fc-button {
    text-transform: capitalize;
}

.calendar-container .fc-prev-button:before {
    content: '\f0d9 ';
    font-size: 27px;
    color: #000;
    position: absolute;
    left: 12px;
    top: 2px;
    text-align: center;
    font-family: FontAwesome;
}

.calendar-container .fc-next-button:before {
    content: '\f0da ';
    font-size: 27px;
    color: #000;
    position: absolute;
    left: 17px;
    top: 2px;
    text-align: center;
    font-family: FontAwesome;
}

.calendar-container .fc-toolbar {
    justify-content: flex-start
}

.calendar-container .fc-button-primary {
    color: #aaa;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: none !important;
    padding: 10px !important;
    -webkit-box-shadow: none !important;
}

.calendar-container .fc-left {
    margin-right: 20px;
}

.calendar-container .fc th,
.current-records-date {
    font-weight: 500;
    font-family: "Inter" !important;
    color: #000;
    font-size: 22px !important;
}

.calendar-container .fc-button-primary:hover,
.calendar-container .fc-button-primary:disabled {
    /* background-color: var(--primary-account);
    border-color: var(--primary-account) */
    background-color: var(--blue-ribbon);
    border-color: var(--blue-ribbon);
}

.calendar-container .fc-center {
    color: #000;
    font-weight: 500;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #f2f2f2 !important;
}

.calendar-container .fc-dayGrid-view .fc-day-number,
.calendar-container .fc-dayGrid-view .fc-week-number {
    padding: 5px;
}

.add-calendar-record-link {
    position: absolute;
    right: 50px;
    top: 16px;
}

.dropdown-add-bookings {
    /* left: 272px; */
    margin-left: 15px;

}

.dropdown-add-bookings .dropdown-menu {
    border: 1px solid #D0D1D1 !important;
    box-shadow: none !important;
}

.dropdown-add-bookings .dropdown-toggle::after {
    display: none;
}

.calendar-events-title,
.calendar-bookings-title {
    /* background: #f5f5f5; */
    padding: 8px 15px;
    font-size: 14px;
    color: var(--blue-ribbon);
    font-family: "Inter" !important;
    font-weight: 600;
    font-size: 18px;
}

.custom-title-msg {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}


/* .add-calendar-record-link,.go-back-to-list-modal{font-size: 28px;
    line-height: 100%;
    padding: 0;
    width: 30px;background-color: #f5f5f5;
    border-color: #f2f2f2;color: #aaa;} */


/* .go-back-to-list-modal{position: absolute;right: 15px;z-index: 1;top:3px;} */

.modal-dialog .form-control {
    height: 38px
}

.modal-dialog .form-group {
    margin-bottom: 10px;
}

.modal-dialog .form-group .select2-container--default .select2-selection--multiple {
    min-height: 38px;
}

.modal-dialog textarea {
    min-height: 80px;
    overflow-y: auto;
}

.calmenu {
    width: 60px;
    float: left;
    transition: all .5s ease-in-out;
}

.calendar-container {
    width: calc(100% - 60px);
    float: left;
    box-shadow: none;
    border-radius: 0;
    border-left: 1px solid #ddd;
    transition: all .5s ease-in-out;
}

.calmenu .col-lg-3 {
    max-width: 100%;
    padding: 0
}

.calmenu .editlist {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0
}

.calmenu .editlist li>a {
    font-size: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.calmenu .editlist li>a .menucaret {
    font-size: 0;
    height: auto;
}

.calmenu .sidesubmenu {
    padding-left: 0
}

.open .calmenu .editlist li>a,
.open .calmenu .editlist li>a .menucaret {
    font-size: 14px;
}

.open .calmenu {
    width: 255px;
}

.open .calendar-container {
    width: calc(100% - 255px);
}

.innerpg.caledar-records-list-container {
    /* height: 100%; */
    padding: 58px 0 50px;
    padding-bottom: 0;
    background: var(--white);
    display: inline-block;
    width: 100%
}

.expandbtn {
    color: var(--primary-account);
    font-size: 18px;
    padding: 15px 20px;
    background: #f2f2f2;
}

.open .expandbtn i:before {
    content: '\f066';
}

.calendar-record-times-container span {
    display: block;
}

.end-time-container {
    color: #000;
}

.calfirst {
    width: 50px;
    text-align: center;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.calendar-records-date-list-element {
    display: flex;
    /* flex-wrap: wrap; */
    line-height: 1.4;
    font-size: 13px;
    border-radius: 4px;
    margin: 8px 15px;
    background-color: #F6F6F6;
    justify-content: space-between;
}

#toggle {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 2.3px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -8px);
    transform: rotate(45deg) translate(-7px, -8px);
}

/* .remove-calendar-record,
.view-calendar-record,
.edit-calendar-record {
    width: 25px;
    text-align: right;
    float: left;
    font-size: 18px;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    color: var(--primary-account);
} */

.remove-calendar-record-text {
    color: #F00;
}

.remove-calendar-record-text:hover {
    color: #F00;
}

.calendar-records-list-menu-dropdown {
    margin: auto;
    margin-right: initial;
}

.calendar-records-list-menu-dropdown img {}

.customGreen {
    color: green !important;
}

.calsec {
    width: calc(100% - 125px);
    float: left;
    border-left: 4px solid #C5C5C5;
    /* border-right: 1px solid #ddd; */
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
}

.client-name-container {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    font-family: "Inter";
}

.calendar-records-date-list-container .calendar-records-date-list-element:not(:last-child) {
    /* border-bottom: 1px solid #ddd */
}

.payfields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-left: 50px
}

.payfields li {
    width: 33.3%;
    float: left;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1.2
}

.payfields span {
    font-weight: 500;
    width: 136px;
    display: inline-block;
}

.calsearchbox .form-control {
    float: left;
    width: 100%;
    max-width: 300px;
    margin-right: 10px
}

.calsearchbox form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px
}

.calsearchbox .btnredsm {
    min-width: inherit;
    padding: 10px 11px;
    margin: 0 2px;
}

.calsearchbox .btnredsm i {
    margin: 0
}

#forwardConsentForm .custom-switch {
    margin-top: 33px
}

.directopbox .btnredsm,
.directopbox .btnredsm-danger,
.directopbox .btnredsm-success {
    min-width: 37px;
    padding: 10px 11px;
    margin: 0 2px;
}

.directopbox .btnredsm i,
.directopbox .btnredsm-danger i,
.directopbox .btnredsm-success i,
.directopbox .btnredsm-danger img,
.directopbox .btnredsm-success img {
    margin: 0;
    vertical-align: middle;
}

.clientgrouplist .purchasebox li:first-child {
    width: 50%
}

.custom-switch i {
    margin-top: 5px
}

.alphalisting a {
    font-size: 16px
}

.alphalisting .active {
    transform: scale(1.1);
    color: var(--primary-account);
}

.namebox {
    font-size: 14px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.3;
    word-break: break-all;
}

.modal-body .clientgrouplists {
    max-height: 235px;
    overflow-y: auto;
}

.modal-body .clientgrouplists .purchasebox p {
    font-size: 14px;
}

.modal-body .clientgrouplists .purchasebox {
    margin: 5px;
}

.modal-body .clientgrouplists .purchasebox li {
    padding: 0 5px;
}

.modal-body .clientgrouplists .btnresub {
    margin: 0;
}

.fullbtn {
    min-width: inherit;
    width: 100%;
}

.clockicon {
    display: inline-block;
    margin-left: 2px;
}

.aftercarelist .purchasebox li {
    width: 50%;
}

.aftercarelist .carecount {
    display: inline-block;
}

.treatment-description .card-header h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
}

.treatment-description .card-header i {
    float: right;
}

.treatment-description .card-header [aria-expanded="true"] i:before {
    content: '\f068';
}

.treatment-description .card-header {
    /* background: #eee;
    border-color: #eee; */
    background-color: var(--white);
    border-color: var(--white);
    padding: 0
}

.treatment-description .card-body {
    padding: 15px;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    font-family: "Inter";
}

.treatment-description .accordion>.card {
    border: 1px solid #E2E8F5;
    border-radius: 6px;
    margin-bottom: 16px;
}

.previews {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
}

.pharm-title {
    text-decoration: underline;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 10px;
}

.pharm-img {
    height: 70px;
    width: 70px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    margin: 10px auto 10px;
}

.pharm-img img,
.prescriberimg img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.prescriberimg {
    height: 70px;
    width: 70px;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    margin: 0 auto
}

.calfirst {
    width: 50px;
    text-align: center;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.calendar-records-date-list-element {
    display: flex;
    /* flex-wrap: wrap; */
    line-height: 1.4;
    font-size: 13px;
    padding: 8px 15px;
    justify-content: space-between;
}

.poplabel.question-text-container {
    min-height: 40px;
}

.calsec {
    width: calc(100% - 125px);
    float: left;
    border-left: 4px solid #C5C5C5;
    /* border-right: 1px solid #ddd; */
    padding: 0 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.client-name-container {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    font-family: "Inter";
}

.calendar-records-date-list-container .calendar-records-date-list-element:not(:last-child) {
    /* border-bottom: 1px solid #ddd */
}

.payfields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-left: 50px
}

.payfields li {
    width: 33.3%;
    float: left;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1.2
}

.payfields span {
    font-weight: 500;
    width: 136px;
    display: inline-block;
}

#imgstack {
    margin: 0 auto;
    margin-top: 2%;
    margin-left: 20px;
    position: relative;
}

#imgstack #counts {
    display: inline-block;
    background-color: var(--primary-account);
    width: 25px;
    height: 25px;
    z-index: 99999;
    position: relative;
    top: 0;
    right: -30%;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 2em;
}

#imgstack a {
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    border-radius: 5px;
    border: 2px solid var(--primary-account);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: margin .5s;
    -webkit-transition: margin .5s;
}

#imgstack img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#imgstack a:first-of-type {
    margin-top: -5px;
    margin-left: -20px;
    z-index: 2;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}

#imgstack a:nth-of-type(2) {
    margin-top: -5px;
    margin-left: -10px;
    z-index: 1;
}

#imgstack a:last-of-type {
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}

/* #imgstack:hover a:first-of-type{
    margin-left:-100px;
    margin-top:5px;
  }
  
  #imgstack:hover a:nth-of-type(2){margin-top:-5px;}
  
  #imgstack:hover a:last-of-type{
    margin-left:90px;
    margin-top:5px;
  }
  
  #imgstack a:first-of-type:hover,#imgstack a:last-of-type:hover{margin-top:-5px;}
  #imgstack a:nth-of-type(2):hover{margin-top:-10px;} */
.products-direction {
    min-height: 80px;
}

.preview-div {
    max-width: 100px;
    height: 100px;
    display: inline-flex;
    flex-direction: column;
    margin-right: 20px;
    vertical-align: top;
    margin-bottom: 10px;
    align-items: center;
}

.preview-div a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.5;
    width: 50px;
    height: 50px;
    color: red;
    border-radius: 50%;
    margin: 0 2px;
    padding: 6px;
    height: 35px;
    width: 35px;
    font-size: 14px;
}

/* .preview-div .file-icon {
    font-size: 50px;
} */

.concentform-container .preview-div img {
    width: 110px !important;
    height: 110px !important;
}

.preivewdivbox .preview-div {
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.calsearchbox .btnredsm i {
    margin: 0
}

#forwardConsentForm .custom-switch {
    margin-top: 33px
}

.directopbox .btnredsm,
.directopbox .btnredsm-danger,
.directopbox .btnredsm-success {
    min-width: 37px;
    padding: 10px 11px;
    margin: 0 2px;
}

.add-sub-question,
.remove-question {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-question-2 {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.dropzone {
    border: 1.5px dashed var(--primary-account) !important;
    margin-bottom: 35px;
}

.clientgrouplist .purchasebox li:first-child {
    width: 50%
}

.custom-switch i {
    margin-top: 5px
}

.alphalisting a {
    display: inline-block;
    font-size: 16px
}

.namebox {
    font-size: 14px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.3;
    word-break: break-all;
}

.modal-body .clientgrouplists {
    max-height: 235px;
    overflow-y: auto;
}

.modal-body .clientgrouplists .purchasebox p {
    font-size: 14px;
}

.modal-body .clientgrouplists .purchasebox {
    margin: 5px;
}

.bootstrap-tagsinput {
    min-width: 200px;
}

.mobilemenu {
    display: none;
}

.modal-body .clientgrouplists .btnresub {
    margin: 0;
}

.fullbtn {
    min-width: inherit;
    width: 100%;
}

.afterbtnbox .btnredsm {
    width: 36px;
    padding: 10px 11px;
    margin: 0 2px;
    height: 36px;
    font-size: 12px;
    min-width: auto;
}

.afterbtnbox span {
    display: inline-block;
}

.afterbtnbox .btnredsm i {
    margin: 0;
}

.clockicon {
    display: inline-block;
    margin-left: 2px;
}

.aftercarelist .purchasebox li {
    width: 50%;
}

.aftercarelist .carecount {
    display: inline-block;
}

.treatment-description .card-header h2 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
}

.treatment-description .card-header i {
    float: right;
}

.treatment-description .card-header [aria-expanded="true"] i:before {
    content: '\f068';
}

.treatment-description .card-header {
    /* background: #eee;
    border-color: #eee; */
    background-color: var(--white);
    /* border-color: #E2E8F5 !important; */
    border-radius: 6px !important;
    padding: 0
}

.treatment-description .card-body {
    padding: 15px;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    font-family: "Inter";
    position: relative;
    /* border-top: 1px solid #D9D9D9; */
}

.treatment-description .card-body::before {
    content: "";
    position: absolute;
    border-top: 1px solid #D9D9D9;
    width: 90%;
    left: 50%;
    top: 0;

    transform: translateX(-50%);
}

.treatment-description .accordion>.card {
    border: 1px solid #eee
}

.pharm-img {
    height: 50px;
    width: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 5px
}

.pharm-img img,
.prescriberimg img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.prescriberimg .verifiedImg img {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: -5px;
    margin: unset;
    top: unset;
    left: unset;
}

.prescriberimg {
    height: 70px;
    width: 70px;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    margin: 0 auto
}

#add_new_doc.ml-1 i {
    font-size: 30px;
    margin-top: 4px;
}

[data-type="datepicker"] {
    padding-right: 0;
}

.poplabel.question-text-container {
    min-height: 54px;
}

.canvas-container {
    width: 100% !important;
    border: 2px dashed #000 !important;
    border-radius: 4px;
}

.view-public-profile {
    cursor: pointer;
}

.form-control.error {
    border: solid 1px #c1272d !important;
}

.sweet-alert-button {
    color: 'var(--primary-account)';
}

.custom-date {
    width: 50px;
    display: inline-block;
}

.custom-date-yy {
    width: 65px;
    display: inline-block;
}

.preview-div {
    max-width: 100%;
    height: 100px;
    display: inline-flex;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 10px;
}


/* .preview-div .file-icon {
    font-size: 50px;
} */

.preview-div img {
    /* max-width: 100%; */
    width: 100%;
    height: 100px;
    /* overflow: auto; */
}

.preivewdivbox .preview-div {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.preivewdivbox .preview-div img {
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.remove-prev-image,
.remove-prev-image-old,
.remove-drop-image,
.remove-prev-image-file {
    color: red;
    margin-right: 10px;
}

.dropzplaceholderimg {
    margin: 25px auto 0;
    max-width: 75px;
}

.dropzone {
    border: 1.5px dashed var(--primary-account) !important;
    margin-bottom: 35px;
}

.dropzone .dz-message {
    margin: 10px 0 0 !important
}

.dropzone {
    min-height: 200px;
}

#dropzone_modal .modal-body {
    padding: 30px 15px;
}

#dropzone_modal .dropzone {
    min-height: 200px;
}

#dropzone_modal .modal-body {
    padding: 30px 15px;
}

.prescriber-search-main .profile-pic {
    height: 60%;
    width: 60%;
}

.custom-date {
    width: 50px;
    display: inline-block;
}

.custom-date-yy {
    width: 80px;
    display: inline-block;
}

.sweet-alert-button {
    color: var(--white);
    border-radius: 50px;
    line-height: 100%;
    background: var(--primary-account);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    /* font-family: var(--primary-font); */
    font-family: "Inter";
    min-width: 177px;
}

.sweet-alert-button.focus,
.sweet-alert-button:focus {
    box-shadow: none
}


/* .swal2-icon {
  width: 3em !important;
  height: 3em !important;
} */


/* .swal2-icon .swal2-icon-content {
  font-size: 2.75em !important;
} */

.bootstrap-tagsinput .tag {
    background-color: var(--primary-account);
}

.bootstrap-tagsinput {
    min-width: 200px;
}

.mobilemenu {
    display: none;
}

.remove-product {
    color: red;
    font-size: 16px;
    margin-top: 30px;
    display: inline-block;
}

.gridspace .row {
    margin: 0 -5px;
}

.gridspace [class*=col-] {
    padding: 0 5px;
}

.textcap {
    text-transform: capitalize;
}

.equalabel label {
    width: 50%;
    float: left;
    margin: 0;
    margin: 0;
    line-height: 100%;
    font-weight: 400;
}

.equalabel span {
    width: 50%;
    float: left;
    line-height: 100%;
    word-wrap: break-word;
}

.equalabel .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.view-prescription {
    font-weight: bold;
    color: var(--blue-ribbon) !important;
}

.fontreg {
    font-weight: 400;
}

.card-image-container {
    margin-top: 10px;
}

img.default-card-image {
    max-width: 100%;
}

.reviewlabel b {
    min-width: 50px;
    display: inline-block;
    color: #000;
}

.errorpage {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    /* height: 110px; */
    justify-content: center;
    text-align: center;
    height: calc(100vh - 55px);
    padding: 40px 0;
}

.errormessage {
    font-size: 120px;
    font-weight: 700;
    color: #000;
    position: relative;
    text-align: center;
    padding: 10px 0 35px 0;
    line-height: 100%;
}

.errormessage:before {
    position: absolute;
    content: '';
    border: 15px solid #000;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 54px;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    left: 0;
    right: 0;
    margin: auto;
    animation-duration: 2s;
    animation-name: errordown;
}

@keyframes errordown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.errorpage p {
    font-size: 15px;
    line-height: 1.3;
    color: #000;
    padding: 10px 0 15px;
}

.errorimg {
    margin: 0 auto;
    max-width: 350px;
    max-height: 350px;
}

.errorimg img {
    width: auto;
    max-height: 100%;
}

.errorbtn {
    border-radius: 30px;
    border: 2px solid #000;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
    display: inline-block
}

.errorbtn:hover {
    background: #000;
    color: var(--white);
}

.bootstrap-tagsinput .tag {
    background-color: #3333FF;
}

.bootstrap-tagsinput {
    min-width: 200px;
}

.remove-product {
    color: red;
    font-size: 16px;
    margin-top: 30px;
}

.card-dashboard-chart {
    background-color: var(--white);
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #555;
    overflow: scroll;
}

.reviewlabel b {
    min-width: 50px;
    display: inline-block;
}

.reviewlabel {
    padding-bottom: 2px;
}

.photos {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    padding: 2px;
    border: 1px solid #C8C8C8;
    background-color: #FFF;
    box-shadow: 0 0 2px 0.5px #f1f5f9;
}

#photoDisplay {
    width: 100px;
    height: 100px;
    position: relative;
}

#photoDisplayModal {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10px;
    padding: 5%;
}

#photoDisplayModal .contain {
    position: relative;
    width: 100%;
}

#photoDisplayModal .image {
    display: block;
    width: 100%;
    height: auto;
}

#photoDisplayModal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(255, 0, 0, 1);
}

#photoDisplayModal .overlay2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50%;
    width: 50%;
    opacity: 0;
    transition: .3s ease;
}

#photoDisplayModal .contain:hover .overlay,
#photoDisplayModal .contain:hover .overlay2 {
    opacity: 1;
}

#photoDisplayModal .contain:hover .overlay2 .icon {
    font-size: 100px;
}

#photoDisplayModal .icon {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#photoDisplayModal .fa-user:hover {
    color: #eee;
}


#photoDisplayModal #samplePhoto1,
#photoDisplayModal #samplePhoto2,
#photoDisplayModal #samplePhoto3,
#photoDisplayModal #samplePhoto4,
#photoDisplayModal #samplePhoto5 {
    /* box-shadow: 0 0 5px black; */
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

#samplePhoto1 {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

#samplePhoto1:hover,
#samplePhoto2:hover,
#samplePhoto3:hover,
#samplePhoto4:hover,
#samplePhoto5:hover {
    z-index: 10;
}

#samplePhoto2 {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

#samplePhoto3 {
    position: absolute;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
}

#samplePhoto4 {
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.modals {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modals-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 80vh;
}

.modals-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.closes {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closes:hover,
.closes:focus {
    color: #232b9a;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modals-content {
        width: 100%;
    }
}

.headingreview {
    color: #000
}

.pagedatepicker .datepicker th {
    color: #000;
    font-weight: 500
}

.pagedatepicker .datepicker td,
.pagedatepicker .datepicker th {
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

.pagedatepicker .datepicker-inline {
    width: 288px;
}

.pagedatepicker .datepicker table tr td.today,
.pagedatepicker .datepicker table tr td.today:hover,
.pagedatepicker .datepicker table tr td.today.disabled,
.pagedatepicker .datepicker table tr td.today.disabled:hover,
.pagedatepicker .datepicker table tr td.today:hover,
.pagedatepicker .datepicker table tr td.today:hover:hover {
    background: var(--primary-account);
    color: var(--white);
}

.reviews-listing {
    overflow: auto;
    width: 100%;
    height: 330px;
}

.reviews-listing li {
    width: 98% !important;
}

.facial-tools {
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.facial-tools.active {
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: var(--primary-account);
    color: var(--white);
}

.gridspace .row {
    margin: 0 -5px;
}

.gridspace [class*=col-] {
    padding: 0 5px;
}

.textcap {
    text-transform: capitalize;
}

.equalabel label {
    width: 50%;
    float: left;
    margin: 0;
    margin: 0;
    line-height: 100%;
    font-weight: 400;
}

.equalabel span {
    width: 50%;
    float: left;
    line-height: 100%;
    word-wrap: break-word;
}

.equalabel .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cropper-container {
    width: 100% !important;
}

#map_image_div_image {
    width: 100%;
}

/* .lower-canvas,
.upper-canvas {
    right: 0;
    width: 100% !important;
    margin: auto;
} */

.sales-title {
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.daily-main {
    margin: 5px 0;
}

.daily-main p {
    display: inline-block;
    width: 60px;
    justify-content: space-around;
}

.daily-main p i {
    float: right;
}

.daily-main label {
    display: inline-block;
    width: 60px;
}

.fontreg {
    font-weight: 400;
}

.card-dashboard {
    background-color: var(--white);
    color: #000;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 10px;
    box-shadow: 0 0 5px #555;
    display: flex;
    flex-direction: column;
    height: 110px;
    justify-content: center;
    align-content: center;
}

.card-dashboard p {
    text-align: start;
    margin-top: 10%;
}

.card-dashboard h3 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    letter-spacing: -1px;
    font-size: 18px !important;
}

.card-dashboard h3 svg {
    height: 100%;
}

.card-dashboard-chart {
    background-color: var(--white);
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #555;
}

.reviewlabel b {
    min-width: 50px;
    display: inline-block;
    color: #000;
}

.reviewlabel {
    padding-bottom: 2px;
}

.headingreview {
    color: #000
}

.pagedatepicker .datepicker th {
    color: #000;
    font-weight: 500
}

.pagedatepicker .datepicker td,
.pagedatepicker .datepicker th {
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

.pagedatepicker .datepicker-inline {
    width: 288px;
}

.pagedatepicker .datepicker table tr td.today,
.pagedatepicker .datepicker table tr td.today:hover,
.pagedatepicker .datepicker table tr td.today.disabled,
.pagedatepicker .datepicker table tr td.today.disabled:hover,
.pagedatepicker .datepicker table tr td.today:hover,
.pagedatepicker .datepicker table tr td.today:hover:hover {
    background: #3333FF;
    color: var(--white);
}

.reviews-listing {
    overflow: auto;
    width: 100%;
    height: 330px;
}

.reviews-listing li {
    width: 98% !important;
}

#cpd_points {
    font-size: 42px;
}

/*Shop start*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* font-family: 'Montserrat', sans-serif; */
/*Footer start*/
.ftshop_main {
    padding: 50px 0 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
}

.footer_newsletter h4 {
    color: #323EDD;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center;
}

.footer_newsletter h4:before {
    position: absolute;
    content: '';
    height: 2px;
    background: #323EDD;
    width: 100%;
    max-width: 165px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.ftshop_box h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}

.ftshop_box h5:before {
    position: absolute;
    content: '';
    height: 2px;
    background: #323EDD;
    width: 100%;
    max-width: 200px;
    left: 0;
    bottom: 0;
}

.ftshop_copyright {
    background: #323EDD;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 0;
}

.ftshop_link li {
    margin-bottom: 10px;
}

.ftshop_link li a {
    /* text-transform: capitalize; */
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #000
}

.ftshop_link li.active a,
.ftshop_link li a:hover {
    color: #323edd
}

.ftshop_box {
    padding-bottom: 50px;
}

.ftshop_copy_link li {
    display: inline-block;
    padding-left: 15px;
}

.ftshop_copy_link li a {
    color: var(--white)
}

.ftshop_copy_link li.active a,
.ftshop_copy_link li a:hover {
    color: var(--white);
    text-decoration: underline;
}

.ftshop_social a {
    background: var(--white);
    color: #323edd;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    margin-right: 5px;
}

.footer_newsletter .input-group {
    max-width: 485px;
    margin: 0 auto 45px
}

.footer_newsletter .form-control {
    background-color: #EBF3FA !important;
    font-family: 'Montserrat', sans-serif;
}

.footer_newsletter .btn {
    background: #323EDD;
    color: var(--white);
    padding: 8px 30px;
    font-size: 15px
}

.ftshopcircle1 {
    position: absolute;
    content: '';
    border: 90px solid #323EDD;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    right: -60px;
    opacity: 0.05;
    max-width: 350px;
    max-height: 350px;
    top: 40px;
}

.ftshopcircle2 {
    position: absolute;
    content: '';
    border: 90px solid #323EDD;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    left: -60px;
    opacity: 0.05;
    max-width: 350px;
    max-height: 350px;
    bottom: -70px;
}

/*Header start*/

/*Home product start*/
.shopheading {
    font-size: 26px;
    line-height: 1.2;
    color: #3333FF;
    margin-bottom: 20px;
}

.product-single {
    background: var(--white);
    padding: 5px;
}

.shop-productimg {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden-element {
    display: none !important;
}

/* .selected-clinic-detail-container{
.hidden-element {
    display: none !important;
}


/* .selected-clinic-detail-container{
  display: none;
}
.hidden-clinic-element{
  display: none;
} */

.fc-day.disabled {
    background: #f5f5f5;
}

.fc-day.valid-date {
    background: #86ffab !important;
}

.client-bookings-steps-container {
    max-width: 650px;
    margin: 0 auto 30px;
}

.clinic-preview-element-container {
    background-color: #F9F9F9;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
    border-radius: 10px;

}

.selected-clinic-detail-container {
    background-color: var(--white);
    /* box-shadow: 5px 5px 20px rgba(49, 46, 255, 0.15); */
}

.selected-clinic-detail-container .form-change-container {
    border-bottom: 0;
    border-radius: 10px;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 10px;
    background: #F9F9F9;
    margin-bottom: 25px;
    margin-top: 25px;
}


.selected-clinic-detail-container .clinic-name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    max-width: 420px;
    line-height: 85%;
    /* float: left; */
    gap: 10px;
    display: grid;
    font-family: "Inter";
}

.selected-clinic-detail-container .clinic-name .clinic-treatment-name {
    width: 24px;
    height: 24px;
}

.change-treatment-list-button,
.selected-clinic-detail-container .change-clinic-button {
    color: var(--blue-ribbon);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    padding: 5px 20px;
    font-family: 'Inter';
    align-items: flex-start;
    gap: 10px;
    border-radius: 40px;
    border: 1px solid var(--blue-ribbon);
}

.selected-clinic-detail-container .clinic-select-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 22px;
    font-size: 16px;
    align-self: stretch;
}

.select-treatment-total-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 25px;
    gap: 10px;
    /* border-radius:10px 10px 0 0; */
    background: #F9F9F9;
    cursor: auto;
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.change-treatment-button,
.change-date-button,
.change-time-button {
    display: flex;
    padding: 5px 20px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 40px;
    /* border: 1px solid #33F; */
    /* color: #33F; */
    border: 1px solid var(--blue-ribbon);
    color: var(--blue-ribbon) !important;
    text-align: right;
    font-size: 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* top: 5px !important; */
}

.selected-date-container,
.selected-time-container {
    display: grid;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: none !important;
    background: #F9F9F9;
}

.treatment-groups-list-container {
    max-height: 450px;
    overflow-y: auto;
}

.treatment-group-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 10px 20px; */
    /* border-bottom: 1px solid rgba(221, 221, 221, 0.8); */
}

.treatment-group-name {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-account);
    /* border-radius: 50%; */
    border-radius: 20px;
    text-align: center;
    height: 40px;
    /* width: 40px; */
    width: max-content;
    border: 1px solid #eee;
    line-height: 40px;
    float: left;
}

.treatment-group-name span {
    padding: 12px;
}

.booking-main-wrappper .custom-radio {
    left: 5px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    /* border: 1px solid #d8d8d8; */
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

/* For inner filled circle */
.booking-main-wrappper .custom-radio input[type="checkbox"] {
    appearance: none;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-main-wrappper .custom-radio input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--white);
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 50%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
    color: #6162ec;
}

.booking-main-wrappper .custom-radio input[type="checkbox"]:checked::before {
    background-image: url("../images/Check square.png");
    background-position: center;
    background-size: cover;
    border: none;
    height: 20px !important;
    width: 20px !important;
}

.booking-main-wrappper .custom-radio input[type="checkbox"]:focus {
    outline: 0;
}

.treatment-group-elements-container {
    /* width: calc(100% - 40px); */
    width: 100%;
    /* padding-left: 20px; */
    float: left;
    color: #555;
    font-size: 1rem;
}

.treatment-details-container {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    gap: 10px;
    flex: 1 0 0;
}

.treatment-group-elements-container .treatment-details {
    display: flex;
    /* align-items: center; */
    gap: 20px;
    width: 100%;
}

.treatment-element-container {
    cursor: pointer;
    color: var(--primary-account);
    font-weight: 400;
    display: flex;
    padding: 20px 15px;
    /* align-items: center; */
    background-color: #F9F9F9;
    border-radius: 10px;
    margin-bottom: 10px;
    gap: 20px;
    justify-content: space-between;
}

.treatment-element-container .treatment-name {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-family: "Inter";
}

.treatment-element-container .treatment-time {
    display: flex;
    width: 310px;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.clinic-treatment-next-step-button,
.booking-element-submit {
    width: 219px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 46px;
    border: none;
    /* background: #33F; */
    background: var(--blue-ribbon) !important;
}

.clinic-treatment-next-step-button,
.booking-element-submit:hover {
    background: var(--blue-ribbon) !important;
}

.treatment-element-container.selected-treatment {
    color: var(--primary-account);
    font-weight: 700;
}

.treatment-price {
    width: 70px;
    text-align: right;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.treatment-images-count {
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #8C8C8C;
}

.treatment-images-count span {
    color: #373C35;
}


.treatment-group-key-container {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}

.treatment-group-key-container.active-treatment-group-key {
    color: var(--white);
    background-color: var(--primary-account);
}

.treatment-group-keys-container {
    padding: 10px 20px;
}

.clinic-treatment-footer-container {
    /* border-top: 1px solid rgba(221, 221, 221, 0.8); */
    padding: 10px 0;
    text-align: right;
    font-weight: 500;
    color: #000;
    font-size: 20px;
}

.form-change-button {
    font-size: 16px;
    color: var(--primary-account);
    position: absolute;
    right: 15px;
    /* top: 10px; */
    font-size: "Inter";
    cursor: pointer;
    /* text-transform: lowercase; */
}

.form-change-div {
    position: relative;
    padding: 10px 80px 10px 20px;
    /* border-bottom: 1px solid rgba(221, 221, 221, 0.8); */
}

.form-select-name {
    /* font-size: 24px; */
    /* color: var(--primary-account); */
    color: #000;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

}

.selected-client-container {
    display: grid;
    padding: 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #F9F9F9;
}

.selected-client {
    word-spacing: 5px;
}

.selected-select-date,
.selected-select-client,
.selected-select-time,
.selected-select-date-details,
.selected-select-time-details,
.selected-select-client-details {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
}

.selected-select-client img {
    width: 24px;
    height: 24px;
}

.selected-client-email {
    color: var(--blue, var(--blue-ribbon));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.selected-clinic-info .form-change-button {
    /* top: 24px; */
    top: 50% !important;
    transform: translateY(-50%)
}

.selected-treatment-names {
    display: grid;
    padding-top: 25px;
}

/* .selected-treatment-names,.selected-date,.selected-time ,.selected-client{
  padding-left: 75px;
} */

.clinic-image-container {
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
}

.clinic-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic-details-container {
    font-size: 16px;
    /* color: var(--primary-account); */
    color: #000000;
    font-weight: 400;
    width: calc(100% - 80px);
    padding-left: 15px;
    float: left;
    gap: 10px;
    display: grid;
}

.clinic-details-container .clinic-name {
    font-weight: 500;
    size: 18px;
    line-height: 25.2px;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.clinic-details-container .clinic-address {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter";
}

.clinic-details-container .clinic-address-details {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 16px;
}

.clinic-date-selection-container .date-selection-container {
    margin-top: 20px;
    padding: 25px;
    border: 1px solid #5E5E5E;
    border-radius: 10px;
}

.available-times-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #F9F9F9;
    /* margin-top: 10px; */
    border-radius: 10px;
}

.time-slot-container {
    width: 14%;
    text-align: center;
    padding: 9px 6px;
    border-radius: 10px;
    border: 1px solid var(--blue-ribbon);

    margin: 11px 8px;
}

.selection-disabled-button {
    cursor: not-allowed;
    border-radius: 10px;
    border: 1px solid var(--grey, #797979);
    color: var(--grey, #797979);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.time-slot-container.selection-disabled-button span {
    color: var(--grey, #797979);
}

.time-slot-container span {
    font-size: 16px;
    display: block;
    /* color: var(--primary-account); */
    color: var(--blue-ribbon);
    font-weight: 400;
}

.clinic-element-container,
.active-clinic-element .selected-clinic-detail-container,
.form-change-div,
.clinic-date-selection-container {
    transition: all 0.8s ease-in-out;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    visibility: visible;
    height: auto;
    transform: scale(1);
}

.hidden-booking-element {
    display: none !important;
}

.hidden-clinic-element,
.selected-clinic-detail-container,
.hidden-booking-element,
.form-change-div.hidden-booking-element {
    opacity: 0;
    pointer-events: none;
    /* visibility: hidden; */
    display: none;
    transform: scale(0);
    height: 0;
}

.form-change-div.hidden-booking-element,
.clinic-date-selection-container.hidden-booking-element,
.clinic-booking-details-container.hidden-booking-element {
    padding: 0;
}

.active-clinic-element .clinic-preview-element-container,
.clinic-date-selection-container,
.clinic-booking-details-container {
    padding: 0 0;
}

.active-clinic-element .selected-clinic-detail-container {
    display: block;
}

.active-clinic-element .clinic-preview-element-container {
    display: none;
}

.form-change-div .clinic-image-container {
    width: 60px;
    height: 60px;
}

.modal-content .error-message {
    color: red;
    margin: 5px 20px 5px 20px;
}

.modal-content .error-message .alert-message {
    font-size: 12px;
}

#calendar-record-save-modal .modal-content .error-message {
    color: red;
    margin: 5px 20px 5px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.client-booking-error-message {
    color: red;
    font-size: 18px;
}

.view-calendar-record {
    cursor: pointer;
}

.edit-calendar-record {
    cursor: pointer;
}

.remove-calendar-record {
    cursor: pointer;
}

.clinic-booking-complete-container {
    display: flex;
    padding: 20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: #F9F9F9;
}

.clinic-booking-complete-done-header img {
    width: 40px;
    height: 40px;
    background: #00B45D;
    padding: 6px;
    display: grid;
    border-radius: 50%;
}

.clinic-booking-complete-container .clinic-booking-complete-header {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Inter";
}

.clinic-booking-complete-container .clinic-booking-complete-subtext {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    font-family: "Inter";
    line-height: normal;
}

.btniconAlign .btnroundicon,
#clinic_event_modal .btnroundicon,
#share_link_modal .btnroundicon {
    padding: 10px 6px;
}

.full-calendar .fc-title {
    text-transform: capitalize;
}

.full-calendar .fc-day-number {
    color: #000;
}

.full-calendar.fc-unthemed td.fc-today {
    background: #2196f326;
}

#calendar-record-save-modal .form-group .select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.dropdown-add-bookings .dropdown-item:focus,
.dropdown-add-bookings .dropdown-item:hover {
    /* background-color: var(--primary-account); */
    background-color: var(--blue-ribbon);
    color: #805353;
}

.colortag {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    position: relative;
    height: 15px;
    width: 12px;
}

.colortag:before {
    position: absolute;
    content: '\f02b';
    font-family: 'FONTAWESOME';
    font-size: 16px;
    top: -5px;
}

#calendar-record-save-modal .go-back-to-list-modal {
    float: right;
    /* margin-right: 10px; */
}

.accept-terms-conditions a {
    color: var(--primary-shop);
    text-decoration: underline;
}

.static-page-content .small {
    font-size: small;
}

.static-page-content .bold {
    font-weight: bold;
}

.static-page-content .italic {
    font-style: italic;
}

.insync-footer a {
    color: var(--primary-account);
    font-style: normal;
    font-weight: 700;
}

.insync-footer a:hover {
    text-decoration: underline;
}

.default-apply-pay-image {
    width: 30%;
}

.coming-soon-title {
    text-align: center;
    margin-top: 5%;
    font-size: large;
    font-weight: bold;
    color: var(--primary-account);
}

.warning-info {
    color: red;
    width: auto !important;
}

.code-input {
    width: 52px;
    display: inline-block;
}

.reviewed-prescribers-info {
    color: green !important;
}

.pay-box {
    font-family: 'Lato', sans-serif;
    background-color: #6162ec;
    /* border-radius: 10px; */
    margin-bottom: 2%;
    position: relative;
    width: 100%;
    height: 50px;
}

.pay-box a {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1;
    cursor: unset;
}

.pay-box div:first-child {
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 2%;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #4cb7a3; */
    color: var(--white);
    clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
}

.pay-box-button {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: start;
    margin-bottom: 2%;
}

.custom-font-fam {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.pay-box-button small {
    color: #000;
    margin-bottom: 5%;
}

.pay-box-button button {
    background: #000 !important;
    border: 0;
    color: var(--white);
    padding: 6px 18px;
    margin-right: 5%;
}

.custom-heading {
    font-family: 'Rubik', sans-serif !important;
    opacity: 0.6;
    font-weight: 900 !important;
}

.pay-box-footer {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    background-color: #000;
    color: var(--white);
    text-align: justify;
}

.calc-container {
    padding: 0px !important;
}

.calc-header {
    align-items: flex-start !important;
    padding: 0 !important;
}

.calc-header .swal2-icon {
    margin: 10px !important;
    margin-top: 20px !important;
}

.pay-box-footer p {
    color: var(--white);
    font-size: 0.9rem;
    margin-bottom: 0 !important;
}

.pay-box div:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: 70%;
    height: 100%;
    padding-right: 2%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.pay-box p {
    font-size: 1.8rem !important;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 0% !important;
}

.pay-box small {
    vertical-align: super;
}

.swal2-html-container h2 {
    font-size: 2rem;
    margin-bottom: 5%;
}

.swal2-html-container p {
    font-size: 1rem;
    margin-bottom: 4%;
    text-align: justify;
}

.swal2-html-container label {
    margin-top: 5%;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    cursor: pointer;
}

.swal2-actions {
    margin: 0 !important;
}

.swal2-content .form-group {
    margin-bottom: 10px;
}

.basic-details {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px; */
    text-align: left;
}

.basic-detail {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 300px !important;
    text-align: center;
    margin-top: 50px;
}

.basic-detail h1 {
    color: #000;
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: 800;
}

.basic-detail p {
    width: 80%;
    /* margin: auto; */
    font-size: 1.5rem;
}

.basic-details h1 {
    color: #000;
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: 800;
}

.basic-details p {
    width: 80%;
    margin: auto;
    font-size: 1.5rem;
}

/*  FOOTER
----------------------*/
.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: var(--homecolor4);
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: var(--homecolor5);
}

/* .submit-consent-form-button {
    width: 290px !important;
    margin-top: 10px;
} */

.loan-provider-element {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: start;
    transition: all 0.2s ease-in-out;
}

.payl8tr {
    background: linear-gradient(to bottom, #454490, #766dcb)
}

.loan-provider-element a {
    display: none;
    position: absolute;
    width: 250px;
    height: 250px;
    justify-content: center;
    border-radius: 35px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
    font-size: 25px;
    font-family: var(--primary-font);
    font-weight: 500;
}

.loan-provider-element:hover a {
    color: white;
    display: flex;
}

.loan-provider-element svg {
    width: 250px;
    height: 250px;
    fill: white;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

@media (max-width:550px) {
    .ftbox .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .social-icons {
        margin-top: 10px
    }

    .fthead {
        margin-bottom: 10px
    }
}

.chatsend {
    background: var(--white);
    background: var(--white);
    position: absolute;
    bottom: 10px;
    max-width: 97%;
    width: 100%;
}

.chat-container {
    border-radius: 34px;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%); */
    padding: 25px 25px 0px 25px !important;
    padding-bottom: 10px !important;
    height: 60vh;
    overflow-y: hidden;
    position: relative;
}

.chat-container::-webkit-scrollbar {
    display: none;
}

.chat-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* .chat-message-main {
    background: var(--white);
    height: 100%;
    max-height: 69vh;
    overflow-y: auto;
    overflow-x: hidden;
} */

/* #chat-listing-elements-container-section{
    height: 100%;
    max-height: 68vh;
    overflow-y: auto;
    overflow-x: hidden;
} */

.chat-message-main::-webkit-scrollbar {
    display: none;
}

.chat-message-main {
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.talk-bubble {
    display: inline-block;
    position: relative;
    max-width: 75%;
    width: auto;
    height: auto;
    /* background-color: #5b64e3; */
}

.talk-bubble.btm-right {
    float: right;
    width: auto;
}

.round {
    border-radius: 10px;
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -12px;
    top: 0px;
    border: 12px solid;
    border-color: var(--reciver-bubble) transparent transparent !important;
}

.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -12px;
    top: 0px;
    border: 12px solid;
    border-color: var(--sender-bubble) transparent transparent;
}

.talktext {
    padding: 16px !important;
    text-align: left;
    line-height: 1.4;
}

.btm-right .talktext {
    text-align: right;
    color: var(--white);
    padding: 16px;
}

.talktext p {
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    color: #fff !important;
    text-align: start;
    word-break: break-word;
    border-radius: 20px !important;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.prescriber-chat-main .talktext p {
    color: white;
}

.text-right.text-white.text-read img {
    width: 20px;
}

.text-right.text-white.text-read {
    display: inline-block;
    float: right;
}

.messagelist-right p.new-date-text.date-text {
    display: inline-block;
}

.chat-message-main .date-text {
    font-size: 11px;
    margin-top: 3px;
    text-align: end;
}

.chatimg {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    overflow: hidden;
    /* margin-top: -20px; */
}

.prescriber-chat-main .chatimg {
    margin-top: -20px;
}

.chatimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.messagelist {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 10px 0;
}

.chatcontent {
    float: left;
    width: calc(100% - 50px);
    padding: 0 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}

p.unread-message-badge {
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: var(--primary-account);
    text-align: center;
    top: -10px;
    font-weight: 600;
    color: white;
    float: right;
    padding-top: 3%;
}

.prescription-fee-paypal-container {
    text-align: center;
    display: block;
    margin-top: 5%;
}

.vendor-checkout-info {
    color: black;
    font-size: 12px;
    font-weight: 500;
}

.alert a {
    color: blue;
}

.treatment-description-container {
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Roboto';
}

.pay-deposit-label {
    color: var(--primary-account);
    font-weight: 800;
}

.no_consent_form_send_btn,
.no_aftercare_send_btn {
    margin: 10px 0px;
}

.fc-today {
    background: inherit !important;
}

.fc-day.disabled {
    background: #f5f5f5 !important;
}

.back-order-info-label {
    color: red;
    font-size: small;
}

.cart-warning {
    color: red;
    font-size: small;
}

.messagelist-right {
    justify-content: flex-end;
}

.messagelist-left {
    justify-content: flex-start;
}

.bubble-new-chat {
    border-radius: 0 45px 45px 45px;
    padding: 15px 15px !important;
    display: inline-block;
    margin: 10px;
    max-width: 70% !important;
    width: auto;
}

.messagelist-left .bubble-new-chat {
    border-radius: 0 45px 45px 45px;
    float: left;

}

.messagelist-right .bubble-new-chat {
    border-radius: 45px 0 45px 45px;
    float: right;
}

.messagelist-right .chatcontent {
    align-items: flex-end;
}

.messagelist-left .chatcontent {
    align-items: flex-start;
}

.black-text-payment {
    color: black;

}

.black-text-payment {
    color: black;

}

.not-interested {
    background-color: grey;
    color: black !important;
}

.reduce-thank-height {
    height: 100% !important;
}

a.link-with-account-color {
    color: var(--primary-account);
}

.accordion .card-header [aria-expanded="true"] i:before {
    content: '\f068';
}

.sold-out-product-warning {
    color: red;
    font-weight: bold;
    width: 18%;
}

.notify-close-btn {
    width: 100%;
    text-align: center;
}

.link-consent-form {
    background: var(--primary-account);
    border: 1px solid var(--primary-account);
    color: var(--white);
    border-radius: 50%;
    margin: 0 2px;
    padding: 7px 9px;
    height: 35px;
    width: 35px;
    font-size: 14px;
    cursor: pointer;
}

.prescription-client-warning-list-container {
    border: 1px solid #FF9900;
    border-radius: 5px;
    padding: 6px 11px;
    background: #ff990020;
    margin: 5px;
    width: 100%;
}

.prescription-client-warning {
    color: #FF9900 !important;
}

.prescription-client-warning-info-title {
    color: #FF9900 !important;
    font-size: 12px;
}

.prescription-client-warning-info-table {
    width: 100%;
    margin-top: 10px;
}

.prescription-client-warning-info-heading {
    color: #FF9900 !important;
    font-weight: 600 !important;
}

.prescription-client-warning-info {
    color: #FF9900 !important;
    padding: 5px 0px;
    font-size: 12px;
}

/* .prescription-client-warning-info a{
    background: #FF9900;
    border: 1px solid #FF9900;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.prescription-client-warning-info a:hover{
    background: transparent;
    color: #FF9900;
} */

.prescription-client-warning-info b {
    font-weight: 500;
}

.prescription-client-warning-label {
    color: #FF9900 !important;
    font-weight: 400;
    font-size: 14px;
}


.sold-out-product-warning {
    color: red;
    font-weight: bold;
    width: 18%;
}

.account-link {
    color: var(--primary-account);
}

.social-media-heading h1 {
    color: var(--primary-account);
    font-size: 5rem;
}

.social-media-heading p {
    color: var(--primary-account);
    font-size: 1.5rem;
    opacity: 0.7;
    text-transform: uppercase;
}

.social-media-heading a {
    color: var(--white) !important;
    font-size: 1.5rem;
    text-transform: uppercase;
    background: var(--primary-account);
    padding: 5px 20px;
    text-align: center;
    font-weight: 400;
    border-radius: 10%/50%;
    border: 2px solid var(--primary-account);
    cursor: auto;
}

/* .social-media-heading a:hover{
    color: var(--primary-account) !important;
    background: var(--white);
} */

.social-media-subheading p {
    color: var(--primary-account);
    font-size: 1.2rem;
    opacity: 0.8;
}

.social-media-subheading h2 {
    color: var(--primary-account);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.social-media-subheading ul li {
    color: var(--primary-account);
    font-size: 1.2rem;
    opacity: 0.8;
}

.social-media-subheading ul li::before {
    content: "- ";
}

.social-media-subheading a {
    color: var(--white) !important;
    font-size: 1.5rem;
    text-transform: uppercase;
    background: var(--primary-account);
    padding: 5px 20px;
    text-align: center;
    font-weight: 400;
    border-radius: 10%/50%;
    border: 2px solid var(--primary-account);
    cursor: auto;
}

.social-media-profile-image {
    border-radius: 50% 50% 0% 0%;
    width: 100%;
    height: 30vw;
}

.social-request {
    border-radius: 10px !important;
    padding: 20px;
}

.social-request-icon {
    position: absolute;
    top: -10px;
    transform: translateX(-20px);
    background: var(--primary-account);
    color: var(--white);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-request-icon2 {
    background: var(--primary-account);
    color: var(--white);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-request-icon-text {
    color: var(--primary-account) !important;
}

.social-request-icon-text:hover {
    color: #000 !important;
}

.notificationmain {
    /* display: flex;
    flex-direction: row; */
    padding: 10px;
    /* padding-top: 0; */
    border-bottom: 1px solid #eee;
    align-items: center;
}

.notificationmainpopup {
    display: flex;
    flex-direction: row;
    padding: 10px;
    /* padding-top: 0; */
    border-bottom: 1px solid #eee;
    align-items: center;
}

.notifcationright {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 50px);
    padding-left: 15px;
}

.notificationimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notifcationright h5 {
    font-size: 14px;
    color: #575757;
    white-space: normal;
    word-break: break-word;
    font-weight: 600;
    width: 50%;
}

.notifcationright p {
    color: #575757;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 5px;
    white-space: normal;
}

.notifcationright span {
    font-size: 12px;
    color: #aaa;
}

.notifiygreen {
    background: #008c1e;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.notification-view-all-container {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 2%;
    color: #575757;
    bottom: 0;
}

.notificationmainpopupContainer {
    height: 50vh;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 398px;
    margin: auto;
    text-transform: none;
}

.notificationmainpopupContainer::-webkit-scrollbar {
    width: 3px;
}

.notificationmainpopupContainer::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.notificationmainpopupContainer::-webkit-scrollbar-thumb {
    background: var(--blue-ribbon);
}

.show-add-product-modal::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
}

.show-add-product-modal::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.show-add-product-modal::-webkit-scrollbar-thumb {
    background: var(--primary-account) !important;
}

.notification-view-all-container a {
    text-decoration: none !important;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 12px;
}

.notification-footer {
    color: #575757 !important;
}

.shop-show-notifications::after {
    content: none;
}


/* Daseborde changes start */
/* div#consent_label {
    top: 36%;
} */
div#treatment_sales_chart {
    max-height: 200px;
    height: 100%;
}

div#filled_consent_form {
    max-height: 200px;
    height: 100%;
}

div#purchase {
    max-height: 200px;
    height: 100%;
}

/* Daseborde changes end */

/* client promotional-email Start */

label.custom-no-consent-form {
    margin-left: 20px;
}

/* client promotional-email End */

.yotta-pay-register-box {
    text-align: center;
    color: var(--primary-account);
}

.yotta-pay-register-box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.yotta-pay-register {
    margin: auto;
    width: 100%;
    text-align: center;
    border: 1px solid var(--primary-account);
    margin: 30px auto;
    border-collapse: collapse;
}

.yotta-pay-register tr td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid var(--primary-account);
}

.yotta-pay-register h4 {
    font-size: 2.5rem;
}

.yotta-pay-register p {
    font-size: 1rem;
}

.yotta-pay-register-list {
    text-align: left;
    font-size: 1rem;
}

.yotta-pay-register-list li {
    margin-bottom: 0px;
    font-size: 14px;
}

/* .yotta-pay-register-list li::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('../images//tick.svg');
    vertical-align: text-bottom;
} */

.yotta-pay-register-box ul {
    list-style: unset;
}

.yotta-pay-register-box h6 {
    font-size: 26px;
    line-height: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.yotta-pay-register-box h5 {
    font-weight: 300;
    font-size: 14px;
}

.yotta-pay-register-box span {
    font-size: 13px;
}

.yotta-pay-register-box span.vat {
    font-size: 10px;
}

.yotta-pay-register-box p {
    text-align: left;
    margin-top: 40px;
    font-size: 18px;
}

.editprofile.yotta-payment {
    /* box-shadow: none; */
    background: unset
}

ul.yotta-pay-register-list {
    margin-left: 30px;
}

.editprofile.yotta-payment .alert-info {
    display: none;
}

/* .register-with-yottapay{
    background-color: #ffffff;
    color: var(--primary-account);
} */
/* .common-message-content h4 {
    font-weight: 300;
} */

.yotta-pay-logo {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
}

.yotta-pay-logo img {
    width: 100%;
}


/* Droup down Start */

.dropbtn {
    background-color: transparent;
    color: var(--primary-account);
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: flex;
    vertical-align: middle;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 275px;
    right: 30%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.custom-dropdown {
    min-width: 293px;
}

.dropdown-content a {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show {
    display: block;
}

.dropdown-content .custom-flex {
    display: flex;
    align-items: center;
    margin: 10px;
}

.dropdown-content .custom-flex i.fa.fa-archive {
    color: #ffffff;
}

.dropdown-content .custom-flex .btnroundicon {
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 6px;
    margin: 0px 0px 4px 0px;
}

.dropdown-content .custom-flex span {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: 500;
    white-space: nowrap;
    margin-left: 20px;
}


@media (max-width:991px) {

    .dropdown-content {
        left: -100px;
    }

    .custom-dropdown {
        left: -170px;
    }
}

@media (max-width:450px) {
    .custom-dropdown {
        left: -140px;
    }
}


/* Droup down End */



.custom-create-booking-title {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
}

canvas#client-signature-canvas {
    /* width: 100% !important; */
}

div#treatment_label {
    width: 28%;
    margin: 0 auto;
}

div#consent_label {
    width: 28%;
    margin: 0 auto;
}

div#purchase_label {
    width: 28%;
    margin: 0 auto;
}

.carrier-element-container {
    cursor: pointer;
}

.carrier-element-container .carrier-image-container img {
    max-height: 50%;
}



/* Grid Css Start */
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    /* background-color: #2196F3; */
    padding: 10px;
}

.grid-container-2 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

.grid-container img.img-fluid.img-thumbnail {
    width: 217px;
    height: 100px;
    border: none;
}

.social-media-packages {
    color: var(--primary-account);
}




/* Grid Css End */

.blinking-text {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.go-back-to-carriers {
    cursor: pointer;
}

.chat-attachments {
    min-width: 250px;
}

.chat-attachments ul {
    display: flex;
    text-align: center;
}

.chat-attachments ul li {
    padding: 0 5px;
}

.upload_consent_form {
    display: none;
}


/* custom css added to quick fix model size issue */

/* @media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 830px;
    }
    
} */

/* Date 03-10-2022  My Stockists*/

.custom-purchasbox {
    height: 270px;
}

@media (max-width:767px) {
    .custom-purchasbox {
        height: 300px;
    }

    #facial_mapping_modal .modal-content {
        width: 100% !important;
    }

    #facial_mapping_modal .modal-body .preview_select_image .treatment-text p {
        max-width: fit-content;
    }

    #facial_mapping_modal .modal-body .preview_select_image .treatment-text p {
        max-width: fit-content;
    }

    #facial_mapping_modal .modal-body .preview_select_image .container {
        padding: 0px !important;
    }

    #facial_mapping_modal .modal-body .preview_select_image .container .treatment-images.customeCanvasBox.position-relative {
        max-width: 100%;
        height: auto;
    }

    #facial_mapping_modal .modal-body .preview_select_image .container .treatment-images.customeCanvasBox.position-relative div#main_canvas_div {
        max-width: 100%;
    }

    .select-new-color-container img {
        padding: 0px;
    }

    #facial_mapping_modal .modal-dialog {
        max-width: 100% !important;
        margin: 50px 15px;
    }

    div#facial_mapping_modal {
        padding: 0px !important;
    }
}

#training_certificate_preview {
    grid-template-columns: repeat(2, auto) !important;
    width: auto !important;
}

#training_certificate_preview .preview-div {
    max-width: unset !important;

}

.preview-div {
    height: 130px !important;
    /* min-height: 100px !important; */
}

#training_certificate_preview .preview-div input {
    /* border: 1px solid !important; */
    padding-top: auto !important;
}

#training_certificate_preview .preview-div {
    width: 100%;
}

#training_certificate_preview .preview-div img {
    max-width: 120px !important;
}


.poplabel.question-text-container {
    min-height: 15px;
}

.question-options-container .custom-control {
    min-height: unset !important;
}

.edit-addresses-button {
    font-size: 12px;
    color: var(--primary-account) !important;
    text-decoration: underline !important;
}

.change-address-link {
    margin-left: 5px;
    font-size: 12px;
    color: var(--primary-account) !important;
    text-decoration: underline !important;
}

.preview-title {
    color: black;
    font-size: 12px !important;
    bottom: 0;
    line-height: normal;
    width: 100%;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.request-modal.preivewdivbox .preview-div img {
    position: unset !important;
}

.request-modal.preivewdivbox .preview-div {
    height: max-content !important;
}


.request-modal.preivewdivbox .preview-div img,
.request-modal.preivewdivbox .preview-div a {
    width: 100px !important;
    height: 100px !important;
}

.request-modal.preivewdivbox .preview-div .fa {
    display: block !important;
    margin-top: 12px !important;
    font-size: 40px !important;
}

.alert.static-alert {
    display: block !important;
}


/* Date 09-12-2022 */

.custom-pay-title {
    opacity: 1;
}

.custom-pay-title h3 {
    font-size: 22px;
    line-height: 28px;
    color: #323EDE;
    font-weight: 700;
}

.custom-detils-pay {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 0px;
    height: 75px;
}

.custom-detils-pay h6 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    border-right: solid 2px #8b8b8b;
    padding-right: 30px;
}

.custom-detils-pay h6 span {
    font-size: 24px;
    line-height: 28px;
    color: #323ede;
    font-weight: 700;
}

.custom-detils-pay h4 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: 400;
}

.custom-detils-pay h4 a {
    color: #323ede;
    font-weight: 700;
}

.custom-pay-option {
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 6px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    height: 143px;
}

.custom-pay-option img {
    margin-bottom: 15px;
}

.custom-pay-month {
    background-color: #323ede;
    border-radius: 6px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 13px 20px;
}

.custom-pay-month a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none;
    list-style-type: none;
}

.custom-pay-month a span {
    margin-left: 5px;
}

.custom-pay-month p {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
}

.custom-pay-amount {
    text-align: center;
}

.custom-pay-amount p {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.custom-pay-amount p small {
    color: #e74c3c;
    font-weight: 400;
}

.custom-pay-box {
    /* background-color: #ffffff;
      border-radius: 6px;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
    height: 105px;

}

.custom-pay-paymant {
    background-color: #d7d9ff;
    border-radius: 14px 14px 0 0;
    padding: 20px 7px;
}

.custom-pay-paymant a {
    text-decoration: none;
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    color: #323ede !important;
    font-weight: 500;
    text-align: center;
}

.custom-pay-paymant a span {
    margin-left: 5px;
}

.custom-pay-total {
    background-color: #ffffff;
    border-radius: 0px 0px 14px 14px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 14px;
}

.custom-pay-total p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000000;
}

.custom-pay-total p small {
    font-weight: 700;
}

.custom-pay-total p a {
    text-decoration: none;
    list-style-type: none;
    color: #e74c3c !important;
}

.custom-pay-ready {
    margin-top: 90px;
}

.custom-pay-ready h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: 0.01em;
}

.payl8r-calculator-finance-decline {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 12px 50px;
    margin-right: 30px;
}

.payl8r-calculator-finance-proceed {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    background-color: #77be1d;
    border: none;
    border-radius: 100px;
    padding: 12px 50px;
    margin-left: 30px;
}

.custom-pay-footer {
    width: 80%;
    margin: 30px auto;
}

.custom-pay-footer p {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.01em;
}

hr {
    width: 100%;
    border-color: #EAEAEA;
}

.custom-pay-option1 {
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 6px;
    padding: 20px 0px;
    height: 140px;
}


@media only screen and (max-width: 1280px) {
    .custom-pay-month a {
        font-size: 14px;
        line-height: 18px;
    }

    /* .custom-pay-box{
        height: 188px;
    } */
    .custom-pay-total {
        height: 126px;
    }

    .custom-pay-month p {
        font-size: 12px;
        line-height: 16px;
    }

}

@media only screen and (max-width: 1024px) {

    .custom-detils-pay {
        flex-direction: column;
        box-shadow: none;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .custom-detils-pay h6 {
        border: none;
        margin-bottom: 20px;
    }

    .custom-detils-pay h4 {
        padding: 0px !important;
    }


    .custom-pay-box {
        height: auto;
        padding-top: 20px;
        /* padding-bottom: 50px; */
    }

    .custom-pay-total {
        height: auto;
    }

    .custom-pay-ready {
        margin-top: 50px;
    }

    .flex-box {
        flex-direction: column;
        /* flex-wrap: wrap; */
    }

    .custom-pay-option {
        width: 90%;
    }

    .payl8r-calculator-finance-proceed {
        margin-left: 15px;
    }

    .payl8r-calculator-finance-decline {
        margin-right: 0px;
    }

    .custom-pay-option1 {
        width: 90%;
    }


}



/* END */

.holiday-warning {
    color: red;
}

.holiday-warning.btn {
    color: black;
    background-color: red;
    border-color: red;
}

.form-group.select-user b {
    display: none;
}

#suggestions {
    max-width: 96% !important;
    list-style: none;
    position: absolute;
    z-index: 13;
    font-weight: 200;
    outline: 1px solid rgba(0, 0, 0, .1);
    color: black;
    cursor: pointer;
    max-height: 250px;
    overflow: auto;
    max-width: 97% !important;
}

#suggestions li {
    padding: 10px;
    background: white;
}

#suggestions ul li.active {
    background: #dbdbdb;
}

/* Date 06-01-2022  holly-complications-partnership Page Start*/

.social-media-subheading-title h1 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

/* End */


.select-product-seller-shipping-container {
    color: #E57C00;
    text-align: right;
}

/* .searched-product-element-container {
    position: relative;
    z-index: 1;    
    overflow: auto;
    height: 50vh;
  }
  .searched-product-element-container table {
  }
  .table-wrap {
    position: relative;
  }
  .searched-product-element-container th,
  .searched-product-element-container td {
    padding: 5px 10px;    
    vertical-align: top;
  }
  .searched-product-element-container thead th {      
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: var(--white);
    color: #000;
  }
  .searched-product-element-container tfoot,
  .searched-product-element-container tfoot th,
  .searched-product-element-container tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;      
    z-index:4;
    background: var(--white);
    color: #000;
  }
  
  th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;  
  }
  thead th:first-child,
  tfoot th:first-child {
    z-index: 5;
  } */

.select-product-title-seller-container {
    cursor: pointer;
}

/* Date 25-01-2023 start*/

.calendar-records-header .container-fluid {
    max-width: 100% !important;
    width: 100% !important;
}

/* End */


/* Date 31-01-2023  Start*/

.video-action {
    position: relative;
    background-color: #000000;
    width: 100%;
    bottom: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.video-action button {
    margin: 0px 30px;
}

#exitMeeting {
    border: none;
    border-radius: 50%;
    background-color: #E74C3C;
    width: 50px;
    height: 50px;
    line-height: 10px;
}

#muteButton {
    background-color: transparent;
    border: none;
}

#vidButton {
    background-color: transparent;
    border: none;
}

#closeMeeting {
    border: none;
    border-radius: 50%;
    background-color: #E74C3C;
    width: 50px;
    height: 50px;
    line-height: 10px;
}

button#showConsentForm {
    position: absolute;
    left: 0px;
    bottom: 120px;
    border-radius: 40px;
    padding: 13px 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* .button#showConsentForm{
    bottom: -60px;
} */


button#showConsentForm:hover {
    background-color: #323EDE;
    border: none;
}

button#showConsentForm span {
    color: #323EDE;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 9px 15px;
    margin-left: 20px;
}

.prescription-consent-form-container {
    position: absolute;
    right: 48px;
    top: 50px;
    height: 510px;
    background-color: #ffffff;
    width: 43%;
    overflow-y: scroll;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 25px 30px;
}

.video-call-page-container .prescription-consent-form-container {
    /* height: 565px; */
    height: 85vh;
}

.prescription-consent-form-container .custom-fill-consent-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 4px 0px 0px;
    margin-bottom: 20px;
}

.prescription-consent-form-container .poplabel {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.innerpg.video-call-page-container {
    padding: 50px 0px 0px !important;
    height: 100vh;
}

.video-view-container.fill-consent-form-open {
    width: 52%;
    height: 100%;
    object-fit: cover;
    background-color: #ffffff;
}

.video-view-container.fill-consent-form-open .video-action {
    width: 100%;
    bottom: 50PX;
    position: unset;
    margin-top: -7px;
}

.prescription-consent-form-container .custom-fill-consent-form .custom-fill-form-title {
    font-size: 22px;
    line-height: 26px;
    color: #323EDE;
    font-weight: 700;
}

.prescription-consent-form-container .custom-fill-consent-form #closeConsentForm {
    border-radius: 60%;
    background-color: #B2B1FF;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 16px;
}

/* .video-view-container.fill-consent-form-open.innerpg{
    padding: 50px 0px 0px !important; 
} */



.video-view-container.fill-consent-form-open .my-own-video {
    height: 43% !important;
    bottom: 48PX;
    right: 40PX;
}

.video-view-container.fill-consent-form-open.my-own-video.two-videos {
    bottom: 50px !important;
    right: 40px !important;
    width: 280px !important;
    height: 220px !important;
}

.two-videos {
    width: 100%;
    height: 80vh !important;
}

.fill-consent-form-open .two-videos {
    height: 80vh !important;
}


.video-element-container.my-own-video {
    width: 100% !important;
    /* height: 84vh !important; */
}


.videomain {
    min-height: 100% !important;
}

.prescription-consent-form-container::-webkit-scrollbar {
    width: 5px;
}

.prescription-consent-form-container::-webkit-scrollbar-thumb {
    background: var(--blue-ribbon);
    border-radius: 10px;
}

.my-own-video.two-videos {
    position: absolute;
    bottom: 100px;
    width: 280px !important;
    right: 50px;
    text-align: center;
    height: 300px !important;
    z-index: 1;
    overflow: hidden;
    padding: 0;
}

#switchButton {
    display: none !important;
}

.common-message-content-container.reduced-min-height {
    height: 100vh;
}


/* End */


/* Date 27-02-2023  start */

.coustom-support-chet textarea {
    /* border: 0;
    border-bottom: 1px solid #90a4ae;
    box-sizing: initial;
    color: var(--text-color-light);
    font-family: var(--font_family_primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-height: 60px;

    padding: 16px 16px 16px 0;
    resize: none;
    transition: var(--transition-linear);
    width: 90%; */
    /* min-height: 30px !important;
    overflow-y: scroll; */
}

.coustom-support-chet ::-webkit-scrollbar {
    display: none !important;
}

.coustom-card-row {
    margin: auto !important;
}

.Coustom-contact-us-box {
    /* border: 1px solid black; */
    padding: 25px 20px;
    margin: auto 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    max-height: 140px;
    overflow-y: scroll;
}


.Coustom-contact-us-box::-webkit-scrollbar {
    display: none;
}

.Coustom-contact-us-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.coustom-chat-container {
    height: 450px;
    overflow-y: scroll;
}

.coustom-chat-container::-webkit-scrollbar {
    display: none;
}

.custom-admin {
    padding: 10px 25px 10px 10px;
    background-color: var(--primary-account);
    /* background-image: linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%); */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
}

.custom-admin-chat-side {
    padding: 10px 25px 10px 25px;
    background-color: var(--primary-account);
    /* background-image: linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%); */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
}

.custom-feedback-admin {
    padding: 0px;
    border-right: 2px solid red;
}

.custom-feedback-admin-chat-side {
    padding: 0px;
}

.coustom-support-chat-back-arrow {
    min-width: 37px;
    padding: 10px 11px;
    margin: 0 2px;
    color: #ffffff;
}

.coustom-support-chat-back-arrow:hover {
    color: #ffffff;
}

.coustom-support-chat-back-arrow i {
    margin-left: 0px;
}

.custom-admin-picbox {
    display: flex;
    align-items: center;
}

.custom-admin-picbox h6 {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 10px;
}

.Custom-admin-chat-side-title h6 {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    /* margin-left: 10px; */
}

.Custom-admin-add-trade {
    padding: 10px;
}

.Custom-admin-add-trade a {
    color: #ffffff !important;
}

.custom-admin-search {
    background-color: var(--primary-account);
    /* background-image: linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%); */
    padding: 30px 0px;
    opacity: 0.9;
    border-right: 2px solid var(--primary-shop) !important;
}

.custom-adnin-search-seller {
    /* background-image: linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%); */
    padding: 20px 0px;
    /* opacity: 0.9; */
}

.custom-adnin-search-seller input {
    background-color: #ffffff;
    width: 90%;
    margin: auto;
    display: block;
    border-radius: 100px;
}

.custom-admin-form {
    margin-top: 20px;
}

.custom-admin-form input {
    background-color: #ffffff;
    width: 90%;
    margin: auto;
    display: block;
    border-radius: 100px;
}

.coustom-feedback-picbox {
    width: 20%;
    height: 20%;
    display: block;
    margin: auto;
}

.custom-feedback-resolved-ticket {
    max-width: 350px;
}

.custom-feedback-resolved-ticket .modal-header {
    border-bottom: none;
}

.custom-feedback-resolved-ticket .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom-feedback-resolved-ticket .custom-feedback-resolved-ticket-title {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color: #008B40;
    font-weight: 700;
    margin-bottom: 20px;
}

.custom-feedback-resolved-ticket .custom-feedback-resolved-ticket-rating {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.custom-feedback-resolved-ticket .custom-feedback-resolved-ticket-rating label {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-feedback-resolved-ticket .custom-feedback-resolved-ticket-rating i {
    font-size: 18px;
    margin: 0 10px;
}

.coustom-saller-chat {
    width: 100% !important;
    padding-top: 0px !important;
}

/* Start 2-3-2023 start */

.custom-video {
    border-radius: 100px;
}

.custom-pres-requ-vidio span {
    font-size: 12px;
    line-height: 14px;
    color: #929292;
    font-weight: 400;
}

.custom-pres-requ-vidio p {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-weight: 400;
}

.custom-modal-dialog {
    max-width: 600px;
}

.coustom-video-call-Schedule-popup {
    background-color: #ffffff;
    border-radius: 6px;
}

.coustom-video-call-Schedule-popup .modal-header {
    border-bottom: none;
}

.custom-close-circle {
    opacity: 1;
}

.coustom-video-call-Schedule-popup .coustom-video-call-Schedule-title {
    text-align: center;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

.coustom-video-call-Schedule-popup .coustom-video-call-Schedule-contain {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
}

.coustom-video-call-Schedule-popup .form-group {
    text-align: center;
}

.coustom-video-call-Schedule-popup .form-group input {
    border: 1px solid #263238;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
}

.coustom-video-call-Schedule-popup .calender-set {
    position: absolute;
    right: 100px;
    top: 10px;
}

.coustom-video-call-Schedule-popup .time-set {
    position: absolute;
    right: 100px;
    top: 10px;
}

.coustom-video-call-Schedule-popup .custom-schedule {
    width: 50%;
    margin-bottom: 20px;
}


.custom-video-user-profile {}

.custom-video-user-profile .modal-header {
    border-bottom: none;
}

.custom-video-user-profile #practitioner_name {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-weight: 700;
}

.custom-video-user-profile .card {
    border: none;
}

.custom-video-user-profile .list-group-item {
    background-color: #EEEEEE;
    border: none;
    margin-bottom: 15px;
}

.custom-video-user-profile .list-group-item h6 {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    font-weight: 400;
}

.custom-video-user-profile .list-group-item span {
    font-size: 12px;
    line-height: 15px;
    color: #323EDE;
    font-weight: 700;
}

.custom-video-user-profile .clinic-set-up-timings-row.list-group-item span {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    overflow: hidden !important;
    text-overflow: unset !important;
}

.custom-video-call-start {}

.custom-video-call-start .modal-header {
    border-bottom: none;
}

.custom-video-call-start .modal-body {
    padding-top: 0px;
}

.custom-video-call-start .custom-video-call-start-title {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

.custom-video-call-start .custom-video-call-start-countain p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}

/* End */

.disabled-link {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Date 05-04-2023  mcustom-my-reviews popup design Start*/


.custom-my-reviews {
    max-width: 730px;
}

.custom-my-reviews .current-records-date h2 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    /* font-family: "Product Sans"; */
}

.custom-my-reviews .custom-rating {
    margin-top: 10px;
}

.custom-my-reviews .custom-rating p {
    font-size: 14PX;
    list-style: 18PX;
    color: #212221;
    font-weight: 400;
    display: inline-block;
}

.custom-my-reviews .custom-rating span {
    font-size: 14PX;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
}

.custom-my-reviews .custom-rating span i {
    margin-left: 5px;
    color: #323EDE;
}

.custom-my-reviews .custom-feedback-resolved-ticket-rating i {
    margin: 0px 5px;
}

.custom-my-reviews .custom-my-review-popup-filter {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    font-weight: 600;
}

.custom-my-reviews .custom-start-rating input {
    margin-right: 5px;
}

.custom-my-reviews .progress {
    margin-left: 7px;
    margin-right: 7px;
}

.custom-my-reviews .card {
    margin-top: 20px;
}

.custom-my-reviews .custom-start-rating .list-group-item {
    /* border: 1px solid #000000 !important; */
    background-color: #D7D9FF;
    border-radius: 6px;
    text-align: center;
}

.custom-my-reviews .custom-start-rating .list-group-item span {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.custom-my-reviews .custom-start-rating .list-group-item span a {
    font-weight: 700;
    text-decoration: underline;
}

.custom-my-reviews .custom-reviw-commant-side {
    margin-top: 20px;
}

.custom-my-reviews .custom-reviw-commant-side .review-list {
    position: relative;
    border: none;
    height: 85vh;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-reviw-commant-side .review-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
/* .custom-reviw-commant-side .review-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  } */
.custom-reviw-commant-side .review-list::-webkit-scrollbar-thumb {
    background: var(--blue-ribbon);
    border-radius: 10px;
}


.custom-my-reviews .custom-review-contain {
    border: 1px solid #323ede;
    padding: 10px;
    margin-top: 20px;
    color: #323ede;
    border-radius: 0.25rem;
    text-align: Center;
}

.custom-review-contain p a {
    font-weight: 700;
    text-decoration: underline;
}

.custom-review-contain p a:hover {
    color: #000000;
}

.custom-my-reviews p {
    font-size: 14px;
    line-height: 18px;
    color: #323eed;
    font-weight: 400;
    display: inline-block;
}

.custom-my-reviews a p {
    display: inline-block;
    font-weight: 700;
    text-decoration: underline;
}


/* end */

.pac-container {
    z-index: 10000 !important;
}


/* Date 03-04-2023   popup-Additional-Field Start  */

.custom-clinic-onboarding-modal-dialog {
    max-width: 650px;
}

.custom-clinic-onboarding-preview-content {
    position: relative;
    border-radius: 6px;
}

.custom-clinic-onboarding-preview-content .custom-close-btn {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 15px;
}

.custom-clinic-onboarding-preview-content .custom-close-top {
    top: 50px;
    right: 20px;
}

/* .custom-clinic-onboarding-preview-content .modal-header{
    position: absolute;
    right: 0px;
    z-index: 9;
}
.custom-clinic-onboarding-preview-content .custom-alert{
    z-index: 99;
} */
.custom-clinic-onboarding-preview-content .modal-body {
    padding: 0px;
}

.custom-clinic-onboarding-welocme-page {
    display: flex;
    align-items: center;
}

.custom-onboarding-welocme-page-contain {
    width: 70%;
    margin: auto;
}

.custom-onboarding-welocme-page-contain h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    /* font-family: "Product Sans"; */
    width: 70%;
    margin: auto;
}

.custom-onboarding-welocme-page-contain p {
    font-size: 14px;
    line-height: 18px;
    width: 70%;
    margin: auto;
    color: #000000;
    font-weight: 400;
    /* font-family: "Product Sans"; */
}

.custom-onboarding-welocme-page-contain span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
    width: 70%;
    margin: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 18px;
}

.custom-add-clinic-btn {
    text-align: right;
    width: 100%;
}

.custom-add-clinic-btn button {
    padding: 10px 30px;
    min-width: unset;
}

.clinic-set-up-next-button {
    padding: 10px 20px;
    min-width: 50%;
}

.custom-onboarding-welocme-page-contain .custom-btn {
    width: 70%;
}

.custom-onboarding-welocme-page-contain .custom-btn button {
    min-width: 50%;
}

.clinic-onboarding-progress-container .progress {
    height: 5px;
    border-radius: 6px;
    background-color: #EEEEEE;
    margin-bottom: 20px;
    width: 100%;
}

/* .clinic-onboarding-clinic-add-selection-container{
    padding: 40px 50px;
} */
.clinic-onboarding-clinic-add-selection-container h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.clinic-onboarding-clinic-add-selection-container .clinic-onboarding-add-selection-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


.clinic-onboarding-clinic-add-selection-container .list-group-item {
    background-color: transparent;
    border: 1px solid #CACACA !important;
    min-height: 80px;
    height: 100%;
    padding: 20px;
}

.clinic-onboarding-add-selection-details .add-selection-contain {
    width: 60%;
}

.clinic-onboarding-clinic-add-selection-container .list-group-item p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    /* font-family: "Product Sans"; */
}

.clinic-onboarding-clinic-add-selection-container .list-group-item h6 {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
    /* font-family: "Product Sans"; */
}

.clinic-onboarding-clinic-add-selection-container .clinic-onboarding-add-selection-details .form-check-input {
    margin-top: 0px;
}

/* .clinic-onboarding-clinic-add-selection-container .custom-select-clinic-btn{
    margin-top: 20px;
    text-align: right;
}
.clinic-onboarding-clinic-add-selection-container .custom-select-clinic-btn button{
    padding: 10px 30px;
    min-width: unset;
} */

.clinic-onboarding-progress-container {
    padding: 40px 50px;
    font-family: var(--font_family_primary);
}

.clinic-onboarding-progress-container h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.clinic-onboarding-progress-container p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    /* font-family: "Product Sans"; */
    margin-bottom: 16px;
}

.clinic-onboarding-progress-container label {
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px;
}

.clinic-onboarding-clinic-add-selection-container label {
    margin-bottom: 6px;
}

.clinic-set-up-image-container {
    margin-bottom: 20px;
}

.clinic-set-up-image-container img {
    width: 100%;
}

.clinic-set-up-image-container a i {
    text-align: right;
    width: 100%;
}

.clinic-onboarding-progress-container .poplabel {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.clinic-onboarding-progress-container .form-control {
    border-radius: 10px;
    height: 50px;
    background-color: #f6f7f8 !important;
    border-color: #f6f7f8 !important;
}

.custom-clinic-onboarding-preview-content-btn {
    text-align: right;
    margin-top: 30PX;
}

.custom-clinic-onboarding-preview-content-btn button {
    padding: 10px 30px;
    min-width: unset;
}

.clinic-set-up-prev-button {
    background-color: #ffffff;
    border: 1px solid var(--blue-ribbon);
    color: var(--blue-ribbon);
}

.clinic-onboarding-progress-container .clinic-set-up-timings-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 1px #D8D8D8;
    border-radius: 10px;
}

.custom-clinic-timing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clinic-set-up-timings-row .form-check-input {
    margin-left: 0px;
}

.clinic-set-up-timings-row .select2-selection--single {
    background-color: #ffffff !important;
    border: none !important;
}

.clinic-set-up-timings-row .select2-selection__arrow b {
    margin-left: 3px !important;
}

.clinic-set-up-timings-row .form-check-label {
    margin-left: 30px;
    font-style: 13px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px;
}

.clinic-set-up-final-preview-container {
    padding: 40px 50px;
    font-family: var(--font_family_primary);
}

.clinic-main-image-container {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    /* width: 400px; */
    height: 274px;
    /* margin: auto; */
    border-radius: 6px;
}

.clinic-main-image-container .custom-add-img,
.clinic-normal-image-container .custom-add-img {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.clinic-main-image-container img {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
}

.clinic-normal-image-container {
    /* width: 125px; */
    height: 160px;
    /* margin: auto; */
    margin-bottom: 20px;
    background-color: #F6F7F8;
}

.clinic-normal-image-container img {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width: 100%;
}

.selected-clinic-preview-item {
    background-color: #F6F7F8;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.selected-clinic-preview-item .selected-clinic-name h2 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
}

.selected-clinic-preview-item .selected-clinic-name p {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}

.clinic-set-up-selected-contain {
    position: relative;
    background-color: #F6F7F8;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.clinic-set-up-selected-contain h2 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 6px;
}

.clinic-set-up-selected-contain p {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}

.clinic-set-up-description-container {
    width: 95%;
}

.clinic-set-up-social-icon {
    position: relative;
    background-color: #F6F7F8;
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.clinic-set-up-social-icon a {
    display: block;
}

.clinic-set-up-social-icon a span {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 15px;
}

.clinic-set-up-social-icon a .social-icon-instagram {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
    margin-left: 11px;
}

.clinic-set-up-timings-preview-container {
    position: relative;
    background-color: #F6F7F8;
    border-radius: 6px;
    padding: 20px;
}

.clinic-set-up-timings-preview-container h4,
.clinic-preview-clinic-detail-title,
.clinic-preview-clinic-description-title,
.clinic-preview-social-media-title {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}

.clinic-set-up-timings-preview-container .clinic-set-up-timings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;

}

.clinic-set-up-timings-preview-container .clinic-set-up-timings-row .form-check-label {
    margin-left: 0px;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px;


}

.clinic-set-up-day-timings-container {
    white-space: nowrap;
    text-align: right;
}

.clinic-set-up-day-timings-container h5 {
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    font-weight: 400;
}

.clinic-set-up-timings-preview-container .clinic-set-up-timings-row .clinic-set-up-day-closed-warning {
    font-size: 13px;
    line-height: 17px;
    color: #E74C3C;
    font-weight: 500;
}

.custom-consent-form-review {
    text-align: center;
    background-color: #D7D9FF;
    font-size: 14px;
    line-height: 19px;
    color: #212121;
}

.clinic-reviews-list-container ul {
    padding: 0px 10px 0px 0px;
}

.custom-reviw-commant-side .clinic-reviews-list-container .clinic-review-item-container {
    background: #F5F5F5;
    border-radius: 6px;
    margin-bottom: 10px;
    border: none;
}

.custom-reviw-commant-side .clinic-review-item-container .last_msg_sender_name {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}

.custom-reviw-commant-side .clinic-review-item-container .address {
    font-size: 12px;
    line-height: 18px;
    color: #212121;
    font-weight: 700;
    /* word-break: break-all !important; */
}

.custom-reviw-commant-side .clinic-review-item-container p {
    font-size: 12px;
    line-height: 18px;
    color: #212121;
    font-weight: 400;
    word-break: break-word !important;
    padding-left: 5px;
}

.custom-reviw-commant-side .clinic-review-item-container span {
    font-size: 12px;
    line-height: 16px;
    color: #212121;
    font-weight: 400;
}

.clinic-onboarding-progress-container .custom-clinic-form-group {
    margin-bottom: 0px;
    min-height: 75px;
}

.custom-video-user-profile .clinic-set-up-timings-row.list-group-item .pull-left label {
    font-size: 16px;
}

.clinic-set-up-final-preview-container .clinic-set-up-timings-preview-container .list-group-item .pull-left label {
    font-size: 13px;
}

.custom-clinic-select-clinic-container {
    height: 51vh;
    overflow-y: scroll;
}

.custom-clinic-select-clinic-container::-webkit-scrollbar {
    width: 5px;
}

.custom-clinic-select-clinic-container::-webkit-scrollbar-thumb {
    background: var(--blue-ribbon);
    border-radius: 10px;
}

.custom-clinic-select-clinic-container ul {
    /* border-top: 1px solid #cacaca; */
    /* border-bottom: 1px solid #cacaca; */
    padding-right: 20px;
    border-radius: 10px;
    display: block;
}

.daily-main {
    font-size: 13px;
}


.clinic-reviews-list-container .no-review-li {
    position: absolute;
    margin-top: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.review-count {
    padding: 5px 0px;
    width: 20px;
    height: 18px;
    background-color: #3333ff;
}

.custom-dasboared-cantain-details {
    text-align: center;
}

.custom-dasboared-cantain-details .daily-main {
    font-size: 13px;
    white-space: nowrap;
}

.custom-dasboared-cantain-details .daily-main p {
    width: 100px;
}

.custom-dasboared-cantain-details .center-block .prescriberimg {
    margin: 5px auto !important;

}

.clinic-set-up-step-title-container {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    margin: 20px 0 0;
}


.clinic-review-client-name-container {
    margin-bottom: 2px;
}

.rating-starheight {
    padding: 1px 2px;
}

.clinic-reviews-average-rating-section-container .progress {
    display: -ms-flexbox;
    display: flex;
    height: 0.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    width: 200px;
    margin-top: 7px;
}

/* End */













.custom-message-box textarea {
    /* border: 0; */
    /* border-bottom: 1px solid #90a4ae; */
    box-sizing: initial;
    color: var(--text-color-light);
    font-family: var(--font_family_primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-height: 70px;
    padding: 16px 16px 16px 0;
    resize: none;
    transition: var(--transition-linear);
    width: 90%;
    overflow-x: hidden;
}

.custom-message-box-thread textarea {
    width: 100%;
    box-sizing: initial;
    color: var(--text-color-light);
    font-family: var(--font_family_primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-height: 70px;
    padding: 16px 16px 16px 0;
    resize: none;
    transition: var(--transition-linear);
    width: 95%;
    overflow-x: hidden;
}

#new_message {
    min-height: 20px;
    overflow-x: hidden !important;
}

#messageBox {
    min-height: 20px !important;
    overflow-x: hidden !important;
}

.custom-chat-contactus {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.custom-chat-contactus ul li.list-group-item {
    border-radius: 0px;
}

/* .custom-admin-contactus{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
} */

.message-sender-name {
    /* position: absolute;  */
    /* top: -21px;  */
    /* right: 8px; */
    /* transform: translateY(-20px); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.new-date-text {
    word-wrap: break-word;
}

/* Start 14-05-2033 */

.clinic-set-up-preview-container {
    padding: 20px 50px 40px 50px;
}

/* .custom-add-img{
    text-align: end;
} */
.clinic-set-up-preview-container .clinic-set-up-selected-clinic-preview-container .selected-clinic-preview-item {
    position: relative;
}

.clinic-set-up-preview-container .clinic-set-up-selected-clinic-preview-container .selected-clinic-preview-item .custom-edit {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 12px;
}

.clinic-set-up-preview-container .clinic-set-up-selected-contain .custommax-width-edit {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 12px;
}

.clinic-set-up-preview-container .clinic-set-up-social-icon .custom-edit {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 12px;
}

.clinic-set-up-preview-container .clinic-set-up-timings-preview-container .custom-edit {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 12px;
}

.clinic-onboarding-progress-container .clinic-set-up-preview {
    float: left;
}

.custom-add-pic {
    text-align: right;
}

.custom-add-pic img {
    margin-top: 20px;
    width: 50px;
    height: 50px;
}



.custom-onboarding-pic-box {
    position: relative;
    top: -42px;
    left: 0px;
    height: 220px;
}

.custom-onboarding-pic-box img {
    display: block;
    height: 262px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 100%;
}

.profile-rating-bagde-view {
    display: inline;
    padding: 2px 4px;
}

.user-profile-tile-container {
    cursor: pointer;
}




/* Date 25/04/2023 start */

.prescription-consent-form-container h4 {
    background-color: #323EDE;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 15px;
}


/* End */

.prescriber-registration-remove-profile {
    font-size: 12px;
    min-width: 70px;
    padding: 10px 15px;
    text-transform: none;
    background-color: #404041;
}

.upload-picture-button {
    font-size: 12px;
    min-width: 120px;
    padding: 10px 15px;
    text-transform: none;
}

.auto-height-input {
    height: auto !important;
}

.cart-wrapper {
    position: relative;
}

.btn-floating-cart {
    position: absolute;
    bottom: 20px;
    /* right: 200px; */
    z-index: 999;
    padding: 10px 15px;
    border-radius: 10px;
    width: fit-content !important;
    left: 50%;
    transform: translateX(-50%);
}

.btn-floating-cart .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 3px 6px;
    background-color: red;
    color: white;
    border-radius: 10px;
    font-size: 12px;
}

.floating-checkout-div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px;
    background-color: white;
    border-top: 1px solid #ccc;
}


/* Start 01/06/2023 clinc-home */


.coustom-home-baner h1 {
    color: var(--white);
    font-family: 'Inter';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 73px;
    text-align: center;
    margin-bottom: 60px;
}

.search_container {
    display: flex;
    width: 80%;
    background-color: #ffffff;
    padding: 10px 25px;
    gap: 10px;
    border-radius: 100px;
    margin: auto;
    position: relative;
}

.search_container #suggestions {
    position: absolute;
    top: 60px;
    left: -10px;
}

.search_container input {
    background-color: transparent !important;
    border: none;
    border-right: 1px solid #E2E2E2;
    border-radius: 0px;
    color: #000000;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;

}

.search_container input::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter';
}


.search_container div:nth-child(1) {
    flex: 45%;
    /* width: 100px; */
}

.search_container div:nth-child(2) {
    flex: 45%;
    cursor: pointer;
}

.search_container div:nth-child(3) {
    flex: 10%;
}

.search_container div:nth-child(4) {
    flex: 10%;
}

.search_container select {
    background-color: #ffffff;
    border: 0;
    font-family: "Circular Std";
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    height: 47px;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.search_container .custom-clinic-list-clear-btn button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Inter';
    color: #707070;
    background-color: transparent;
    border: none;
    margin-top: 10px;
}

.search_container .custom-clinic-list-search-btn button {
    background-color: #000000;
    border-radius: 22px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Inter';
    padding: 11px 23px;
    border-radius: 22px;
    border: none;
    display: block;
    width: 100%;
}

.search_container i {
    color: #000000;
}

.search_container input:focus {
    box-shadow: none;
    border-color: #E2E2E2;
}

/* .search_container select:focus {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    
  } */






.custom-line-notice {

    border: none;
    background-color: #E7EEFF;
}

.custom-line-notice li {
    background-color: #E7EEFF !important;
    border-radius: 12px !important;
}

.custom-line-notice span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--blue-ribbon);
    font-family: 'Inter';
}

.Custom-clinic-list-title h6 {
    font-size: 26px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    font-family: 'Inter';
}

.Custom-clinic-list-title h6 {
    margin-right: 10px;
}

.Custom-rated-clinic-title h6 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 22px;
    color: #000000;
    margin-right: 10px;
}

.custom-clinic-list-view-all p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--blue-ribbon);
    font-family: 'Rubik';
    margin-right: 10px;
    margin-bottom: 0px;
    cursor: pointer;
}

.custom-clinic-list-view-all-picbox img {
    vertical-align: middle;
    cursor: pointer;
}

.custom-clinic-list-card {
    /* width: 320px !important; */
    /* height: 371px; */
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    margin-bottom: 30px;
}

.custom-clinic-list-card img {
    display: block;
    width: 320px;
    height: 171px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.custom-clinic-list-card-body {
    height: 200px;
    padding-bottom: 35px;
}

.custom-clinic-list-card-body:hover {
    color: #000000;
    font-weight: 500;
}

.custom-clinic-list-card-body h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
    font-family: 'Inter';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.custom-clinic-list-card-body p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    font-family: 'Inter';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-clinic-list-card-body a {
    margin-left: 7px;
    margin-right: 7px;
}

.custom-clinic-list-card-body a i {
    color: #000000;
}

.custom-clinic-list-card-body span.clinic-star {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #5E5E5E;
    font-family: 'Inter';
    margin: 0 5px;
}

.custom-clinic-list-card-body span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #5E5E5E;

}

.custom-clinic-list-card-body .inquiry_popup {
    background: #000000;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 51px;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 5px 10px;
    display: inline-block;
    min-width: 0px;
}

.custom-view-clinic-top-rated {
    margin-top: 5px;
    position: absolute;
    right: 6px;
    bottom: 15px;
}

.custom-view-clinic-top-rated .cus-v-all {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: var(--blue-ribbon);
}

.custom-view-clinic-top-rated img {
    margin-left: 8px;
    margin-top: 3px;
}

.custom-clinic-list-modal-dialog {
    max-width: 650px;
}

.custom-clinic-list-modal .modal-header .current-records-date {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.custom-clinic-list-modal .form-group label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
}

.custom-clinic-list-modal input {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 0px 1px #DDDDDD;
    border-radius: 10px;
}

.custom-clinic-list-modal input.form-control {
    height: 50px;
}

.custom-clinic-list-modal textarea {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 0px 1px #DDDDDD;
    border-radius: 10px;
}

.custom-clinic-list-modal .modal-footer {
    width: 100%;
}

.custom-clinic-list-modal .modal-footer .custom-btn-cancel {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #CBCBCB !important;
    background-color: unset;
    border-radius: 51px;
    padding: 10px 22px;
    border: none;
    margin-right: 5px;
}

.custom-clinic-list-modal .modal-footer .custom-btn-submit {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #000000 !important;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 51px;
    padding: 10px 22px;
    border: none;
    margin-left: 5px;
}

.custom-clinic-detils {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 10px;
    margin-bottom: 40px;
}

.custom-clinic-detils .custom-clinic-detils-name h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 30px; */
    margin-bottom: 5px;
    /* word-break: break-all; */
    text-align: center;
    cursor: pointer;

}

.custom-clinic-detils .custom-clinic-detils-custom-start a i {
    width: 20px;
}

.custom-clinic-detils .custom-clinic-detils-address h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin: 15px 0px;
}

.custom-clinic-detils .custom-clinic-detils-address span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #929292;
    margin-bottom: 15px;
    word-break: break-all;
}

.custom-clinic-detils-time {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 50px;
}

.custom-clinic-detils-time h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.custom-clinic-detils-time li {
    border: none;
    padding: 10px 0px;
}

.custom-clinic-opning-time-detils {
    padding: 10px 0px;
}

.custom-clinic-detils-time .custom-clinic-detils-day span {
    margin-left: 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.custom-clinic-detils-time .custom-clinic-detils-timing span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0px 3px;
}

.custom-clinic-detils-time .clinic-set-up-day-closed-warning h5 {
    text-align: end;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #A4A4A4;
    margin-right: 16px;
}

.custom-clinic-detils-about-us {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 25px;
    min-height: 100px;
}

.custom-clinic-detils-about-us h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
    word-break: break-all;
}

.custom-clinic-detils-about-us p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #929292;
    margin-top: 20px;
    word-break: break-all;
}

.gray-text {}

.custom-clinic-detils-services {
    padding-top: 10px;
}

.custom-clinic-detils-services h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.treatment-card .treatment-name {
    width: 50%;
}

.treatment-card .treatment-name h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
    word-break: break-all;
}

.treatment-card .treatment-name span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #838383;
    display: block;
    margin-bottom: 20px;
}

.treatment-card .treatment-name p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.treatment-card .treatment-book {
    width: 49%;
    text-align: end;
}

.treatment-card .treatment-book .custom-treatmant-book-btn {
    background: #000000;
    border-radius: 46px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    color: #FBFBFB;
    padding: 10px 40px;

}

.forward-review-list {
    display: flex;
    align-items: center;
}

.custom-clinic-viewall a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--blue-ribbon);
    font-family: 'Rubik';
    margin-right: 10px;
    margin-bottom: 0px;
    cursor: pointer;
}

/* End */



.clinic-star .fa {
    color: black;
}

.current-clinic-day span {
    color: var(--blue-ribbon) !important;
}

.current-clinic-inactive span {
    color: #A4A4A4 !important;
}

.new-design-header {
    background: white;
}

.new-design-header .tophead {
    background: white;
    padding: 10px 0;
}

.new-design-header .headaccount a {
    color: var(--primary-account);
}



/* Date 07/06/2023 Start */

.custom-clinic-details-review {
    width: 180px;
    min-height: 180px;
    /* height: 206px; */
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
}

.custom-clinic-details-review-picbox {
    /* width: 30%; */
}

.custom-clinic-details-review-picbox img {
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
}

.custom-clinic-details-review-content {
    /* width: 70%; */
    /* margin-left: 16px; */
}

.custom-clinic-details-review-content-name p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-clinic-details-review-content-date p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #949494;
}

.custom-clinic-details-review-rating {
    margin-top: 10px;
}

.custom-clinic-details-review-rating a i {
    color: gold !important;
    font-size: 20px;
    margin: 5px 3px;
}

.custom-clinic-details-review-text p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    word-break: break-all;
}

.custom-review-treatmant-card {
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 25px;
    padding: 20px 30px;
    min-height: 85px;
}

.custom-review-treatmant-card-picbox {
    /* width: 15%; */
}

.custom-review-treatmant-card-picbox img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.custom-review-treatmant-card .treatment-name {
    margin-left: 20px;
    width: 70%;
}

.custom-review-treatmant-card .treatment-name h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    word-break: break-all;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.custom-review-treatmant-card .treatment-book {
    width: 15%;
}

.custom-review-treatmant-card .treatment-book a {
    font-size: 16px;
    line-height: 18px;
    color: #949494;
    font-family: "Inter";
    font-weight: 400;
}

.custom-review-treatmant-card .profile-rating-view a i {
    font-size: 20px;
    margin: 5px 5px;
}

.custom-review-treatmant-card .treatment-review-text p {
    font-size: 16px;
    line-height: 20px;
    color: #656565 !important;

    font-weight: 400;
    word-break: break-all;
}


/* End */


/* 07/06/2023 Dashbored start */

.custom-view-count-desbored {
    margin-top: 50px;
    text-align: center;
}

.custom-view-count-desbored .custom-view-count-desbored-detils {
    background-color: rgba(22, 88, 247, 0.1);
    border-radius: 12px;
    width: 50%;
    margin: 0 auto;
    border-left: 2px solid var(--blue-ribbon);
}

.custom-view-count-desbored .custom-view-count-desbored-detils h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue-ribbon) !important;
    padding: 10px 30px;
    border: none;
}

.custom-view-count-desbored .custom-view-count-desbored-detils span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: var(--blue-ribbon);
    margin-left: 5px;
    display: inline-block;
}

.custom-view-count-desbored .custom-view-count-desbored-text span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 30px;
    display: block;
}

.custom-view-count-desbored .custom-update-profile {
    background: var(--blue-ribbon);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 46px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.custom-view-count-desbored .custom-update-profile a {
    color: #ffffff;
}

/* end */

/* Start 06/06/2023 */

.custom-thank-you-title span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 30px;

}

.custom-thank-you-contain span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    display: block;
}

.custom-thank-you-button .btn-back-to-home {
    background: #3333FF;
    padding: 10px 80px;
    border-radius: 46px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.custom-thank-you-picbox a img {
    width: 788px;
    height: 382px;
    border-radius: 10px;
}

.custom-thank-you-picbox img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    width: 100%;
    margin-bottom: 60px;
}


/* End */

.form-clinic-label-custom {
    color: #656565 !important;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
}

/* end */

.custom-clinic-details-review-picbox.namebox {
    /* padding:20px; */
    height: 40px;
    width: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--blue-ribbon);
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
}

.custom-review-treatmant-card-picbox.namebox {
    /* padding:20px; */
    height: 40px;
    width: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--blue-ribbon);
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
}

/* redesign css */

.booking-main-wrappper {
    background-color: #F9F9F9;
    padding-top: 110px;
    padding-bottom: 40px;
}


.booking-main-card {
    background: var(--white);
    border-radius: 14px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    /* margin-top: 190px; */
}

.bookibg-card-title {
    color: #000;
    text-align: center;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    background-color: #F1F1F1;
    padding: 8px 0;
    border-radius: 10px;
}

.client-bookings-steps-wrapper {}

/* Start 30-06-2023 */

.custom-title h1 {
    color: var(--blue-ribbon);
    font-size: 40px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
}

.custom-title h1 span {
    color: #000000;
}

.custom-title p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
}

.custom-hading h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    color: #004BFF;
    margin-bottom: 8px;
}

.custom-hading p {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    color: #313131;
    font-weight: 500;
    margin-bottom: 20px;
}

.custom-hading ul li {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
    color: #696969;
    font-weight: 500;
}

.custom-hading ul li::before {
    content: "\2022";
    color: var(--blue-ribbon);
    background-color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 3px;
}

p.custom-disclosures-except {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
    color: #505050;
    font-weight: 500;
    margin-top: 26px;
    margin-bottom: 30px;
}

.custom-security {
    margin-bottom: 40px !important;
}

.custom-security p {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
    color: #696969;
    font-weight: 500;
    margin-bottom: 15px;
}

.custom-security p b {
    font-weight: 700;
    color: #000000;
}

p.custom-right {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    color: #313131;
    font-weight: 500;
}


@media(max-width:992px) {
    .custom-title h1 {
        margin-top: 30%;
    }

    .custom-title h1 {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .custom-gdpr-picbox {
        margin-top: 20px !important;
        padding-top: 0px !important;
    }
}


/* End */


/* Start 5/7/2023 */

.coustom-footer-static-pages h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    color: #004BFF;
    margin-bottom: 8px;
}

.coustom-footer-static-pages p {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    color: #313131;
    font-weight: 500;
    margin-bottom: 20px;
}

.coustom-footer-static-pages ul li {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    color: #696969;
    font-weight: 500;
}

.custom-clinic-list-modal {
    padding: 10px 30px 0 30px;
}

.custom-clinic-list-modal .modal-header {
    padding: 15px 0;
    border-bottom: 2px solid rgba(230, 230, 230, 1);
}

.custom-clinic-list-modal .modal-body {
    padding: 15px 0;
}

.custom-faces-container {
    max-width: 1400px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* End */


.fc-prev-button,
.fc-next-button.fc-button-primary {
    background-color: #F9F9F9 !important;
    border: #F9F9F9 !important;
    position: relative;

}

.booking-main-wrappper .fc-prev-button,
.booking-main-wrappper .fc-button-primary::before {
    content: "";
    position: absolute;
    left: 26px;
    background-repeat: no-repeat;
    background-position: center;
    top: 20px;
    background: url("../images/Vector(2).svg") center/25px 25px no-repeat;

}

.booking-main-wrappper .fc-button.fc-button-primary.fc-next-button {
    content: "";
    position: absolute;
    right: 26px;
    background-repeat: no-repeat;
    background-position: center;
    top: 22px;
    background: url("../images/Vector(2).svg") center/25px 25px no-repeat;
    transform: rotate(-180deg);
}

.clinic-treatment-total-container {
    background-color: #f9f9f9;
    padding: 10px 20px;
    border-radius: 10px;
}

.clinic-border-bottom {

    position: relative;
}

.clinic-border-bottom::before {
    content: "";
    border-top: 1px solid #8B8B8B;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.fc-center h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 26px;
    font-style: normal;
}

.clinic-date-selection-container .fc td {
    border: none !important;
}

.clinic-date-selection-container .fc th {
    border: none;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #000;
    padding: 8px 0;
}

/* .fc-content-skeleton{
    height:100%;
} */
.fc-widget-content .fc-day.disabled {
    background-color: var(--white) !important;
    /* color: var(--6-form, #878787) !important;
    font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%;  */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin: auto;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.fc-day-number.dateselected {
    background-color: var(--blue-ribbon) !important;
    color: var(--white) !important;
}

.fc-day.valid-date {
    background: var(--white) !important;
}

.fc-day-number {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.client-bookings-steps-wrapper .fc-content-skeleton table,
.client-bookings-steps-wrapper .fc-content-skeleton thead,
.client-bookings-steps-wrapper .fc-content-skeleton tr {
    height: 100%;
}

/* .fc-next-button,.fc-button-primary::after{
    content:"";
    position:absolute;
    left:26px;
    background-repeat:no-repeat;
    background-position:center;
    top:37px;
    background:url("../images/Vector(2).svg") center/25px 25px no-repeat;
    
} */
.fc-icon-chevron-right:before {
    display: none;
}

.fc-icon-chevron-left:before {
    display: none;
}

.fc-button .fc-icon {
    font-size: 22px !important;
}

.fc-button.fc-button-primary.fc-prev-button {
    padding: 7px !important;
}

.selected-time-container {
    margin-top: 20px;
}

.form-select-name {
    font-family: "Inter";
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.booking-details-container .form-group label {
    font-size: 13px;
    color: #000;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 6px
}

.booking-details-container .form-control {
    background-color: var(--white) !important;
    font-family: 'inter' !important;
    border-radius: 10px;
    padding: 22px 12px;
    color: #000;
    border: 1px solid #878787;
}

.booking-details-container .form-control::placeholder {
    color: var(--grey, #797979);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.selected-select-time-details {
    font-family: "Roboto";
}

.coupon-primary-text {
    color: var(--blue-ribbon);
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.selected-client-info {
    margin-top: 20px;
}

.select-treatment-total-container .treatment-name {
    color: #000;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

/* responsive css */

@media (min-width:1600px) {
    .booking-main-card {
        max-width: 700px;
    }
}

@media (max-width:1024px) {
    .booking-main-card {
        width: 80%;
    }
}

@media (max-width:834px) {
    .booking-main-card {
        width: 90%;
    }
}

@media (max-width:576px) {
    .selected-clinic-detail-container .clinic-name {
        /* width: 60%; */
        gap: 20px;
    }

    .clinic-title {
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .treatment-element-container .treatment-time {
        width: 100%;
    }

    .clinic-date-selection-container .date-selection-container {
        padding: 20px 10px;
    }

    .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
        height: 15px;
        width: 15px;
    }

    .booking-main-card {
        width: 100%;
        padding: 10px;
    }

    .bookibg-card-title {
        font-size: 18px;
    }

    .treatment-element-container {
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch .slider {
    border: unset !important;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: unset !important;

}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #1e262c;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch-label {
    text-wrap: nowrap !important;
}

.custom-filter-support-chat {
    background: #3333ff;
    margin: 0px;
    padding: 10px 0px;
}


.listing-elements-container-section {
    transition: unset !important;
}

.priority.badge {
    font-size: 15px;
    font-weight: normal;
}

.sc-filter .dropdown-toggle {
    background-color: unset !important;
    border-color: unset !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-filter .dropdown-toggle::after {
    display: none;
}

.custom-switch-dropdown-item {
    padding: 10px 15px !important;
}

.custom-switch-label {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    padding: 10px 0px;
    margin-right: 20px;
}

.custom-switch-priority-togal {
    width: 46px;
    height: 20px;
}

.custom-switch-priority-togal .slider:before {
    width: 12px;
    height: 12px;
}

.custom-unresolved-switch {
    width: 60px;
    height: 28px;
}

.custom-unresolved-switch .slider:before {
    height: 20px;
    width: 20px;
    bottom: 4px;
}

.custom-unresolved-switch input:checked+.slider {
    background-color: var(--homecolor1);
}

.dropdown-menu.show {

    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    border: none;
}

.custom-all {
    color: #000000;
}

.custom-all {
    border-top: 1px solid #D4FFFA !important;
}

.custom-switch-priority a {
    border-top: 1px solid #E7E7E7;
    font-family: 'inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
}

.custom-all:hover {
    color: #000000 !important;
}

.custom-high-priority {
    color: #FF0000;
}

.custom-high-priority:hover {
    color: #FF0000 !important;
}

.custom-Medium-priority {
    color: #FF6C2C;
}

.custom-Medium-priority:hover {
    color: #FF6C2C !important;
}

.custom-Low-priority {
    color: #9A9A9A !important;
}

.custom-Low-priority:hover {
    color: #9A9A9A;
}

.coustom-finance-insurance-privew div#finance_insurance_document_preview .preview-div {
    background: transparent;
}

.coustom-finance-identity-privew div#finance_identity_document_preview .preview-div {
    background: transparent;
}

.coustom-finance-training-privew div#finance_training_certificate_preview .preview-div {
    background: transparent;
}

.coustom-pharmacy-insurance_doc-privew div#insurance_document_preview .preview-div {
    background: transparent;
}

.coustom-pharmacy-document-privew div#identity_document_preview .preview-div {
    background: transparent;
}

.coustom-pharmacy-insurance-document-privew div#insurance_document_preview .preview-div {
    background: transparent;
}

.coustom-pharmacy-insurance-document-privew div#insurance_document_preview .preview-div {
    background: transparent;
}

.custom-training-certi-priw #training_certificate_preview .preview-div.generic-preview.upload_consent_form_preview_new {
    margin: 10px 10px;
    width: unset !important;
}

/* .custom-training-certi-priw #training_certificate_preview .preview-div.generic-preview.upload_consent_form_preview_new img{
    max-width:140px !important;
} */
.custom-training-certi-priw #training_certificate_preview .preview-div {
    margin: 10px 10px;
    width: unset !important;
}



.booking-unavailable-warning-container .swal2-html-container {
    color: red;
}


.newbtnupload {
    margin: 5px;
    font-weight: 500;
    font-size: 10px;
    /* line-height: 1; */
    text-transform: uppercase;
    padding: 6px;
    width: 70px;
    background: var(--primary-account);
    border: 1px solid var(--primary-account);
    color: var(--white);
}


.btnboxicon {
    background: var(--primary-account);
    border: 1px solid var(--primary-account);
    color: var(--white);
    margin: 0 2px;
    padding: 6px;
    height: 35px;
    width: 35px;
    font-size: 14px
}

/* Date 24-07-2023 */

.custom-setup-clinic-paylal {
    padding: 40px !important;
}

.custom-setup-clinic-paylal .custom-clinic-paylal p span {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #000000;
}

.custom-setup-clinic-paylal .custom-clinic-paylal .custom-clinic-paylal-sub-title {
    font-family: 'Inter';
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: normal;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-sub-text {
    font-family: 'Inter';
    font-size: 15px;
    line-height: 22px;
    color: #323232;
    font-weight: 400;
    font-style: normal;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-sub-text a {
    color: var(--blue-ribbon);
    text-decoration: underline;
    font-weight: 700;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-sub-text a:hover {
    color: var(--blue-ribbon);
    font-weight: 700;
}

.custom-setup-clinic-paylal .custom-paylal-helping-spread {
    border: 1px solid #C8C8C8;
    border-radius: 20px;
    margin-top: 28px;
}

.custom-setup-clinic-paylal .custom-paylal-helping-spread-text {
    padding: 20px;
    font-family: 'Inter';
}

.custom-setup-clinic-paylal .custom-paylal-helping-spread-text .custom-paylal-helping-spread-contain .custom-paylal-helping-spread-contain-text {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    font-style: normal;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-offer {
    font-family: 'inter';
    background-color: #F6F3FF;
    border-radius: 20px;
    padding: 25px !important;
    margin-top: 25px;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-offer .custom-clinic-paylal-offer-title h6 {
    font-family: 'inter';
    color: #6041BD;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    font-style: normal;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-offer ul {
    list-style: unset;
    margin-left: 5%;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-offer ul li {
    font-family: 'inter';
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    font-weight: 400;
    margin-bottom: 5px;
    font-style: normal;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-offer ul li b {
    font-weight: 700;
}

/* client bokking new design added */

.amount-gray-title {
    color: #5B5B5B;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;

}

.amount-price {
    color: #5B5B5B;
    font-size: 18px;
    font-family: "Inter";
    font-weight: 400;

}

.view-details-link {
    color: var(--blue-ribbon);
    text-decoration: underline;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
}

.view-details-link:hover {
    color: var(--blue-ribbon);
}

.treatment-modal-search {
    margin-bottom: 30px;
    position: relative;
}

.treatment-modal-search .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);

}

.treatment-modal-search input {
    width: 100%;
    border: 1px solid #E2E8F5;
    border-radius: 10px;
    padding: 8px 40px;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: "Inter";
}

.treatment-modal-search input::placeholder {
    color: #B9B9B9;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: "Inter";
}

.treatment-modal-desc-text p {
    font-size: 18px;
    font-family: "Inter";
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.footer-treatment-text p {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500 !important;
    color: #000;
}

.footer-treatment-gray-text {
    font-weight: 500;
}

.treatment-total-after-border {
    /* border-bottom: 1px solid #8B8B8B; */
    padding-bottom: 12px;

}

.total-text-footer p {
    text-align: right;
    margin-top: 10px;
    font-family: "inter";
    font-size: 22px;
    font-weight: 500;
}

.fw-500 {
    font-weight: 500;
}

.new-change-btn {
    top: 9% !important;
    transform: translateY(0%) !important;
    position: absolute;
    right: 15px;
}

.selected-total-treatment-amount-wrapper {
    border-top: 1px solid #8B8B8B;
    margin-top: 20px;
    padding-top: 15px;
}

.selected-total-treatment-amount p {
    font-size: 18px;
    font-family: "Inter";
    font-weight: 500;
    color: #000;
}

.highlited-text p {
    color: #454545;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
}

.custom-setup-clinic-paylal .custom-clinic-paylal-condition {
    display: flex;
    font-family: 'inter';
}

.custom-clinic-paylal-condition input {
    padding-right: 5px;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-condition p {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    font-weight: 300;
    font-style: normal;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-condition p a {
    color: var(--blue-ribbon);
    font-weight: 600;
    text-decoration: underline;
}

.custom-setup-clinic-paylal .custom-clinic-paylal-condition p a:hover {
    color: var(--blue-ribbon);
    font-weight: 600;
    text-decoration: none;
}

.custom-setup-clinic-paylal #apply_payl8r {
    font-family: "inter" !important;
}

.custom-reg-emil-logo .fa-close {
    color: red;
}


/* treatment add/edit redesign css */

.form-wrapper {
    width: 60%;
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E2E8F5
}

.redesign-form-heading {
    font-size: 18px;
    font-family: "Inter";
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.redesign-poplabel {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter";
    color: #696969 !important;
    margin-bottom: 4px;
}

.redesign-input {
    background: #F1F5F9 !important;
    color: #313131 !important;
    font-family: "Inter" !important;
    font-weight: 400;
    font-size: 16px;
}

.redesign-layout input::placeholder {
    color: #313131 !important;
}

.form-control::placeholder {
    color: #313131 !important;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
}

.tooltip-icons {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
}

.tooltip-icons:hover .tooltip-content-box {
    display: block;
}

.tooltip-content-box {
    display: none;
    background: #000;
    position: absolute;
    left: -68px;
    top: 165%;
    z-index: 3;
    padding: 17px;
    border-radius: 6px;
    color: var(--white);
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    width: 400px;
}

.tooltip-content-box::before {
    content: "";
    position: absolute;
    color: #000;
    top: -5px;
    left: 69px;
    height: 18px;
    width: 18px;
    background: #000;
    transform: rotate(45deg);
}

.selectphoto-container-header {
    margin-bottom: 10px;
}

/* .new-dropzone-layout{
    min-height: 150px;
    margin-bottom: 22px;
    border-radius: 4px;
    background-color: var(--white);
    border: 1px dashed #000000;
} */
.new-dropzone-layout.new-dropzone-popup-layout,
.new-dropzone-layout {
    height: 150px;
    border-radius: 20px;
    border: 1px dashed #878787;
    background: #FFF;
    min-height: 150px;
    margin-bottom: 22px;
}

.new-dropzone-layout.new-dropzone-popup-after-layout {
    height: 150px;
    border-radius: 20px;
    border: 1px dashed #878787;
    background: #FFF;
    min-height: 150px;
    margin-bottom: 22px;
}

.upload-img-text {
    font-size: 14px;
    color: var(--primary-account);
    font-weight: 600;
    font-family: "Inter";
}

.generate-ai-position {
    /* position: absolute; */
    /* bottom: 10px; */
    /* right: 15px; */
    padding: 10px;
    background-color: #f1f5f9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: right;
}

.redesign-text-area {
    height: 130px !important;
    color: #313131 !important;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
}

.new-generate-ai-btn {
    background-color: var(--white);
    border: 1px solid var(--blue-ribbon);
    border-radius: 6px;
    padding: 5px;
    color: var(--blue-ribbon);
    opacity: 1;
    font-weight: 600;
    font-family: "Inter";
    font-size: 16px;
}

.new-generate-ai-btn:hover {
    color: var(--blue-ribbon);
}

.redesign-text-area::placeholder {
    color: #696969 !important;
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter";
}

.form-wrapper .form-group .select2-container .select2-search--inline .select2-search__field {
    color: #313131 !important;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;

}

.select2-selection__choice__remove {
    color: transparent !important;
    right: 0px;
    position: absolute;
}

.select2-selection__choice__remove::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    /* visibility: hidden; */
    /* background: #000; */
    background-image: url(../images/closecircle-black.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
}

.select2-container input::placeholder {
    color: #313131 !important;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
}

.redesign-product-title {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
    color: var(--blue-ribbon);
    line-height: 17px;
    margin-bottom: 12px;
}

.redesign-form-btn {
    padding: 7px 16px;
    /* background-color: #6162EC; */
    background-color: var(--blue-ribbon);
    color: var(--white);
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
}

.redesign-form-btn:hover {
    color: var(--white);
}

.redesign-select-box {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/Down-arrow.svg);
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.featuredImg {
    position: relative;
    margin-bottom: 10px;
}

.featuredImg img {
    height: 160px;
    width: 100%;
    object-position: top;
    object-fit: cover;
}

.otherImg {
    position: relative;
    margin-bottom: 10px;
}

.image-filter-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.image-filter-container .sc-filter .dropdown-toggle {
    background: var(--primary-account) !important;
    color: var(--white) !important;
    height: 18px;
    width: 22px;
    position: relative;
}

.image-filter-container.image-filter-after-container-popup {
    top: -5px;
    right: 2px;
}

.image-filter-container.image-filter-after-container-popup .sc-filter .dropdown-popup-toggle a {
    background: #000;
    border-radius: 50%;
    padding: 0 5px;
}

.image-filter-container.image-filter-container-popup {
    top: -5px;
    right: 2px;
}

.image-filter-container.image-filter-container-popup .sc-filter .dropdown-popup-toggle a {
    background: #000;
    border-radius: 50%;
    padding: 0 5px;
}

.treatment-other-images,
.treatment-after-images,
.treatment-batch-images {
    max-height: 125px;
    width: 100%;
}

.image-filter-container .sc-filter .dropdown-toggle::before {
    content: "";
    height: 12px;
    width: 13px;
    background: var(--primary-account);
    position: absolute;
    left: -7px;

    transform: rotate(45deg);
}

.image-filter-container .sc-filter .dropdown-toggle i {
    transform: rotate(90deg);
}

#imagesPreview {
    margin-bottom: 20px;
}

.custom-reg-emil-logo .fa-close {
    color: red;
}


.custom-canvas-container {
    width: 304px;
}

.main-canvas {
    width: 100% !important;
    height: 146px !important;
}

/* calendar redesign css */

.redesign-calendar-container {
    position: relative;
    padding: 30px;
    background-color: var(--white);
}

.redesign-calendar-filter {
    position: absolute;
    right: 32px;
    top: 35px;
    width: 100%;
}

.redesign-calendar-container .fc-prev-button {
    /* margin-right: 10px; */
}

.redesign-calendar-container .fc-prev-button,
.redesign-calendar-container .fc-next-button {
    background-color: #F9F9F9;
    border: none !important;
    border-radius: 8px !important;
    margin-right: 10px !important;
}

.redesign-calendar-container .fc-icon {
    color: #000;
}

.redesign-calendar-container .fc-today-button {
    background-color: var(--blue-ribbon) !important;
    border-radius: 8px !important;
    padding: 5px 20px !important;
    font-family: "Inter";
    font-weight: 600;
    opacity: 1 !important;
    color: var(--white) !important;
    border-color: var(--blue-ribbon) !important;
}

.redesign-calendar-container .fc-center {
    position: relative;
}

.calendar-booking-count-text {
    /* position:absolute; */
    top: 0;

}

.fc-bookingText-button {
    margin-left: 0 !important;
    background-color: var(--white) !important;
    border: none !important;
    color: #000 !important;
    padding: 0 !important;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-top: 2px !important;
}

.fc-center h2 {
    font-family: "Inter" !important;
    font-weight: 700 !important;
}

.fc-day-header {
    padding: 10px !important;
    font-family: "Inter" !important;
    font-weight: 700 !important;
}

.fc-event-container {
    padding: 3px !important;

}

.fc-day-grid-event {
    /* background-color: #39AAC5 !important; */
    /* border-color: #39AAC5 !important; */
    border-radius: 4px !important;
}

.fc-content {
    padding: 2px;
}

.fc-more {
    margin-top: 5px;
    font-weight: 600;
    font-family: "inter" !important;
    color: var(--blue-ribbon) !important;
    display: flex;
    justify-content: flex-end;
}

.redesign-calendar-container .fc-popover .fc-header {
    background-color: var(--blue-ribbon) !important;
    color: var(--white) !important;
    font-family: "Inter" !important;
    font-weight: 600 !important;
    padding: 7px 5px !important;
}

.redesign-calendar-container .fc-icon-x:before {
    color: var(--white) !important;
    font-weight: 600;

}

.redesign-calendar-container .fc-popover .fc-header .fc-close {
    opacity: 1 !important;
}

.fc-content .fc-time {
    font-family: "Inter" !important;
    color: var(--white) !important;
    font-weight: 700 !important;
}

.fc-content .fc-title {
    font-family: "Inter" !important;
    color: var(--white) !important;
    font-weight: 600 !important;
}

.calendar-searchbar {
    max-width: 160px !important;
    background-color: #F6F7F8 !important;
    border: none !important;
}

.calendar-searchbar:focus {
    border: none !important;
    box-shadow: none !important;
}

.search-filter-btn {
    background-color: #F6F7F8;
    border-radius: 0 !important;
    /* padding: 10px 10px 8.5px 5px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.search-filter-btn img {
    height: 20px;
}

.calendar-search-container {
    margin-right: 10px;
}

.filter-btn {
    background-color: #F6F7F8;
    padding: 10px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
}

.filter-share-btn {
    height: 40px;
    width: 40px;
    background-color: #F6F7F8;
    padding: 10px;
}

.filter-share-btn img {
    height: 17px;
}

/* custom calendar filter dropdown */

.filter-dropdown .dropdown-header {
    padding: 10px 18px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-clear-text {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    color: var(--blue-ribbon);
    cursor: pointer;
}

.filter-heading-text {
    font-family: "Inter";
    font-weight: 600;
    color: #000;
    font-size: 22px;
}

.filter-dropdown .dropdown-menu {
    left: -60px !important;
    top: 7px !important;
    min-width: 300px;
    color: #000;
}

.filter-dropdown .dropdown-body {
    padding: 0 18px;


}

.clinics-wrapper {
    position: relative;
    padding-bottom: 15px;
}

/* .filter-dropdown .clinics-wrapper::after{
    content: "";
    position: absolute;
    width: 97%;
    border-bottom: 1px solid #D8D8D8;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.filter-dropdown .clinic-heading {
    color: #000;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 500;
}

.filter-clinic-list-container {
    margin-top: 10px;
}

.filter-clinic-color {
    height: 18px;
    width: 18px;
    background-color: #D8D8D8;
    border-radius: 5px;
    margin-top: 3px;
}

.filter-clinic-name {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
}


.filter-radio-button input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    background: var(--white);
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
    /* color: #6162ec; */
}

.filter-radio-button input[type="checkbox"]:checked {
    background: url("../images/Check square.svg");
    border: none;
    background-position: center;
    height: 22px;
    width: 22px;
    background-size: cover;
    border-radius: 50%;

}

.filter-radio-button input[type="checkbox"]:checked:before {
    display: none;
}

.filter-radio-button input[type="checkbox"]:focus {
    outline: 0;
}

.filter-booking-wrapper {
    margin-top: 15px;
}

.filter-clinic-list {
    margin-bottom: 7px;
}

.filter-footer {
    padding: 10px 17px;
    margin-top: 10px;
}

.filter-dropdown .dropdown-toggle::after {
    display: none;
}

.filter-footer-btn {
    width: 100%;
    color: var(--white);
    background-color: var(--blue-ribbon);
    border: 1px solid var(--blue-ribbon);
    padding: 8px;
    border-radius: 10px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
}

.clinic-time-modal .modal-header {
    background-color: #F4F4F4 !important;
    border-bottom: none !important;
    border-radius: 10px !important;
}

.clinic-time-modal .calendar-events-title {
    background-color: var(--white) !important;
}

.clinic-time-modal .dropdown-add-bookings .btn {
    border-radius: 10px !important;
    background-color: var(--blue-ribbon) !important;
    display: flex;
    align-items: center;
}

.clinic-time-modal .dropdown-add-bookings button:hover,
.clinic-time-modal .dropdown-add-bookings button:focus {
    background-color: var(--blue-ribbon) !important;
    border-color: var(--blue-ribbon) !important;
    box-shadow: none !important;
}

.clinic-time-modal .dropdown-add-bookings .show>.btn-primary.dropdown-toggle {
    border-color: var(--blue-ribbon) !important;
}

.clinic-time-title-text {
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter" !important;
    color: var(--blue-ribbon);

}

.clinic-open-time-wapper {
    padding: 8px 15px;
    background-color: #F8F8F8;
    border-radius: 5px;
    margin-bottom: 5px;
}

.clinic-open-time-wapper.open-time-container {
    background-color: var(--white);
}

.clinic-open-time-list {
    background-color: #F8F8F8;
    padding: 8px 11px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

.clinic-time-edit-btn {
    border: none;
    background-color: transparent;
    padding: 0;
}

.open-time-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.open-time-container span {
    background-color: #F8F8F8;
    padding: 7px 11px;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
    border-radius: 4px;
    margin: 0 8px;
}

.time-dash-icon {
    color: #363636;
    font-size: 22px;
}

.add-calendar-clinic {
    color: var(--blue-ribbon) !important;
    font-family: "Inter";
    text-decoration: underline;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.add-clinic-container {
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

.start-time-container,
.end-time-container {
    color: #000 !important;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
}

.calendar-record-icon {
    height: 20px;
    width: 20px;
}

.clinic-time-modal-content {
    max-width: 700px !important;
}

.add-clinic-time-modal {}

.add-clinicTime-modalHeader {
    background-color: #F5F5F5;
    padding: 22px 15px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "Inter" !important;
}

.add-clinic-time-modal .form-group label {
    font-size: 14px;
    font-family: "Inter" !important;
    font-weight: 400;
    color: #696969;
    margin-bottom: 3px;
}

.add-clinic-time-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2D2D2D;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
}

.add-clinic-time-modal h3 {
    color: #363636;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F5F5 !important;
    color: #2D2D2D;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
}

.select2-container--default .select2-results__option {
    color: #2D2D2D;
}

/* .select2-container--default .select2-results__option[aria-selected=true]:hover{
    color: #2D2D2D;
} */
.modal-save-btn {
    width: 100%;
    padding: 10px;
    background-color: var(--blue-ribbon);
    border-radius: 6px;
    font-family: "Inter" !important;
    font-weight: 500;
    font-size: 18px;
    color: var(--white);
}

.modal-save-btn:hover {
    color: var(--white);
}

.set-time-section {
    width: 45%;
}

.close {
    opacity: 1;
}

.close:hover {
    opacity: 1 !important;
}

.black-modal-close-btn {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.add-clinic-time-modal .modal-dialog .form-group {
    margin-bottom: 15px;
}

.personal-all-day-event {
    color: #7E868D !important;
}

.add-clinic-time-modal .modal-body {
    padding: 20px;
}

.add-clinic-time-modal input::placeholder {
    color: #2D2D2D;
    font-family: "Inter" !important;
    font-weight: 400;
    font-size: 16px;
}

.add-clinic-time-modal textarea::placeholder {
    font-family: "Inter" !important;
    font-weight: 400;
    font-size: 16px;
    color: #696969 !important;
}

.create-booking-container {
    width: 430px;
}

/* .signature-modal-container{
    width: 100% !important;
} */
.create-booking-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter";
}

.primary-link {
    font-family: "Inter" !important;
    font-weight: 500;
    font-size: 14px;
    color: var(--blue-ribbon) !important;
    /* line-height: 18px; */
    text-decoration: underline;
}

.primary-link:hover {
    color: var(--blue-ribbon) !important;
}

/* calendar css */
.calendar-delete-outline-btn {
    width: 20%;
}

.calendar-save-btn {
    background-color: var(--blue-ribbon);
    border: none;
    color: var(--white);
    font-size: 16px;
    font-family: "inter";
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: .395rem 0.5rem;
    border-radius: 6px;
}

.calendar-back-outline-btn {
    background-color: var(--white);
    width: 20%;
    border: none;
    color: var(--blue-ribbon);
    border: 1px solid var(--blue-ribbon);
    font-size: 18px;
    font-family: "inter";
    font-weight: 500;
    padding: .375rem .75rem;
    border-radius: 6px;
}

.head-cal-notification {
    width: 100%;
    padding: 10px 10px;
    border-radius: 6px;
    background-color: var(--blue-ribbon)14;
    color: var(--blue-ribbon);
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
    margin-bottom: 20px;
}

.head-cal-notification .txt-bold {
    font-weight: 600;

}

.calendar-search-container input::placeholder {
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
}

.save-btn-width {
    width: 56%;
}

.medical-form-btn {
    width: 48%;
}

.mb-03 {
    margin-bottom: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #313131 !important;

}

.clinics-wrapper {
    /* max-height: 240px; */
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 10px;
}

.link-modal-header {
    padding: 15px;
    background-color: #F5F5F5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "inter";
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.link-round-btn {
    background-color: var(--blue-ribbon);
    border-radius: 10px;
    color: var(--white);
    padding: 8px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-gray-text {
    color: #696969;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
}

.link-label {
    color: #696969 !important;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}

.link-add-email-btn {
    border-radius: 4px;
    background-color: var(--blue-ribbon);
    border-color: var(--blue-ribbon);
    padding: 3px 25px 3px 15px;
    border: none;
    margin-left: 10px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.send-all-text {
    color: #313131 !important;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
}

.remaining-balance-label {
    font-size: 16px;
    font-weight: "inter" !important;
    font-weight: 400;
    color: #C1C1C1 !important;
}

.form-group input::placeholder {
    color: #313131 !important;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
}

.selected_client {
    background-color: transparent !important;
    font-family: "Inter" !important;
    font-weight: 500;
}

.filter-clinic-size {
    width: 200px;
}

.create-booking-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #878787 transparent transparent transparent !important;
    border-width: 8px 6px 0 6px !important;
    margin-left: -10px !important;
}

.calendar-clinic-element-list-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #878787 transparent transparent transparent !important;
    border-width: 8px 6px 0 6px !important;
    margin-left: -10px !important;
}

.create-booking-container select {
    background-image: url("../images/Polygon 1.svg") !important;
    background-size: 12px !important;
}

.calendar-dropdown {
    position: relative;
}

.calendar-dropdown::after {
    content: "";
    background-image: url("../images/Polygon 1.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 95% center;
    position: absolute;
    right: 7px;
    top: -32px;
    height: 30px;
    width: 44px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb !important;
    color: white !important;
}


.scheduled_call_sticky {
    z-index: 10;
}


/* concent form redesign csss */

.concentform-container {
    background-color: var(--white);
    padding: 22px !important;
    width: 70%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #E2E8F5;
}

@media (min-width:1600px) {
    .concentform-container {
        max-width: 900px;
    }

    .details-cards-width {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .concentform-container {
        width: 85%;
    }
}

@media (max-width:991px) {
    .concentform-container {
        width: 95%;
    }
}

.concent-primary-btn {
    background-color: var(--blue-ribbon);
    padding: 5px 25px;
    color: var(--white);
    font-family: "Inter";
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

.concent-primary-btn {
    background-color: var(--blue-ribbon) !important;
    color: var(--white) !important;
}

.add-client-primary-btn {
    background-color: var(--blue-ribbon);
    padding: 7px 15px;
    color: var(--white);
    font-family: "Inter";
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

.add-client-primary-btn:hover {
    color: var(--white) !important;
}

.concent-secondary-btn {
    background-color: #F9F9F9;
    padding: 5px 25px;
    color: #5E5E5E;
    font-family: "Inter";
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

.title-heading-space {
    margin: 10px 0 20px 0;
}

.fc-mt {
    margin-top: 40px;
    margin-bottom: 30px;
}

.custom-manage-form {
    margin-top: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #F1F5F9;
    color: #313131 !important;
    font-weight: 400;
    font-family: "Inter" !important;
    font-size: 16px !important;
}

.redesign-alert-info {
    background-color: var(--blue-ribbon)14 !important;
    border-left: 2px solid var(--blue-ribbon);
    border-top: none;
    border-right: none;
    border-bottom: none;
    color: var(--blue-ribbon);
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;

}

.signature-label-text {
    font-family: "Inter" !important;
    font-weight: 400;
    font-size: 14px;
    color: #000 !important;
}

.concent-send-btn {
    width: 100%;
    margin-top: 15px;
}

/* custom faces container */
@media (min-width:1400px) {
    .custom-faces-container {
        max-width: 1400px !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.fill-concent-form-container {
    width: 50%;
    max-width: 650px;
    background-color: var(--white);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #E2E8F5;
}

@media (min-width: 1600px) {
    .fill-concent-form-container {
        max-width: 900px;
    }

    .fill-form-title {
        max-width: 900px;
    }
}

.redesign-dark-label {
    color: #313131 !important;
    font-size: 16px !important;
    font-family: "Inter";
    font-weight: 400;
}

.concentform-container .preview-div a {
    height: 20px !important;
    width: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1 !important;
    top: 0px !important;
    right: 0px !important;
    color: var(--white) !important;

}

.treatment-names-label {
    font-family: "Inter" !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.primary-outline-btn {
    border: 2px solid var(--blue-ribbon);
    background-color: var(--white);
    color: var(--blue-ribbon);
    font-family: "Inter";
    border-radius: 6px;
    padding: 5px 18px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.primary-outline-btn:hover {
    border: 2px solid var(--blue-ribbon) !important;
    background-color: var(--white) !important;
    color: var(--blue-ribbon) !important;
}

.add_before_images,
.add_after_images {
    /* padding: 7px 15px !important; */
}

.answer-label {
    color: #000 !important;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
}

/* concent form question answer radio customization */

/* .question-options-container .custom-control-input:checked~.custom-control-label::before{
   border: 1px solid #000 !important; 
   background-color: transparent !important;
} */
/* .question-options-container .custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-color: #000 !important;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -21px !important;
    top:7px;
} */

/* concent custom checkbox */


.concent-checkbox-container input[type="checkbox"] {
    appearance: none;
    width: 28px;
    height: 25px;
    background: var(--white);
    border: 1px solid var(--blue-ribbon);
    border-radius: 5px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
    color: var(--blue-ribbon);
}

.concent-checkbox-container input[type="checkbox"]:checked {
    background: url("../images/concent-selected.svg");
    background-position: center;
    height: 25px;
    border-radius: 5px;
    width: 28px;
    background-size: 32px;
    /* border-radius: 50%; */

}

.concent-checkbox-container input[type="checkbox"]:focus {
    outline: 0;
}

.checkbox-label {
    color: #454545 !important;
}

.concent-calendar-icon {
    position: relative;
}

.cal-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cal-icon img {
    height: 22px;
    width: 22px;
}

.time-icon {
    right: 10px;
    top: 55%;
}

.time-icon img {
    height: 22px;
    width: 22px;
}

.acc-open-icon {
    height: 23px;
    width: 23px;
}

.concentform-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/Down-arrow.svg);
    height: 18px !important;
    width: 22px !important;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-color: transparent !important;
    top: 28% !important;
    left: -8px !important;
}

.client-details-cards {
    width: 100%;
    /* min-width:32%; */
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #313131 !important;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
}

.selected_client {
    background: transparent !important;
}

/* .selected_client_details{
    font-size: 14px !important;
    font-weight: 500 !important;
  } */

.custom-control-label::before {
    border-color: #D9D9D9 !important;
    border-radius: 100px !important;
}

.custom-switch .custom-control-label::after {
    background-color: #ADB5BD !important;
    height: 12px;
    width: 12px;
    top: calc(0.25rem + 3px) !important;
    left: calc(-2.25rem + 3px) !important;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(0.85rem) !important;
    background: var(--white) !important;
}

.custom-switch .custom-control-label::before {
    width: 32px;
    height: 18px;
    background-color: #E9ECEF;
}

.fill-form-title {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    width: 50%;
    max-width: 650 px;
    margin-left: auto;
    margin-right: auto;
}


/* Date 10-08-2023 abort page */

.basic-detail .custom-abort-page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic-detail .custom-abort-page-btn a {
    padding: 20px 40px;
    max-width: 300px;
    width: 100%;
    text-align: center;

}

.basic-detail .custom-abort-page-btn span.black-text-payment {
    padding: 5px 25px 0px 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-ribbon);
}

.preview-div {
    background: none !important;
}

.redesign-layout .select2-selection__rendered {
    padding-bottom: 5px !important;
}

.add-booking-floating-btn {
    position: fixed;
    bottom: 28px;
    right: 118px;
    z-index: 10;
}

.create-booking-modal-size {
    max-width: 660px;
}

.close-booking-modal {
    right: 30px;
}

.modal-sticky-text {
    position: sticky;
    top: 0;
}

.add-booking-btn .save-btn-width {
    width: 78% !important;
}

.check-condition-label {
    font-family: "inter";
    font-size: 14px;
    font-weight: 500 !important;
    color: #454545 !important;
    /* width: 90%; */
}

.ryft-onboarding-iframe {
    width: 100%;
    height: 80vh;
}

.sticky-title {
    position: sticky;
    background-color: var(--white);
    top: 0;
    z-index: 9999;
}

.sticy-button-container {
    position: relative;

}

.sticky-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.redesign-main-section {
    padding: 20px 30px;
}

.product-modal-tabel-layout {
    height: 500px;
}

.product-modal-tabel-td {
    width: 150px;
}

.checkbox-label-width {
    width: 90%;
}

.client-btn-container {
    margin-top: 15px;
}

.client-forward-btn-container {
    margin-top: 24px !important;
}

.email-consent-send-btn {
    width: 100% !important;
}

.header-padding {
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #ddd;
}

.chat-img-preview {
    border: 2px solid white;
    border-radius: 10% !important;
}

.link-add-btn-size {
    height: 38px;
}

.link-input-container {
    width: 80%;
}




.share_calendar_cust {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    width: auto !important;
    padding: 6px 7px !important;
}


.no-item-center {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.product-modal-tabel-layout {
    height: 196px;
}

.sticy-button-container textarea::-webkit-scrollbar {
    width: 5px;
}

.sticy-button-container textarea::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.sticy-button-container textarea::-webkit-scrollbar-thumb {
    /* background-color: #232b9a; */
    background-color: var(--blue-ribbon);
    border-radius: 4px;
}

.sticy-button-container textarea {
    border: none !important;
    box-shadow: none !important;
}

.sticy-button-container textarea:focus {
    border: none !important;
    box-shadow: none !important;
}

.sticy-button-container textarea:focus-within {
    border: none !important;
    box-shadow: none !important;
}

.sticy-button-container .form-control.error {
    border: none !important;
}

.sticy-button-container textarea {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



/* 18-07-2023 start */

.custom-appointment-form-design h4.title-heading-space {

    font-family: "Inter";
    font-size: 31px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.custom-appointment-form-design p {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    width: 90%;
}

.custom-appointment-form-design .card {
    border: none;
}

.custom-appointment-form-design .card-body {
    border: 1px solid #E2E8F5 !important;
    padding: 20px;
    border-radius: 10px;
    font-family: "Inter";
}

.custom-appointment-form-design .card-body h5.card-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #313131;
    margin-bottom: 30px;

}

.custom-appointment-form-design .pull-right a.add-client-primary-btn {
    background-color: var(--blue-ribbon);
    border-radius: 100px;
    padding: 12px 20px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    /* text-align: left; */
    color: #ffffff;
}

.custom-appointment-form-design .card-body p.card-text {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #5E5E5E;
    margin-bottom: 10px;
}

.custom-appointment-form-design .card-count-text {
    font-size: 14px !important;
}

.custom-appointment-form-design .card-title-dark {
    color: #000 !important;
    margin-bottom: 20px !important;
}

.custom-appointment-form-design .card-body p i {
    margin-right: 12px;
    font-weight: 900;
    color: #5E5E5E;
}

.custom-appointment-form-design .card-body a {
    font-family: "Inter";
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    white-space: nowrap;
}

.custom-appointment-form-design .custom-manage-form {
    border: 1px solid #F9F9F9;
    padding: 20px;
    border-radius: 10px;
    background-color: #F9F9F9;
    font-family: "Inter";
}

.custom-appointment-form-design .custom-manage-form h4 {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
}

.custom-appointment-form-design .custom-manage-form p {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    margin-bottom: 16px;
}

.custom-appointment-form-design .custom-manage-form a {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    text-decoration: underline;
}

.custom-appointment-form-design .custom-app-form-point span {
    margin-top: 11px;
    margin-left: 15px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.appointment-card-wrapper {
    width: 100%;
}

.appointment-btn {
    border-radius: 100px;
    font-size: 14px !important;
    padding: 9px 18px;
}

/* thank you card css */

.thankyou-card-container {
    width: 50%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #D0D0D0;
    max-width: 550px;
}

.thankyou-card-container .title {
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 15px;
}

.thankyou-img {
    height: 90px;
    width: 90px;
}

.thankyou-card-container .card-text {
    font-size: 16px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400px;
    color: #000;
}

.thankyou-card-container .card-text .img-div {
    width: 25px;
}

.thankyou-card-container .card-text .text-div {
    width: calc(100% - 27px);
    margin-top: -3px;
    margin-left: 5px;
    margin-bottom: 20px;
}

.thank-you-btn-container .left-btn {
    width: 46%;
}

.thank-you-btn-container .right-btn {
    width: 46%;
}

.thankyou-primary-btn {
    font-weight: 500 !important;
    display: block;
    border-radius: 6px;
    text-align: center;
    padding: 8px 30px;
    background-color: var(--blue-ribbon);
    border: 1px solid var(--blue-ribbon);
    color: var(--white) !important;
}

.thank-you-page-container {
    min-height: calc(100vh - 132px);
}

.thankyou-secondary-btn {
    font-weight: 500 !important;
    color: #999999 !important;
    padding: 8px 30px;
    border: 1px solid #999999;
    display: block;
    border-radius: 6px;
    text-align: center;
}

/* End */



#after-care-template-save #add_aftercare {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Start 25-08-23 conston form redesign-drop-down start */

.select2-container--open .select2-dropdown {
    left: 0px;
    top: 10px;
    box-shadow: 1px 0px 6px 2px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 4px;
    padding: 10px 0px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 2px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: var(--blue-ribbon);
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
    color: #000000;
    font-weight: 600;
    /* padding-left: 15px !important; */
    font-family: "Inter";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;

}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f9f9f9 !important ;
    color: #000000 !important ;
    font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: var(--blue-ribbon) !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--blue-ribbon) !important;
    color: white !important;
}

.select2-container--default .select2-results__option .select2-results__option {
    font-family: "Inter";
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    color: #696969;
}

.select2-container--default .select2-results__option .select2-results__option:hover {
    background-color: #f1f5f9 !important;
    color: #000000 !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: var(--blue-ribbon) !important;
    color: white !important;
}

/* .select2-container--default .select2-results__option--highlighted[aria-selected]:hover{
    background-color: var(--blue-ribbon) !important ;
    color: #ffffff !important;
} */

/* End */





.sidesubmenu li>a.active {
    color: var(--primary-account);
}

.view-details-slider .owl-carousel .item {
    height: 200px;
}

.view-details-slider .owl-carousel .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.view-details-slider .owl-carousel {
    position: relative !important;
}

.view-details-slider .owl-prev {
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
}

.view-details-slider .owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.view-details-slider .owl-theme .owl-nav .owl-prev {
    border-radius: 6% !important;
    color: transparent !important;
    padding: 5px 3px !important;
    background-color: #E2E8F5 !important;
}

.view-details-slider .owl-theme .owl-nav .owl-prev::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 35px;
    background-image: url("../images/Vector(2).svg");
    left: 10px;
    top: 6px;
    /* transform: translate(-50%, -50%); */
    background-repeat: no-repeat;
    background-size: 12px;

}

.view-details-slider .owl-theme .owl-nav .owl-next {
    border-radius: 6% !important;
    color: transparent !important;
    padding: 5px 3px !important;
    background-color: #E2E8F5 !important;
}

.view-details-slider .owl-theme .owl-nav .owl-next::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 35px;
    background-image: url("../images/Vector(3).svg");
    left: 10px;
    top: 6px;
    /* transform: translate(-50%, -50%); */
    background-repeat: no-repeat;
    background-size: 12px;

}

.treatment-slider-div {
    padding: 15px;
    background-color: #F9F9F9;
    color: #000;
    border-radius: 10px;
}

.treatment-slider-div .treat-name {
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter";
}

.treat-desc-div {
    width: 85%;
}

.treat-desc-div p {
    font-size: 16px;
    font-weight: 500;
    font-family: "inter";
}

.treat-amt-div {
    width: 15%;
    text-align: right;
}

.treat-amt-div p {
    font-size: 16px;
    font-weight: 500;
    font-family: "inter";
}

.treatment-time-text {
    font-size: 16px;
    font-weight: 500;
}


/* Date 07-09-23 custom-onboarding-popup-design start */
.custom-onboarding-popup-design .modal-header {
    background-color: #F5F5F5;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.custom-onboarding-popup-design .current-records-date div {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
}

.custom-onboarding-popup-design .current-records-date .custom-onboding-popup-title {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.custom-onboarding-popup-design .current-records-date .custom-onboding-popup-title-contain {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #373C35;
}

.custom-onboarding-popup-design .custom-steps-card {
    border: 1px solid #DDDDDD;
    padding: 20px;
    border-radius: 10px;
}

.custom-onboarding-popup-design .custom-onboarding-popup-check-box input {
    width: 30px;
    height: 30px;
    background-color: #F9F9F9;
    border-radius: 10px;
    cursor: pointer;
}

@media(max-width:767px) {
    .custom-onboarding-popup-design .current-records-date div {
        font-size: 16px;
    }

    .custom-onboarding-popup-design .current-records-date .custom-onboding-popup-title {
        font-size: 15px;
    }

    .custom-onboarding-popup-design .custom-onboarding-popup-check-box input {
        width: 20px;
        height: 20px;
    }
}

/* 05-09-223 */
.treatment-category-tabs .category-nav-link {
    margin: auto;
    color: #000;
    padding: 6px 12px;
    border-radius: 100px;
}

.treatment-category-tabs .category-nav-link:hover {
    background: var(--blue-ribbon);
    border-radius: 100px;
    color: var(--white);
}

.treatment-category-tabs .category-nav-link.active {
    background: var(--blue-ribbon);
    border-radius: 100px;
    color: var(--white);
}


/* 07-09-2023 start */

.custom-treatmant-Category-popup-content {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #313131;
}

.custom-treatmant-Category-popup-detils {
    background-color: #F0F3F9;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #313131;
    padding: 10px;
    border-radius: 6px;
}

.custom-treatmant-Category-popup-btn {
    width: 100%;
    border: 1px solid #004BFF;
    border-radius: 6px;
    background-color: transparent;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #004BFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.custom-treatmant-Category-list-popup-redesign {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

.w-600modal {
    max-width: 600px !important;
}

input .custom-treatmant-Category-popup#createCategoryName {
    border: 1px solid #E2E8F5 !important;
    border-radius: 4px;
    padding: 12px;
    background-color: transparent !important;
}

.custom-treatmant-Category-list-popup-redesign input.categoryListCheck.custom-input {
    /* width: 20px;
    height: 20px;
    background-color: white;
    vertical-align: middle; */
    border: 1px solid var(--blue-ribbon);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
}

.custom-treatmant-Category-list-popup-redesign input.categoryListCheck.custom-input::after {
    background-color: var(--blue-ribbon);
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    content: "";
    left: 3px;
    top: 3px;
    position: absolute;
    opacity: 0;
}

.custom-treatmant-Category-list-popup-redesign input.categoryListCheck.custom-input::after label>.input[type="checkbox"]::before {
    background: var(--white) !important;
    border-color: var(--primary-new) !important;
}

label>.input[type="checkbox"]:checked::before {
    background: var(--white) !important;
    border-color: var(--primary-new) !important;
}

.custom-treatmant-Category-list-popup-redesign input.categoryListCheck.custom-input:checked::after {
    /* background-color: var(--blue-ribbon); */
    opacity: 1;
}

/* Aarti_css changes  */
.circular_loader {
    width: 100px;
    height: 100px;
}

.treatment-category-tabs {
    margin-bottom: 40px;
}

/* .treatment-category-tabs .owl-nav{
    position: absolute;
    top: -12px;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}
.treatment-category-tabs .owl-nav .owl-prev::after{
    content: "";
    background-image: url("../images/arrow-rightblack.png");
    position: absolute;
    height: 30px;
    width: 35px;
    left: 10px;
    top: 6px;
    background-repeat: no-repeat;
    background-size: 12px;
} */
.treatment-category-tabs .owl-stage-outer {
    padding: 0 40px;
}

.custom-treatmant-Category-list-popup-redesign label {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
}

.custom-treatmant-Category-list-popup-redesign .categoryListItem.d-flex.justify-content-between {
    margin-bottom: 15px;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 9px !important;
    height: 30px !important;
    top: 4px;
}

.select2-container {
    width: 100% !important;
    text-align: left;
    border-radius: 6px;
    /* overflow: hidden; */
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 4px 12px 0 6px;
}

.custom-clinic-timing {
    width: 100%;
}

.list-group-item.clinic-set-up-timings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
    box-shadow: 0px 0px 0px 1px #DDD;
    margin: 10px auto;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #696969;
    background: var(--white);
}

.customSpaceClass .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: break-spaces;
}

.customSpaceClass .select2-container .select2-selection--single {
    min-height: unset;
    height: auto;
}

.clinic_timings {
    margin-bottom: 40px;
}

.clinic_timings .select2-container {
    width: 110px !important;
}

.custom-switch-priority a {
    padding: 10px 5px;
    border-radius: 0;
}

.custom-switch-priority a:first-child {
    border-top: 0;
}

.new-dropzone-layout {
    text-align: center;
}

.upload-img-text {
    font-size: 12px;
}

div::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 5px;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

/* Track */
div::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */
div::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: var(--blue-ribbon) !important;
    border-radius: 10px;
}

/* Handle on hover */
div::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
    background: var(--homecolor5);
}


.treatment-group-container {
    margin-bottom: 20px;
}

.treatment-group-name {
    margin-bottom: 10px;
}

.ratting-card {
    margin-bottom: 30px;
}

.bbb_viewed_new_prev {
    left: -21px !important;
}

.bbb_viewed_new_next {
    right: -14px !important;
}

.custom-clinic-details-review {
    width: 100%;
}

.bbb_viewed_slider_new.owl-carousel-new .owl-item {
    width: 100%;
}

/* End */





/* Slider Changes DJ 14-09-2023 */

.custom_owl_viewed_nav {
    position: absolute;
    background: var(--homecolor2);
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    z-index: 99;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_owl_viewed_nav img {
    color: #000000;
    font-size: 14px;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 2px 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* .custom_owl_viewed_nav:hover i {
        color: #606264
    } */

.custom_owl_viewed_prev {
    /* margin-right: 20px; */
    /* margin-right: 0px; */
    position: absolute;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    z-index: 99;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}

.custom_owl_viewed_new_prev {
    position: absolute;
    left: 0;
    background: var(--homecolor2);
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    z-index: 99;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_owl_viewed_new_next {
    right: 0;
}

.custom_owl_viewed_prev {
    margin-right: 15px;
}

.custom_owl_viewed_slider_container {}

.custom_owl_main_container .owl-nav {
    display: none !important;
}

/* Slider Changes DJ 14-09-2023 END */
.color-elements-container .custom-radio.custom-control-inline {
    margin-right: 10px;
    padding-left: 5px;
    margin-top: 10px;
}

.main-container-div {
    background-image: url(../images/image_empty_eclipse.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: 0px -60px !important;
}

.main-container-div .image-div img {
    max-height: 150px;
    height: 150px;
}

.main-heading-div .image-boxleft {
    width: 32px;
    height: auto;
    margin-right: 20px;
}

.main-heading-div {
    height: auto;
    padding: 10px 20px;
}

/*Media query*/
@media (max-width:1270px) and (min-width:992px) {

    .ratting-div .col-md-12.col-lg-3,
    .ratting-div .col-md-12.col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width:1600px) {}

@media (max-width:1200px) {}

@media (max-width:991px) {}

@media (max-width:767px) {
    .treatment-group-name {
        width: max-content !important;
    }

    .onboarding-button-div {
        margin: 20px 0 !important;
    }

    .ryft-onboard-banner {
        padding: 20px 20px !important;
    }

}

.bg-cartgray {
    background-color: #f4f4f4;
    color: #000;
    padding: 15px 10px !important;
}

.prd-cart-header {
    padding: 10px;
    margin: 10px;
}

.br5 {
    border-radius: 5px;
}

.text-outline-primary {
    background: #edf2fe;
    color: var(--blue-ribbon);
}

.width-fc {
    width: fit-content;
}

.bg-trans {
    background: transparent;
}

.fwb {
    font-weight: bolder;
}

.cart-vendor-profile {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.br10 {
    border-radius: 10px;
}


.shop-cart-imgbox {
    border-radius: 10px !important;

}

.shop-cart-imgbox img {
    padding: 10px;
}

.cart-vendor-name {
    color: #000 !important;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    font-weight: bolder;
    padding-left: 4px !important;

}

.shop-cart-table .cart-product-normal-details-container {
    width: 41.67% !important;
}

.product-name-container {

    color: black !important;
    font-weight: 500;

}

.cartqty-bar {
    border-radius: 100px !important;
    border: 1px solid #C7C7C7 !important;

}

.cartqty-bar input {
    border: 0px !important;
    width: 75px !important;
    text-align: center;
}

.shop-cart-box,
.shop-prescription-cart-box {
    border: 1px solid gainsboro;
    border-radius: 10px !important;
}

.img30 {
    width: 30px;
    height: 30px;
}

.shop-cart-box,
.shop-prescription-cart-box {
    border: 1px solid gainsboro;
    border-radius: 10px !important;
}

.rounded-top10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.prc-cart-bar {
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 10px;
    color: black;
    align-items: center !important;
    margin: 15px 15px !important;
}

.bt-0 {
    border-top: 0px;
}

.cart-elements-table {
    border: none;
}

.tdu {
    text-decoration: underline;
}

.b-gray {
    border: 1px solid gainsboro;
}

.cartqty-bar label {
    position: absolute !important;
    width: max-content !important;
    top: 40px !important;
}

.checkout.sticky.card {
    position: fixed;
    bottom: 0px;
    background: var(--white);
    z-index: 123;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
    left: 0;
    right: 0;
    box-shadow: none;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
}

.discount-input {
    border-radius: 6px !important;
    border: 1px solid #000;
    background-color: #FFF !important;
}

.vendor-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    margin: 18px 0;
}

.cart-product-quantity-container span,
.cart-product-price-container span,
.cart-element-container span {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.cart-element-container .vendor-checkout-info {
    font-size: 14px !important;
}

.shipping-option-select-container.form-group .select2-container--default .select2-selection--single {
    border: none !important;
    /* background-color: rgba(0,0,0,.05); */
    background-color: transparent !important;
}

.shipping-option-select-container.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    border: 1px solid #C8C8C8;
    background: #F1F3F4;
}

.cart-product-normal-details-container {
    display: flex;
    align-items: center;
}

.shipping-option-select-container.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -2px !important;
}

.cart-product-price-container .view-prescription {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 10px auto;
}

.cartqty-bar input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    /* Optional: You can add padding if you want */
}

.row.cart-element-container {
    align-items: center;
}

/* heading change DK 25-09-2023 */
.innerpg .clienthead {
    font-size: 20px !important;
    color: black !important;
    line-height: 22px !important;
}

.clientoutercontainer {
    background-color: #ffff !important;
    height: 400px !important;
}

.profile-image-preview-src {
    margin-right: 20px !important;
}

.clientName {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    /* line-height: 20px !important; */
}

.clientCityName {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #313131 !important;
    /* line-height: 18px !important; */
}

.clientTreatmentName {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #454545 !important;
    /* line-height: 16px !important; */
}

#ratingDiv {
    margin-top: 35px !important;
}

#ratingDiv .stars {
    font-size: 23px !important;
    color: #FFC700 !important;
}

.ratingTxtDivTxt {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    color: #212121 !important;
}

.ratingReplyTxt {
    margin-left: 10% !important;
}

@media (max-width:480px) {
    .clientoutercontainer {
        height: 350px !important;
    }

    .innerpg .clienthead {
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }

    .clientName {
        font-size: 15px !important;
    }

    .clientCityName {
        font-size: 12px !important;
    }

    .clientTreatmentName {
        font-size: 10px !important;
    }

    .clientdate {
        font-size: 10px !important;
    }

    #ratingDiv {
        margin-top: 15px !important;
    }

    .ratingReplyTxt {
        margin-left: 5% !important;
        width: 95% !important;
    }
}

/* replay-review-page style change DK 26-09-2023 */
#submitReview {
    height: 38px !important;
    width: 108px !important;
}

/* replay-review-page style change DK 26-09-2023  end*/


/* client-review-list-container style change DK 26-09-2023 */
#replyReviewBtn .showHideBtn {
    color: #878787 !important;
}

@media only screen and (min-width:993px) and (max-width:1200px) {
    #replayReviewDate {
        margin-right: -75px !important;
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {
    #replayReviewDate {
        margin-right: -90px !important;
    }
}

@media only screen and (min-width:577px) and (max-width:768px) {
    #replayReviewDate {
        margin-right: -50px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:576px) {
    #replayReviewDate {
        margin-right: -100px !important;
    }
}

/* client-review-list-container style change DK 26-09-2023 end*/




.img-30 {
    width: 30px;
    height: auto;
}





.chat-bubble {
    background: #E0E2FF;
    color: #000;
    /* Change this to your desired text color */
    border-radius: 10px;
    /* Adjust the border radius to control the roundness of the bubble */
    padding: 5px 10px;
    /* Adjust padding as needed */
    display: inline-block;
    /* Display the chat bubble inline with text */
    margin: 10px;
    /* Add margin to separate bubbles */
    max-width: 70%;
    /* Limit the width of the bubble as needed */
    border-radius: 0px 45px 45px 45px;
}

.chat-bubble-message {
    margin: 0;
    /* Remove default margin for paragraph */
}

.chat-bubble a {
    color: var(--blue-ribbon);
    text-decoration: underline;

}


.chat-header-btn.btn-outline-primary {
    background: white !important;
    color: var(--blue-ribbon) !important;
    border: 2px solid var(--blue-ribbon) !important;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}


.expand-btn {
    width: 16px;
    height: 16px;
}


.no-tickets {
    width: auto !important;
    height: 200px !important;
    margin: auto !important;
}



.trace-order-item {
    cursor: pointer;
}

/* home page chat popup style edit 28-09-2023 */
.list-view-order-date-time .order-tag,
.list-view-order-date-time .date-tag {
    font-size: 10px !important;
}

.chat-header-btn .back-selection-arrow {
    font-size: 20px !important;
}

#createfromMyOrder,
#createfromCats {
    border-radius: 10px;
    background: #F8F8F8;
    padding: 2.5rem 1rem !important;
}

.create-form-modal {
    gap: 30px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.closeimage-icon {
    height: 32px !important;
    width: 32px !important;
}

#trackMyOrder .trackorder-location,
#trackMyOrder .trackorder-missing,
#trackMyOrder .trackorder-pharmacy,
#trackMyOrder .trackorder-other {
    background-color: #F8F8F8 !important;
    border-radius: 10px;
}

#trackMyOrder .trackorder-location img,
#trackMyOrder .trackorder-missing img,
#trackMyOrder .trackorder-pharmacy img,
#trackMyOrder .trackorder-other img {
    background-color: #E8EEFE;
    padding: 0.5rem;
    border-radius: 10px 0px 0px 10px;
    border-left: 3px solid var(--blue-ribbon);
    width: 40px !important;
}

#trackMyOrder .trackorder-text {
    padding-top: 0.5rem;
}


.messagelist-right {
    justify-content: flex-end;
}

.messagelist-left {
    justify-content: flex-start;
}

.bubble-new-chat {
    border-radius: 0 45px 45px 45px;
    padding: 15px 25px !important;
    display: inline-block;
    margin: 0 10px;
    max-width: 70% !important;
    width: auto;
}

.messagelist-left .bubble-new-chat {
    border-radius: 0 45px 45px 45px;
    float: left;
    background-color: #E0E2FF !important;

}

.messagelist-right .bubble-new-chat {
    background-color: #eee !important;
    border-radius: 45px 0 45px 45px;
    float: right;
}

.messagelist-right .chatcontent {
    align-items: flex-end;
}

.messagelist-left .chatcontent {
    align-items: flex-start;
}


/* myorder popup style change dk 06-10-2023 start */
.myordercard {
    border-radius: 10px !important;
}

/* Prescriber page style change dk 05-10-2923 start*/
.Prescriberfeedback {
    padding: 20px !important;
    background-color: #F9F9F9;
    border-right: 2px solid transparent !important;
}

.prescribertopbar {
    margin-top: -23.9px !important;
    height: 82vh !important;
    overflow: hidden;
    margin-left: 0px !important;
}

.Prescribersearch {
    border-radius: 10px !important;
}

.Prescriberform {
    margin: 0px !important;
    padding-bottom: 20px !important;
    border-bottom: 2px solid #E2E2E2;
    display: flex;
    justify-content: space-between;
}

.Prescriberform input {
    width: 85%;
    height: 44px;
    flex-shrink: 0;
    float: left;
    margin: 0 !important;
    background-color: #ffffff !important;
    border: 1px solid #878787;
}

.Prescriberform .message-icon {
    padding: 0px !important;
    border: none !important;
}

.Prescriberform .message-icon .Custom-admin-add-trade {
    padding: 0px !important;
}

.prescriberlistbox {
    background-color: #F9F9F9 !important;
    height: calc(100vh - 273px) !important;
}

.prescriberlists {
    border-radius: 10px !important;
    border: 1px solid #E2E2E2 !important;
    background: #FFF !important;
    margin-bottom: 10px !important;
}

.prescriberlists .last-msg-sender-name {
    color: #212121;
    font-family: Inter;
    font-size: 16px;
}

.prescriberlists .last-message {
    color: #808080;
    font-family: Inter;
    font-size: 14px;
    /* height: 24px;
    max-width: 60% !important;
    overflow: hidden;
    text-overflow: ellipsis !important; */
}

.prescriberlists .last-message-time {
    color: #808080;
    font-family: Inter;
    font-size: 13px;
}

.prescriberrightbox {
    background-color: #fff !important;

    /* height: 570px !important; */
}

.Prescriberfeedbackright {
    background-color: #fff;
    border-bottom: 1px solid #E2E8F5 !important;
}

.Prescriberfeedbackright button {
    background-color: transparent !important;
}

.Prescriberfeedbackright button img {
    max-height: 32px;
    max-width: 32px;
}

.Prescriberfeedbackwhite {
    background-color: #fff;
    border-radius: 0px !important;
    padding-bottom: 10px !important;
}

.Prescriberfeedbackwhite .txtblack {
    color: #878787;
    font-weight: 400;
    font-size: 1.2rem;
}

.prescriberfooter {
    background-color: #ffffff !important;
    margin-top: 0px !important;
}

.prescriberfooter .message-box {
    width: 90%;
}

.prescriberfooter .message-box #new_message {
    /* margin-right: 30px !important; */
    background-color: #fff !important;
    border: 1px solid #878787 !important;
}

.prescriberplus {
    border-radius: 10px !important;
    font-weight: 1000 !important;
}

.talktext .msg-send img {
    height: 20px !important;
    width: 20px !important;
}

/* .prescriberlists .profile-all-thread-list .left-side-last-msg .last-message{
    height: 24px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
} */
/* Prescriber page style change dk 05-10-2923 end*/


/* Prescriber page popup style change dk 10-10-2923 start*/
/* .Prescribermodal .prescribepopup{
    height: 90vh;
    overflow-y: scroll;
    background: #fff;
} */
.prescribepopup #send-message-div,
.prescribepopup #send-email-div,
.prescribepopup #send-message-all-div {
    cursor: pointer !important;
}

.prescribepopup .message-box {
    width: 100% !important;
    border-bottom: 1px solid #E2E2E2 !important;
}

.prescribepopup .message-box .profile-img {
    height: 40px;
    width: 40px;
}

.prescribepopup #send-message-div .sms-text,
.prescribepopup #send-email-div .email-text,
.prescribepopup #send-message-all-div .send-msg-to-all {
    color: #212121 !important;
    font-family: Inter;
    font-size: 18px;
}

.prescribepopup .message-box .arrow-icon {
    height: 20px !important;
    width: 20px !important;
}

.prescribepopup #searchChat {
    background-color: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #878787 !important;
    padding-left: 40px !important;
    margin-top: 10px;
}

.prescribepopup #searchChat::placeholder {
    color: #000 !important;
    font-family: Inter !important;
    font-size: 17px !important;
}

.prescribepopup .input-container {
    position: relative;
}

.prescribepopup .input-icon {
    position: absolute;
    left: 10px;
    top: 60%;
    transform: translateY(-50%);
    /* color: #ccc;  */
}

.prescribepopup .list-table-row td {
    border-top: none !important;
}

.prescribepopup .list-table-row {
    border-bottom: 1px solid #dee2e6 !important;
}

.prescribepopup .messagebtn {
    border-radius: 10px;
    border: 1.5px solid var(--blue-ribbon);
    background-color: #fff;
}

.prescribepopup .messagebtn:hover {
    color: #fff !important;
    background-color: var(--blue-ribbon);
}

.prescriberlists.active {
    border: 1px solid var(--blue-ribbon) !important;
}

.prescribesender {
    width: 200px;
}

.Prescribermodal .prescriberfullname .para {
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Prescribermodal .prescriberfullname .thread-unread-count {
    align-self: center;
    margin-left: 0.5rem;
}

/* @media (max-width:992px) {
    .orderListModal-dialog{
        width: 90% !important;
    }
} */
/* myorder popup style change dk 06-10-2023 end */



/* Prescriber page left-side scrollbar style change dk 13-10-2023 start*/
/* #listing-elements-container{
	overflow-y: scroll; 
	height: 440px;
}
#listing-elements-container::-webkit-scrollbar{
    width: 1.3rem;
    scroll-behavior: smooth;
}
#listing-elements-container::-webkit-scrollbar-track{
}
#listing-elements-container ::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}
#listing-elements-container::-webkit-scrollbar-thumb{
    background-color: var(--blue-ribbon);
    border-radius: 1rem;
    border: .5rem solid transparent;
    background-clip: content-box;
} */
/* Prescriber page left-side scrollbar style change dk 13-10-2023 end*/

#SearchChatTableBody li {
    list-style-type: none !important;
}

/* Prescriber page left-side scrollbar style change dk 16-10-2023 start*/

.Prescriberform .Custom-admin-add-filter a img {
    height: 20px;
    width: 20px;
}

.Prescriberform #color-change-add-filter {
    padding: 12px 12px !important;
    border-radius: 10px !important;
}

.prescribepopup .prescriber-chat-filter-btn a img {
    height: 20px;
    width: 20px;
}

.prescribepopup .prescriber-chat-filter-btn {
    margin-top: 10px !important;
    padding: 8px 8px !important;
    border-radius: 10px !important;
    background-color: #EDEDED !important;
}

/* .smsTextContentRight,
.smsTextContentLeft{
    background-color: transparent;
    color:#fff !important;
    border-radius: 10px;
}
.smsTextContentLeft::after{
    content: ' ' !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    left: -11px !important;
    top: 0px !important;
    border: 12px solid !important;
    border-color: #3B4A60 transparent transparent !important;
    z-index: 10 !important;
}
.smsTextContentRight::after{
    content: ' ' !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    right: -11px !important;
    top: 0px !important;
    border: 12px solid !important;
    border-color: #3B4A60 transparent transparent !important;
    z-index: 10 !important;
} */

/* Prescriber page left-side scrollbar style change dk 16-10-2023 end*/
.Prescribermodal .prescribepopup .prescribermodalbody {
    height: 40vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.prescribermodalbody::-webkit-scrollbar {
    width: 5px;
}

.prescribermodalbody::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.prescribermodalbody::-webkit-scrollbar-thumb {
    /* background-color: #232b9a; */
    background-color: var(--blue-ribbon);
    border-radius: 4px;
}

/* Prescriber page popup style change dk 10-10-2923 end*/



.qty-plus,
.qty-minus {
    cursor: pointer !important;
}

/* combine cart page view prescription popup style edit dk-20-10-2023 start*/
#prescriber_request .request-form-input {
    background-color: #f1f5f9 !important;
    border: none;
}

/* combine cart page view prescription popup style edit dk-20-10-2023 end*/


/* hold-appointment-modal style start 12-10-2023 start */
#hold-appointment-modal .modal-content,
#expire-option-modal .modal-content {
    width: 50vw;
    margin: auto !important;
}

.hold-appointment-modal .circle-grab,
.expire-option-modal .circle-grab {
    cursor: pointer !important;
}

#hold-appointment-modal .modal-body,
#expire-option-modal .modal-body {
    text-align: justify;
    padding: 1rem 2rem;
    color: #000000;
}

#hold-appointment-modal .modal-body .main-paragraph,
#expire-option-modal .modal-body .main-paragraph {
    margin-top: 0.5rem;
}

#hold-appointment-modal .modal-body .paragraph-list,
#expire-option-modal .modal-body .paragraph-list {
    margin-left: 2rem;
}

#hold-appointment-modal .modal-body .paragraph,
#expire-option-modal .modal-body .paragraph {
    margin-top: 1rem;
    font-weight: 400;
    list-style-type: decimal;
}

#hold-appointment-modal .modal-body .paragraph-head,
#expire-option-modal .modal-body .paragraph-head {
    font-weight: bold;
}

#hold-appointment-modal .modal-body .paragraph-note,
#expire-option-modal .modal-body .paragraph-note {
    margin-top: 0.8rem;
    font-weight: 400;
    list-style-type: lower-alpha;
}

#hold-appointment-modal .modal-body .paragraph-note-head,
#expire-option-modal .modal-body .paragraph-note-head {
    margin-left: 2rem;
}

/* hold-appointment-modal style start 12-10-2023 end */


/* .editprofile-request-deposite{
    padding-top: 10rem;
} */
.header-text-white {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--white);
    margin-bottom: 10px;
}

.header-text-white-p {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: var(--white);
}

.onboarding-tile-goto-payments {
    /* justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex; */
    width: auto;
    border-radius: 100px;
    background-color: var(--white);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #000 !important;
    border: none;
    padding: 5px 10px;
    display: block;
}

.img-cover {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-cover img {
    height: 18px;
    width: auto;
}

.header-div-center {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.stripe-onboard-banner.stripe-popup-label {
    margin-bottom: 20px;
}

.color-yellow {
    color: #FF8328;
    font-weight: bold;
}


/* take payment style change 25-10-2023 start*/
.connect-stripe-account {
    border-radius: 10px;
}

.connect-stripe-account .alert-dark {
    background-color: #F9F9F9;
    border: none;
    border-radius: 10px;
    text-align: justify;
}

.payment-stripe-account-connected {
    border-radius: 10px;
}

.payment-stripe-account-connected .gatway-title {
    color: var(--blue-ribbon);
    font-size: 22px;
    font-weight: 600;
}

.payment-stripe-account {
    border-radius: 10px;
}

.payment-stripe-account .gatway-title {
    color: #7A7A7A;
    font-size: 22px;
    font-weight: 600;
}

.payment-stripe-account .initiate-ryft-onboarding {
    background: var(--white);
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid #7A7A7A;
    color: #7A7A7A !important;
    box-shadow: none;
    margin-left: 5px !important;
}

.payment-stripe-account .initiate-ryft-onboarding:hover {
    color: var(--white) !important;
}

/* take payment style change 25-10-2023 end*/

/* stripe-terms-and-conditions thankyou page style change 25-10-2023  start*/
.deposit-payment-thankyou-card-container {
    margin-top: 6rem !important;
    width: auto !important;
}

.deposit-payment-main-section-container {
    background-color: var(--white);
    padding: 0px;
    border: none;
}

.deposit-payment-main-section-container .deposite-payment-head .paragraph {
    color: #535353 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-align: justify;
}

.deposit-payment-main-section-container .deposite-payment-body {
    border: 1px solid #EEE;
    border-radius: 10px;
}

.deposite-payment-body .input-label {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.deposite-payment-body .form-control {
    border-radius: 10px;
    border: 1px solid #878787;
    background: #FFF !important;
}

.deposite-payment-body .form-control::placeholder {
    color: #A4A4A4 !important;
    font-size: 15px;
}

.deposite-payment-body input[type=checkbox] {
    accent-color: #000000;
    height: max-content;
    margin: 7px 15px 0px 7px !important;
    transform: scale(2);
}

.deposite-payment-body input[type=submit] {
    padding: 10px 10px 10px 16px;
    border-radius: 100px;
    background: var(--blue-ribbon);
    box-shadow: 0px 0px transparent;
    font-size: 18px;
}

.deposite-payment-body .skip-payment-btn {
    background-color: var(--white);
    font-size: 14px;
    font-weight: 600;
    color: #373C35 !important;
    box-shadow: none;
    text-transform: capitalize;
    padding-bottom: 0px;
}

.deposite-payment-body .skip-payment-btn:hover {
    background-color: var(--white) !important;
    box-shadow: none;
}

.skip-term-condition-modal .modal-body .paragraph {
    color: #535353;
    font-family: Inter;
    font-size: 15px;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.06em;
}

.skip-term-condition-modal .modal-body .paragraph-2 {
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
}

.skip-term-condition-modal .modal-footer .complete-now {
    text-transform: capitalize;
    box-shadow: none;
}

.skip-term-condition-modal .modal-footer a {
    color: #373C35;
    font-size: 14px;
    font-weight: 500;
}

#depositPaymentForm .payfields {
    max-width: 300px;
    margin: auto;
}

#depositPaymentForm .payfields {
    max-width: 500px;
    /* margin: auto; */
    padding: 0px 0px 0px 14px;
}

#depositPaymentForm .payfields li span {
    width: 118px !important;
}

.deposit-payment-main-section-container .alert-info {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

/* stripe-terms-and-conditions thankyou page style change 25-10-2023  end*/


.prescriberfooter .upload-preview .previews {
    /* overflow-x: scroll !important; */
}

.prescriberfooter .upload-preview .previews .preview-div {
    height: auto !important;
}

/* prescriber create request page style edit Dk 21-10-2023 start */
.client-card .client-details-div #selected_client_address {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 35px;
}

/* prescriber create request page style edit Dk 21-10-2023 end */


/* in-persone consent form update style 25-10-2023 start*/
.concentform-container .photosmapping {
    height: 160px;
    width: 100%;
}

.concentform-container .photosmapping .photocontainer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.concentform-container .photosmapping .photocontainer img {
    width: 100% !important;
    height: 100%;
    border-radius: 10px;
}

.concentform-container .photosmapping .closeicon {
    position: absolute;
    top: 0;
    right: 0;
    margin: -10px -10px 0px 0px;
}

.photossection .treatment-image {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #EEEFF3;
    object-fit: contain;
}

.photossection .treatment-image img {
    height: 20px !important;
    width: 20px !important;
}

.photossection .treatment-photo {
    color: #373C35;
    font-size: 15px;
    text-align: justify;
}

.concentform-container .treatment-list-container {
    cursor: pointer;
}

.concentform-container .closeicon {
    cursor: pointer;
}

.concentform-container .custom-canvas-container {
    width: 100%;
}

.concentform-container .canvas-container {
    border-radius: 20px;
    border: 1px dashed #878787 !important;
    background: #FFF;
}

.concentform-container .upload-img-text {
    color: #878787;
    cursor: pointer;
}

/* in-persone consent form update style 25-10-2023 end*/

/* treatment box popup style start 26-10-2023 start */
#treatment-list_modal,
#batch_number_modal {
    background: #0000008c;
    overflow-y: scroll;
    overflow-x: hidden;
}

.treatment-list-box .modal-header,
#batch_number_modal .modal-header {
    border-bottom: 1px solid #E2E2E2 !important;
}

#treatment-list_modal .photosbox-container,
#batch_number_modal .photosbox-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.add-more-photosbox .add-more-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    color: #878787;
}

.add-more-photosbox {
    cursor: pointer;
}

#treatment-list_modal .photosbox,
#batch_number_modal .photosbox {
    height: 150px;
    border-radius: 20px;
    border: 1px dashed #878787;
    background: #FFF;
}

#treatment-list_modal .modal-footer .btnredsm,
#batch_number_modal .modal-footer .btnredsm {
    border-radius: 10px !important;
}

#treatment-list_modal .modal-body #total_amount_read {
    border-radius: 10px;
    border: 1px solid #878787;
    background: #FFF !important;
}

/* treatment box popup style start 26-10-2023 end */
.photossection {
    width: 100%;
}

.photossection .treatment-list-box-details,
.treatment-batch-no-tile-container {
    width: 100%;
    cursor: pointer;
}

.treatment-batch-no-list {
    width: 100%;
    cursor: pointer;
}

/* .new consent form design update start 2-11-2023  start */
.new-consent-treatment-list-clone-container .treatment-name,
#treatment-list-container-details .treatment-name,
.treatment-batch-no-tile-container .batch-no-preview-name {
    font-weight: 600;
    text-transform: capitalize;
}

.new-consent-treatment-list-clone-container .treatment-price,
#treatment-list-container-details .treatment-price {
    color: #373C35 !important;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
}

#treatment-list_modal .modal-header #calendar-record-save-modal .modal-header {
    border-bottom: 1px solid #E2E2E2;
}

#treatment-list_modal .form_treatment_title #calendar-record-save-modal .form_treatment_title {
    color: #212121;
}

#treatment-list_modal .modal-body .text-black-price,
#calendar-record-save-modal .modal-body .text-black-price {
    font-size: 18px;
    font-weight: 600;
}

#treatment-list_modal .modal-body .poplabel,
#calendar-record-save-modal .modal-body .poplabel {
    font-size: 12px;
    font-weight: 400;
}

#treatment-list_modal .modal-body .before-photos,
#treatment-list_modal .modal-body .after-photos,
#calendar-record-save-modal .modal-body .before-photos,
#calendar-record-save-modal .modal-body .after-photos {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#treatment-list_modal #imagesPreviewInPopup,
#calendar-record-save-modal #imagesPreviewInPopup {
    /* margin: 0px !important; */
}

#treatment-list_modal .imagesPreviewInPopup-box,
#calendar-record-save-modal .imagesPreviewInPopup-box {
    margin-left: 1px;
    margin-right: -6px;
}

#treatment-list_modal .imagesAfterPreviewInPopup-box,
#calendar-record-save-modal .imagesAfterPreviewInPopup-box {
    margin-left: 3px;
    margin-right: -7px !important;
}

.calender-sign-canvas {
    width: 100% !important;
    margin-top: 5px;
}

.calender-sign-canvas .canvas-container {
    border-radius: 20px;
    border: 2px dashed #878787 !important;
    background: #FFF;
}

/* .new consent form design update start 2-11-2023  end */


/* facial mapping section design start 3-11-2023 start */
.facial-mapping-section .treatment-image {
    position: relative;
    width: 60px;
}

.facial-mapping-section .clock-images {
    position: absolute !important;
    bottom: 5px;
    width: 60% !important;
}

.facial-mapping-section .clock-images {
    width: 60px !important;
}

.facial-mapping-section .clock-images .clock-green {
    float: right;
    display: none;
}

.facial-mapping-section .clock-images .clock-orange {
    float: right;
}

.facial-mapping-complete.clock-images .clock-green {
    display: block;
}

.facial-mapping-complete.clock-images .clock-orange {
    display: none;
}

/* facial_mapping_modal style start 3-11-2023 start */
#facial_mapping_modal .modal-header {
    border-radius: 20px 20px 0px 0px;
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#facial_mapping_modal .modal-body .preview_select_image .treatment-images,
#facial_mapping_modal .modal-body .preview_select_image .treatment-images .images-box {
    background: #EEEFF3;
    /* height: 350px; */
    max-width: calc(100% - 20%);
    width: 100%;
    margin: auto;
    border-radius: 30px;
}

#facial_mapping_modal .modal-body .preview_select_image .treatment-images .canvas-container {
    /* height: 320px !important; */
    width: 345px;
    border-radius: 20px;
}

#facial_mapping_modal .modal-body .preview_select_image .treatment-images .canvas-container #main_canvas,
#facial_mapping_modal .modal-body .preview_select_image .treatment-images .canvas-container .upper-canvas {
    width: 100% !important;
    /* height: 100% !important; */
    border-radius: 20px !important;
}

#facial_mapping_modal .modal-body .preview_select_image .treatment-images-back-arrow {
    background: #EEEFF3;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1.3rem;
    right: 1.3rem;
    cursor: pointer;
}

#facial_mapping_modal .modal-body .preview_select_image .treatment-colors {
    width: 350px;
    margin: auto;
    padding-top: 3rem;
}

#facial_mapping_modal .modal-body .preview_select_image .treatment-colors input[type="color"] {
    width: 0px;
}

#facial_mapping_modal .modal-body .preview_select_image .treatment-colors .colorbox {
    height: 34px !important;
    width: 34px !important;
    border-radius: 50%;
}

#facial_mapping_modal .modal-body .preview_select_image .treatment-text p {
    color: #373C35;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    max-width: 350px;
    width: 100%;
    margin: auto;
}

#facial_mapping_modal .modal-body .preview_select_image .treatments-options {
    max-width: 350px;
    width: 100%;
}

#video {
    /* border: 1px solid black; */
    /* width: 320px;
    height: 240px; */
}

#photo {
    /* border: 1px solid black; */
    /* width: 320px;
    height: 240px; */
}

#canvas {
    display: none;
}

.camera {
    /* width: 340px; */
    /* display: inline-block; */
}

.output {
    /* width: 340px; */
    /* display: inline-block; */
}

#startbutton {
    /* display: block;
    position: relative; */
    margin-left: auto;
    margin-right: auto;
    bottom: 36px;
    /* background-color: #6a67ce; */
    /* border: 1px solid rgba(255, 255, 255, 0.7); */
    /* font-size: 14px; */
    /* color: rgba(255, 255, 255, 1.0); */
    /* cursor: pointer; */
}

.contentarea {
    font-size: 16px;
    font-family: Arial;
    text-align: center;
}

.output {
    /* width: 340px; */
    /* display: inline-block; */
}

#facial_mapping_modal .modal-body .preview_select_image .treatments-options .options button {
    background: #EEEFF3;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
    margin: auto;
}

/* #facial_mapping_modal .modal-body .preview_select_image .treatments-options .options button:hover{
    background-color: #000;
} */
#facial_mapping_modal .modal-body .preview_select_image .treatments-options .options p {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

#facial_mapping_modal .modal-body .image-box {
    height: 157px;
    border-radius: 20px;
    border: 1px dashed #878787;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#facial_mapping_modal .modal-body .image-box p {
    color: #878787;
    font-size: 12px;
    font-weight: 500;
}

#facial_mapping_modal .modal-body .select_image .footer button,
#facial_mapping_modal .modal-body .treatment-note .footer button {
    max-width: 300px;
    width: 100%;
    padding: 0.7rem;
}

#facial_mapping_modal .modal-body .treatment-note p {
    color: #373C35;
    font-size: 15px;
    font-weight: 500;
}

#facial_mapping_modal .modal-body .treatment-note textarea {
    border-radius: 10px;
    border: 1px solid #878787;
    background: #FFF !important;
    height: 120px;
    padding: 20px;
}

#facial_mapping_modal .modal-body .treatment-note textarea::placeholder {
    color: #A4A4A4 !important;
}

.colorbox.active-colorbox {
    border: gold 5px solid;
}

#pencolor {
    visibility: hidden;
}

/* input[type=color]#pencolor {
    width: 100px;
    height: 100px; 
    border-radius: 50%;
    overflow: hidden;
}

input[type=color]#pencolor::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
  padding: 0;
}

input[type=color]#pencolor::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 50%;
    padding: 0;
} */

/* facial_mapping_modal style start 3-11-2023 end */

/* Test Treatment One Model Uploader Style */
.treatment-image-preview-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    min-height: 150px !important;
    max-height: 150px !important;
    background: #87878717;
    border: 1px dashed #87878754;
}

.treatment-image-preview-container img {
    width: 100%;
    height: 100%;
    /* min-height: 150px;
    max-height: 150px; */
    object-fit: contain;
}

.customeCanvasBox .canvas-container {
    height: 100% !important;
    border: 0px !important;
    border-radius: 30px;
    background-color: var(--white);
}

.customeCanvasBox .canvas-container canvas {
    /* width: 100% !important;
    height: 100% !important; */
    /* object-fit: contain; */
}

.colorbox.active-colorbox {
    outline: #dfdfdf 3px solid;
    border: white 3px solid;
}

.customeCanvasBox .treatment-images-back-arrow {
    right: 24px !important;
    top: 21px !important;
}

.main-custom.treatment-image-main-custom .image-filter-container.image-filter-container-popup {
    top: 0;
    right: 0;
    margin-top: -8px;
    margin-right: -3px;
}

.main-custom.treatment-image-main-custom {
    margin-bottom: 20px;
}

.markerCustomeButton {
    background: #000000 !important;
}

.markerCustomeButton img {
    filter: invert(1);
}

.customeFacingMap .treatment-image.rounded-circle {
    max-width: 48px;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    width: auto;
    height: auto;
}

.customeFacingMap .row .col-4.col-md-2 {
    width: fit-content;
    max-width: fit-content;
    margin-right: 20px;
}

.facial-mapping-incomplete-status {
    color: #FF8328 !important;
    font-size: 15px;
    font-weight: 500;
}

.customeFacingMap .facial-mapping-status-icon-container {
    width: fit-content !important;
    right: -3px;
    bottom: -3px;
}

.customeFacingMap h6.text-black {
    margin-bottom: 6px !important;
}

.facingBoxWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    grid-gap: 15px;
}

.facingBoxArrow {
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 44px;
    text-align: center;
    justify-content: center;
}

.facingMapMainBox {
    display: flex;
    align-items: center;
    width: 100%;
    grid-gap: 20px;
}

.treatmentImageWrapper {
    position: relative;
}

.facingContentBox {
    width: 100%;
}

.treatment-batch-clone-container {
    cursor: pointer;
}

.pen:hover,
.pen:active {
    cursor: url("../../../../../faces/public/images/pen_icon_Canvas.svg"), pointer !important;
}

/* .pen:hover, .pen:active {
    cursor: url(data:image/x-icon;base64,AAACAAEAICAAAAEAAQCoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA70aBgO9GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoGAxoaBgO9fnl5/4yHh/8aBgO9GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgMaGgYDvX55ef9XTEr/v7+//62oqP8aBgO9GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA71+eXn/V0xK/7+/v/9pXlz/6enp/8jEw/8aBgO9GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoGAxoaBgO9fnl5/6urq/+/v7//aV5c/+np6f+rpKL//////87Jyf8aBgO9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgMaGgYDvX55ef+rq6v/v7+//9XV1f/p6en/q6Si//////+vqKf/6Obl/xoGA70AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA71+eXn/q6ur/7+/v//V1dX/6enp//j4+P//////r6in/+jm5f97b27/GgYDvQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoGAxoaBgO9fnl5/6urq/+/v7//1dXV/+np6f/4+Pj////////////o5uX/e29u/87Jyf8aBgO9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgMaGgYDvX55ef+rq6v/v7+//9XV1f/p6en/+Pj4/////////////////3tvbv/Oycn/6Obl/xoGA70AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA71+eXn/q6ur/7+/v//V1dX/6enp//j4+P////////////////97b27/zsnJ///////o5uX/GgYDvQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoGAxoaBgO9fnl5/6urq/+/v7//1dXV/+np6f/4+Pj/////////////////e29u/87Jyf//////6Obl/xoGA70aBgM3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgMaGgYDvX55ef+rq6v/v7+//9XV1f/p6en/+Pj4/////////////////3tvbv/Oycn//////+jm5f8aBgO9GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA71+eXn/q6ur/7+/v//V1dX/6enp//j4+P////////////////97b27/zsnJ///////o5uX/GgYDvRoGAzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoGAxoaBgO9fnl5/1dMSv+/v7//1dXV/+np6f/4+Pj/////////////////e29u/87Jyf//////6Obl/xoGA70aBgM3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgMaGgYDvX55ef+rq6v/v7+//2leXP/p6en/+Pj4/////////////////3tvbv/Oycn//////+jm5f8aBgO9GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA71+eXn/q6ur/7+/v//V1dX/6enp/6ukov////////////////97b27/zsnJ///////o5uX/GgYDvRoGAzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoGAxoaBgO9fnl5/6urq/+/v7//1dXV/+np6f/4+Pj//////6+op//o5uX/VUZE/87Jyf//////6Obl/xoGA70aBgM3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgMaGgYDvX55ef+rq6v/v7+//9XV1f/p6en/+Pj4////////////6Obl/1VGRP9VRkT/zsnJ/+jm5f8aBgO9GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA71+eXn/q6ur/7+/v//V1dX/6enp//j4+P////////////////9VRkT/GgYDNxoGAzcaBgM3GgYDvRoGAzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoGAxoaBgO9fnl5/6urq/+/v7//1dXV/+np6f/4+Pj/////////////////VUZE/xoGAzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgMaGgYDvX55ef+rq6v/v7+//9XV1f/p6en/+Pj4/////////////////1VGRP8aBgM3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA71+eXn/q6ur/7+/v//V1dX/6enp//j4+P////////////////9VRkT/GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgO9fnl5/6urq/+/v7//1dXV/+np6f/4+Pj/////////////////VUZE/xoGAzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA72rq6v/v7+//9XV1f/p6en/+Pj4/////////////////1VGRP8aBgM3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgO9nJqa/7+/v//V1dX/6enp//j4+P////////////////9VRkT/GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA72/v7//1dXV/+np6f/4+Pj/////////////////VUZE/xoGAzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgO9rqys/9XV1f/p6en/+Pj4/////////////////1VGRP8aBgM3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgYDGhoGA73CwMD/6enp//j4+P//////6Obl/1VGRP9VRkT/GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgO9wsDA/+np6f/4+Pj/6Obl/1VGRP9VRkT/GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoGA73U0tL/4d/f/1VGRP9VRkT/GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaBgO96enp/1NFQv9VRkT/GgYDNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTRUL/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////z////4f///8D///+Af///AD///gA///wAP//4AD//8AA//+AAP//AAH//gAD//wAB//4AA//8AAf/+AAP//AAH//gAD//wAd//4AP//8AH//+AD///AB///wA///4Af//+AP///AH///wD///4D///+D////D////7////8=), pointer !important;
} */

.customeCanvasBox .images-box {
    max-width: 100% !important;
}

#facial_mapping_modal .modal-dialog {
    max-width: 80%;
}

#main_canvas {
    position: relative !important;
}

.skeleton-loader {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #f3f3f3 !important;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    border-radius: 25px;
    background-size: 200% 100%;
    animation: 2s loading linear infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.test-class {
    height: 240px;
}


.skeleton-line {
    height: 20px;
    width: 100%;
    background: linear-gradient(90deg, transparent, #f0f0f0, transparent);
    margin-bottom: 10px;
    /* Adjust spacing between skeleton lines */
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200%;
    }

    100% {
        background-position: 200%;
    }
}

.prescriber_request_items_height {
    height: 100px;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}


#collapseExample li {
    transition: 0.5s ease-in-out;
}

#collapseExample li a svg path {
    fill: #454545 !important;
}

#collapseExample li:hover a svg path {
    fill: var(--blue-ribbon) !important;
}

.chat-popup .chat-header-btn svg path,
.create-ticket-selection .gray-box svg path {
    fill: var(--blue-ribbon) !important;
}

#createNewTicketFrom svg path {
    fill: var(--blue-ribbon) !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: var(--blue-ribbon) !important;
    color: var(--white);
    font-size: 1em;
}

.chat-threads-container .list-group-item.active {
    border-color: var(--primary-account) !important;
}

.chat-threads-container .list-group-item a span {
    color: var(--primary-account) !important;
}

.from-user-message-talk-bubble {
    background-color: var(--reciver-bubble);
    color: var(--white);
    /* padding: 16px; */
}

.to-user-message-talk-bubble {
    background-color: var(--sender-bubble);
    color: var(--white);
    /* padding: 16px; */
    border-radius: 10px;
}

#listing-elements-container-section .purchaselist .rating-star {
    color: var(--blue-ribbon);
}

.color-input-btn {
    accent-color: var(--primary-account) !important;
    position: relative;
    color: var(--primary-account)
}

.color-input-btn::before {
    visibility: hidden;
    content: "\f00c";
    color: #fff;
    position: absolute;
    left: 1px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotateZ(-9deg);
    margin-top: 3px;
}

/* .color-input-btn:checked ~ .color-input-btn::before{
    visibility: visible !important;
} */
.color-input-btn-big {
    accent-color: var(--primary-account) !important;
    position: relative;
    color: var(--primary-account)
}

.color-input-btn-big::before {
    /* visibility: hidden; */
    content: "\f00c";
    color: #fff;
    position: absolute;
    left: 1px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotateZ(-9deg);
    margin-top: 0.5px;
}

.filter-radio-button-orange input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    background: var(--white);
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
}

.filter-radio-button-orange input[type="checkbox"]:checked {
    background: url("../../../../public/images/Check_square_insync.svg");
    border: none;
    background-position: center;
    height: 22px;
    width: 22px;
    background-size: cover;
    border-radius: 50%;
}

.filter-radio-button-orange input[type="checkbox"]:checked:before {
    display: none;
}

.filter-radio-button-orange input[type="checkbox"]:focus {
    outline: 0;
}

.orange-color-text {
    color: var(--blue-ribbon) !important;
}

.concent-checkbox-container-insync input[type="checkbox"] {
    appearance: none;
    width: 28px;
    height: 25px;
    background: var(--white);
    border: 1px solid var(--blue-ribbon);
    border-radius: 5px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
    color: var(--blue-ribbon);
}

.concent-checkbox-container-insync input[type="checkbox"]:checked {
    background: url("../../../../../faces/public/images/concent-selected_insync.svg");
    background-position: center;
    height: 25px;
    border-radius: 5px;
    width: 28px;
    background-size: 32px;
}

.concent-checkbox-container-insync input[type="checkbox"]:focus {
    outline: 0;
}

.color-input-btn-round {
    accent-color: var(--primary-account) !important;
}

.color-input-btn-round::before {
    position: relative !important;
    top: 1.5px !important;
    left: 5px !important;
    border: 4px solid #ffffff !important;
    padding: 7px !important;
}

#listing-elements-container-section-chat #message_from_div .chatcontent .talk-bubble {
    background-color: var(--sender-bubble);
}


.deposite-payment-body .payment-input {
    padding: 25px 20px;
}

.deposite-payment-body .deposite-payment-text svg {
    height: 60px;
    width: 60px;
    margin: 3px 5px 0 0;
    height: fit-content;
}

.deposite-payment-body .deposite-payment-lock svg {
    margin: 3px 5px 0 0;
}

.deposite-payment-body .deposite-payment-lock svg path {
    width: 60px;
    height: fit-content;
}

.deposite-payment-body .last-checkbox {
    width: 60px;
    height: fit-content;
}

.new-card-sticky-skeleton {
    position: fixed;
    bottom: 0px;
    background: #f3f3f3 !important;
    z-index: 123;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
    left: 0;
    right: 0;
    box-shadow: none;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
}


/* new  css csrt footer reduse */
.customeCartStickeyFooter .row.p-3 {
    padding: 10px 10px !important;
    margin: 0px !important;
}

.customeCartStickeyFooter .total-amount-text {
    margin: 0px !important;
}

.customeCartStickeyFooter .orange-color-text {
    margin: 0px !important;
}

.customeCartStickeyFooter .row.px-3 {
    padding: 10px 0px;
}

.customeCartStickeyFooter .row.px-3 .mb-2.col-md-6 {
    margin: 0px !important;
    display: flex;
    align-items: center;
}

.customeCartStickeyFooter .row.px-3 .mb-2.col-md-6 button {
    padding: 4px 16px;
    line-height: inherit;
}

.Custome-padding {
    padding: 50px 0px 200px !important;
}

.customeShopingText .shop-listing-desc {
    max-height: 110px;
    min-height: 110px;
}

.shop-listing-desc .categories-title{
    font-size: 15px ;
}

.customeCartStickeyFooter {
    border: 0px !important;
    padding: 20px 0;
}

.bottomStickeyFooterWrapper {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
}

.customeCartStickeyFooter .left-text-item,
.customeCartStickeyFooter .right-text-item {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.customeCartStickeyFooter .update-basket-dot {
    max-height: 31px;
    padding: 0px !important;
    min-height: 31px;
    display: flex;
}

.calmainbox .editlist .Tag-New {
    display: none !important;
}

.calmainbox.open .Tag-New {
    display: flex !important;
}

.editlist .nav-item a div {
    display: flex !important;
    align-items: center;
}

.Tag-New {
    position: relative !important;
    right: 0;
    max-width: 50px;
    border-radius: 100px !important;
    overflow: hidden;
    height: auto !important;
    max-height: 26px !important;
}

/* Chat Design */

.custom-chat-Wrapper {
    opacity: 1;
    padding: 0px !important;
    background: #fff;
}

.Custome-Left-Chat {
    gap: 10px;
    display: grid !important;
    grid-template-columns: 1fr 40px 40px;
    padding: 10px !important;
    border-bottom: 1px solid #E9EDEF;
}

.Custome-Left-Chat input {
    width: 100%;
    border: 1px solid #F0F2F5;
    background: #F0F2F5 !important;
    color: #696969;
    font-family: "Inter" !important;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.35px;
}

.Custome-Left-Chat input::placeholder {
    color: #696969 !important;
    font-family: "Inter" !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}


.Custome-Left-Chat .message-icon {
    background-color: #EDEDED !important;
    border-radius: 10px;
}


.custom-chat-Wrapper .prescriberlistbox {
    background-color: #fff !important;
    margin-top: 10px !important;
}

.custom-chat-Wrapper .list-group {
    padding: 0px !important;
}

.custom-chat-Wrapper .list-group::-webkit-scrollbar {
    width: 0px !important;
    scroll-behavior: smooth;
}

.custom-chat-Wrapper .list-group ::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

.custom-chat-Wrapper .list-group::-webkit-scrollbar-thumb {
    background-color: var(--blue-ribbon);
    border-radius: 1rem;
    border: .5rem solid transparent;
    background-clip: content-box;
}

.custom-chat-Wrapper .list-group .list-group-item {
    padding: 10px;
    margin: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #E9EDEF !important;
    /* min-height: 76px; */
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    width: 100% !important;
}

.custom-chat-Wrapper .list-group .list-group-item.active {
    background: #F0F3F9 !important;
}

.custom-chat-Wrapper .list-group .list-group-item .profile-all-thread-list {
    width: 100%;
}

.custom-chat-Wrapper .list-group .list-group-item .profile-all-thread {
    display: grid !important;
    grid-template-columns: 50px 1fr !important;
    grid-gap: 13px;
}

.custom-chat-Wrapper .list-group .list-group-item .profile-pic {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px;
    border: 1px solid #fff;
}

.CusProfileImg {
    width: 50px !important;
    height: 50px !important;
    margin: 0px !important;
    position: relative;
}

.custom-chat-Wrapper .list-group .list-group-item .last-msg-sender-name {
    color: #313131 !important;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.45px;
}

.custom-chat-Wrapper .list-group .list-group-item .last-message {
    color: #454545;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.customeChatWrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
}

.customeChatWrapper .prescribesender {
    width: 100%;
    gap: 5px;
    display: flex;
    flex-direction: column;
}


.Chat-date {
    color: #454545 !important;
    font-family: "Inter" !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
}

.chatDateCountWrapper {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 8px;
}

.customeChatWrapper .chatDateCountWrapper span.thread-unread-count {
    margin-left: auto;
    width: 25px;
    height: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    margin-right: 0px !important;
}

.cuatomeChatBothDesign {
    box-shadow: 0px 0px !important;
    background: #F7F8FA !important;
}

.cuatomeChatBothDesign .Prescriberfeedbackwhite.chat-container {
    background: #F7F8FA;
    margin: 0px !important;
    height: calc(100vh - 20vh - 15.6vh);

}

.CustomechatHeader {
    padding: 10px 15px;
    min-height: 70px;
    background: #E2E8F5;
    gap: 10px;
}

.CustomechatHeader button {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #fff !important;
}

.CustomechatHeader button img {
    max-width: unset;
    min-width: unset;
    width: 35px;
    height: 35px !important;
    max-height: unset;
    border-radius: 100px;
    object-fit: contain !important;
}

.TopleftSidebarChat {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    background: #E2E8F5;
}

.TopleftSidebarChat .leftImg img {
    width: 50px;
    height: 100%;
    object-fit: cover;
}

.leftImg {
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    overflow: hidden;
    border: 2px solid #FFF;
}

.rgtMenu {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.CustomechatHeader .Custom-admin-chat-side-picbox img {
    border: 2px solid #fff;
    border-radius: 100px;
}

.CustomechatHeader .Custom-admin-chat-side-title .chat_title {
    color: #454545 !important;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
}

.cuatomeChatBothDesign .textmessagebox {
    padding: 10px 20px;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    grid-gap: 27px;
    width: 99% !important;
    margin: 0px !important;
    align-items: center;
    background: #F7F8FA;
    z-index: 111;
    position: relative;
}

.cuatomeChatBothDesign .chat-textmessage{
    z-index: auto;
}
.cuatomeChatBothDesign .chat-textmessage .textmessageboxoverlay{
    background: transparent;
}

.RoundedBtn.chat-edit-client{
    padding: 8px 0;
}
.createPrescriptionModelOverlayShow .customeMoChatSidebar .createPrescription.chat-Prescription{
    width: 450px !important;
}
.form-group.chat-verification{
    align-items: center;
}
.chat-document, .perLable.chat-document {
    font-size: 14px;
}
.Prescriberfeedbackwhite .txtblack.chat-client-info{
    font-size: 15px;
    line-height: 22px;
    color: #000;
}
.chat-select-wrapper .perLable{
    font-size: 15px;
    line-height: 22px;
    color: #696969;
}
.clientDetails.chat-client-details{
    margin-top: 10px;
}
.chat-select-wrapper .arrowInput {
    display: none;
}
.modal-dialog.chat-serch-data-modal{
    max-width: 500px;
    
}
.chat-Prescription .create-prescription-product-element-container .MainContentWrapper{
    gap: 0;
}
.chat-Prescription .productActionWrapper .number input{
    font-size: 12px;
}
.chat-Prescription .create-prescription-product-element-container {
    padding: 10px !important; 
}
.BtnWrapperGrid.chat-Prescription{
    margin-top: 10px;
}
.chatAddproductMargin .new-client-documents .header-info p{
    font-size: 14px;
    color: #696969;
}
.chatAddproductMargin .chat-select-wrapper .perLable{
    font-size: 14px;
}
.chatAddproductMargin .UploadAdditionalWrapper .perLable{
    color: #696969;
    margin-bottom: 0;
}
.chatAddproductMargin .new-client-documents .header-info{
    justify-content: space-between;
    margin-bottom: 5px;
}
.chatAddproductMargin .new-client-documents .header-info .see-the-documents{
    margin-left: 0 !important;
}
.chatAddproductMargin .dateWrapper .perLable{
    font-size: 14px;
    color: #696969;
}
.chatAddproductMargin .addProduct .formTitle{
    font-weight: 500;
    color: #696969;
}
.chatAddproductMargin .FeesWrapper .perLable{
    font-size: 14px;
    color: #696969;
}
.chatAddproductMargin .existingClientGrids .chat-client-info{
    font-size: 14px;
    color: #696969;
    font-weight: 500;
}
.chatAddproductMargin .existingClientGrids .col-6{
    padding-left: 0;
}
.chatAddproductMargin .UploadAdditionalWrapper .custom-switch{
    margin-bottom: 0;
}
.chatAddproductMargin .UploadAdditionalWrapper{
    align-items: center;
    margin-bottom: 5px;
}
.chatAddproductMargin .clientDetails.chat-client-details{
    margin-top: 5px;
    margin-bottom: 15px !important;
}
.chatAddproductMargin .addProduct .RoundedBtn{
    margin-top: 5px;
    padding: 8px 0px;
}
.chatAddproductMargin .noteWrapper .prescription-title-chat, .chatAddproductMargin .noteWrapper {
    margin-bottom: 5px;
    margin-top: 15px;
}
.chatAddproductMargin .subDivNewWrapper~.selectWrapper span.select2, .chatAddproductMargin .dateWrapper input, .chatAddproductMargin .FeesWrapper input{
    padding: 5px;
    border-radius: 4px;
}
.PrescriptionDataWrapper.chatAddproductMargin{
    padding-top: 15px;
}
.chatAddproductMargin .dateWrapper.mb-30{
    margin-bottom: 15px;
}
.chatAddproductMargin .productSelectWrapper .create-prescription-product-element-container{
    margin: 15px 0px;
}
.chatAddproductMargin .productSelectWrapper .create-prescription-product-element-container:last-child{
    margin-bottom: 0;
}
.chatAddproductMargin .create-prescription-product-element-container .productimgWrapper{
    padding: 6px;
    height: auto;
}
.chatAddproductMargin .create-prescription-product-element-container .subDivNewWrapper {
    grid-template-columns: 64px 1fr;
}
.chatAddproductMargin .new-client-documents{
    padding-top: 0;
}
.chatAddproductMargin .prescription-box{
    margin-bottom: 15px;
}
.chatAddproductMargin .client-documents .client-document:last-child{
    margin-bottom: 0;
}
.chatAddproductMargin .btnredsm{
    padding: 8px !important;
}
.chatAddproductMargin .upload-section .dropzone{
    margin-top: 5px !important;
    margin-bottom: 15px;
}
.chatAddproductMargin .RoundedBtn{
    padding: 8px 0;
}
.chatAddproductMargin .create-prescription-product-element-container .selectWrapper{
    margin-bottom: 0;
}
.chatAddproductMargin .productSelectWrapper{
    margin-bottom: 15px;
}
.chatAddClientModal input{
    padding: 10px !important;
    height: auto !important;
}
.chatAddClientModal input#phone_no_prescription {
    padding-left: 85px !important;
}
.chatAddClientModal .new-client-user .iti--separate-dial-code .iti__flag-container{
    height: auto;
}
.chatAddClientModal .new-client-user .btnSaveWrapper .RoundedBtn{
    padding: 8px 0;
}
.chatAddClientModal.addClientModel form{
    padding: 10px 0px 0px;
}
.practitoner-prodcuts{
    display: flex;
    align-items: center;
    gap: 10px;
}
.practitoner-prodcuts .number{
    align-items: center;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid #C7C7C7;
    background: #FFF;
    max-width: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 70px;
}
.practitoner-prodcuts .number input{
    width: 100%;
    border: 0px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
}
.practitoner-prodcuts .productActionWrapper{
    margin-top: 0;
}
.chatAddproductMargin .MainContentWrapper .subDivWrapper{
    gap: 10px;
}
.chatAddproductMargin .MainContentWrapper .subDivWrapper p{
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}
.chatAddproductMargin .create-prescription-product-element-container .MainContentWrapper .remove-product{
    background: none;
}
.editCustomClientModel.chatEditClientModal form{
    padding: 10px 0px 0px;
}
.chatEditClientModal input{
    padding: 10px !important;
    height: auto !important;
}
.chatEditClientModal .btnSaveWrapper .RoundedBtn{
    padding: 8px 0;
}
.chatEditClientModal .client-phn-wrap .iti__flag-container{
    height: auto;
}
.chatEditClientModal input#edit_exisitng_client_phone_no {
    padding-left: 85px !important;
}
.chatAddClientModal .new-client-user .iti--separate-dial-code .iti__flag-container .iti__selected-flag, .chatEditClientModal .client-phn-wrap .iti--separate-dial-code .iti__flag-container .iti__selected-flag {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#chat-messages-page .textmessagebox .prescriptionBtn{
    position: relative;
}
#chat-messages-page .textmessagebox .prescriptionBtn::before{
    content: "";
    height: 50px;
    width: 50px;
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    border-radius: 100px;
}
.consent-underline .modal-content .list-group .list-group-item{
    border-bottom: none;
}
.chatAddproductMargin .chat-client-details .clientBox h5{
    font-size: 15px;
    color: #373C35;
}
.chatAddproductMargin .MainContentWrapper .subDivWrapper .products_text_new{
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
}
.cuatomeChatBothDesign .chat-textmessage {
    background: #E2E8F5;
}
@keyframes wave {
    0% {
      box-shadow: 0 0 0px 0px rgba(23, 95, 250, 0.8);
    }

    100% {
      box-shadow: 0 0 0px 15px rgba(23, 95, 250, 0.1);
    }
}
@media (max-width:576px){
    .chat-Prescription .create-prescription-product-element-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width:500px){
    .modal-dialog.chat-serch-data-modal{
        max-width: 90%;
    }
    .chatAddproductMargin .MainContentWrapper .subDivWrapper{
        gap: 6px;
        flex-wrap: wrap;
    }
}
@media (max-width:375px){
    .modal-dialog.chat-serch-data-modal .prescribermodalbody{
        padding-left: 0;
        padding-right: 0;
    }
    .modal-dialog.chat-serch-data-modal .modal-content{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .modal-dialog.chat-serch-data-modal .prescribepopup table td{
        padding: 8px;
    }
}

@media (max-width:500px){
    .createPrescriptionModelOverlayShow .customeMoChatSidebar .createPrescription.chat-Prescription{
        width: 300px !important;
    }
    .BtnWrapperGrid.chat-Prescription{
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.cuatomeChatBothDesign .prescriberfooter {
    background: transparent !important;
    border-top: 1px solid #E2E8F5;
}

.cuatomeChatBothDesign .textmessagebox .message-box textarea#new_message {
    padding: 15px 20px !important;
    border-radius: 10px;
    background: #FFF !important;
    border-color: transparent !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #6B7C85 !important;
    font-family: "Inter";
}

.cuatomeChatBothDesign .textmessagebox .message-box textarea#new_message:focus {
    box-shadow: 0px 0px transparent !important;
}

.cuatomeChatBothDesign .textmessagebox .message-box textarea#new_message::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #6B7C85 !important;
    font-family: "Inter";
}

.cuatomeChatBothDesign .textmessagebox .message-box {
    width: 100% !important;
    padding: 0px !important;
    max-width: 100%;
}

.cuatomeChatBothDesign .dropup.p-0.col-sm-1,
.cuatomeChatBothDesign .col-sm-1.col-1.p-0.my-auto {
    max-width: 100%;
    flex: 100%;
}

.custom-chat-Wrapper .row {
    margin: 0px;
}


.cuatomeChatBothDesign .textmessagebox button#send_message:hover {
    background-color: transparent;
}


.cuatomeChatBothDesign .textmessagebox button#send_message {

    border: 0px;
    padding: 0px;
    border-radius: 0px;
}

.cuatomeChatBothDesign .textmessagebox button#send_message i {
    font-size: 24px;
    color: #454545;
}

.cuatomeChatBothDesign .textmessagebox .btnroundicon {
    background: transparent;
    padding: 0px;
    border: 0px;
}

.cuatomeChatBothDesign .textmessagebox .btnroundicon img {
    min-width: 24px;
}

.left-message-color {
    background-color: red;
}

.cuatomeChatBothDesign .btm-right {
    background: transparent !important;
    padding: 0px !important;
}

.cuatomeChatBothDesign .btm-left {
    background: transparent !important;
    padding: 0px !important;
}

.cuatomeChatBothDesign .btm-right .MessageBox {
    background: #C8F2C3 !important;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    /* max-width: 50%;
    min-width: 60px */
}

.cuatomeChatBothDesign .btm-left .MessageBox {
    background: #E8ECEF !important;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    /* max-width: 50%;
    min-width: 60px */
}

.cuatomeChatBothDesign .btm-right .talktext,
.cuatomeChatBothDesign .btm-left .talktext {
    padding: 0px !important;
}

.cuatomeChatBothDesign .btm-right .MessageBox p,
.cuatomeChatBothDesign .btm-left .MessageBox p {
    color: #313131 !important;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.cuatomeChatBothDesign .btm-right .MessageBox .text-right.text-white svg,
.cuatomeChatBothDesign .btm-left .MessageBox .text-right.text-white svg {
    position: absolute;
    right: 4px;
    bottom: 5px;
    color: #313131 !important;
    height: 14px;
    width: 14px;
}

.cuatomeChatBothDesign .btm-right .date-text,
.cuatomeChatBothDesign .btm-right .new-date-text {
    color: #727272 !important;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
}

.cuatomeChatBothDesign .btm-left .date-text,
.cuatomeChatBothDesign .btm-left .new-date-text {
    text-align: left !important;
    color: #727272 !important;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
}

.arrowMark {
    padding: 10px 0px;
    position: relative;
}

.tri-right.btm-left:after {
    display: none !important;
}

.tri-right.btm-right:after {
    display: none !important;
}

.MarkAsunread {
    position: absolute;
    right: 0px;
    bottom: -40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
    z-index: 1000;
}

.MarkAsunread p {
    color: #454545;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    /* 162.5% */
    white-space: nowrap;
}

.chatMessageProfileSidebar {
    position: fixed;
    top: 198px;
    width: 25%;
    height: calc(100% - 271px);
    right: 0;
    background: #fff;
    transform: translate(100%, 0px);
    pointer-events: none;
    visibility: hidden;
    transition: 0.8s all;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #E2E8F5;
    background: #FFF;
}

.chatMessageProfileSidebar.active {
    transform: translate(0px, 0px);
    visibility: visible;
    pointer-events: unset;
}

.createPrescription {
    position: fixed;
    top: 0px;
    width: 30%;
    height: 100%;
    right: 0;
    background: #fff;
    transform: translate(100%, 0px);
    pointer-events: none;
    visibility: hidden;
    transition: 0.8s all;
    padding: 20px;
    border-radius: 0px;
    border-left: 1px solid #E2E8F5;
    background: #FFF;
    z-index: 1020;
}


.createPrescriptionModelOverlayShow .createPrescription.active {
    transform: translate(0px, 0px);
    visibility: visible;
    pointer-events: unset;
    overflow: auto;
}

.addClientModel,
.editCustomClientModel {
    position: fixed;
    top: 0px;
    width: 30%;
    height: 100%;
    right: 0;
    background: #fff;
    transform: translate(100%, 0px);
    pointer-events: none;
    visibility: hidden;
    transition: 0.8s all;
    padding: 20px;
    border-radius: 0px;
    border-left: 1px solid #E2E8F5;
    background: #FFF;
    z-index: 1020;
}

.addClientModel.active,
.editCustomClientModel.active {
    transform: translate(0px, 0px);
    visibility: visible;
    pointer-events: unset;
    overflow: auto;
}


.sideProfile {
    width: 194px;
    margin: auto;
    height: 194px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #f4f4f4;
}

.sideProfile .activeTag {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #95DE45;
    bottom: 16px;
    right: 11px;
    border-radius: 100px;
    border: 4px solid #fff;
}

.sideProfile .offlineTag {
    position: absolute;
    width: 30px;
    height: 30px;
    background: red;
    bottom: 16px;
    right: 11px;
    border-radius: 100px;
    border: 4px solid #fff;
}

.sideProfile img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}

.sidePConttent {
    text-align: center;
    padding: 20;
}

.sidePConttent h5 {
    color: #000;
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.sidePConttent p {
    color: #646464;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.back-sidebar {
    padding: 10px;
    border: 0px;
    border-radius: 6px;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer !important;
}

.back-sidebar img {
    max-width: 10px;
    filter: invert(1);
}

.profile-view {
    cursor: pointer !important;
}

.textmessageboxBtnWrapper {
    display: flex;
    align-items: center;
    grid-gap: 27px;
    cursor: pointer;
}

.prescriptionBtn img {
    max-width: 50px;
    min-width: 50px;
}

.prescriptionBtn {
    position: relative;
}

span.timeTag {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

span.timeTag img {
    width: 100%;
    height: 100%;
    max-width: fit-content;
    min-width: auto;
}

.PrescriptionDropDown {
    padding: 0px;
    background: transparent !important;
    box-shadow: 0px 0px 0px 0px transparent;
}

.PrescriptionDropDown ul li {
    margin-bottom: 20px;
}

.PrescriptionDropDown ul li a.dropdown-item {
    background-color: transparent !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    gap: 20px;
}

.PrescriptionDropDown.show {
    color: transparent;
    box-shadow: 0px 0px;
}

.PrescriptionDropDown ul li a.dropdown-item i.fa.fa-file {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 12px 2px #0000000d;
    color: #000;
}

.PrescriptionDropDown ul li a.dropdown-item p {
    padding: 10px 10px 10px 15px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 12px 2px #0000000d;
}

.PrescriptionDropDown ul li a.dropdown-item p:before {
    content: '';
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -5px;
    transform: rotate(-90deg);
}

.PrescriptionDropDown ul li a.dropdown-item:hover i {
    background: #E2E8F5 !important;
}

.PrescriptionDropDown ul li a.dropdown-item:hover p {
    background: #E2E8F5;
}

.PrescriptionDropDown ul li a.dropdown-item:hover p::before {
    border-bottom: 10px solid #E2E8F5;
}

.Prescriptions-Model {
    position: fixed;
    width: calc(100% - 25%);
    padding: 20px;
    transform: translate(0px, 100%);
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #E2E8F5;
    background: #FFF;
    box-shadow: -6px 0px 20px 0px rgba(0, 0, 0, 0.06);
    margin-right: auto;
    left: 25%;
    bottom: 0px;
    transition: 0.8s all;
}

.Prescriptions-Model .PrescriptionsHeader h5 {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 110% */
}

.PrescriptionsProfileImg {
    width: 46px;
    height: 46px;
    border-radius: 100px;
}

.PrescriptionsProfileImg img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.PrescriptionsData li {
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E2E8F5;
    background: #FFF;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.PrescriptionsProfile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.proContent h5 {
    color: #313131;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
}

.proContent p {
    color: #313131;
    text-align: right;
    font-family: "Inter";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    /* 14px */
}

.Prescriptionsmiddle p {
    color: #313131;
    text-align: right;
    font-family: "Inter";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    /* 14px */
    text-align: center;
}

.rightBtn {
    width: 26px;
    height: 26px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #00AB08;
}

.CloseBtn {
    border: 0px;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 1.5px solid #D00000;
    background: #FFF;
}

.FillBtn {
    border-radius: 4px;
    background: #1658F7;
    display: flex;
    height: 26px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.PrescriptionsAction {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.PrescriptionsHeader {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.closePercriberModel {
    border: 0px;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closePercriberModel svg {
    width: 20px;
}

.Prescriptions-Model.show {
    transform: translate(0px, 0px);
    bottom: 73px;
}

.outlineBtn {
    background: transparent;
    border: 1px solid #1658F7;
    color: #1658F7;
}

.createPrescriptionHeader h5 {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.PrescriptionDataWrapper {
    padding: 20px 0px 0px;
}

.formTitle {
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.RoundedBtn {
    width: 100%;
    padding: 14px 0px;
    border: 0px;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1658F7;
    margin-top: 16px;
}

.productWrapper {
    display: flex;
    padding: 15px;
    gap: 20px;
    align-items: center;
    margin: 20px 0px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
}

.productimgWrapper {
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    background: rgba(244, 244, 244, 0.50);
    padding: 18px 11px;
}

.productContentWrapper {
    width: 100%;
}

.productNameWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.productNameWrapper p {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    font-family: "Inter";
}

.productActionWrapper h5 {
    color: #1658F7;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
    letter-spacing: 0.1px;
}

.productActionWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.productActionWrapper .number {
    align-items: center;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid #C7C7C7;
    background: #FFF;
    max-width: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 70px;
}

.productActionWrapper .number input {
    width: 100%;
    border: 0px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
}

.productActionWrapper .number span.minus {
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.productActionWrapper .number span.plus {
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.PrescriptionDataWrapper .selectWrapper {
    flex-direction: column;
    display: flex;
    position: relative;
    margin: 15px 0px;
}

.perLable {
    color: #373C35;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: #373C35;
    margin-bottom: 5px;
}

.PrescriptionDataWrapper .selectWrapper .arrowInput {
    color: black;
    content: '';
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    line-height: normal;
    height: auto;
    margin-top: 2px;
}

.selectWrapper label {
    margin-bottom: 5px;
}

.PrescriptionDataWrapper .selectWrapper select {
    padding: 15px;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 400;
    border-radius: 9px;
    border: 1px solid #878787;
    background: #FFF;
}

.PrescriptionDataWrapper .selectWrapper select:focus {
    color: black;
}

.PrescriptionDataWrapper .selectWrapper select::-ms-expand {
    display: none;
}

.clientDetails {
    border-radius: 4px;
    border: 1px solid #E2E8F5;
    padding: 10px;
    margin: 20px 0px;
}

.clientBox h5 {
    color: #000;
    font-family: "Inter";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 6px;
}

.noteWrapper {
    margin: 10px 0px 10px 0;
}

.noteWrapper textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #000;
    padding: 10px;
    height: 98px;
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px
}

.noteWrapper textarea::placeholder {
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px
}
.noteWrapper .prescription-title-chat{
    color: #696969;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mb-30 {
    margin-bottom: 20px;
}

.SignatureBox {
    border-radius: 4px;
    border: 1px dashed #878787;
    background: #FFF;
    height: 120px;
    padding: 9px 12px;
}

.DropZoneImg {
    height: 160px;
    width: 160px;
    border-radius: 20px;
}

.DropZoneGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.DropZoneInput {
    width: 100%;
    height: 132px;
    border-radius: 20px;
    border: 1px dashed #878787;
    background: #FFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.DropZoneInput input {
    height: 100%;
    width: 100%;
    display: flex;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0px;
}

.uploadWrapper {
    text-align: center;
    cursor: pointer;
}

.uploadWrapper p {
    color: #878787;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    margin-top: 10px;
}

.RoundedBtn svg {
    width: 12px;
    height: 12px;
}

.Chat_add_products_modal .modal-content {
    max-width: 100% !important;
}

.Chat_add_products_modal .modal-content .modal-header {
    padding: 12px 20px;
}

.Chat_add_products_modal .modal-content .modal-header .modal-heading {
    color: #000;
    font-family: "Inter";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
}

.Chat_add_products_modal .modal-content .modal-header button.close {
    margin: 0px;
    padding: 0px;
}

.filter-header {
    padding: 20px;
    display: flex;
    gap: 20px;
}

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

.filterSearch input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #878787;
    background: #FFF;
    padding: 20px 40px;
    color: #000;
    font-family: "Inter";
    font-size: 15px;
}

.filterSearch svg {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    margin-left: 10px;
}

.filterSearch input::placeholder {
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
}

.filter-btnNew {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #878787;
}

.cartProduct {
    display: grid;
    grid-template-columns: auto 1fr auto;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FAFAFA;
    padding: 20px;
    grid-gap: 20px;
}

.cartProductContentBox {
    display: flex;
    gap: 25px;
}

.cartProductContent h5 {
    color: #000;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.cartProductContent p {
    color: #6A6A6A;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.cartProductPriceBox h5 {
    color: #1B4FE7;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
    text-transform: uppercase;
}

.Chat_add_products_modal .show-add-product-modal {
    padding: 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.Chat_add_products_modal .modal-footer-new {
    padding: 20px;
    text-align: center;
}

.Chat_add_products_modal .modal-footer-new button {
    width: fit-content;
    padding: 14px 20px;
    margin: auto;
}
.Chat_add_products_modal .modal-dialog{
    max-width: 740px;
}

.productSelectWrapper .create-prescription-product-element-container {
    margin: 20px 0px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 15px;
}

.productSelectWrapper .productWrapper {
    padding: 0px;
    margin-top: 0px;
    border: 0px;
}

.productSelectWrapper .selectWrapper .arrowInput {
    margin: 0px;
    margin-top: -8px;
}

.productSelectWrapper select {
    border: 1px solid hsl(200deg 19% 18% / 16%) !important;
}

.dateWrapper,
.FeesWrapper {
    display: flex;
    flex-direction: column;
}

.dateWrapper input,
.FeesWrapper input {
    padding: 15px;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 400;
    border-radius: 9px;
    border: 1px solid #878787;
    background: #FFF;
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
}

.ConsentformWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9EDEF;
}

.ConsentformWrapper h5 {
    color: #000;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.eyeshow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1.5px solid #1658F7;
}

.mborder-0 {
    padding-bottom: 0px;
    margin-bottom: 30px;
    border: 0px !important;
}

ul#prescription-requests-list-section {
    max-height: 300px;
    overflow: auto;
}

.Chat_add_products_modal .filter-header {
    width: auto;
    padding: 0px;
}

.Chat_add_products_modal .filter-header .filterSearch input {
    padding: 10px 40px;
    min-height: 50px;
}

.Chat_add_products_modal .product-card {
    margin: 0px 0px 15px;
}

.dateinputWrappper input {
    min-width: 60px;
    text-align: center;
}

.MainContentWrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    width: 100%;
}

.subDivWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.actionWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.MainContentWrapper div .chat-remove-product {}

.MainContentWrapper div .chat-remove-product .form-group {
    margin: 0px;
}

.MainContentWrapper div .chat-remove-product .form-group a.remove-product {
    margin: 0px;
}

.actionWrapper .productActionWrapper {
    margin: 0px;
}

.DropZoneImg span.remove-image {
    position: absolute;
    top: 4px;
    right: 9px;
    color: red;
    cursor: pointer;
}

.subDivNewWrapper {
    display: grid;
    display: grid;
    grid-template-columns: 74px 1fr;
    grid-gap: 10px;
}

.subDivNewWrapper~.selectWrapper {}


select#direction_dropdown0 {
    padding: 15px;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 400;
    border-radius: 9px;
    border: 1px solid #878787;
    background: #FFF;
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
}

.subDivNewWrapper~.selectWrapper span.select2 {
    padding: 10px 10px;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 400;
    border-radius: 9px;
    border: 1px solid #878787;
    background: #FFF;
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
}

.subDivNewWrapper~.selectWrapper span.select2 span.selection {
    border: 0px !important;
}

.subDivNewWrapper~.selectWrapper span.select2 span.selection .select2-selection--single {
    border: 0px;
    background-color: transparent !important;
    display: flex;
    align-items: center;
}

.subDivNewWrapper~.selectWrapper span.select2 span.selection .select2-selection--single span#select2-direction_dropdown0-container {
    background-color: transparent !important;
}

.subDivNewWrapper~.selectWrapper span.select2 span.selection .select2-selection--single span.select2-selection__arrow {
    height: 100%;
}

.viewReason {
    border: 1px solid #175FFA !important;
    border-radius: 4px;
    background: white;
    display: flex;
    height: 26px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0px;
    color: #1658F7;
    font-size: 12px;
    font-weight: 600;
}

/* Mobile Responsive */
@media (max-width:767px) {
    .commonbanner {
        padding-top: 127px !important;
    }

    .customeMoChatSidebar {
        padding: 0px 0px !important;
    }

    .customeMoChatSidebar .px-1 .mt-5 {
        margin-top: 0px !important;
        padding: 0px !important;
    }

    .customeMoChatSidebar .px-1 {
        padding: 0px !important;
    }

    .customeMoChatSidebar .row {
        margin: 0px !important;
    }
    /* .chat-Prescription */
    .customeMoChatSidebar .chatAddproductMargin .create-prescription-product-element-container{
        margin: 20px 0px !important;
        padding: 10px;
    }
    .customeMoChatSidebar .row.pl-2.prescribertopbar {
        padding: 0px !important;
    }

    .customeMoChatSidebar .list-group-item {
        padding: 13px 10px !important;
    }

    .customeMoChatSidebar .CusProfileImg {
        border: 1px solid #f4f4f4;
        border-radius: 100px;
    }

    .customeMoChatSidebar .cuatomeChatBothDesign {
        position: absolute;
        z-index: 11;
        transform: translate(100%, 0px);
        opacity: 0;
        visibility: hidden;
        transition: 0.8s all;
    }

    .customeMoChatSidebar .cuatomeChatBothDesign.custom-chat-mob {
        transform: translate(0px, 0px);
        visibility: visible;
        opacity: 1;
        overflow: hidden;
        padding-top: 127px;
    }

    .customeMoChatSidebar .custom-admin-chat-side {
        padding: 10px !important;
    }

    .customeMoChatSidebar .chatMessageProfileSidebar {
        width: 100%;
        transform: translate(0px, 100%) !important;
    }

    .customeMoChatSidebar .chatMessageProfileSidebar.active {
        width: 100%;
        transform: translate(0px, 35%) !important;
        position: fixed !important;
        bottom: 0px !important;
        z-index: 1111;
        border-radius: 10px 10px 0px 0px;
        background: #FFF;
    }

    .customeMoChatSidebar .chatMessageProfileSidebar .sideProfile {
        width: 76px;
        height: 76px;
    }

    .customeMoChatSidebar .chatMessageProfileSidebar .status-user {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        right: 5px;
        bottom: 5px;
    }

    .customeMoChatSidebar .chatMessageProfileSidebar .sidePConttent {
        padding: 20px 0px !important;
    }

    .customeMoChatSidebar .MobilePreList {
        padding-top: 40px;
    }

    .customeMoChatSidebar .MobilePreList li {
        display: grid;
        grid-gap: 15px;
        align-items: center;
        grid-template-columns: 50px 1fr;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #EDEDED;
    }

    .customeMoChatSidebar .MobilePreList li:last-child {
        border-bottom: 0px solid #EDEDED;
    }

    .customeMoChatSidebar .MobilePreList li .preIconWrapper {
        width: 50px;
        height: 50px;
        background: #EEEFF3;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .customeMoChatSidebar .MobilePreList li .preIconcontent h5 {
        color: #000;
        font-family: "Inter";
        font-size: 16px;
        font-weight: 500;
    }

    .customeMoChatSidebar .preIconcontent {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .customeMoChatSidebar .statusBlink {
        width: 8px;
        height: 8px;
        background: #B03E2B;
        border-radius: 100px;
        position: relative;
    }

    .customeMoChatSidebar .statusBlink::before {
        content: '';
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-name: wave;
        animation-timing-function: linear;
        border-radius: 100px;
        box-shadow: 0 0 0 0 transparent;
        content: "";
        height: 8px;
        position: absolute;
        width: 8px;
    }

    @keyframes wave {
        0% {
            box-shadow: 0 0 0px 0px #dc3545;
        }

        100% {
            box-shadow: 0 0 0px 10px rgb(220 53 69 / 0%);
        }
    }

    .customeMoChatSidebar .Prescriptions-Model {
        width: 100% !important;
        left: 0px !important;
        bottom: 0px;
        opacity: 0;
        transform: translate(0px, 100%);
        visibility: hidden;
    }

    .customeMoChatSidebar .Prescriptions-Model.show {
        visibility: visible;
        opacity: 1;
        transform: translate(0px, -19%);
    }

    .customeMoChatSidebar .PrescriptionsData li {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .customeMoChatSidebar .PrescriptionsData li .proContent p {
        text-align: left;
    }

    .customeMoChatSidebar .Prescriptionsmiddle p {
        text-align: left;
        padding-bottom: 30px;
    }

    .customeMoChatSidebar .createPrescription {
        width: 100%;
    }

    .customeMoChatSidebar .client-signature-canvas-container {
        width: 100% !important;
    }

    .customeMoChatSidebar .client-signature-canvas-container .canvas-container {
        border: 1px dashed #878787 !important;
    }

    #search_client_modal .modal-content {
        width: 100%;
    }

    .customeMoChatSidebar .textmessageboxBtnWrapper,
    .customeMoChatSidebar .cuatomeChatBothDesign .textmessagebox {
        grid-gap: 10px;
    }

    .customeMoChatSidebar .dropup:empty {
        display: none;
    }

    .customeMoChatSidebar .CustomechatHeader .Custom-admin-chat-side-title .chat_title {
        font-size: 14px !important;
    }

    .customeMoChatSidebar .chat-container {
        overflow: hidden !important;
        height: 60vh !important;
    }

    /* .customeMoChatSidebar .cuatomeChatBothDesign .btm-left{
        max-width: 100% !important;
    } */
    .warning-message {
        width: 100% !important;
    }

    .Chat_add_products_modal .modal-content {
        width: 100%;
    }

    .Chat_add_products_modal .modal-content {
        width: 100%;
    }

    .Chat_add_products_modal .show-add-product-modal {
        margin: 0px 10px !important;
    }

    .Chat_add_products_modal .show-add-product-modal tr.select-product-row-container.product-card.select-product-container {
        margin-left: 0px;
        flex-direction: column;
    }

    .Chat_add_products_modal .show-add-product-modal tr.select-product-row-container.product-card.select-product-container td.price-td {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
        gap: 10px;
    }

    .Chat_add_products_modal .show-add-product-modal td.checkbox-td {
        display: flex;
        padding-bottom: 0px;
    }

    .Chat_add_products_modal .pharmacy-div {
        right: 0px;
        top: 16%;
        width: 100%;
    }

    .modal-content,
    #expire-option-modal .modal-content {
        width: 100% !important;
    }

    .customeMoChatSidebar .cuatomeChatBothDesign .Prescriberfeedbackwhite.chat-container.custom-toast-chat {
        height: calc(100vh - 341px) !important;
    }

    .customeMoChatSidebar .col-lg-12 {
        padding: 0px;
    }

    .customeMoChatSidebar .cuatomeChatBothDesign .Prescriberfeedbackwhite.chat-container {
        padding: 15px !important;
    }

    .customeMoChatSidebar .Prescriptions-Model.show-no-prescriptions.show {
        transform: translate(0px, -74px);
    }
}


@media (max-width: 1200px) {
    .last-msg-sender-name {
        font-size: 14px !important;
    }
}

.warningWrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}


.customeMoChatSidebar .prescribertopbar {
    height: calc(100vh - 127px) !important;
    margin: 0px !important;
}

.customeMoChatSidebar .cuatomeChatBothDesign .Prescriberfeedbackwhite.chat-container {
    height: calc(100vh - 273px) !important;
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.customeMoChatSidebar .cuatomeChatBothDesign .Prescriberfeedbackwhite.chat-container.custom-toast-chat {
    height: calc(100vh - 320px) !important;
}


.customeMoChatSidebar .alert {
    margin: 0px !important;
}

.customeSearchClient .chat-client-list ul li.col-2 button,
.customeSearchConsentFormModal .client-consent-form-list ul li.col-2 button {
    margin-left: auto;
    background: var(--primary-account);
    border: 1px solid var(--primary-account);
}

.customeUploadPreviews .preview-div {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: auto !important;
    padding: 0px !important;
    grid-gap: 27px;
    position: relative;
}

.customeUploadPreviews .preview-div input.upload_consent_form_text {
    margin: 0px !important;
    width: 100% !important;
    padding: 15px 20px !important;
    border-radius: 10px;
    background: #FFF !important;
    border-color: transparent !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #6B7C85 !important;
    font-family: "Inter" !important;
    min-height: 53px;
}

.customeUpload-Prev {
    margin: 0px !important;
}

.customeUploadPreviews .preview-div input.upload_consent_form_text:focus {
    box-shadow: 0px 0px transparent !important;
}

.customeUploadPreviews .preview-div input.upload_consent_form_text::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #6B7C85 !important;
    font-family: "Inter";
}

.customeUploadPreviews .preview-div a.remove-consent-form,
.customeUploadPreviews .preview-div a.remove-drop-image {
    position: absolute;
    top: 0px;
    padding: 0px;
    margin: 0px;
    width: 20px;
    height: 20px;
    left: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #373c3542;
    font-weight: 400;
    color: #373c35;
    font-size: 12px !important;
    line-height: normal !important;
}

.customeUploadPreviews a.message-link.message-link2 {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: rgb(238, 239, 243);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    color: #373C35;
    margin: 0px;
    border: 1px solid #ff000054;
    box-shadow: inset 0px 2px 9px 8px #ff000054;
}

.customeUploadPreviews img.ImgCssClass {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
}

.CustomProfileWrapper {
    position: relative;

}

span.products-quantity-plus {
    text-align: right;
    cursor: pointer;
    color: #1658F7;
}

.upload_consent_form_preview_new img {
    border: 1px solid #ff000054;
}

.products-quantity-minus {
    cursor: pointer;
}


.pricriberBackdropShow .pricriberBackdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0.6;
    background: #000;
}

/* .pricriberBackdropShow .row.textmessagebox:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.6;
} */
.pricriberBackdropShow .mainheader {
    z-index: 11;
}

.customeMoChatSidebar .prescribertopbar {
    padding: 0px !important;
}

.customeMoChatSidebar .col-lg-12 {
    padding: 0px !important;
}

.customeMoChatSidebar .px-1>.row {
    margin: 0px;
}

.customeMoChatSidebar .px-1 {
    padding: 0px !important;
}

.customeUploadPreviews {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 27px;
}

.purchasebox li:last-child {
    display: flex;
    justify-content: center;
}

.purchasebox li:last-child .btnroundicon {
    background: var(--primary-account);
    border: 1px solid var(--primary-account);
}

.CustomeprescriberSearch li:last-child {
    justify-content: flex-end;
}

.notificationmainpopupContainer::-webkit-scrollbar {
    width: 3px;
}

.notificationmainpopupContainer::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.notificationmainpopupContainer::-webkit-scrollbar-thumb {
    background: var(--blue-ribbon);
}

.createPrescription .select-user input {
    padding-right: 50px;
}

.CusProfileImg span.timeTag img {
    width: 20px !important;
    height: 20px !important;
}

.textmessageboxoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.pricriberBackdropShow .textmessageboxoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.6;
    /* pointer-events: none; */
    pointer-events: unset;
}

.medical-form-section {
    border-bottom: 1px solid #E9EDEF !important;
    padding-bottom: 20px;
}

span.timerTag {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

span.timerTag img {
    width: 100%;
    height: 100%;
    max-width: fit-content;
    min-width: auto;
}

.CusProfileImg span.timerTag img {
    width: 20px !important;
    height: 20px !important;
}

.warning-terms-conditions {
    text-decoration: underline;
}

.warning-terms-conditions:hover {
    color: #FF7A00 !important;
    text-decoration: underline;
}

.shimerCircle {
    border-radius: 100px;
}

.shimerAnimation {
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

.shimerLine {
    line-height: 21px !important;
    height: 20px;
    width: 100%;
    border-radius: 4px;
}

.chatDateCountWrapper .Chat-date.shimerLine {
    min-width: 100px;
}

.chatDateCountWrapper {
    text-align: right;
}

.shimerArrow {
    max-width: 24px;
    border-radius: 4px;
    margin-left: auto;
    width: 100%;
}

.shimerunreadMessage {
    max-width: 25px;
    height: 25px;
    border-radius: 100px;
    margin-left: auto;
    width: 100%;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.custom-admin-chat-side .shimerLine {
    max-width: 200px;
}

.adminProfileWrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.shimmerMessageList .shimerCircle {
    border: 1px solid #2222220f;
}


.shimmerMessageList .shimerLine {
    border: 1px solid #2222220f;
    border-radius: 4px !important;
}

.shimmerMessageList .shimerMessage.shimerAnimation {
    min-width: 250px;
    border: 1px solid #2222220f;
    min-height: 70px;
    border-radius: 10px;
}

.shimmerMessageList .date-text.shimerLine.shimerAnimation {
    max-width: 80px;
    border: 1px solid #2222220f;
}

.RightMessageShimer {
    flex-direction: row-reverse;
    width: fit-content;
    margin-left: auto;
}

.RightMessageShimer .date-text {
    margin-left: auto;
    width: 100% !important;
}

.RightMessageShimer .talk-bubble {
    max-width: 100%;
}

.textmessagebox .shimerCircle {
    width: 50px;
    height: 50px;
    border: 1px solid #2222220f;
}

.textmessagebox .message-box.m-0.shimerLine.shimerAnimation {
    padding: 15px 20px !important;
    min-height: 53px;
    border-radius: 10px;
    border: 1px solid #2222220f;
}

.submitShimmer {
    border-radius: 10px;
}

.Prescriptions-Model .proContent .shimerLine {
    min-width: 200px;
    margin-bottom: 10px;
}

.Prescriptions-Model .proContent p.shimerLine.shimerAnimation {
    margin: 0px;
}

.PrescriptionsAction button.shimerLine.shimerAnimation {
    max-width: 30px;
    min-height: 30px;
    border: 0px;
}

.PrescriptionsAction .FillBtn.shimerLine.shimerAnimation.approve-prescription {
    min-width: 100px;
}

.btnLoader img {
    width: 30px;
    /* background: #fff; */
    border-radius: 100px;
}

.btnLoader {
    max-height: 45px;
    margin: 0px;
    padding: 0px;
    min-height: 45px;
    display: flex;
}

.addClientModel form,
.editCustomClientModel form {
    padding: 20px 0px 0px;
}

.prescriptionUlWrapper {
    max-height: 300px;
    overflow: auto;
}

.chat-message-main {
    height: auto;
    overflow-y: auto;
}

.send-to-practitioner.btnLoader.btn.btnredsm.RoundedBtn {
    width: 177px;
    text-align: center;
    margin-left: 40px;
}

.reject-pres-practitioner.btnLoader.btn.btnredsm {
    min-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.update-client-loader.btnLoader.btn.btnredsm {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: center;
    min-width: 140px;
}

.send-to-prescriber {
    margin-top: 16px !important;
}

.createPrescriptionModelOverlayShow .createPrescriptionModelOverlay.active {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 111;
    top: 0;
}


.addClientModel label.poplabel,
.editCustomClientModel label.poplabel {
    color: #373c35;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    width: 100%;
}

.addClientModel input,
.editCustomClientModel input {
    border-color: #d5d4d4;
    border-radius: 10px;
    height: 57px;
    background: #fff !important;
    padding: 15px 20px;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500;
    font-family: "Inter" !important;
}

.addClientModel input::placeholder,
.editCustomClientModel input::placeholder {
    font-size: 14px !important;
    color: #212529 !important;
    display: block;
    font-weight: 400 !important;
    line-height: 1.5;
    font-family: "Inter" !important;
}


.addClientModel input:focus,
.editCustomClientModel input:focus {
    border: 1px solid #d5d4d4 !important;
}

.addClientModel .dateinputWrappper,
.editCustomClientModel .dateinputWrappper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.addClientModel .dateinputWrappper input,
.editCustomClientModel .dateinputWrappper input {
    width: 100%;
}

.addClientModel .error,
.editCustomClientModel .error {
    color: red !important;
    font-size: 12px !important;
    line-height: 23px;
}

.allInputwrapper {
    height: calc(100vh - 141px);
    overflow: auto;
}

.addClientModel .allInputwrapper::-webkit-scrollbar,
.editCustomClientModel .allInputwrapper::-webkit-scrollbar {
    display: none !important;
}

.addClientModel .allInputwrapper::-webkit-scrollbar,
.editCustomClientModel .allInputwrapper::-webkit-scrollbar {
    width: 0px;
    scroll-behavior: smooth;
}

/* Track */
.addClientModel .allInputwrapper::-webkit-scrollbar-track,
.editCustomClientModel .allInputwrapper::-webkit-scrollbar-track {
    box-shadow: unset !important;
    border-radius: 10px;
}

/* Handle */
.addClientModel .allInputwrapper::-webkit-scrollbar-thumb,
.editCustomClientModel .allInputwrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
}

/* Handle on hover */
.addClientModel .allInputwrapper::-webkit-scrollbar-thumb:hover,
.editCustomClientModel .allInputwrapper::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
}

/* Ring */
.sendingBtnWrapper {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sendingBtnLoader {
    position: absolute;
    top: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);

}

.sendingBtnLoader img {
    max-width: 25px;
}

.editCustomClientModel .btnLoader,
.addClientModel .btnLoader {
    margin-top: 16px !important;
}

.client-phn-wrap {
    overflow: visible !important;
}

.client-phn-wrap .iti__flag-container {
    height: 57px;
}

#requestPrescriptionForm .client-phn-wrap .iti__flag-container {
    height: auto;
}

.PrescriptionsAction .viewReason-loader {
    height: 26px !important;
    border-radius: 4px;
    background: #1658F7;
    display: flex;
    height: 26px;
    padding: 0px 10px !important;
    align-items: center;
    gap: 10px;
    border: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    min-width: 65px;
    line-height: 0;
    max-height: 26px !important;
    min-height: 26px;
    justify-content: center;
}

.PrescriptionsAction .viewReason-loader img {
    line-height: 0;
    width: 31px;
}

@media (max-width:1200px) and (min-width:768px) {
    .createPrescription {
        width: 40%;
    }

    .addClientModel,
    .editCustomClientModel {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .createPrescription {
        width: 50%;
    }

    /* .addClientModel, .editCustomClientModel{
        width: 50%;
    } */
    .pricriberBackdropShow .pricriberBackdrop {
        display: none;
    }

    .pricriberBackdropShow .textmessageboxoverlay {
        display: none;
    }

    .commonbanner {
        padding-top: 0px !important;
    }

    .custom-chat-contactus {
        padding: 127px 0px 0px 0px !important;
    }

    /* .createPrescriptionModelOverlayShow .createPrescriptionModelOverlay.active {
        display: none !important;
    } */
    .createPrescriptionModelOverlayShow .mainheader {
        top: 0;
        z-index: 1;
        position: fixed;
    }

    .customeMoChatSidebar .cuatomeChatBothDesign.custom-chat-mob {
        background-color: transparent !important;
    }

    .createPrescriptionModelOverlayShow .customeMoChatSidebar .createPrescription,
    .createPrescriptionModelOverlayShow .addClientModel,
    .createPrescriptionModelOverlayShow .editCustomClientModel {
        width: 60% !important;
        z-index: 11111;
    }

    .createPrescriptionModelOverlayShow div#chat-messages-page:before {
        content: '';
        position: fixed;
        background: rgb(0 0 0 / 50%);
        width: 100%;
        height: 100%;
        z-index: 111;
        top: 0;
        pointer-events: none;
    }

    .createPrescriptionModelOverlayShow .createPrescriptionModelOverlay.active {
        width: 40% !important;
        opacity: 0;
        z-index: 11111;
    }

    .createPrescriptionModelOverlayShow .prescriberfooter::before {
        content: '';
        position: absolute;
        background: rgb(0 0 0 / 50%);
        width: 100%;
        height: 74px;
        z-index: 1111;
        pointer-events: none;
        line-height: 0;
        bottom: -1px;
    }

    .addClientModel,
    .editCustomClientModel {
        width: 60% !important;
        transform: translate(100%, 0px) !important;
        z-index: 11111;
    }

    .createPrescription,
    .customeMoChatSidebar .cuatomeChatBothDesign {
        z-index: 11111;
    }

    .createPrescriptionModelOverlayShow .addClientModel.active,
    .createPrescriptionModelOverlayShow .editCustomClientModel.active {
        width: 60% !important;
        transform: translate(0%, 0px) !important;
    }

    .modal-open .createPrescription,
    .modal-open .customeMoChatSidebar .cuatomeChatBothDesign {
        z-index: 11;
        transition: unset !important;
    }

}

@media (max-width: 500px) {

    .createPrescriptionModelOverlayShow .addClientModel.active,
    .createPrescriptionModelOverlayShow .editCustomClientModel.active {
        width: 90% !important;
        transform: translate(0%, 0px) !important;
    }

    .createPrescriptionModelOverlayShow .customeMoChatSidebar .createPrescription,
    .createPrescriptionModelOverlayShow .addClientModel,
    .createPrescriptionModelOverlayShow .editCustomClientModel {
        width: 90% !important;
    }
}

.PrescriptionDataWrapper div#suggestions {
    width: 100%;
    max-width: 100% !important;
    top: 0;
    margin-top: 62px;
}


.videocall {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-account);
    background-color: var(--primary-account);
    color: var(--white);
    border-radius: 50%;
    margin: 0 2px;
    padding: 6px;
    height: 35px;
    width: 35px;
    font-size: 14px;
    vertical-align: middle;
}


.videocall img {
    display: flex;
    align-items: center;
    width: 14px !important;
    line-height: 0;
    height: auto !important;
    padding: 0px !important;
}

.purchasebox li:last-child {
    display: flex;
    justify-content: center;
}

.cart-pres-fees-paid {
    text-align: center;
    height: 28px;
    width: 147px;
    border-radius: 2px;
    background-color: #E6E6E6;
    padding: 3px;
    color: #000000;
    border-radius: 13px;
    box-shadow: 0px 2px 5px 2px #D0D0D0;
    margin-bottom: 18px !important;
}

@media (max-width:767px) {
    .treatmentListModel .modal-content {
        width: 100%;
        padding: 0px 10px !important;
    }

    .treatmentListModel .new-dropzone-popup-layout {
        width: 100%;
    }
}

.coustom-saller-chat .talktext p {
    color: #000 !important;
}

.custom-feedback-admin-chat-side .talktext p {
    color: #000 !important;
    line-height: 150%;
    margin-top: 1px;
}

/* add for verified tag in Featured clinics list */
.review-verified {
    display: flex;
}

.feature-verified {
    display: flex;
    gap: 2px;
}

.featured-verified-img {
    width: 20px !important;
    height: 20px !important;
}

.faces-verified-feature-text {
    color: #323EDE;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 174%;
}

/* add for profile page verified img */
.profile-verified-img {
    min-width: 24px;
    width: auto;
    height: auto;
}

.profileWrapper {
    position: relative;
}

.verifiedWrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 12px;
}

/* add css for shop header for verifed tag saw */
.shop-head-verified-image {
    position: absolute;
    left: 32px;
    top: 14px;
}

/* add css for prescriber verified saw in search list */
.prescriber-verified-img {
    position: absolute;
    /* width: 19px; */
    /* height: 20px; */
    bottom: 0;
    right: 0;
}

.prescriber-verified-img img {
    width: 20px;
    height: 20px;
}

/* add css for faces verifired tag */

.verifies-text {
    color: #323EDE !important;
    font-family: "Inter" !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important;
}

.facesverifiedwrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.facesverifiedwrapper img {
    max-width: 20px !important;
    width: 100%;
    height: auto !important;
    margin: unset;
}

.facesverifiedContentwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

/* add for clinic review */
.faces-verified-reviews {
    display: flex;
    justify-content: center;
    /* margin-left: 74px; */
    gap: 3px;
    margin-bottom: 10px;
    margin-top: 11px;
}

.faces-verified-reviews-text {
    color: #323EDE;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 1px;
}


.CustomHairPrescriptionRequests .purchasebox {
    padding: 0px;
    box-shadow: 0px 0px;
    border-radius: 0px;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.CustomHairPrescriptionRequests .purchasebox ul li:last-child {
    display: none;
}

.CustomHairPrescriptionRequests .purchasebox ul li {
    padding: 20px;
    border-right: 1px solid #f4f4f4;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.CustomHairPrescriptionRequests .purchasebox ul li span {
    color: #222;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.CustomHairPrescriptionRequests .purchasebox ul li p {
    color: #373C35;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.CustomHairPrescriptionRequests .dropdown {
    width: 42px;
    height: 42px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 10px;
}

.CustomHairPrescriptionRequests>li {
    margin-bottom: 15px;
}

.CustomHairPrescriptionRequests .dropdown-content {
    border-radius: 10px;
    border: 1px solid #f4f4f4;
}

.CustomHairPrescriptionRequests .dropdown-content .custom-flex {
    margin: 0px;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    transition: 0.8s all;
    cursor: pointer;
}

.CustomHairPrescriptionRequests .dropdown-content .custom-flex .btnroundicon {
    margin: 0px;
    background: transparent;
    color: #000;
    border: 0px;
    padding: 0px;
    width: 100%;
    justify-content: left;
    gap: 10px;
}

.CustomHairPrescriptionRequests .dropdown-content .custom-flex .btnroundicon i {
    font-size: 20px;
    opacity: 0.4;
}

.CustomHairPrescriptionRequests .dropdown-content .custom-flex:hover {
    background: #f4f4f4;
}


.Main-Hair-Prescription-Requests-Wrapper ul.nav.nav-tabs {
    border: 0px;
}

.Main-Hair-Prescription-Requests-Wrapper ul.nav.nav-tabs li.nav-item a.nav-link.active {
    border-radius: 10px;
    background: #ffff;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}

.Main-Hair-Prescription-Requests-Wrapper ul.nav.nav-tabs li.nav-item a.nav-link:hover {
    border-color: transparent;
}

.Main-Hair-Prescription-Requests-Wrapper ul.nav.nav-tabs li.nav-item a.nav-link {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}


.Main-Hair-Prescription-Requests-Wrapper #prescriber_requests input {
    padding: 15px 20px !important;
    height: auto !important;
    border-radius: 10px;
    background: #ffff !important;
    border: 1px solid #ddd;
    color: #000;
    font-family: "Inter" !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}

.Main-Hair-Prescription-Requests-Wrapper #prescriber_requests input::placeholder {
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
}


.Main-Hair-Prescription-Requests-Wrapper a#search-filters,
.Main-Hair-Prescription-Requests-Wrapper a#reset_filters {
    width: 53px;
    height: 53px;
    margin: 0px;
    box-shadow: 0px 0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #dddd;
}

.Main-Hair-Prescription-Requests-Wrapper #prescriber_requests .form-group {
    margin: 0px !important;
}

.Main-Hair-Prescription-Requests-Wrapper a#search-filters i,
.Main-Hair-Prescription-Requests-Wrapper a#reset_filters i {
    font-size: 18px;
    color: #222;
}

.Main-Hair-Prescription-Requests-Wrapper a#search-filters:hover,
.Main-Hair-Prescription-Requests-Wrapper a#reset_filters:hover {
    background: #ddd !important;
}

.Main-Hair-Prescription-Requests-Wrapper #prescriber_requests .col-md-4.col-sm-6 {
    display: flex;
    flex-direction: unset;
    align-items: center;
    gap: 15px;
}

.CustomHairPrescriptionRequests .dropdown-content a.btn.btnroundicon {
    margin: 0px;
    padding: 0px;
}

#prescription_details .row.equalabel {
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

#prescription_details .row.equalabel .form-group {
    margin: 0px;
}

#prescription_details .row.equalabel .col-sm-6 {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border: 1px solid #f4f4f4;
    background: #f4f4f445;
    border-radius: 5px;
}

#prescription_details .row.equalabel label.poplabel {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#prescription_details .row.equalabel br {
    display: none;
}

#prescription_details .row.equalabel span {
    color: #373C35;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
}

#prescription_details .row.equalabel~h5.text-center {
    color: #000;


    /* Desktop UI/H1 */
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    /* 43.4px */
}

#prescription_details .row.equalabel~h5.text-center~.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 0px;
}

#prescription_details .row.equalabel~h5.text-center~.row .col-sm-6 {
    padding: 0px;
    width: 100%;
    max-width: 100%;
}

#prescription_details .row.equalabel~h5.text-center~.row .col-sm-6 .card.mb-3 {
    margin: 0px !important;
    border: 1px solid #ddd;
}

#prescription_details .row.equalabel~h5.text-center~.row .col-sm-6 .card.mb-3 .card-body {
    padding: 15px;
}

#prescription_details .row.equalabel~h5.text-center~.row .col-sm-6 .card.mb-3 .card-body h6.card-title {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

#prescription_details .row.equalabel~h5.text-center~.row .col-sm-6 .card.mb-3 .card-body p.card-text {
    color: #373C35;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

#prescription_details .form_title.current-records-date {
    font-size: 20px !important;
    font-weight: 700;
}

#prescription_details .form_title.current-records-date {
    font-size: 20px !important;
    font-weight: 700;
}

#prescription_details button.close {
    font-weight: 200;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    width: 30px;
    justify-content: center;
    line-height: normal;
}

#prescription_details .modal-header {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .shop-head-verified-image {
        width: 14px !important;
        left: unset !important;
        right: -4px !important;
    }
}

@media (max-width:567px) {

    .Main-Hair-Prescription-Requests-Wrapper form#prescriber_requests .row {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .Main-Hair-Prescription-Requests-Wrapper form#prescriber_requests .row .col-sm-6 {
        width: 100%;
    }

    .CustomHairPrescriptionRequests .purchasebox .row {
        padding: 0px !important;
        margin: 0px !important;
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
    }

    .CustomHairPrescriptionRequests .purchasebox ul li {
        border: 0px !important;
    }

    .CustomHairPrescriptionRequests .purchasebox ul li.CustomeDropDownBtn {
        position: absolute;
        right: 0;
        top: 0;
        width: fit-content !important;
        padding: 20px !important;
    }

    #prescription_details .row.equalabel {
        display: grid;
        grid-template-columns: 1fr;
    }

    #prescription_details .row.equalabel~h5.text-center~.row {
        grid-template-columns: 1fr;
    }

    .Main-Hair-Prescription-Requests-Wrapper ul.nav.nav-tabs li.nav-item a.nav-link {
        padding: 10px 10px !important;
    }

    .Main-Hair-Prescription-Requests-Wrapper ul.nav.nav-tabs {
        display: flex !important;
    }
}

@media (max-width:400px) {
    .Main-Hair-Prescription-Requests-Wrapper ul.nav.nav-tabs li.nav-item a.nav-link {
        padding: 6px 5px !important;
        font-size: 13px !important;
    }
}

@media (max-width:991px) {
    .CustomHairPrescriptionRequests .purchasebox ul {
        padding: 0px !important;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .CustomHairPrescriptionRequests .purchasebox ul li {
        max-width: 100%;
        width: 100%;
    }

    .CustomHairPrescriptionRequests .purchasebox ul li.CustomeDropDownBtn .dropdown-content {
        right: -50% !important;
        left: unset !important;
    }
}


.CustomHairPrescriptionRequests .purchasebox ul li.CustomeDropDownBtn {
    border: 0px;
}

.new-chat-div {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    gap: 10px;
    align-items: center;
}


/* NewSideBarChanges
 */
.NewSideBarChanges ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.NewSideBarChanges ul li {
    padding: 0px;
    position: relative;
}

.NewSideBarChanges ul li a.nav-link {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.NewSideBarChanges ul li a.nav-link span {
    width: auto;
    height: auto;
    display: flex;
}

.NewSideBarChanges ul li a.nav-link span.menucaret {
    position: absolute;
    right: 10px;
    display: flex;
}

.NewSideBarChanges .nav-item .sidesubmenu {
    padding: 0px;
}

.NewSideBarChanges .nav-item .sidesubmenu span {
    width: 28px;
    text-align: center;
    justify-content: center;
}


@media (max-width: 1366px) {

    .NewSideBarChanges {
        padding: 0px !important;
    }

    .NewSideBarChanges ul {
        gap: 0px;
    }

    .NewSideBarChanges ul li a.nav-link {
        font-size: 14px;
        gap: 14px !important;
    }

    .NewSideBarChanges ul li ul.sidesubmenu li a {
        font-size: 14px !important;
        gap: 8px;
    }

    .NewSideBarChanges ul li a.nav-link .warning-info {
        font-size: 14px !important;
    }

    .NewSideBarChanges ul li .sidesubmenu {
        gap: 10px;
    }

    .NewSideBarChanges ul li a.nav-link span img {
        max-width: 20px !important;
    }
}

@media (max-width: 1366px) and (min-width: 992px) {

    .NewSideBarChanges {
        padding: 0px !important;
    }

    .NewSideBarChanges ul {
        gap: 0px;
    }

    .NewSideBarChanges ul li a.nav-link {
        font-size: 12px;
        gap: 6px;
    }

    .NewSideBarChanges ul li ul.sidesubmenu li a {
        font-size: 12px !important;
        gap: 8px;
    }

    .NewSideBarChanges ul li a.nav-link .warning-info {
        font-size: 12px !important;
    }

    .NewSideBarChanges ul li .sidesubmenu {
        gap: 10px;
    }

    .NewSideBarChanges ul li a.nav-link span img {
        max-width: 20px !important;
    }
}

.CustomeHeaderWrapper {
    display: flex;
    justify-content: space-between;
}

.CustomeProfileDropDown .profile-menu {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 10px;
}


.CustomeProfileDropDown .profile-menu .prescriberimg {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-color: #EEF0F3;
    border: 0px;
    position: relative;
}

.CustomeProfileDropDown .profile-menu::after {
    display: none;
}

.CustomeProfileDropDown .profile-menu .prescriberProfileContent {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.CustomeProfileDropDown .profile-menu .prescriberProfileContent .redesign-nav-user-name {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
}

.CustomeProfileDropDown .profile-menu .prescriberProfileContent .redesign-nav-wallet-text {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
}


.CustomeProfileDropDown .profile-menu-dropdown {
    width: 406px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    left: unset;
    right: 0px;
}

.headernotificationimg {
    position: relative;
    display: flex;
    vertical-align: middle;
}

.ProfileImgWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ProfileImgWrapper .ProfileImg {
    width: 48px;
    height: 48px;
    background-color: #EEF0F3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
}

.ProfileImgWrapper .ProfileImg {
    object-fit: cover;
}

.ProfileImgWrapper .ProfileImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ProfileImgWrapper .ProfileImg p {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
}

.ProfileImgWrapper .ProfileRating span {
    padding: 6px 12px;
    border-radius: 100px;
    background: #EEF0F3;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.ProfileRating a {
    display: flex;
    gap: 6px;
    color: #000;
}

.CustomeProfileDropDown .ProfileCard .ProfileContentWrapper h5 {
    color: #000;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.CustomeProfileDropDown .ProfileCard {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.CustomeProfileDropDown .profileMainSecDropdown {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.CustomeProfileDropDown .profileMainSecDropdown .ProfileLinkDropdown {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.CustomeProfileDropDown .profileMainSecDropdown .ProfileLinkDropdown .dropdown-item {
    padding: 0px;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 14px;
    align-items: center;
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
}

.CustomeProfileDropDown .profileMainSecDropdown .ProfileLinkDropdown .dropdown-item:hover {
    background-color: transparent;
}

.CustomeProfileDropDown .profileMainSecDropdown .ProfileLinkDropdown .dropdown-item .ProfileIcon {
    display: flex;
    justify-content: center;
}

.customeBreadPadding {
    padding: 168px 0px 50px 0px;
}

.NewSideBarChanges ul li .sidesubmenu li a {
    padding: 0px;
}

.NewSideBarChanges ul li ul li a {
    padding: 0px;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #373C35 !important;
    line-height: normal;
    transition: 0.8s all;
    text-transform: unset !important;
}

.NewSideBarChanges ul li ul li a span img {
    transition: 0.8s all;
    filter: brightness(1);
}

.NewSideBarChanges ul li .sidesubmenu {
    padding: 10px 20px !important;
    gap: 20px;
}

.NewSideBarChanges ul li .sidesubmenu li:hover a {
    color: #000 !important;
}

.NewSideBarChanges ul li .sidesubmenu li:hover a span img {
    filter: brightness(0);
}


.NewSideBarChanges ul li .sidesubmenu li a {
    color: #000 !important;
}

.NewSideBarChanges ul li .sidesubmenu li:hover a span img {
    filter: brightness(0);
}

.nav-link.text-truncate.collapsed .menucaret img {
    transform: rotate(0deg);

}

.nav-link.text-truncate .menucaret img {
    transform: rotate(90deg);
    transition: 0.8s all;
}

.menucaret img {
    height: unset !important;
}

.CustomeHeaderWrapper .HeaderLinks {
    display: flex;
    align-items: center;
    gap: 15px;
}

.BottomArrow {
    display: flex;
    transform: rotate(0deg);
    transition: 0.5s;
    width: 20px;
}

.CustomeProfileDropDown.activeDropdown .BottomArrow {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .NewSideBarChanges {
        position: fixed;
        top: 0;
        z-index: 111;
        left: 0;
        width: 50%;
        height: 100vh;
        border-radius: 0px;
        overflow-y: auto;
        transform: translate(-100%, 0px);
        transition: 0.8s all;
        margin: 0px !important;
        padding-bottom: 69px !important;
        background-color: #fff !important;
    }

    .NewSideBarChanges::-webkit-scrollbar {
        width: 0px;
    }

    .NewSideBarChanges::-webkit-scrollbar-track {
        box-shadow: unset;
        border-radius: 0px;
    }

    .NewSideBarChanges::-webkit-scrollbar-thumb {
        border-radius: unset;
    }

    .NewSideBarChanges::-webkit-scrollbar-thumb:hover {
        background: unset;
    }

    .sidebarOpen .NewSideBarChanges {
        transform: translate(0px, 0px);
    }

    .header-padding {
        padding: 15px;
    }

    .headlink.CustomeHeaderWrapper {
        padding: 0px;
        gap: 10px;
    }

    .CustomeHeaderWrapper .HeaderLinks .mobilemenu {
        margin: 0px;
        width: 40px;
        height: 40px;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 100px;
        background-color: #EEF0F3;
    }

    .CustomeHeaderWrapper .HeaderLinks .mobilemenu>div {
        width: 16px;
        height: 2px;
    }

    .SideBarOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #0000009c;
        z-index: 111;
        opacity: 0;
        pointer-events: none;
        transition: 0.8s all;
    }

    .sidebarOpen .SideBarOverlay {
        opacity: 1;
        pointer-events: unset;
    }

    .sidebarOpen {
        overflow: hidden;
    }

    .sidebarLogoWrapper {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #f4f4f4;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
        line-height: 0;
    }

    .logoWrapper img.logo {
        width: 90px;
    }

    #toggle {
        display: flex;
    }
}

.sidebarLogoWrapper {
    display: none;
}


@media (max-width: 576px) {
    .NewSideBarChanges {
        width: 90%;
    }

    .NewSideBarChanges ul li a.nav-link span img {
        width: 22px !important;
    }

    .CustomeProfileDropDown .profile-menu .prescriberProfileContent .redesign-nav-wallet-text {
        font-size: 12px;
    }

    .CustomeHeaderWrapper .HeaderLinks {
        gap: 5px;
    }
}

@media (max-width: 576px) {
    .logo-left img {
        max-height: 25px;
    }

    .ProfileImgWrapper .ProfileImg {
        width: 40px;
        height: 40px;
        justify-content: center;
    }

    .CustomeProfileDropDown .profile-menu .prescriberimg {
        width: 40px;
        height: 40px;
    }

    .ProfileImgWrapper .ProfileImg p {
        font-size: 14px;
    }

    .CustomeProfileDropDown .profile-menu {
        gap: 8px;
    }

}

.NewSideBarChanges ul li a.nav-link .warning-info {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
}

.NewSideBarChanges ul li .sidesubmenu li a .warning-info {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.swal2-modal .swal2-content {
    width: 100%;
    margin: 0px !important;
    padding: 0px;
}

.TermsConditionsContent h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter";
    color: #000;
    text-align: left;
    /*! padding-bottom: 15px; */
}

.TermsConditionsContent img {
    max-width: 100px;
    margin: auto;
}

.TermsConditionsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* margin-bottom: 15px; */
}

.TermsConditionsContent>div {
    max-height: 260px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 10px;
}

.TermsConditionsContent>div p {
    font-size: 15px;
    margin: 0px;
    font-family: "Inter";
    font-weight: 500;
    line-height: 20px;
}

.TermsConditionsContent label {
    margin: 0px;
    padding: 15px;
    display: flex;
    align-content: center;
    gap: 10px;
    background: #f4f4f4;
    border-radius: 6px;
}

.swal2-modal .swal2-close {
    width: 38px;
    height: 38px;
    background: #f4f4f4;
    border-radius: 100px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    color: #000 !important;
    transform: rotate(0deg);
    transition: 2s all !important;
}


.logowrapper {
    padding: 20px;
    background-color: #004BFF;
}

.TermsConditionsContent label input[type=checkbox]:checked {
    background-color: #a77e2d !important;
    color: #ffffff !important;
}

.TermsConditionsContent label input[type='checkbox']:after {
    box-shadow: none !important;
}

.swal2-modal #swal2-validation-message {
    width: 100%;
    left: 0;
    margin: auto;
    margin-bottom: auto;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding: 0;
    font-weight: 400;
    color: #c1272d;
    background-color: transparent;
}

.swal2-validation-message::before {
    display: none !important;
}

.swal2-close:hover {
    background-color: #f4f4f4 !important;
}


.termsConditionAfterWeek {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    align-content: center;
    background-color: rgb(255 0 0 / 10%);
}

.pmr-product-details-container {
    border: 2px solid black;
    /* Black border with increased thickness */
    padding: 20px;
    /* Adjust padding as needed */
    border-radius: 8px;
    /* Rounded corners */
    background-color: #f9f9f9;
    /* Light background */
    width: 100%;
    /* Full width of parent container */
    max-width: 600px;
    /* Maximum width */
    margin: 0 auto;
    /* Center the container horizontally */
}

.PatientDobWarningModal .swal2-icon-warning {
    max-width: 540px;
    margin: auto;
    padding: 30px;
    border-radius: 30px;
}

@media (max-width:991px) {
    .PatientDobWarningModal .swal2-icon-warning {
        padding: 20px !important;
        border-radius: 20px !important;
    }

    .PatientDobWarningModal .WarningModalBody {
        gap: 15px !important;
    }

    .PatientDobWarningModal .WarningModalBody h1 {
        font-size: 20px !important;
    }

    .PatientDobWarningModal .WarningModalBody p {
        font-size: 14px;
    }

    .PatientDobWarningModal .WarningModalBody ul li {
        font-size: 14px;
    }
}

.PatientDobWarningModal .swal2-icon-warning {
    max-width: 540px;
    margin: auto;
    padding: 30px;
    border-radius: 30px;
}

.PatientDobWarningModal .swal2-header {
    display: none;
}

.PatientDobWarningModal .warningContent {
    padding: 0px;
}

.PatientDobWarningModal .WarningModalBody {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    padding-bottom: 20px;
}

.PatientDobWarningModal .WarningModalBody h1 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Inter";
    margin: 0px;
    color: #000;
}

.PatientDobWarningModal .WarningModalBody p {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Inter";
    color: #373C35;
}

.PatientDobWarningModal .WarningModalBody ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 18px;
    list-style: disc;
}

.PatientDobWarningModal .WarningModalBody ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Inter";
    color: #000;
}

.PatientDobWarningModal .swal2-actions {
    display: grid;
    width: 100%;
    gap: 15px;
    padding: 20px 0px 0px;
    border-top: 1px solid #f4f4f4;
    grid-template-columns: 1fr 1fr;
}

.PatientDobWarningModal .swal2-actions button {
    margin: 0px !important;
    min-height: 48px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Inter";
    width: 100%;
    border-radius: 100px;
}

.PatientDobWarningModal .swal2-actions button:focus {
    box-shadow: unset;
}

.CustomeIntroText {
    /* padding: 20px; */
    /* background: #f4f4f4f4; */
    border-radius: 6px;
    color: #000;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom: 15px;
    /* border: 1px solid #e9e9e9; */
}

.CustomeIntroText h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.CustomeFaqAccordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.CustomeFaqAccordion .card-header {
    margin: 0px !important;
    padding: 0px;
    border: 0px !important;
    /* border-radius: 10px !important; */
    background: transparent;
}

.CustomeFaqAccordion .card-header button {
    padding: 20px;
    text-decoration: unset;
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0px !important;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.CustomeFaqAccordion .card {
    border: 0px;
    background: transparent;
    border-radius: 10px !important;
    border: 1px solid #f4f4f4 !important;
}

.CustomeFaqAccordion .card-header button.collapsed {
    border-bottom: 1px solid transparent;
    background: transparent;
    transition: 0.8s all;
    color: #000;
}

.CustomeFaqAccordion .card-body {
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
    background: transparent;
    color: #575757;
}

.CustomeFaqAccordion .card-header button:after {
    content: '\f107';
    display: inline-block;
    font: normal normal normal 20px / 1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(180deg);
    transition: 0.8s all;
}

.CustomeFaqAccordion .card-header button.collapsed:after {
    transform: rotate(0deg);
}

.secTitleFaq {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary-shop);
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}

.newAppoimentBtn {
    width: 48px;
    height: 48px;
    background: #1654f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    border: 0px;
}

.HeaderLinks ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 576px) {
    .HeaderLinks ul {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

.VerifiedCard {
    display: none;
}

.VerifiedCard.show {
    display: block;
}

.setting-trusted-partner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    border-radius: 20px;
    width: 100%;
    background: #f9f9f9;
    position: relative;
}

.trusted-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

.trusted-header h1 {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.setting-trusted-partner-section p {
    color: #373c35;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
}

.step-button-blue {
    background: #1654f3 !important;
    margin: 0;
    padding: 14px 24px;
    width: 100%;
    border: 0px;
    border-radius: 100px;
    color: #fff;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    display: block;
    text-align: center;
}

.step-button-blue:hover {
    color: #fff;
}

.NewBookingModel .modal-dialog .modal-content {
    max-width: 540px;
    border-radius: 20px;
    padding: 30px;

}

.NewBookingModel .modal-dialog .business-modal-setting-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.NewBookingModel .modal-dialog .business-modal-setting-container .modal-sub-content-section {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}


.NewBookingModel .modal-dialog .business-modal-setting-container .modal-sub-content-section .modal-setting-left-section {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.NewBookingModel .business-modal-setting-container .modal-sub-content-section .modal-setting-left-section .IconWrapper {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    background-color: #eeeff3;
    border-radius: 100px;
}



.NewBookingModel .modal-dialog .business-modal-setting-container .modal-sub-content-section .modal-setting-left-section .modal-sub-left-content h1 {
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 5px;
    color: #000;
}

.NewBookingModel .modal-dialog .business-modal-setting-container .modal-sub-content-section .modal-setting-left-section .modal-sub-left-content p {
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    color: #373c35;
}

.CustomeProfileDropDown .profile-menu .prescriberimg .verifiedWrapper {
    margin: 0px;
    bottom: -6px;
    right: -6px;
    max-height: 24px;
}

button.close-btn {
    padding: 0px !important;
    width: auto;
    background: transparent !important;
    box-shadow: unset;
    margin: 0px;
    font-size: 20px;
    filter: brightness(0);
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0px;
}

.newAppoimentBtnWrapper {
    position: relative;
}

.newAppoimentBtnWrapper .tooltip {
    padding: 10px 0px;
    top: 100%;
    display: block;
    right: 100%;
    margin-right: -55px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 300px;
    z-index: 1102;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.newAppoimentBtnWrapper .tooltip .tooltipContentWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background: #000;
    border-radius: 20px;
    align-items: baseline;
    position: relative;
}

.newAppoimentBtnWrapper .tooltip p {
    color: #FFF;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
}

.newAppoimentBtnWrapper .tooltip .GotItBtn {
    padding: 6px 12px;
    border-radius: 100px;
    background: #FFF;
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

/* Yellow triangle */
.newAppoimentBtnWrapper .tooltip .tooltipContentWrapper:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #000 10px;
    top: -10px;
    content: " ";
    height: 0;
    right: 0%;
    margin-right: 30px;
    position: absolute;
    width: 0;
}


.newAppoimentBtnWrapper.showTooltip .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.newAppoimentBtnWrapper .tooltip {
    display: none;
}

.newAppoimentBtnWrapper.showTooltip .tooltip {
    display: block;
}

.sidebarDesignUpdateSprint6 {
    display: grid !important;
    grid-template-columns: 290px 1fr;
    margin: 0px !important;
    gap: 20px;
}

@media (max-width: 991px) {
    .sidebarDesignUpdateSprint6 {
        grid-template-columns: 1fr;
    }
}

.sidebarDesignUpdateSprint6 .sidebarPart .NewSideBarChanges {
    padding: 0px;
    background: transparent;
    border: 0px;
    border-radius: 0px;
}


.sidebarDesignUpdateSprint6 .sidebarPart {
    border-right: 1px solid #E2E8F5;
    padding: 20px 0px !important;
}

.MainContentPart {
    padding: 40px 0px !important;
}

.sidebarDesignUpdateSprint6 .NewSideBarChanges ul li a.nav-link span img {
    max-width: 24px;
}

/* .dateTd {
    white-space: pre;
} */

.dropdown-item .switch {
    display: inline-block;
    position: relative;
    width: 47px;
    height: 24px;
    border-radius: 20px;
    background: #DDD;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.dropdown-item .switch::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-item input:checked+.switch {
    background: #DDD;
}

.dropdown-item input:checked+.switch::before {
    left: 25px;
    background: #fff;
}


.custom-tag p{
    background: #7f2525;
    color: #fff;
    padding: 6px 14px;
    border-radius: 11px;
    text-align: center;
}
.custom-theme-btn{
    background: #000;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.SwitchBtnLink {display: flex !important;align-items: center;justify-content: space-between;}

.SwitchBtnLink .linkContent {
    display: grid;
    align-items: center;
    gap: 14px;
    grid-template-columns: 24px 1fr;
}


.RegisterAsTrainingModel .modelBody {
    padding: 40px;
}

.RegisterAsTrainingModel .modal-dialog {
    max-width: 540px;
}

.RegisterAsTrainingModel .modal-content {
    border-radius: 30px;
}

.RegisterAsTrainingModel .modal-content h2 {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    margin-bottom: 10px;
}

.RegisterAsTrainingModel .modal-content p {
    color: #373C35;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
}

.RegisterAsTrainingModel .blueBtn {
    padding: 14px 24px;
    border: 0px;
    border-radius: 100px;
    background: #1654F3;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
    margin-top: 60px;
}

.RegisterAsTrainingModel .modelTitle {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr auto;
}

.RegisterAsTrainingModel .closeIcon {
    width: 39px;
    height: 39px;
    background: #EEEFF3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.8s all;
}

.RegisterAsTrainingModel .closeIcon:hover {
    transform: rotate(180deg);
}

.NewSideBarChanges .support-item {
    border-top: 1px solid #a4a4a4;
    padding-top: 22px;
}

.facingMapMainBox-2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 1fr;
    width: 100%;
}

.cus-treatment-batch-img {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    background-color: #eeeff3;
    border-radius: 100px;
}

#treatment-list-container-details .treatment-list-box-details {
    gap: 20px;
    margin: 0px;
    display: grid;
    grid-template-columns: auto 1fr auto;
}

#treatment-list-container-details .treatment-list-box-details .col-4.col-md-2 {
    max-width: 48px;
    padding: 0px;
    max-height: 48px;
}

#treatment-list-container-details .treatment-list-box-details .col-7.col-md-9 {
    padding: 0px !important;
    max-width: 100%;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px;
}

#treatment-list-container-details .treatment-list-box-details .treatment-name {
    margin: 0px !important;
}

#treatment-list-container-details .treatment-list-box-details .col-1 {
    padding: 0px !important;
    max-width: 20px;
}

#treatment-list-container-details .treatment-list-box-details .col-4.col-md-2 .treatment-image {
    height: 48px;
    width: 48px;
    border-radius: 100px;
}

@media (max-width: 767px) {
    .MainContentPart {
        overflow: hidden;
        padding: 0px !important;
    }

    .sidebarOpen .sidebarPart {
        padding: 20px 0px;
    }

    .sidebarDesignUpdateSprint6 .sidebarPart {
        padding: 0px !important;
    }

    .redesign-main-section {
        padding: 20px;
    }

    .editprofile {
        padding: 10px;
        width: 100%;
    }

    .editprofile .concentform-container {
        padding: 15px !important;
        width: 100%;
        max-width: unset;
    }

    .redesign-nav-user-name {
        display: none !important;
    }

    .redesign-nav-wallet-text {
        font-size: 12px;
    }
}

.PmrListingTable td,
.PmrListingTable th {
    white-space: nowrap;
    vertical-align: middle;
}


.PmrListingTable .actionBtn {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.PmrListingTable .actionBtn a {
    padding: 0px;
    display: flex;
    width: 40px;
    background: #1658f7;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.PmrListingTable .actionBtn a i {
    color: #fff;
}

.PmrListingTable .hiddenRow {
    padding: 0px !important;
    border: 0px !important;
}

.PmrListingTable {
    margin-bottom: 20px;
}


.PmrListingTable::-webkit-scrollbar {
    height: 5px;
}

.PmrListingTable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.PmrListingTable::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #d5ac68;
}

.PmrListingTable::-webkit-scrollbar-thumb:hover {
    background-color: #f1db9d;
}

.PmrListingTable::-webkit-scrollbar:vertical {
    display: none;
}

.PmrListingTable table tr .table-responsive th,
.PmrListingTable table tr .table-responsive td {
    padding: 20px;
}

.PmrListingTable table tr .table-responsive table {
    margin: 0px !important;
}

.pmo-register tr td {
    padding: 4px 8px !important;
}


  
.shopProductBtn {
    padding: 14px 24px;
    display: block;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
    color: #fff;
    border-radius: 100px;
    background: #1654F3;
}

.shopProductBtn:hover {
    color: #fff;
}

.create-ticket-selection figure.text-center {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.create-ticket-selection figure.text-center figcaption.caption,
.chat-threads-container figure.text-center figcaption.caption {
    color: #373C35;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.create-ticket-selection figure.text-center img.no-tickets,
.chat-threads-container figure.text-center img.no-tickets {
    max-width: 100px;
    height: auto !important;
}

#my-ord-btn {
    color: #1654F3;
    width: 100%;
    text-align: center;
}
/* EditProfileDesignUpdate */

/* EditProfileDesignUpdate */

.EditProfileDesignUpdate .row .card {
    margin: 0px !important;
    height: 100%;
    background: #fff !important;
    opacity: 1;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.EditProfileDesignUpdate .row .col-sm-6 {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.EditProfileDesignUpdate .row .card .card-body {
    /* display: flex; */
    flex-direction: column;
    gap: 10px;
}

.EditProfileDesignUpdate .row .card .card-body h6.card-title {
    margin: 0px;
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.EditProfileDesignUpdate .row .card .card-body p br {
    display: none;
}

.EditProfileDesignUpdate .row .card .card-body p, .EditProfileDesignUpdate .row .card .card-body label {
    margin: 0px !important;
    opacity: 1;
    font-size: 14px;
    color: #525252;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.EditProfileDesignUpdate .row .card .card-body input {
    width: 18px;
    height: 18px;
}

.EditProfileDesignUpdate .row .card .card-body input[type="radio"]:checked:before {
    left: 0;
    top: 0;
    border: 0px;
}

.EditProfileDesignUpdate .radioInputWrapperGrid {
    display: flex;
    align-items: center;
    gap: 10px;
}

.EditProfileDesignUpdate .radioInputWrapperGrid .radioInputWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.EditProfileDesignUpdate .row .card .card-body p a {color: #1658f7;font-weight: 700;text-decoration: underline;}

.EditProfileDesignUpdate .QuestionsTitle {
    font-family: 'Inter' !important;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.EditProfileDesignUpdate .correct-answer {
    padding: 2px;
    border: green 1px solid;
    border-radius: 5px;
}

/* New Thankyou */

.CustomCreatePrescription,
.thank-you-new-page {
    max-width: 604px;
    margin: auto;
    padding: 0px;
    width: 100%;
    border: 0px;
    background: transparent;
}

.CustomCreatePrescription .alert {
    border-radius: 20px;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    padding: 15px;
}

.CustomCreatePrescription .alert li {
    list-style: none;
    color: #373C35;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
}

.CustomCreatePrescription label {
    color: #696969;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.CustomCreatePrescription input,
.CustomCreatePrescription textarea {
    padding: 10px;
    color: #000;
    font-family: "Inter" !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    height: auto;
    border-radius: 5px;
    outline: 0px;
    border: 0px;
}
.CustomCreatePrescription input:focus, .CustomCreatePrescription textarea:focus {
    color: #000;
}
.CustomCreatePrescription .prescription-box {
    padding: 0px 0px 5px 2px;
    background-color: #f1f5f9 !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.prescription-box {
    padding: 0px 0px 5px 0px;
    background-color: #f1f5f9 !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.prescription-box textarea {
    padding: 5px;
}
.prescription-box .prescription-footer .status-button-container {
    padding-left: 5px;
}
.faces-intelligence .summary-buttons {
    margin-top: 0;
    margin-bottom: 0;
}
.prescription-box .prescription_summary .form-control{
    border: none !important;
    background-color: #f1f5f9 !important;
}
.prescription-box .prescription_summary {
    padding: 0;
    margin-bottom: 0;
}

.CustomCreatePrescription input::placeholder,
.CustomCreatePrescription textarea::placeholder {
    color: #373C35;
    font-family: "Inter" !important;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px
}

.MainLable {
    color: #000;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.btnDesignSame i {
    margin: 0px !important;
}

.btnDesignSame {
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    width: fit-content;
    text-transform: unset;
    box-shadow: unset;
    border-radius: 100px;
    padding: 11px 22px;
}

.thank-you-new-page>.thankSecWrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ThaFirstDiv {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ThaFirstDiv .thank-you-image {
    width: fit-content;
    margin: auto;
}

.ThankYouContent {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ThankYouContent p {
    color: #373C35;
    text-align: center;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.ThankYouContent h5 {
    color: #000;
    text-align: center;
    font-family: "Inter";
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}

.subTitleThankYou {
    color: #373C35;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.HappensDivWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.HappensDivWrapper ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.HappensDivWrapper ul:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 1px;
    height: 69%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23B5C8F7FF' stroke-width='1' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.HappensDivWrapper ul li {
    padding-left: 40px;
}

.HappensDivWrapper ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.HappensDivWrapper ul li p {
    color: #373C35;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}


.HappensDivWrapper ul li .StepSub {
    color: #373C35;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}


.HappensDivWrapper ul li .number {
    color: #1658f7;
    font-weight: bold;
    width: fit-content;
    border: 2px solid;
    width: 20px;
    height: 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 10px;
    font-family: "Inter";
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    background: #fff;
}

.AddiDivWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.AddiDivWrapper ul {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.AddiDivWrapper ul li,
.cardThankyou {
    color: #373C35;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #DDD;
}

.cardThankyou {
    justify-content: space-between;
}

.cardThankyou p {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.SupportBtn {
    padding: 6px 12px;
    border-radius: 100px;
    background: #EEEFF3;
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.AddiDivWrapper ul .subUl {
    flex-direction: column;
}

.CardLi {
    display: flex;
    align-items: center;
    justify-content: baseline;
    width: 100%;
    gap: 10px;
}

.AddiDivWrapper .subUl ul {
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.AddiDivWrapper ul .subUl ul li {
    border: 0px;
    padding: 0px;
    color: #373C35;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 6px;
    gap: 20px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: auto 1fr;
}

.AddiDivWrapper ul .subUl ul li .dots {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #373C35;
    margin-top: 8px;
}

.addClientWrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 20px;
}

.addClientWrapper .form-group {
    margin: 0px !important;
    position: relative;
}

.CustomCreatePrescription .form-group {
    margin: 0px;
}

.CustomCreatePrescription .prescriber-selection-container {
    padding: 0px;
}

.CustomCreatePrescription form .row {
    margin: 0px;
}

.CustomCreatePrescription form,
.inputItem {
    display: grid;
    gap: 10px;
}

.addClientWrapper div#suggestions {
    width: 100% !important;
    max-width: 100% !important;
}

.CustomCreatePrescription .client-card {
    padding: 0px;
}

.CustomCreatePrescription .client-details-div {
    padding: 14px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0px !important;
}

.CustomCreatePrescription .selected_client {
    padding: 0px !important;
    height: auto;
}

.CustomCreatePrescription .selected_client .selected_client_details {
    padding: 0px !important;
}

.CustomCreatePrescription span#selected_client_address {
    padding: 0px !important;
    height: auto;
}

.CustomCreatePrescription .d-flex {
    width: 100%;
    padding: 0px !important;
}

.CustomCreatePrescription .tooltip-content {
    gap: 10px;
}

.CustomCreatePrescription .tooltip-content .tooltip-image {
    margin: 0px;
}

.CustomCreatePrescription .tooltip-content .tooltip-text {
    padding: 0px;
}

.CustomCreatePrescription .txtblack {
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    height: auto !important;
}

.CustomCreatePrescription .client-details-div .BtnWrapper {
    margin-top: 0px;
}

.CustomCreatePrescription .client-details-div .BtnWrapper button {
    box-shadow: 0px 0px;
}

.BtnWrapperGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.BtnWrapperGrid .btnDesignSame {
    width: 100%;
}

.existingClientGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.existingClientGrid .other-inputs {
    max-width: 100%;
    padding: 0px;
}

.UploadAdditionalWrapper .poplabel {
    margin: 0px;
    white-space: nowrap;
}

.UploadAdditionalWrapper {
    margin: 15px 0px;
}

.SubmitfooterBtn {
    padding: 20px 0px;
}

.SubmitfooterBtn button {
    width: 100%;
    padding: 14px 24px;
    border-radius: 10px;
}

.CustomCreatePrescription .create-prescription-product-element-container {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}

.CustomCreatePrescription .create-prescription-product-element-container:last-child {
    margin: 0px !important;
}

.CustomCreatePrescription .error {
    font-size: 12px;
    font-weight: 500;
    margin: 4px 0px 0px !important;
}

.CustomCreatePrescription .prescriber-selection-container {
    display: grid;
    gap: 15px
}

.CustomCreatePrescription .prescriber-selection-container .prescirber-card {
    margin: 0px;

}

.CustomCreatePrescription .btn-disabled {
    background-color: #EEF0F3 !important;
    color: #A4A4A4 !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

/* CustomActionModel Css */

.CustomActionModel .modal-content {
    padding: 20px;
    border-radius: 30px;
}

.CustomActionModel .modal-dialog {
    max-width: 540px;
}

.CustomActionModel .modal-content .modal-header {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.CustomActionModel .modal-content .modal-header .modal-title {
    color: #000;
    font-family: "Inter";
    font-size: 26px;
    font-weight: 700;
}

.CustomActionModel .modal-content .modal-header button.close {
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: #EEEFF3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CustomActionModel .modal-content .modal-header button.close span {
    font-size: 20px;
    font-weight: 400;
}

.CustomActionModel .modal-body {
    padding: 20px 0px 0px 0px;
}

.CustomActionModel .modal-body .list-group li {
    margin: 0px;
    padding: 0px;
    gap: 20px;
    display: grid;
    grid-template-columns: 48px 1fr !important;
}

.CustomActionModel .modal-body .list-group li img.icon {
    margin: 0px !important;
}

.IconWrapper {
    width: 48px;
    height: 48px;
    background: #EEF0F3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CustomActionModel .modal-body ul.list-group {
    gap: 20px;
}


/* CustomForwardConsentFormsModel Css */

.CustomForwardConsentFormsModel .modal-content {
    padding: 20px;
    border-radius: 30px;
}

.CustomForwardConsentFormsModel .modal-dialog {
    max-width: 540px;
}

.CustomForwardConsentFormsModel .modal-content .modal-header {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.CustomForwardConsentFormsModel .modal-content .modal-header .modal-title {
    color: #000;
    font-family: "Inter";
    font-size: 26px;
    font-weight: 700;
}

.CustomForwardConsentFormsModel .modal-content .modal-header button.close {
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: #EEEFF3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CustomForwardConsentFormsModel .modal-content .modal-header button.close span {
    font-size: 20px;
    font-weight: 400;
}

.CustomForwardConsentFormsModel .modal-body {
    padding: 0;
    display: grid;
    gap: 10px;
}

.CustomForwardConsentFormsModel .modal-footer {
    padding: 0px;
    border: 0px;
    margin-top: 20px;
}

.CustomForwardConsentFormsModel .modal-footer .form-group {
    margin: 0px;
}

.CustomForwardConsentFormsModel .modal-footer .form-group a#save-consent-form-data {
    padding: 11px 24px;
    text-transform: capitalize;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
    border-radius: 100px;
    box-shadow: unset;
}

.CustomForwardConsentFormsModel .modal-body .selectForm {
    padding: 0px;
}

.CustomForwardConsentFormsModel .modal-body .row {
    margin: 0px;
    gap: 10px;
}

.CustomForwardConsentFormsModel .modal-body .selectForm .consent-forms-model {
    gap: 2px;
}

.CustomForwardConsentFormsModel .modal-body label {
    color: #696969;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    margin-bottom: 10px;
}

.CustomForwardConsentFormsModel .modal-body .form-group {
    margin: 0px !important;
}

.CustomForwardConsentFormsModel select span.select2-selection.select2-selection--multiple {
    min-height: auto !important;
}

.CustomForwardConsentFormsModel .modal-dialog .form-group .select2-container--default .select2-selection--multiple {
    min-height: unset !important;
    padding: 10px;
    display: flex;
    align-items: center;
}

.CustomForwardConsentFormsModel .modal-dialog .form-group .select2-container--default .select2-selection--multiple input.select2-search__field {
    margin: 0px;
    padding: 0px;
    color: #373C35;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
}

.CustomForwardConsentFormsModel .modal-dialog .form-group .select2-container--default .select2-selection--multiple input.select2-search__field::placeholder {
    color: #373C35;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.CustomForwardConsentFormsModel .modal-body .form-group .d-flex.align-items-center.mb-2 {
    margin-bottom: 10px !important;
}

.CustomForwardConsentFormsModel .modal-body .form-group .d-flex.align-items-center.mb-2 label {
    margin: 0px;
}


/* div#consentFormsModal css */



#consentFormsModal .modal-content,
#send_prescriber_invitation_modal .modal-content,
#resend_prescriber_invitation_modal .modal-content {
    padding: 20px;
    border-radius: 30px;
}

#consentFormsModal .modal-dialog {
    max-width: 75%;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0px auto;
}

#send_prescriber_invitation_modal .modal-dialog,
#resend_prescriber_invitation_modal .modal-dialog {
    max-width: 980px;
    display: flex;
    align-items: center;
    margin: 0px auto;
}

@media (max-width: 1000px) {
    #consentFormsModal .modal-dialog,
    #send_prescriber_invitation_modal .modal-dialog,
    #resend_prescriber_invitation_modal .modal-dialog {
        max-width: calc(100% - 20px);
    }
}


#consentFormsModal .modal-content .modal-header,
#send_prescriber_invitation_modal .modal-content .modal-header,
#resend_prescriber_invitation_modal .modal-content .modal-header {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#consentFormsModal .modal-content .modal-header .modal-title-name,
#send_prescriber_invitation_modal .modal-content .modal-header .modal-title-name,
#resend_prescriber_invitation_modal .modal-content .modal-header .modal-title-name {
    color: #000;
    font-family: "Inter";
    font-size: 26px;
    font-weight: 700;
}

#consentFormsModal .modal-content .modal-header button.close,
#send_prescriber_invitation_modal .modal-content .modal-header button.close,
#resend_prescriber_invitation_modal .modal-content .modal-header button.close {
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: #EEEFF3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#consentFormsModal .modal-content .modal-header button.close span,
#send_prescriber_invitation_modal .modal-content .modal-header button.close span,
#resend_prescriber_invitation_modal .modal-content .modal-header button.close span {
    font-size: 20px;
    font-weight: 400;
}

#consentFormsModal .modal-body,
#send_prescriber_invitation_modal .modal-body,
#resend_prescriber_invitation_modal .modal-body {
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
    display: grid;
    gap: 20px;
}

#consentFormsModal .modal-content .sub-title,
#send_prescriber_invitation_modal .modal-content .sub-title,
#resend_prescriber_invitation_modal .modal-content .sub-title {
    padding: 10px 0px 0px 0px !important;
}

#consentFormsModal table.table.consentformtable {
    margin: 0px !important;
    height: fit-content;
}

#consentFormsModal table.table.consentformtable th {
    padding: 10px !important;
    color: #373C35;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #DDD;
}

#consentFormsModal table.table.consentformtable td {
    text-align: left !important;
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}


/* pdfModal Css */





#pdfModal .modal-content,
#medical-pdf-model .modal-content {
    padding: 30px;
    border-radius: 30px;
}

#pdfModal .modal-dialog,
#medical-pdf-model .modal-dialog {
    max-width: 70%;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0px auto;
}

@media (max-width: 1400px) {

    #pdfModal .modal-dialog,
    #medical-pdf-model .modal-dialog {
        max-width: 980px;
    }
}

@media (max-width: 1000px) {

    #pdfModal .modal-dialog,
    #medical-pdf-model .modal-dialog {
        max-width: calc(100% - 20px);
    }
}

@media (max-width: 3200px) and (min-width: 1920px) {

    #pdfModal .modal-dialog,
    #medical-pdf-model .modal-dialog {
        max-width: 980px;
    }
}

.CustomCreatePrescription .alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.CustomCreatePrescription .alert strong {
    color: #721c24;
}


#pdfModal .modal-content .modal-header,
#medical-pdf-model .modal-content .modal-header {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#pdfModal .modal-content .modal-header .modal-title,
#medical-pdf-model .modal-content .modal-header .modal-title {
    color: #000;
    font-family: "Inter";
    font-size: 26px;
    font-weight: 700;
}

#pdfModal .modal-content .modal-header button.close,
#medical-pdf-model .modal-content .modal-header button.close {
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: #EEEFF3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pdfModal .modal-content .modal-header button.close span,
#medical-pdf-model .modal-content .modal-header button.close span {
    font-size: 20px;
    font-weight: 400;
}

#pdfModal .modal-body,
#medical-pdf-model .modal-body {
    padding: 20px 0px 0px 0px !important;
    display: grid;
    gap: 20px;
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

#pdfModal .modal-body iframe,
#medical-pdf-model .modal-body iframe {
    height: 100% !important;
}

.ZoomInAnimation:hover {
    transform: scale(1.1);
}

.ZoomInAnimation {
    transition: 0.5s all;
}


@media (max-width: 576px) {

    .CustomActionModel .modal-dialog,
    .CustomForwardConsentFormsModel .modal-dialog,
    #consentFormsModal .modal-dialog,
    #pdfModal .modal-dialog,
    #medical-pdf-model .modal-dialog, 
    .not-getting-consent-froms .modal-dialog,
    .medical-form-sent .modal-dialog
    {
        max-width: calc(100% - 20px) !important;
    }

    .CustomActionModel .modal-content,
    .CustomForwardConsentFormsModel .modal-content,
    #consentFormsModal .modal-content,
    #pdfModal .modal-content,
    #medical-pdf-model .modal-content,
    .not-getting-consent-froms .modal-content,
    .medical-form-sent .modal-content
    {
        padding: 20px;
        border-radius: 20px;
    }

    .CustomActionModel .modal-content .modal-header .modal-title,
    .CustomForwardConsentFormsModel .modal-content .modal-header .modal-title,
    #consentFormsModal .modal-content .modal-header .modal-title-name,
    #pdfModal .modal-content .modal-header .modal-title,
    #medical-pdf-model .modal-content .modal-header .modal-title, 
    .not-getting-consent-froms .modal-content .modal-header .modal-title,
    .medical-form-sent .modal-content .modal-header .modal-title  {
        font-size: 20px;
    }

    #consentFormsModal table.table.consentformtable th,
    #consentFormsModal table.table.consentformtable td {
        width: auto !important;
        font-size: 14px;
        padding: 3px 2px !important;
    }

    .CustomCreatePrescription {
        max-width: 100%;
    }
}

.CustomCreatePrescription .create-prescription-product-element-container {
    margin-bottom: 10px !important;
}

.CustomCreatePrescription .create-prescription-product-element-container .col-12.padding-t-10 {
    padding: 0px;
    margin-top: 10px;
}



.CustomCreatePrescription .create-prescription-product-element-container .products-direction {
    margin-top: 10px !important;
}


.CustomCreatePrescription .client-details-div .selected_client span.txtblack {
    padding: 0px !important;
}

.CustomCreatePrescription .client-details-div .selected_client span.txtblack:empty {
    display: none !important;
}

.CustomCreatePrescription .client-details-div .row.mt-1 {
    margin: 0px !important;
}

.CustomCreatePrescription .client-details-div .row.mt-1 .col-12 {
    padding: 0px;
}

.CustomCreatePrescription div#products_div h6.txtblack.mb-2 {
    margin: 0px !important;
}

#add_products_modal .cus-new-filter-header {
    margin: 0px !important;
    padding: 0px !important;
}

#add_products_modal div#show-add-product-modal {
    margin: 1rem 0px !important;
}

div#sendConsentFormModel .row {
    gap: 10px;
    margin-top: 5px;
}

.CustomCreatePrescription .client-details-div p.consent-form-list.tooltip-text {
    padding-bottom: 0px;
}
.media-size{
    color: var(--Form, #878787);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.new-client-documents{
    padding-top: 20px;
}
.upload-file-section{
    display: flex;
    justify-content: space-between;        
    gap: 20px;
    align-self: stretch;
}    
#upload-document{
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
#file-supported{
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.upload-section {
    background-color: #f9f9f9;
}

.upload-area {
    border: 1px dashed var(--Placeholder, #A4A4A4);
    border-radius: 8px;
    background-color: #ffffff;
    cursor: pointer;
}

.upload-area label {
    color: #6c757d;
    font-weight: bold;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 12px;
}

.list-group-item:last-child {
    border-bottom: none;
}

.btn-danger {
    font-size: 12px;
    padding: 4px 8px;
}
.media-name{
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.media-name .media-text-name {
    text-decoration: underline !important;
}
.media-name .media-size {
    text-decoration: none !important;
}
.client-document {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.file-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.file-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}   
.delete-icon {
    width: 30px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.delete-icon img {
    width: 16px;
    height: 16px;
}
#upload-additional-text{
    color: #696969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: content;
}
.see-the-documents{
    color: var(--Blue, #1654F3);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.show-document-error-message {
    font-size: 14px;
    margin-top: 10px;
    color: darkred;

}

.forword-consent-from-sub-title {
    color: #373C35;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-top: 10px;
    padding-bottom: 15px;
}

.consent-form-show-outer-part {
    padding: 4px;
    margin: 10px;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 6px;
    background-color: #f9f9f9;
    font-size: 14px;
    line-height: 1.5;
}

.wallet {
    background-color: #eeeff3 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.tooltip-content {
    background-color: #000 !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-family: Inter !important;
    font-size: medium !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px;
    margin: 0 !important;
    max-width: 360px !important;
    min-width: 360px !important;
    padding: 14px !important;
    width: 320px !important;
    position: absolute;
    top: 115%;
    right: 0;
    z-index: 11;
}

.tooltip-content::before {
    content: "";
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 50px;
}

.tooltip-content p {

    color: #fff !important;
}

.tooltip-content .connect-button {
    background: #eeeff3;
    border: none;
    border-radius: 100px;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    padding: 6px 14px;
    width: 100%;
    width: fit-content;
    display: block;
    /* margin-left: auto; */
}

.hidden {
    display: none;
}


.newGenerateAiBtn {
    border: 0px;
    display: flex;
    align-items: center;
    padding: 5px;
    background: var(--blue-ribbon);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    justify-content: center;
}

.newGenerateAiBtn img {
    max-width: 15px;
}


.ulWrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.ulWrapper .ulBox {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}

.ulWrapper .ulBox span,
.ulWrapper .ulBox ul li {
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    list-style-type: none;
}

.ulWrapper .ulBox ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-left: 24px;
}

@media (max-width: 767px) {
    .tooltip-content {
        max-width: 320px !important;
        min-width: 320px !important;
    }

    .BottomArrow {
        width: 15px;
    }
}

@media (max-width: 576px) {
    .existingClientGrid {
        grid-template-columns: 1fr;
    }

    /* .tooltip-content {
        left: 0;
        transform: translate(-45%, 0);
    } */

    .tooltip-content::before {
        right: 0;
        left: 30px;
    }

    .ulWrapper {
        margin-bottom: 10px;
        gap: 10px;
    }

    .headernotificationimg {
        min-width: 38px;
    }

    .newAppoimentBtn,
    .cart_wrapper {
        width: 38px !important;
        height: 38px !important;
    }

    .cart_wrapper .cart_count_span {
        width: 20px;
        height: 20px;
    }

    .wallet {
        padding: 10px 15px !important;
    }

    .d-none-576 {
        display: none !important;
    }

    .redesign-nav-wallet-text {
        display: none;
    }

    .custom-text-wrap {
        white-space: pre-line !important;
    }

    .cusBtnWrapperGrid {
        grid-template-columns: 1fr 1fr;
        gap: 10px !important;
    }

    .min-width-195 {
        min-width: 195px
    }
}

@media (max-width: 425px) {
    .tooltip-content {
        max-width: 80vw !important;
        min-width: 80vw !important;
    }

    .header-padding {
        padding: 15px 10px;
    }

    .HeaderLinks ul {
        gap: 5px;
    }
}

.custom_basic_details_form{
    margin: 30px 15px 0;
}
.custom_basic_details_form .custom-width{
    width: 50%;
}
.custom_basic_details_form .custom-width .form-fields input{
    width: 100% !important;
}
.custom-grid-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.custom_basic_details_form .form-group .select2-container--default .select2-selection--single{
    min-height: 100%;
}
.custom_basic_details_form .select2-container{
    height: 100%;
}
.custom_basic_details_form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 8px 12px;
}
.custom_basic_details_form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px;
}
@media (max-width: 1400px){
    .custom_basic_details_form .custom-width{
        width: 100%;
        max-width: 630px;
    }
    .custom_basic_details_form .basic_details_div,
    .custom_basic_details_form .address_div,
    .custom_basic_details_form .billing_address_div{
        margin: 0 15px;
    }   
}
.consent-form-show-outer-part {  
    padding: 4px;  
    margin: 10px; 
    padding: 10px;
    border: 2px solid #000; 
    border-radius: 6px;
    background-color: #f9f9f9; 
    font-size: 14px;
    line-height: 1.5;
}
.wallet{    
    background-color: #eeeff3!important;
    padding: 10px 20px!important;
    border-radius: 50px !important;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size:18px;
    position: relative;
    cursor: pointer;
}

.tooltip-content {
    background-color: #000!important;
    border-radius: 20px!important;
    color: #fff!important;
    font-family: Inter!important;
    font-size: medium!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 24px;
    margin: 0!important;
    max-width: 360px !important;
    min-width: 360px !important;
    padding: 14px!important;
    width: 320px!important;
    position: absolute;
    top: 115%;
    right: 0;
}
.tooltip-content::before{
    content: "";
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 50px;
}
.tooltip-content p {
    
    color: #fff!important;
}
.tooltip-content .connect-button {
    background: #eeeff3;
    border: none;
    border-radius: 100px;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    padding: 6px 14px;
    width: 100%;
    width: fit-content;
    display: block;
    /* margin-left: auto; */
}

.hidden {
    display: none;
}


.newGenerateAiBtn {
    border: 0px;
    display: flex;
    align-items: center;
    padding:  5px;
    background: var(--blue-ribbon);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    justify-content: center;
}

.newGenerateAiBtn img {
    max-width: 15px;
}
/* login model */

.loginmodal .modal-header {
    border: 0px;
    padding-bottom: 0px;
  }
  .loginmodal .modal-header .modal-title {
    font-size: 20px;
    color: #000;
    font-family: "Inter";
  }
  .loginmodal .modal-body p {
    font-size: 14px;
    font-family: "Inter";
    color: #222;
    font-weight: 400;
  }
  .loginmodal .modal-footer {
    padding-top: 0px;
    border: 0px;
    justify-content: flex-end;
  }
  .loginmodal .modal-footer .btn-primary {
    font-size: 14px;
    font-weight: 400;
    border-radius: 100px;
  }
  .loginmodal .btn-close {
    width: 24px;
    height: 24px;
    background: #f4f4f4;
    border-radius: 100px;
    border: 0px;
  }

.ulWrapper{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }
.ulWrapper  .ulBox{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}
.ulWrapper .ulBox span,.ulWrapper .ulBox ul li{
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    list-style-type: none;
}
.ulWrapper .ulBox ul{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-left: 24px;
}    
@media (max-width: 767px){
    .tooltip-content{
        max-width: 320px !important;
        min-width: 320px !important;
    }
    .BottomArrow{
        width: 15px;
    }
}

@media (max-width: 576px){
    .tooltip-content{
        left: 0;
        transform: translate(-45%, 0);
    }
    .tooltip-content::before{
        right: 0;
        left: 30px;
    }
    .ulWrapper{
        margin-bottom: 10px;
        gap: 10px;
    }
    .headernotificationimg{
        min-width: 38px;
    }
    .newAppoimentBtn,.cart_wrapper{
        width: 38px !important;
        height: 38px !important;
    }
    .cart_wrapper .cart_count_span{
        width: 20px;
        height: 20px;
    }
    .wallet{
        padding: 10px 15px !important;
    }
    .d-none-576{
        display: none !important;
    }
    .redesign-nav-wallet-text{
        display: none;
    }
}
@media (max-width: 425px){
    .tooltip-content{
        max-width: 80vw !important;
        min-width: 80vw !important;
    }
    .header-padding{
        padding: 15px 10px;
    }
    .HeaderLinks ul{
        gap: 5px;
    }
}
.consent-form-list .consent-outer-part{
    padding: 2px;
}

.medical_form_css, .medical_form_css:hover {
    background-color: #d3d3d3 !important;
    color: #A4A4A4 !important;
}
.upload-addition-box{
    background: #f7f7f7;
}

.upload-addition-box img {
    max-height: 400px;
    height: 100%;
    object-fit: contain;
}
.gap-0{
    gap: 0 !important;
}

.cus-preview-grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.cus-preview-grid img {
    object-fit: contain;
}

@media (max-width: 576px) {
    .CustomCreatePrescription {
        padding: 0px !important;
    }
    .CutomIframeModel .modal-dialog {
        max-width: 80% !important;
    }

    .CutomIframeModel .modal-body iframe {
        height: 250px !important;
        width: 100% !important;
    }

    #add_products_modal span.product-price {
        margin: 0px !important;
    }

    #add_products_modal .modal-footer-new {
        padding: 0px;
    }

    .create-prescription-product-element-container {
        gap: 10px
    }

    .create-prescription-product-element-container .remove-product {
        margin: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff000014;
        border-radius: 10px;
    }
    .chatAddproductMargin .create-prescription-product-element-container .remove-product{
        width: 22px;
        height: 22px;
    }

    .create-prescription-product-element-container div {
        padding: 0px;
    }

    .create-prescription-product-element-container .ReCusQuantity {
        grid-column: 2 / 1;
        grid-row: 2;
        padding: 0px;
    }

    .create-prescription-product-element-container .ReCusProductName {
        grid-column: 4 / 1;
        grid-row: 1;
        padding: 0px;
    }

    .create-prescription-product-element-container .ReCusPrice {
        grid-column: 2 / 2;
        grid-row: 2;
        padding: 0px;
    }

    .create-prescription-product-element-container .ReCusRemove {
        grid-column: 3 / 3;
        grid-row: 2;
        align-self: end;
        padding: 0px;
    }

    .create-prescription-product-element-container .CusProductName {
        grid-column: 2 / 1;
        grid-row: 2;
        padding: 0px;
        max-width: 100%;
    }

    .create-prescription-product-element-container .CusQuantity {
        grid-column: 4 / 1;
        grid-row: 1;
        padding: 0px;
        max-width: 100%;
    }

    .create-prescription-product-element-container .CusPrice {
        grid-column: 2 / 2;
        grid-row: 2;
        padding: 0px;
        max-width: 100%;
    }

    .create-prescription-product-element-container .CusRemove {
        grid-column: 3 / 3;
        grid-row: 2;
        align-self: end;
        padding: 0px;
        max-width: 100%;
    }

    .create-prescription-product-element-container .CusDirection {
        grid-column: 4 / 1;
        grid-row: 3;
        padding: 0px;
    }

    .create-prescription-product-element-container {
        margin: 10px 0px;
        border: 1px solid #e9e9e9;
        padding: 10px;
        border-radius: 10px;
        display: grid;
    }

    .CustomCreatePrescription .alert {
        border-radius: 4px;
    }

    #add_prescriber_modal .modal-footer-new {
        padding: 0px;
    }

    /* show-add-product-modal */
   
    .show-add-product-modal .prescirber-card, .selected-prescriber .prescirber-card {
        gap: 10px;
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        position: relative;
    }
    
    .show-add-product-modal .prescirber-card .head-1, .selected-prescriber .prescirber-card .head-1 {
        display: grid;
        gap: 10px;
        width: 100%;
        grid-template-columns: 1fr auto;
        align-items: baseline;
    }
    
    .show-add-product-modal .prescirber-card .head-1 .prescriber-name, .selected-prescriber .prescirber-card .head-1 .prescriber-name {
        font-size: 14px;
        text-align: left;
        width: 100%;
    }
    
    .show-add-product-modal .prescirber-card .head-1 .occupation, .selected-prescriber .prescirber-card .head-1 .occupation {
        font-size: 12px;
        width: 100%;
    }
    
    .show-add-product-modal .prescirber-card .head-1 .rating-div, .selected-prescriber .prescirber-card .head-1 .rating-div {
        width: fit-content;
        padding: 0px;
        background: transparent;
    }
    
    .show-add-product-modal .prescirber-card .prescriber-card-sub, .selected-prescriber .prescirber-card .prescriber-card-sub {
        width: 100%;
    }
    
    .show-add-product-modal .prescirber-card .head-1 .txt-div, .selected-prescriber .prescirber-card .head-1 .txt-div {
        width: 100%;
        flex-direction: column;
    }
    
    .show-add-product-modal .prescirber-card .prescriber-img, .selected-prescriber .prescirber-card .prescriber-img {
        border-radius: 10px;
    }
    
    .show-add-product-modal .prescirber-card .head-1 .txt-div p.dot, .selected-prescriber .prescirber-card .head-1 .txt-div p.dot {
        display: none;
    }
    
    .show-add-product-modal .prescirber-card .head-1 .rating-div .rating-txt, .selected-prescriber .prescirber-card .head-1 .rating-div .rating-txt {
        font-size: 12px;
    }
    
    .show-add-product-modal .prescirber-card .head-2 .location-txt, .selected-prescriber .prescirber-card .head-2 .location-txt {
        font-size: 12px;
        font-family: "Inter";
        font-weight: 400;
    }
    
    .show-add-product-modal .prescirber-card .head-2 p.price-txt, .selected-prescriber .prescirber-card .head-2 p.price-txt {
        font-size: 14px;
        color: #000;
    }

    .selected-prescriber .prescirber-card .close-icon {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    #add_prescriber_modal .modal-header-new {
        margin: 0px;
    }


}

@media (max-width: 991px) {
    #add_prescriber_modal .modal-dialog {
        margin: 8px auto;
        max-width: 90%;
    }

    #add_products_modal .modal-dialog {
        margin: 8px auto;
        max-width: 90%;
    }
}
#additional-modal-title{
    color: black;
    font-size: 23px;
    font-weight: 700;
}
.new-client-documents{
    width: 100%;
}   

@media (max-width: 575px){
    .medical-form-tooltip-content{
        min-width: fit-content !important;
    }
    /* .client-card .client-details-div #selected_client_address{
        white-space: pre-wrap !important;
    } */
}
@media (max-width: 475px){
    .BtnWrapperGrid .btnredsm{
        padding: 12px 6px !important;
    }
}
.custom-blue-hover:hover{
    background: #1658F7 !important;
}
.custom-gap-wrap{
    gap: 20px;
}
@media (max-width: 575px){
    .custom-gap-wrap{
        flex-wrap: wrap;
        gap: 10px;
    }
    .custom-gap-wrap .btnred, .custom-gap-wrap .btnredsm{
        padding: 12px 11px;
    }
}

.custom_blue_button{
    border-radius: 20px;    
}


/* staging 3 new css */


div#verification_code_modal .form-group {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div#verification_code_modal .modal-body {
    padding: 1rem  0px;
}

div#verification_code_modal .form-group .otpInputWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

div#verification_code_modal .form-group .otpInputWrapper input {
    height: 50px;
    width: 100%;
}

.CustomCreatePrescription .client-details-div span#selected_client_address {
    white-space: normal !important;
}


@media (max-width: 576px) {

    #add_reject_note .modal-content .modal-header {
        padding: 0px 0px 10px;
    }

    #add_reject_note .modal-content .modal-body {
        padding: 0px;
    }

    #add_reject_note .modal-content .modal-footer {
        padding: 0px;
    }

    #add_reject_note .modal-content textarea#reject_note {
        height: 128px;
    }

    .CustomeProfileDropDown .profile-menu-dropdown {
        width: 376px;
        right: -30px;
        left: unset;
    }
}

#prescription-summary-box {
    display: flex;
    align-items: center;
    color: #696969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.summary-title {
    margin-right: 8px;
}
.faces-intelligence.awaiting-summary{
    margin-right: 5px;
   }
.ai-prescription-summary-box {
    width: 18px;
    height: 18px;
}
.faces-intelligence {
    display: flex;
    align-items: center;  
    gap: 2px; 
    justify-content: space-between;
}

.faces-intelligence img {
    width: 24px; 
    height: 24px; 
    cursor: pointer;
}

.faces-intelligence .faces-intelligence-modal {
    display: flex;
    align-items: center;  
    gap: 2px; 
}

.faces-intelligence span {
    color: #1654F3;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}
.prescription-footer {
    display: flex;
    justify-content: space-between; /* Button on left, Faces Intelligence on right */
    align-items: center;
    /* margin-top: 10px; */
    width: 100%;
    /* margin-bottom: 10px; */
}

.status-button-container {
    display: flex;
    align-items: center;
}

.summary-modal textarea{   
    overflow-y: auto !important;
}
.prescription-summary-good{
    padding: 2px 8px;
    line-height: 18px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    border-radius: 10000px;
    background: #088550;
    min-width: max-content;
}
.prescription-summary-required{
    padding: 2px 8px;
    line-height: 18px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    min-width: max-content;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    border-radius: 10000px;
    background: #FF8328;
}
.prescription-summary-null{
    display: flex;
    padding: 2px 8px;
    line-height: 18px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    border-radius: 10000px;
    background: #A4A4A4;
    border: none;
}
.client-medical_status-complete-pharmacy{
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    background: #088550;
    padding: 6px;
}
.summary-status-good-to-go{
    display: flex;    
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    width: 32px;

}
.summary-status-good-to-go img{
    width: 32px;
    height: 32px;
}
.client-medical_status-complete img{
    width: 32px;
    height: 32px;
}
.summary-status-null{
    display: flex;   
    padding: 7px 6.333px 5px 5.667px;
    justify-content: center;
    align-items: center;
    background-color: #878787;
    border-radius: 38px;
}
.summary-status-null img{
    width: 20px;
    height: 20px;
}
.summary-status-required-attension{
    display: flex;   
    padding: 7px 6.333px 5px 5.667px;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    background: var(--Red, #BF3437);
}
.summary-status-required-attension img{
    width: 20px;
    height: 20px;
}
.client-medical_status-incomplete{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BF3437;
    border-radius: 38px;
}
.show-medical-status{
    display: flex;
    justify-content: center;
}
.prescription-summary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.save-prescription-summary-btn{
    display: flex;
    padding: 2px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    background: #1654F3;
    border: none;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-right: 5px;
}
.summary-success-message{
    color: green;    
}
.summary-buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    /* width: 100%; */
    margin-bottom: 10px;
}
.summary-modal .prescription-box .prescription_summary .summary{
    background-color: #f1f5f9 !important;
    border: none !important;
    color: #000 !important;
}
.prescription-box .prescription_summary .form-control:focus, .form-control:focus {
    box-shadow: none !important;
    color: #373C35 !important;
}
.modal-content #prescription-summary-box a {
    display: flex;
}
.CustomCreatePrescription label a {
    display: flex;
}
.form-group .prescription-box .form-control:focus {
    color: #373C35 !important;
}
.pharmacy-status{
    display: flex;
    gap: 5px;
    align-items: center;
}
.faces-intelligence-model .modal-content{
    padding: 20px;
}
.faces-intelligence-model .modal-dialog{
    max-width: 540px !important;
}
.faces-intelligence-model .modal-content .modal-header{
    padding: 0;
}
.faces-intelligence-model .modal-content .modal-header .close{
    background: #EEEFF3;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.faces-intelligence-model .modal-content .modal-header .close span{
    font-size: 25px;
}
.faces-intelligence-model .modal-content .modal-body{
    padding: 0;
}
.faces-intelligence-model .modal-content .modal-body p{
    text-align: left;
    color: #373C35;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 20px;
}
.faces-intelligence-model .modal-content .modal-footer{
    padding: 0;
}
.faces-intelligence-model .modal-content .modal-footer button{
    width: 100% !important;
    height: 52px;
    border-radius: 37px
}
.faces-intelligence-model .modal-content .modal-header .modal-title{
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    font-weight: 500;
    color: black;
}

.ai-text-area {
    min-height: 60px;
    max-height: 190px;
    overflow-y: hidden; /* Hide scrollbar initially */
    resize: none; /* Optional: Prevent manual resizing */
}

.ai-text-area:focus, 
.ai-text-area:not(:placeholder-shown) {
    overflow-y: auto; /* Show scrollbar when content overflows */
}
.modal.inner-blur-modal{
    background: rgba(0, 0, 0, 0.3);
}
.prescri-request-wrap .purchaselist .listing-element-container .purchasebox
{
    padding: 0 14px 0 6px;
}
.prescri-request-wrap .purchaselist .listing-element-container .purchasebox {
    padding: 0 14px 0 0;
}
.prescri-request-wrap .purchaselist .listing-element-container .purchasebox ul {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr auto;
    margin: 0px;
    grid-gap: 14px;
}
.prescri-request-wrap .purchaselist .listing-element-container .purchasebox ul li {
    padding: 0 !important;
    max-width: 100%;
}
.prescri-request-wrap .purchaselist .listing-element-container .purchasebox.public-req ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.prescri-request-wrap .purchaselist .listing-element-container .purchasebox.public-req ul li{
    padding: 10px 5px !important;
}
.hide-on-largescreen{
    display: none;
}

@media (max-width:991px) {
    .purchasebox li{
        text-align: left;
    }
    .hide-div-profile{
        display: none;
    }
    .hide-div-date{
        display: none;
    }
    .purchasebox{
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    }
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox{
        padding: 0px 5px;
        border-radius: 6px;
    }
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox ul {
        grid-template-columns: 1fr 1fr 1fr 100px 100px;
        grid-gap: 10px;
        place-items: flex-start;
        padding: 10px 15px !important;
    }
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox ul li{
        width: 100%;
    }
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox.public-req ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .hide-on-largescreen{
        display: none;
    }
}
@media (max-width:767px) {
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox ul {
        grid-template-columns: 1fr 1fr;
    }
    .hide-on-largescreen{
        display:flex;
    }
    .hide-btn-div{
        display: none;
    }
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox ul {
        grid-template-columns: 1fr 1fr;
    }
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox.public-req ul {
        grid-template-columns: 1fr 1fr;
    }
    .videocall .ai-icon{
        height: 20px !important;
        width: auto !important;
    }
}
@media (max-width:475px) {
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox ul {
        grid-template-columns: 1fr 1fr;
    }
    .prescri-request-wrap .purchaselist .listing-element-container .purchasebox.public-req ul {
        grid-template-columns: 1fr;
    }
}

.document-delete-message {
    color: green;
    display: none;
    margin-top: 0;
}
#additional_document .modal-title{
    color: black;
    font-weight: 700;
}
.loading-indicator {
    height: 100px;
    width: 100px;
    background: var(--loader-image);
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(50%, -50%);
}



/* staging 3 new css */


div#verification_code_modal .form-group {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div#verification_code_modal .modal-body {
    padding: 1rem  0px;
}

div#verification_code_modal .form-group .otpInputWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

div#verification_code_modal .form-group .otpInputWrapper input {
    height: 50px;
    width: 100%;
}

.CustomCreatePrescription .client-details-div span#selected_client_address {
    white-space: normal !important;
}

@media (max-width: 767px) {
    #additional_document .modal-title{
        font-size: 20px;
    }
    .document-modal-width{
        max-width: 90%;
    }
}
@media (max-width: 576px) {

    #add_reject_note .modal-content .modal-header {
        padding: 0px 0px 10px;
    }

    #add_reject_note .modal-content .modal-body {
        padding: 0px;
    }

    #add_reject_note .modal-content .modal-footer {
        padding: 0px;
    }

.create-ticket-selection figure.text-center figcaption.caption, .chat-threads-container figure.text-center figcaption.caption {
    color: #373C35;
    text-align: center;
    font-family: "Inter";
    font-size: 18px;
}   
.profileswitchtitle{
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
    #add_reject_note .modal-content textarea#reject_note {
        height: 128px;
    }

    .CustomeProfileDropDown .profile-menu-dropdown {
        width: 376px;
        right: -30px;
        left: unset;
    }
}

#my-ord-btn{
    color: #1654F3; 
    width : 100%; 
    text-align: center;
}

.account-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 50vh;
  max-height: 50vh;
  overflow-y: auto;
}
.account-list::-webkit-scrollbar{
    display: none;
}

.account-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
  cursor: pointer; 
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
  overflow: hidden;
}

.account-info {
  flex-grow: 1;
}

.account-info h6 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    display: inline;
   
}


.account-info .text {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    gap: 50px;
    color: white;
    background-color: #007bff!important;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
}

.account-info p {
    color: #373c35;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.ProfileSwitchModel input[type="radio"] {
  margin-left: auto;
  transform: scale(0.9);
  accent-color: #000;
}
.ProfileSwitchModel input[type="radio"]:checked::before{
    display: none;
}

/* .profileswitchdone:hover {
  background-color: #0056b3;
} */

.profileswitchdone{
    background: #175ffa;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    max-height: 48px;
    min-height: 48px;
    padding: 12px 0;
    width: 100%;
}

.profileswitcharrow {
    all: unset;
    display: inline-block; 
    cursor: pointer; 
  }
  
  .profileswitcharrow img {
    width: 20px;
    height: 21px;
}

.profileswitchheader{
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.ProfileSwitchModel .modal-dialog{
    max-width: 576px;
}

.ProfileSwitchModel .modal-dialog .modal-content{
    max-width: 100%;
    border-radius: 12px;
    /* padding: 30px; */
    padding: 20px 30px 30px;
    top:50%;
    
}

.members-text{
color: #373c35;
    color: var(--text-icon,#373c35);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.swal-custom-button {
    min-width: 120px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
}
.custom-swal-btn {
    background-color: #3085d6;
    color: white;
    min-width: 140px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}

.custom-swal-btn:hover {
    background-color: #2868c7;
}


.document-scroll .client-documents-list::-webkit-scrollbar {
    width: 5px !important;
}
.document-scroll .client-documents-list::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px;
}
.document-scroll .client-documents-list::-webkit-scrollbar-thumb {
    background: #828282 !important; 
    border-radius: 10px !important;
}
.document-scroll .client-documents-list::-webkit-scrollbar-thumb:hover {
    background: #555 !important; 
}

.clickable-image {
        cursor: pointer;
}

.previous-prescriptions .alert-warning{
    background-color: #ffffff;
    border: none;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'inter';
    font-weight: 500;
    color: #373C35;
    padding: 0;
}
.previous-prescriptions .modal-content {
    padding: 30px !important;
}
.request_summary_modal .modal-content {
    height: 90vh;
}
.previous-prescriptions .modal-header{
    padding-top: 0;
    padding-bottom: 0;
}
.previous-prescriptions .modal-header .close{
    margin: 0px;
    width: 40px;
    height: 40px;
    background: #EEEFF3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.previous-prescriptions .modal-body{
    border-radius: 10px;
    padding-bottom: 0;
}
.previous-prescriptions .modal-header .close span{
    font-size: 28px;
    font-weight: 400;
}
.previous-prescriptions .modal-header .modal-title{
    font-size: 32px;
    font-weight: 700;
}
.previous-prescriptions #prescriptionScrollContainer{
    border-radius: 10px;
}
.previous-prescriptions #prescriptionScrollContainer #prescriptionTableBody{
    background-color: #FFF7F2;
    display: block;
    max-height: 230px;
    overflow-y: auto;
    width: 100%;
}
.previous-prescriptions #prescriptionScrollContainer table tr{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.previous-prescriptions table{
    background-color: #FFF7F2 !important;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 0px;
    width: 100%;
}
.previous-prescriptions table th{
    font-size: 15px;
    line-height: 1.5;
    font-family: 'inter';
    font-weight: 500;
    color: #373C35 !important;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFF7F2 !important;
    padding-left: 0;
    padding-right: 0;
}
.previous-prescriptions table tr td{
    font-size: 16px;
    line-height: 1.5;
    font-family: 'inter';
    font-weight: 500;
    color: #000000; 
}
.previous-prescriptions  #prescriptionTableBody tr td:last-child, .previous-prescriptions table th:last-child{
    width: 24%;
    text-align: left;
}
.previous-prescriptions #prescriptionTableBody tr td:first-child, .previous-prescriptions table th:first-child {
    width: 76%;
}
.previous-prescriptions table td{
	padding: 10px 0;
}
.previous-prescriptions  #prescriptionTableBody tr td:last-child a{ 
    border-bottom: 1px solid #000000;
}
.previous-prescriptions .footerModalBtn{
    justify-content: start !important;
    padding: 0;
}
.previous-prescriptions .footerModalBtn .BtnWrapperGrid{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.previous-prescriptions .footerModalBtn .BtnWrapperGrid .edit-prescription-btn{
    font-size: 15px;
    line-height: 1.5;
    font-family: 'inter';
    font-weight: 500;
    color: #000000; 
    padding: 14px 24px;
    border-radius: 100px;
    background-color: #EEF0F3;
    border: none;
}
.previous-prescriptions .footerModalBtn .BtnWrapperGrid .edit-prescription-btn:hover{
    background-color: #000000;
    color: #FFF;
}
.previous-prescriptions .footerModalBtn .BtnWrapperGrid  .senToprescriberBtn{
    border-radius: 100px;
    padding: 14px 24px;
}
.prescriptionsDetailModal .modal-header .modal-title{
    font-size: 32px;
    font-weight: 700;
    padding: 0;
}
.prescriptionsDetailModal .prescriptionIdDetail {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'inter';
    font-weight: 500;
    color: #373C35 !important;
}
.prescriptionsDetailModal .modal-content{
    padding: 30px !important;
}
.prescriptionsDetailModal .priscriptionProducCardWrap{
    gap: 15px;
}
.prescriptionsDetailModal .priscriptionProducCard {
    background-color: #ffffff !important;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    padding: 15px;
    gap: 15px;
}
.prescriptionsDetailModal .modal-header{
    padding: 0 !important;
}
.prescriptionsDetailModal .modal-header .close{
    margin: 0px;
    width: 40px;
    height: 40px;
    background: #EEEFF3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prescriptionsDetailModal .priscriptionProducCard .priscriptionProductImage{
    width: 60px;
    height: 55px;
    background-color: #f3f3f3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prescriptionsDetailModal .modal-header .close span {
    font-size: 28px;
    font-weight: 400;
}
.prescriptionsDetailModal{
    max-width: 800px !important;
}
.prescriptionsDetailModal .priscriptionProducCard .priscriptionProductImage img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.medical_consent_forms {
    margin: 20px 0 20px 0 !important;
}
.medical_consent_forms_wrap{
    margin-bottom: 20px;
}
.medical_consent_forms .medical_form_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
}
.medical_consent_forms .medical_form_wrap:last-child{
    margin-bottom: 0;
}
.medical_consent_forms .medical_form {
    display: flex;
    align-items: center;
    gap: 20px;
}
.medical_consent_forms .medical_form .medical-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #EEF0F3;
}
.medical_consent_forms .medical_form h6{
    font-size: 16px;
    line-height: 1;
    font-family: 'inter';
    font-weight: 600;
    color: #000000;
}
.medical_consent_forms .medical_form_view{
    display: flex;
    align-items: center;
    gap: 20px;
}
.medical_consent_forms .medical_form_view .completedBtn{
    background-color: #088550;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 1.4;
    font-family: 'inter';
    font-weight: 500;
    border: none;
}
.medical_consent_forms .medical_form_view .pendingBtn{
    background-color: #FF8328;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 1.4;
    font-family: 'inter';
    font-weight: 500;
    border: none;
    cursor: default !important;
}
#medical_form_wrap.clickable {
    cursor: pointer;
  }
#consent_form_wrap.clickable {
    cursor: pointer;
}

.medical_consent_forms #consent_form_wrap a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
}
  
#show-prescription-details .summary_view_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
}
#show-prescription-details table thead, .previous-prescriptions table thead{
    background-color: #fff3f0;
    position: sticky;
    top: 0;
}
#show-prescription-details #prescriptionTableBody{
    overflow-y: scroll;
}
#show-prescription-details .consent-wrap #prescriptionScrollContainer {
    overflow-y: inherit !important;
}
#show-prescription-details .summary_view_footer .chatnowBtn{
    padding-right: 20px;
    border-right: 1px solid #DDDDDD;
}
#show-prescription-details .summary_view_footer .callBtn{
    margin-left: 20px;
}
#show-prescription-details .summary_view_footer  .connectBtn{
    gap: 0;
}
.summary_view_footer .rejectBtn{
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #BF3437;
    font-size: 18px;
    color: #BF3437; 
    margin-right: 15px;
    font-weight:600;
    background-color: #FFFFFF;
}
.summary_view_footer .acceptBtn{
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF; 
    margin-right: 15px;
    font-weight:600;
    background-color: #1654F3;
}
.request_summary_modal .modal-header .close {
    margin: 0px;
    width: 40px;
    height: 40px;
    background: #EEEFF3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.request_summary_modal .alert-warning {
    background-color: #ffffff;
    border: none;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'inter';
    font-weight: 500;
    color: #373C35;
    padding: 0;
}
.request_summary_modal .consent-box{
    padding: 0;
    margin-bottom: 0;
    border: none;
}
.prescriptionsDetailModal .priscriptionProducCard .prescription-product-name{
    font-size: 13px;
    line-height: 1;
    font-family: 'inter';
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.prescriptionsDetailModal .priscriptionProducCard .prescription-product-price{
    font-size: 13px;
    line-height: 1.5;
    font-family: 'inter';
    font-weight: 500;
    color: #373C35 !important;
}
.prescriptionsDetailModal .priscriptionProducCard .prescription-product-quantity{
    font-size: 13px;
    line-height: 1.5;
    font-family: 'inter';
    font-weight: 500;
    color: #373C35 !important;
}
.previous-prescriptions #prescriptionScrollContainer #prescriptionTableBody::-webkit-scrollbar {
    width: 5px;
}

.previous-prescriptions #prescriptionScrollContainer #prescriptionTableBody::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: inset 0 0 2px grey;
}

.previous-prescriptions #prescriptionScrollContainer #prescriptionTableBody::-webkit-scrollbar-thumb {
    background-color: #1654F3 !important;
    border-radius: 10px;
}
.request_summary_modal .modal-content .prescription-summary.medical_consent_forms {
    overflow-y: unset;
    max-height: initial;
}
.request_summary_modal .modal-content .modal-header{
    position: sticky;
    top: 0;
}
.request_summary_modal .modal-content .modal-body{
    overflow-y: auto;
    scrollbar-width: none;
}
.three-months-prescriptions .modal-content {
    max-height: 95vh;
}
.modal-dialog.three-months-prescriptions {
    min-height: calc(100% - 0.5rem);
}
@media (max-width:991px){
    .request_summary_modal{
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .request_summary_modal .modal-title {
        font-size: 26px;
    }
    .previous-prescriptions{
		max-width: 90% !important;
	}
	.previous-prescriptions .modal-header .modal-title {
		font-size: 26px;
	}
	/* .prescriptionsDetailModal .modal-header .modal-title {
		font-size: 26px;
	} */
    .prescriptionsDetailModal{
		width: 90% !important;
	}
    .prescriptionsDetailModal .modal-header .modal-title {
        font-size: 26px;
    }
}
@media (max-width:840px){
    .previous-prescriptions #prescriptionTableBody tr td:first-child, .previous-prescriptions table th:first-child  {
        width: 73%;
    }
    .previous-prescriptions  #prescriptionTableBody tr td:last-child, .previous-prescriptions table th:last-child {
        width: 27%;
    }
}
@media (max-width:767px){
    .summary_view_footer .rejectBtn{
        padding: 10px 16px;
        font-size: 15px;
    }
    .summary_view_footer .acceptBtn{
        padding: 10px 16px;
        font-size: 15px;
    }
    #show-prescription-details .summary_view_footer .chatnowBtn, #show-prescription-details .summary_view_footer .callBtn {
        padding-right: 10px;
        font-size: 15px;
    }
    .medical_consent_forms {
        margin: 20px 0 20px 0 !important;
    }
    .request_summary_modal .modal-title {
        font-size: 20px;
    }
    .previous-prescriptions .modal-header .modal-title {
		font-size: 22px;
	}
    .previous-prescriptions{
		max-width: 90% !important;
	}
    .previous-prescriptions #prescriptionTableBody tr td:first-child,.previous-prescriptions table th:first-child {
        width: 68% !important;
    }
    .previous-prescriptions  #prescriptionTableBody tr td:last-child, .previous-prescriptions table th:last-child {
        width: 32% !important;
    }
    .previous-prescriptions table tr td {
        font-size: 14px;
    }
    .previous-prescriptions .alert-warning {
        margin-bottom: 20px;
    }
    .previous-prescriptions .footerModalBtn .BtnWrapperGrid {
        margin-top: 20px;
    }
    .prescriptionsDetailModal .modal-header .modal-title {
        font-size: 22px;
    }
    .previous-prescriptions #prescriptionScrollContainer table thead tr {
        display: flex;
    }
}
@media (max-width:575px){
    #show-prescription-details .summary_view_footer {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        padding-top: 25px !important;
    }
    .medical_consent_forms .medical_form{
        gap: 10px;
    }
    .medical_consent_forms .medical_form_view {
        gap: 10px;
    }
    .request_summary_modal .prescription_data {
        font-size: 18px;
    }
    .request_summary_modal .modal-content {
        padding: 12px;
    }
    .previous-prescriptions table {
        padding: 10px;
    }
    .request_summary_modal .alert-warning {
        margin-bottom: 20px;
    }
    .medical_consent_forms_wrap {
        margin-bottom: 20px;
    }
    .previous-prescriptions #prescriptionTableBody tr td:first-child, .previous-prescriptions table th:first-child {
        width: 54% !important;
    }
    .previous-prescriptions  #prescriptionTableBody tr td:last-child, .previous-prescriptions table th:last-child {
        width: 46% !important;
    }
    .previous-prescriptions .footerModalBtn .BtnWrapperGrid .edit-prescription-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
    .previous-prescriptions .footerModalBtn .BtnWrapperGrid .senToprescriberBtn{
        font-size: 14px;
        padding: 8px 16px;
    }
    .prescriptionsDetailModal .modal-content{
        padding: 20px !important;
    }
    .prescriptionsDetailModal .priscriptionProducCardWrap {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width:425px){
    .previous-prescriptions #prescriptionTableBody tr td:first-child, .previous-prescriptions table th:first-child {
        width: 46% !important;
    }
    .previous-prescriptions  #prescriptionTableBody tr td:last-child, .previous-prescriptions table th:last-child {
        width: 54% !important;
    }
    .previous-prescriptions .modal-header .modal-title{
        font-size: 20px;
    }
    .previous-prescriptions .modal-content{
        padding: 14px !important;
    }
    .previous-prescriptions .footerModalBtn .BtnWrapperGrid{
        gap: 10px;
    }
}
@media (max-width:375px){
    .previous-prescriptions #prescriptionScrollContainer #prescriptionTableBody {
        max-height: 190px;
    }
}
@media (max-width:350px){
    .summary_view_footer .rejectBtn {
        margin-right: 5px;
    }
    .medical_consent_forms .medical_form h6 {
        font-size: 14px;
    }
    .medical_consent_forms .medical_form .medical-icon {
        width: 38px;
        height: 38px;
    }
}

.commonbanner .loginMessage {
    color: #000 !important;
    font-size: 35px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    padding: 20px 0 35px !important;
    position: relative !important;
    text-align: center !important;
}

.commonbanner .errorimg {
    margin: 0 auto !important;
    max-height: 350px !important;
    max-width: 350px !important;
    overflow: hidden !important;
}

.commonbanner .facesLogoClass {
    height: 50% !important;
    width: 50% !important;
}

.name-of-people{
    color: var(--text-icon, #373C35);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}
.people-div{
    display: flex;
    gap: 100px;
 
}
#add_name_btn{
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: 'from-font';
}
.no-people{
    color: #000;
    border: none;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.first-letter-of-people{
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
}
.list-single-people-name{
    align-self: stretch;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.title-wda-registration{
    color: #373C35;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
}
.toltip-wda-registration{
    width: 15.05px;
    height: 14.05px;
    padding-top: 3px;
}
.wda-registration-div{
    gap: 5px;
    padding: 0px 4px 13px 8px;
}
.bank-details-title-div{
    color: #373C35;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 10px 13px 13px 13px;
}

.newGenerateDescriptionAiBtn {
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    right: 30px;
}
textarea#product_description {
    position: relative;
}