* {
    box-sizing: border-box;
}

:root {
    --primary: 002269;
    --secondary: #555;
    --headerBg: #002269;
    --headerText: #fff;
    --footerBg: #f6f6f6;
    --headder: #555;
    --warning: #ea4335;
    --baseFontSize: 14px;
    --title: #032b5c;
    --subTitle: #032b5c;
    --TableHeaderBg: #35a9e4;
    --TableHeaderText: #fff;
    --TableAlternateRowBg: #7a8ddb1a;
    --TableAlternateRowText: #333;
    --TableRowHoverBg: #efefef;
    --TableRowHoverText: #333;
    --linkText: #337ab7;
    --positiveBtnBg: #35a9e4;
    --positiveBtnBorder: transparent;
    --positiveBtnText: #fff;
    --positiveHoverBtnBg: transparent;
    --positiveHoverBtnBorder: #35a9e4;
    --positiveHoverBtnText: #35a9e4;
    --negativeBtnBg: #35a9e4;
    --negativeBtnBorder: transparent;
    --negativeBtnText: #fff;
    --negativeHoverBtnBg: #fff;
    --negativeHoverBtnBorder: #35a9e4;
    --negativeHoverBtnText: #35a9e4;
    --Menu_Header: #efefef;
    --Menu_Underline: #efefef;
    --Sub_Menu_Header: #1b1414;
    --Sub_Menu_Underline: #f26722;
}

.swal2-popup{
    width:450px !important;
}

@font-face {
    font-family: Amazon Ember;
    src: url("../fonts/Amazon-Ember-Regular.ttf");
}

body {
    font-family: "Amazon Ember" !important;
    font-size: var(--baseFontSize) !important;
}
.main-tab {
    min-height: 57rem;
    background-color: #d1cece;
}
.primary-text {
    color: #032b5c;
}
.text-white{
    color:white;
}
.secondary-text {
    color: #ff6f1a;
}
.secondary-text1 {
    color: black;
    font-weight: 600;
}
.bg-darkblue {
    background-color:#002269;
}
.bg-organge {
    background-color: #ff6f1a;
}
.btn-darkblue {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #002269;
    color:white;
}
.font-semibold
{
    font-weight:600;
}
.custom-modal-footer{
    display:flex;
    justify-content:flex-end;
}
.doc-found {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color:#a2d39c;
    color: darkslategray;
}
.doc-details
{
border:1px solid black;
padding:0px;

}
.doc-details div ul
{

    overflow-y:scroll;
    list-style:none;
    height:35rem;
}
    .doc-details div ul li{
        font-weight:600;
        font-size:15px;
        margin-bottom:2px;
    }
.doc-label
{
font-size:12px;
color:gray;
}
.doc-date {
    border: 2px solid #35a9e4;
    margin-right: 10px;
    border-radius: 4px;
}
.doc-p
{
font-weight:600;
font-size:13px;
}
.available-slot
{
    border:1px solid grey;
    border-radius:2px;
}
.new-book {
    background-color: #35a9e4;
    color: white;
    text-align: center;
    padding: 5px 15px;
    border-radius:3px;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.arrow-icon {
    font-size: 50px;
    color: #35a9e4;
}
.flex-col {
    -webkit-flex-direction: column;
    flex-direction: column;
}
ul.tabs {
    margin: 0px;
    padding-top: .75rem;
    padding-left: .5rem;
    padding-bottom: .5rem;
    list-style: none;
}
.custom-file {
    border: 1px dashed grey;
    padding: 5rem;
    text-align: center;
    cursor: pointer;
}
.custom-file-upload input[type="file"] {
    display: none;
}
.file {
    background-color: #e2ffe2;
    padding: 1rem;
    border: 1px solid lightgreen;
    border-radius: 5px;
    margin-top: 2rem;
}
.m-left-1
{
    margin-left:1rem;
}
.subject-info-box-1 select, .subject-info-box-2 select {
    overflow:hidden;
    height: 200px;
    padding: 0;
}
.subject-info-arrows input {
    width: 70%;
    margin-bottom: 5px;
}
.subject-info-box-1 select option, .subject-info-box-2 select option {
    padding: 4px 10px 4px 10px;
}
.btn-select {
    font-weight: 800;
    width: 3.5rem;
    background-color: white;
    padding: .5rem;
    border: 1px solid grey;
    border-radius: 5px;
}
.subject-info-arrows {
    float: left;
    width: 15%;
    margin-top: 2.5rem;
}

    ul.tabs li {
        background: none;
        color: #002168;
        font-weight: 600;
        padding: 10px 15px;
        margin-top: .5rem;
        margin-bottom: .5rem;
        cursor: pointer;
    }

        ul.tabs li p {
            color: #002168;
            font-weight: 600;
            margin-top: .25rem;
        }

        ul.tabs li.current {
            background: #ffffff;
        }

.tab-content {
    display: none;
    padding: 15px;
}

    .tab-content.current {
        display: inherit;
    }

    .m-top-2
    {
        margin-top:2.5rem;
    }
.m-top-4 {
    margin-top: 3.5rem;
}
.m-right-1{
    margin-right:.25rem;
}
.m-right-2 {
    margin-right: .75rem;
}
.m-right-3 {
    margin-right: 1.25rem;
}
.m-right-4 {
    margin-right: 1.75rem;
}
.check{
    display:flex;
    justify-content:center;
}
.align-items-center {
    align-items: center !important;
}
.save {
    font-weight: 800;
    font-size: 18px;
    width: 7.5rem;
    color: white;
    border-radius: 3px;
    text-align: center;
    background-color: #85b4e4;
    border: 0;
    padding: .5rem 0rem .5rem 0rem;
    margin-right: 1rem;
}
.cancel {
    width: 7.5rem;
    border: 1px solid #b9b7b7;
    color: #666464;
    border-radius: 3px;
    font-weight: 700;
    text-align: center;
    background-color: white;
}
.flex{
    display:flex;
}
.reminder1 {
    color: #504f4f;
    font-weight: 600;
    margin-left: .5rem;
    margin-bottom: 0;
}
.reminder {
    align-items: center;
    display: flex;
}
    .reminder select {
        width: 6.25rem;
        padding: .5rem;
        color: #07379a;
        font-weight: 700;
        border-radius: 2px;
    }
.input-text {
    color: #07379a;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
}
.reminder p {
    color: #504f4f;
    font-weight: 600;
    margin-left: .5rem;
    margin-bottom: 0;
}
.m-top-2{
    margin-top:.5rem;
}
.shift {
    background-color: #cfcfcf;
    font-size: 11px;
    border-radius: 10px;
    width: 8rem;
    text-align: center;
    padding: .25rem .5rem .25rem .5rem;
}
.add-shift {
    background-color: #69e22b;
    color: white;
    width: 8rem;
    font-size: 12px;
    text-align: center;
    padding: .25rem;
    border-radius: 4px;
}
.main {
    font-weight: 800;
    color: #6b6666;
    margin-bottom: 0;
    font-size: 16px;
}
.secondary {
    font-weight: 600;
    color: #858585;
    margin-bottom: 0;
    font-size: 13px;
}
.justify-end{
    justify-content:flex-end;
}
.justify-center{
    justify-content:center;
}
.primary {
    color: #032b5c;
}
.justify-content-between {
    justify-content: space-between !important;
}
.input-text {
    color: #07379a;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
}
.m-bottom-0 
{
    margin-bottom:0px;
}
.self-center {
    align-self: center;
}
.upcoming-doctor {
    margin-bottom:.5rem;
    border: 1px solid #a7a7a7;
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: .75rem;
}
.up-time
{
   font-size:10px;
   font-weight:600;
   margin-bottom:0px;
}
.up-time-apptype {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}
.upcoming-doctor div img 
{
    border-radius

}
.theme-btn-3 {
    color: white;
    background-color: #ff6f1a;
    border: 2px solid #ff6f1a;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
}
.text-right{
    text-align:right;
}
.input-size {
    width: 9rem;
    border-radius: 3px;
    border: 2px solid #b0b0b0;
    margin-right:0px!Important;
}
.border-b {
    border-bottom: 2px solid #cdcccc;
}
.padding-1{
    padding:1rem;
}
.text-red
{
color:red;
}
.input-select {
    width: 25rem;
    padding: .25rem;
    border-radius: 3px;
    border: 2px solid #b0b0b0;
}
.time {
    border: 1px solid gray;
    padding: 4px;
    font-size: 12px;
    border-radius: 2px;
}
.to {
    margin-right: 0.1rem;
    margin-left: 1.1rem;
}
.input-slot {
    display: flex;
    align-items: flex-end;
}
.input-slot p{
  margin-bottom:0px!important;
  margin-right:.5rem;
}
.input-size {
    width: 6rem;
    border-radius: 3px;
    border: 2px solid #b0b0b0;
    margin-right:.75rem;
}

.subject-info-box-1, .subject-info-box-2 {
    float: left;
    width: 40%;
}
.subject-info-arrows {
    float: left;
    width: 15%;
    margin-top: 4.5rem;
}
.label-info {
    background-color: #ff6f1a;
}
.tab-body {
    min-height: 50rem;
}
.btn-custom {
    color: white;
    background-color: #002168;
    border: 0;
    font-weight: 600;
    border-radius: 5px;
    font-size: 13px;
    padding: .5rem 1rem .5rem 1rem;
}
.sub-title {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 16px;
}
.mainbody, .DataContainer {
    max-width: 1390px;
    margin: 0 auto;
}

.jnmainbody, .DataContainer {
    max-width: 1900px;
    margin: 0 auto;
}

a {
    color: var(--linkText) !important;
}

.modal-title {
    color: #fff;
}

.modal-header {
    background: var(--primary) !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-radius: 0px;
    border: 0px;
    padding: 10px 15px;
}
.doctor {
    color: gray;
    margin-bottom: .5rem;
}
/*.modal-header1 {
    background: var(--primary);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-radius: 0px;
    border: 0px;
    padding: 10px 15px;
}*/
label {
    font-weight: 500;
}

.mandatory-field {
    color: var(--warning) !important;
}

/*.input-group-addon {
    display: block;
}*/

.dateIcon {
    background-image: url(../Images/date.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    max-width: 125px;
}

.themeHeader {
    display: flex;
    padding: 0px 15px 0px 0px;
    align-items: center;
    background: var(--headerBg) !important;
    color: var(--headerText) !important;
    height: 90px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 5;
}
.daterangepicker .controls {
    min-width: 163px!important;
    margin: 4px;
}
ul.periods {
    display: none !important;
}

.themeLogo {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 20px;
}

    .themeLogo img {
        max-height: 50px;
    }

.themeMenu {
    display: flex;
    flex-basis: 100%;
}

.themeRight {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

    .themeRight > span {
        color: inherit;
    }

.themeProfile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.menuList button {
    background: transparent;
    border: none;
    outline: none;
    color: inherit;
    margin-right: 10px;
    position: relative;
    white-space: nowrap;
}

    .menuList button:hover::after {
        width: 100%;
    }

    .menuList button::after {
        content: "";
        left: 0px;
        right: 0px;
        bottom: -9px;
        height: 5px;
        background: var(--Menu_Underline) !important;
        position: absolute;
        width: 0px;
        margin: 0 auto;
        transition: 0.2s ease-in-out;
    }

.menuList a {
    background: transparent;
    border: none;
    outline: none;
    color: inherit;
    margin-right: 10px;
    margin-left: 5px;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
}

    .menuList a:hover::after {
        width: 100%;
        text-decoration: none;
    }

    .menuList a::after {
        content: "";
        left: 0px;
        right: 0px;
        bottom: -9px;
        height: 5px;
        background: var(--Menu_Underline) !important;
        position: absolute;
        width: 0px;
        margin: 0 auto;
        transition: 0.2s ease-in-out;
        text-decoration: none;
    }

.activeButton {
    color: var(--Menu_Underline) !important;
}

button.activeButton::after {
    width: 100%;
}
a.activeButton::after {
    width: 100%;
    text-decoration:none;
}

.boldtxt {
    font-weight: bold !important;
}

/*.profile_menu .dropdown-toggle {
    background: none !important;
    outline: none !important;
    border: none;
}*/

.profile_menu .dropdown-toggle {
    background: none !important;
    outline: none !important;
    border: none;
}

    .profile_menu .dropdown-toggle:hover {
        background: none;
        border: none;
    }

.open > .dropdown-menu {
    opacity: 1 !important;
}

.logoutDrop {
    left: -116px !important;
    width: 175px;
    color: #000;
}

.customDropdownlast-child {
    border: none !important;
    cursor: pointer;
}

.customDropdown::before {
    content: "";
    z-index: 2;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -18px;
    left: calc(50% - 10px);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.logoutDrop::before {
    left: 135px !important;
}

li.customDropdownlast-child:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--primary) !important;
}

.footerBg {
    background-color: var(--footerBg) !important;
    border-top: 1px solid #ccc;
    padding: 3px 10px;
    clear: both;
    overflow: auto;
    font-size: 11px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 5;
}

.chronictIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-basis: 100%;
    margin-bottom: 7px;
    margin-left: -45px;
    max-width: 415px;
}

.patientHeaderProfile {
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-basis: 100%;
    margin-bottom: 4px;
}

    .patientHeaderProfile > i {
        margin-left: 10px;
    }

    .patientHeaderProfile p {
        margin: 0px;
        color: inherit;
        cursor: pointer;
    }

        .patientHeaderProfile p i {
            margin-left: 10px;
        }

.themeContent {
    margin-top: 90px;
    min-height: calc(100vh - 90px);
    background: #fafafa;
}

.patientHeaderProfile p {
    margin-right: 0px !important;
}

.patientHeaderProfileDetails {
    right: 304px;
    position: absolute;
    top: 16px;
    width: 220px;
    z-index: 999;
}

    .patientHeaderProfileDetails > div {
        margin-top: 25px;
        background: #fff;
        color: #555;
        border: 1px solid #ccc;
        padding: 15px;
        box-shadow: 2px 2px 2px rgb(204 204 204 / 0.2);
    }

    .patientHeaderProfileDetails img {
        width: 80px;
        height: 80px;
        max-height: 80px;
        border-radius: 50%;
        display: block;
        margin: 0px auto 10px auto;
    }

    .patientHeaderProfileDetails p {
        color: #333;
        text-align: left;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #efefef;
        position: relative;
    }

        .patientHeaderProfileDetails p i {
            font-size: 25px;
            position: absolute;
            right: 10px;
            top: 8px;
        }

    .patientHeaderProfileDetails span:first-child {
        display: block;
        font-weight: 600;
    }

.patientShortInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-width: 417px;*/
    flex-wrap: wrap;
}

    .patientShortInfo p {
        color: inherit;
        margin: 0px 16px 0px 0px;
    }

    .patientShortInfo a {
        color: inherit;
        font-size: 25px;
        margin-right: 25px;
    }

.notificationOnline {
    position: relative;
    min-width: 127px;
}

    .notificationOnline span {
        width: 25px;
        height: 25px;
        background: #ff418c;
        position: absolute;
        left: 17px;
        top: -10px;
        color: #fff;
        border: 3px solid #232f3e;
        border-radius: 50%;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .notificationOnline i {
        font-size: 25px;
        color: #fff;
        margin-right: 25px;
    }

        .notificationOnline i:first-child {
            padding: 0px 10px;
            border-left: 1px solid #efefef;
            border-right: 1px solid #efefef;
        }

.patientNotifications {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0px;
    padding-right: 34%;
}
.notificationOnlineins i:first-child {
    padding: 0px 10px;
}
.notificationOnlineins {
    position: relative;
    min-width: 127px;
}

    .notificationOnlineins span {
        width: 25px;
        height: 25px;
        background: #ff418c;
        position: absolute;
        left: 17px;
        top: -10px;
        color: #fff;
        border: 3px solid #232f3e;
        border-radius: 50%;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .notificationOnlineins i {
        font-size: 25px;
        color: #fff;
        margin-right: 25px;
    }

.bellGroup > div {
    position: relative;
    margin-right: 15px;
}

    .bellGroup > div > i {
        font-size: 25px;
    }

    .bellGroup > div > span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        position: absolute;
        top: -7px;
        right: -8px;
    }

.bellYellow i {
    color: #ffbb00;
}

.bellGroup {
    margin-right: auto;
    display: flex;
}

.bellYellow span {
    background: #d03004;
    color: #fff;
}

.bellBrown i {
    color: #d03004;
}

.bellBrown span {
    background: #933333;
    color: #fff;
}

.bellGreen i {
    color: #8fbc7b;
}

.bellGreen span {
    background: #476838;
    color: #fff;
}

.panel {
    border-radius: 0px !important;
}

.panel-info {
    border-color: #ccc !important;
}

.patientProfileInfo .panel-heading {
    background: #e6e7e8 !important;
    border: 0px !important;
    /* color: #000 !important; */
}

.patientProfileInfo .panel-title {
    font-weight: normal;
    color: #000 !important;
}
.theme-btn-4 {
    color: white;
    background: green;
    border: 1px solid green !important;
    padding: 0px 10px;
    border-radius: 12px;
    display: inline-block !important;
    text-decoration: none;
    /*cursor:pointer;*/
    outline: none;
}
    .theme-btn-4:hover {
        color: white;
        background:green;
        border: 1px solid green !important;
        text-decoration: none;
        outline: none;
    }
.theme-btn-5 {
    color: white;
    background: #8d0808;
    border: 1px solid #8d0808 !important;
    padding: 0px 10px;
    border-radius: 12px;
    display: inline-block !important;
    text-decoration: none;
    outline: none;
}
    .theme-btn-5:hover {
        color: white;
        background: #8d0808;
        border: 1px solid #8d0808 !important;
        text-decoration: none;
        outline: none;
    }

.theme-btn-1 {
    color: var(--positiveBtnText) !important;
    background: var(--positiveBtnBg) !important;
    border: 2px solid var(--positiveBtnBorder) !important;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block !important;
    text-decoration: none;
    outline: none;
}

    .theme-btn-1:hover {
        color: var(--positiveHoverBtnText) !important;
        background: var(--positiveHoverBtnBg) !important;
        border: 2px solid var(--positiveHoverBtnBorder) !important;
        text-decoration: none;
        outline: none;
    }

.theme-btn-2 {
    color: var(--negativeBtnText) !important;
    background: var(--negativeBtnBg) !important;
    border: 2px solid var(--negativeBtnBorder) !important;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
}

    .theme-btn-2:hover {
        color: var(--negativeHoverBtnText) !important;
        background: var(--negativeHoverBtnBg) !important;
        border: 2px solid var(--negativeHoverBtnBorder) !important;
        text-decoration: none;
        outline: none;
    }

    .theme-btn-2:active,
    .theme-btn-2:focus,
    .theme-btn-2:visited {
        color: initial;
        text-decoration: none;
        outline: none;
    }

.theme-btn-1:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.nav-tabs {
    border: 0px !important;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: 0px !important;
        color: #000 !important;
        font-weight: 600;
        background: #fff !important;
    }
    .nav-tabs > li.active > div,
    .nav-tabs > li.active > div:focus,
    .nav-tabs > li.active > div:hover {
        border: 0px !important;
        color: #000 !important;
        font-weight: 600;
        background: #fff !important;
        cursor: pointer;
    }

    .nav-tabs > li > a {
        background: #e6e7e8 !important;
        margin-right: 0px !important;
        line-height: normal !important;
        border: 0px solid transparent !important;
        border-radius: 0 !important;
        color: #8d8c8d !important;
    }
    .nav-tabs > li > div {
        background: #e6e7e8 !important;
        margin-right: 0px !important;
        line-height: 40px !important;
        border: 0px solid transparent !important;
        border-radius: 0 !important;
        color: #8d8c8d !important;
        cursor: pointer;
    }

.patientProfileInfo .nav li {
    width: 50% !important;
    text-align: center;
}

.nav-tabs > li:first-child > a {
    border-bottom-right-radius: 5px !important;
}
.nav-tabs > li:first-child > div {
    border-bottom-right-radius: 5px !important;
}

.nav-tabs > li:last-child > a {
    border-bottom-left-radius: 5px !important;
}
.nav-tabs > li:last-child > div {
    border-bottom-left-radius: 5px !important;
}

.changeViews {
    display: flex;
    justify-content: flex-end;
}

    .changeViews a {
        font-size: 25px;
        margin-left: 10px;
    }

    .changeViews .fa-chart-bar {
        color: #ea4335;
    }

    .changeViews .fa-table {
        color: #34a853;
    }

    .changeViews .fa-clock {
        color: #4285f4;
    }

    .changeViews .fa-language {
        color: #be4bdb;
    }

.myAppoinments {
    text-align: left;
}

    .myAppoinments a {
        color: #4285f4;
        display: block;
    }

    .myAppoinments p {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #efefef;
    }

    .myAppoinments span:first-child {
        font-weight: 600;
        display: block;
    }
.InsuranceInfocard {
    padding: 15px;
    border: 1px solid #efefef;
    background: #f1f1f1;
    border-radius: 3px;
    overflow: auto;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
}
.patientListCard {
    padding: 15px;
    border: 1px solid #efefef;
    background: #fff;
    border-top: 4px solid #333;
    margin-bottom: 15px;
    overflow: auto;
}

    .patientListCard img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }

    .patientListCard h1 {
        font-weight: 600;
        font-size: 16px;
        margin: 10px 0px;
        padding: 10px 0px;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        color: #333;
    }

.cardViewDetails {
    width: 50%;
    margin-bottom: 5px;
    float: left;
}

    .cardViewDetails span {
        display: block;
        text-align: left;
    }

    .cardViewDetails label {
        font-weight: 600;
        display: block;
        text-align: left;
    }

.pagination > li {
    margin-right: 5px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    cursor: pointer;
    background-color: #555;
    border-color: #555;
    border-radius: 0px !important;
}

.inputGroups {
    margin-bottom: 5px;
    text-align: left;
}

    .inputGroups label {
        font-weight: 600;
        display: block;
    }

.modal-content {
    border-radius: 0px;
    border: 0px;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 22px;
    position: absolute;
    top: 12px;
    right: 20px;
    padding: 0px;
    border: 2px solid transparent;
    border-radius: 15px;
    line-height: 15px;
    width: 30px;
    height: 30px;
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
    text-shadow: none;
    outline: none !important;
    float: none;
}

    .modal-header .close:hover {
        border: 2px solid #fff;
    }

.modal-header1 .close {
    /*/color: #fff;*/
    opacity: 1;
    font-size: 22px;
    position: absolute;
    top: 12px;
    right: 20px;
    padding: 0px;
    border: 2px solid transparent;
    border-radius: 15px;
    line-height: 15px;
    width: 30px;
    height: 30px;
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
    text-shadow: none;
    outline: none !important;
    float: none;
}

    .modal-header1 .close:hover {
        border: 2px solid #fff;
    }

.footerBg p {
    margin-bottom: 0px;
}

.tooltip {
    min-width: 280px;
}

.tooltip-inner {
    background-color: #fff !important;
    color: #000 !important;
    max-width: 300px !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff !important;
}

.container {
    width: 100%;
    position: relative;
}

.title1 {
    color: var(--title) !important;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.title2 {
    color: var(--subTitle) !important;
    margin: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}

.modernSearch {
    display: flex;
    align-items: center;
}

    .modernSearch input[type="text"] {
        border: 1px solid #efefef;
        padding: 3px 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        flex-basis: 100%;
    }

    .modernSearch i {
        padding: 7px;
        background: #555;
        color: #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group.bootstrap-select {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.btn.selectpicker.form-control {
    width: 100%;
    border: 1px solid #ccc;
}

.multiselect-native-select .btn-group {
    width: 100% !important;
}

.multiselect {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left !important;
}

.patientTabSections {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.chartTabs {
    list-style-type: none;
    display: flex;
    margin: 0 0px 15px 0px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: auto;
    padding: 0;
}

    .chartTabs li a {
        font-size: 14px;
        text-decoration: none;
        padding: 0px 25px;
        cursor: pointer;
        display: block;
        margin-right: 25px;
        border-radius: 4px;
    }

        .chartTabs li a:hover {
            background: #333;
            color: #fff !important;
        }

.chartActiveTab {
    background: #333;
    color: #fff !important;
}

.themeTabs {
    display: flex;
    border: 1px solid #ccc;
    background: #fff;
    height: 43px;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
}

    .themeTabs a {
        padding: 0px 15px;
        /* font-weight: 600; */
        border-top: 2px solid transparent;
        text-decoration: none;
        color: #949394;
        /* background: #efefef; */
        /* border: 1px solid #ccc; */
        display: block;
        cursor: pointer;
        border-right: 1px solid #ccc;
        position: relative;
    }

    .themeTabs li:last-child a {
        border-right: 0px;
    }

    .themeTabs a i {
        font-size: 14px;
        margin-right: 5px;
    }

.themeTabActive {
    color: #002269 !important;
}

.themeTabs a.themeTabActive::after {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}

.themeTabs a.themeTabActive::before {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.themeTabs a:hover {
    color: #35a9e4;
}

.themeTabs li:last-child a {
    border-right: 0px !important;
}

.btn-link [ng-show="currentTab=='1'"] i {
    color: green;
}

.btn-link [ng-show="currentTab=='2'"] i {
    color: orange;
}

.btn-link i {
    font-size: 20px;
}

.multiselect.dropdown-toggle .caret {
    float: right;
    margin-top: 10px;
}

/*.off .toggle-handle {
    right: -12px !important;
    left: 12px !important;
}

.toggle-handle {
    left: -12px !important;
    padding: 0px;
    height: 20px !important;
    width: 20px !important;
    border-radius: 10px;
}*/

.toggle-on.btn {
    padding-right: 29px !important;
    padding-top: 2px !important;
    background: linear-gradient(-90deg, #5faf86, #0d6140) !important;
}

    .toggle-on.btn:hover {
        background: linear-gradient(-90deg, #5faf86, #0d6140) !important;
    }

.toggle-off.btn {
    padding-left: 28px !important;
    padding-top: 2px !important;
    background: linear-gradient(to right, #af4129, #f30404) !important;
    color: #fff !important;
}

    .toggle-off.btn:hover {
        background: linear-gradient(to right, #af4129, #f30404) !important;
    }

.toggle.btn {
    height: 26px !important;
    min-height: auto !important;
    min-width: 0px !important;
    width: 57px !important;
    border-radius: 20px !important;
}

.themeTable td,
.themeTable th {
    padding: 8px !important;
    text-align: left;
    border: 1px solid #ccc !important; /*thick;*/
}

.themeTable th {
    color: var(--TableHeaderText) !important;
    background: var(--TableHeaderBg) !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.themeTable tr:nth-of-type(odd) {
    background: #fff;
}

.themeTable tr:nth-of-type(even) {
    background-color: var(--TableAlternateRowBg) !important;
    color: var(--TableAlternateRowText) !important;
}

.themeTable tr:hover {
    background-color: var(--TableRowHoverBg) !important;
    color: var(--TableRowHoverText) !important;
}

.themeTable th {
    font-weight: 600;
}

.notificationsWarnings {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 16px;
}

.onlineoffline {
    text-align: left;
    left: 465px !important;
    position: absolute;
    top: 10px;
    /* right: 25px; */
    font-size: 16px;
}

.PatientNotification1 {
    text-align: left;
    left: 465px !important;
    position: absolute;
    top: 10px;
    /* right: 25px; */
    font-size: 16px;
}

.PatientNotification2 {
    text-align: left;
    left: 530px !important;
    position: absolute;
    top: 10px;
    font-size: 14px;
}

.notificationsWarnings i {
}

.notificationsWarnings span {
    position: absolute;
    top: -13px;
    right: -15px;
    width: 25px;
    height: 25px;
    background: #4e70f7;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.highBell {
    color: red !important;
    font-size: x-large;
}

.mediumBell {
    color: #ffd300 !important;
    font-size: x-large;
}

.lowBell {
    color: green !important;
    font-size: x-large;
}

.mediumPosition {
    right: 70px;
}

.lowPosition {
    right: 100px;
}

.secondaryMenu {
    margin: 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    border-bottom: 1px solid #efefef;
    color: var(--Sub_Menu_Header) !important;
}

    .secondaryMenu li {
    }

        .secondaryMenu li a {
            border-bottom: 2px solid transparent;
            display: block;
            padding: 5px 10px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
        }

.secondaryMenuActive {
    border-bottom-color: var(--Sub_Menu_Underline) !important;
    color: var(--Sub_Menu_Underline) !important;
}

.secondaryMenu li a:hover {
    color: #35a9e4 !important;
}

.page-title {
    color: var(--title) !important;
    font-weight: 600;
    text-align: left;
    padding: 10px 0px;
    font-size: 20px;
    margin: 0px;
}

.page-subTitle {
    color: var(--subTitle) !important;
    font-weight: 600;
    text-align: left;
    padding: 10px 0px;
    font-size: 18px;
    margin: 0px;
}

.institutionLogo {
    max-height: 100px;
    background-color: transparent;
}

.themeTable a {
    text-decoration: none;
    color: inherit;
}

.themeTable i {
    font-size: 16px;
    color: inherit;
    padding: 0px 2px;
}

    .themeTable i.fa-check-circle-o {
        color: green;
    }

    .themeTable i.fa-times-circle-o {
        color: orangered;
    }

.imgAdd img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
}

.inputNxt input,
.inputNxt label {
    display: inline-block;
}

.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #002269;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.themeTable nav {
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-height: 40px;
}

.select-page {
    margin-right: 5px;
}

#colorSetting .modal-lg {
    width: 100%;
    min-height: 100vh;
    margin: 0px;
}

#colorSetting .modal-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

    #colorSetting .modal-body > .row > div {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        height: calc(100vh - 110.6px);
        overflow: auto;
    }

.colorGroup {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    flex-wrap: wrap;
    align-items: center;
}

    .colorGroup h1 {
        font-size: 16px;
        margin: 0px 15px 10px 0px;
        min-width: 210px;
        flex-basis: 100%;
    }

    .colorGroup input[type="color"] {
        width: 100px;
        margin-right: 20px;
    }

.frameController {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    .frameController iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }


.chatAttachment {
    margin: 0px 10px 0px 0px !important;
}

.chatBodyLeft {
    float: left;
}

.chatBodyRight {
    float: right;
}

.chatBodyLeftDiv {
    background-color: #78e08f;
}

.chatBodyRightDiv {
    background-color: #82ccdd;
}

.chatBox {
    min-height: 430px;
    position: fixed !important;
    bottom: 22px !important;
    z-index: 9999;
    right: 10px !important;
    left: unset !important;
    top: unset !important;
    width: 340px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 50px;
    transition: all 0.2s ease-in-out;
}

.chatBoxBig {
    width: 680px;
}

.chatHeader {
    position: relative;
    background: #002269;
    color: #fff;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0px 15px;
    font-size: 16px;
    justify-content: flex-end;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .chatHeader h1 {
        margin-right: auto;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }

.chatBoxClose {
    /*bottom: -430px !important;

    bottom: -moz-calc(-90%)! important;
    bottom: -webkit-calc(-90%)! important;
    bottom: calc(-90%)! important;*/
}

.chatHeader > span > i {
}

.chatHeader > span {
    display: flex;
    position: absolute;
    cursor: pointer;
    top: -20px;
    right: 20px;
    width: 25px;
    height: 25px;
    background: #002269;
    z-index: 5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    justify-content: center;
}

.chatHeader i {
}

.chatHeader a {
    color: #fff;
}

.callIcon {
    margin-right: 10px;
}

.videoIcon {
}

.chatBody {
    background: #fff;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 10px;
    overflow: auto;
    height: 350px;
    position: relative;
}

.chatBodyHalf {
    width: 50%;
    float: left;
}

.chatBody p {
    display: block;
    margin: 0 auto 10px auto;
    clear: both;
    padding: 2px 10px;
    background: rgba(75, 141, 216, 0.2);
    border-radius: 26px;
    font-size: 12px;
    color: #000;
    text-align: center;
    max-width: 120px;
}

.chatBody ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style-type: none;
}

    .chatBody ul li span {
        position: absolute;
        bottom: 0px;
        right: 25px;
        font-size: 11px;
        color: #333;
    }

    .chatBody ul li div {
        padding: 5px 10px 13px 5px;
        border: 1px solid #efefef;
        border-radius: 5px;
        margin-bottom: 10px;
        position: relative;
        min-width: 200px;
    }

    .chatBody ul li::after {
        content: '';
        clear: both;
    }
/*.chatBody ul li:nth-child(odd){
   float: left;
}
.chatBody ul li:nth-child(even){
  float: right; 
}*/

.chatFooter {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    right: 0px;
    padding: 10px;
    background: #002269;
    align-items: center;
    justify-content: flex-start;
}

    .chatFooter a {
        font-size: 16px;
        margin: 0px 0px 0px 10px;
        color: #fff;
        text-decoration: none;
    }

        .chatFooter a i {
        }

    .chatFooter input[type="text"] {
        border: 1px solid #efefef;
        width: 100%;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 14px;
        max-width: 100%;
    }

.chatProfile {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
}

.chatHeader h1 span {
    font-size: 10px;
    display: block;
    text-align: left;
    margin-top: 2px;
}

.callBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100% !important;
    float: none !important;
}

.call {
    margin-right: 10px;
    background: green;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
}

.endCall {
    background: red;
}

.callBox h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    flex-basis: 100%;
    text-align: center;
}

    .callBox h2 span {
        display: block;
        font-size: 16px;
    }

.contactList {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

    .contactList ul {
        margin-top: 35px;
        height: 300px;
        overflow-y: auto;
    }

        .contactList ul li {
            display: flex;
            align-items: center;
            padding: 10px 10px;
            margin-bottom: 5px;
            border-bottom: 1px solid #efefef;
        }

            .contactList ul li span {
                position: static;
                font-size: 16px;
                font-weight: 500;
                max-width: 100%;
                word-break: break-all;
            }

            .contactList ul li img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }

.chatCount {
    margin-left: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #002269;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatNoCount {
    margin-left: auto;
    width: 20px;
    height: 20px;
}

.contactList section {
    min-width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 40px);
}

.contactList article {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contactList article span {
        font-size: 12px !important;
        margin-left: auto;
    }

.aqua {
    color: #7fffd4 !important;
}

.chatBody ul li i {
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 12px;
    color: #555;
}

.msgRead {
}

.msgSend {
}

.msgDelivered {
    color: #fff !important;
}

.contactSearch {
    width: 100%;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #efefef;
    color: #555;
    max-width: 100%;
}

.searchHolder {
    position: absolute;
    display: flex;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
    background: #ffff;
}

.userOnlineInfo.on::after {
    background: green;
}

.userOnlineInfo.off::after {
    background: red;
}

.hasAttachement {
}

    .hasAttachement i {
        position: static !important;
        font-size: 16px !important;
        padding-left: 5px;
    }

.notificationList {
}

    .notificationList > li {
        padding: 10px;
        border-bottom: 1px solid #efefef;
    }

        .notificationList > li > h1 {
            font-size: 16px;
        }

        .notificationList > li > p {
            margin: 0px;
            padding: 0px;
            background: transparent;
            max-width: 100%;
            text-align: left;
            font-size: 13px;
        }

            .notificationList > li > p i {
                position: static;
                padding-left: 10px;
                color: red;
            }

.selectContact {
    border: none !important;
    min-width: 0px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    padding: 0px !important;
}

.chatBody ul li p > i {
    position: static !important;
}

.userOnlineInfo {
    padding: 0 !important;
    border: 0px !important;
    margin: 0 !important;
    min-width: 0px !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: lightgrey;
    color: #FFF;
    border-radius: 30px;
    /* text-align: center; */
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .float:hover {
        text-decoration: none;
    }

.userOnlineInfo::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    right: 2px;
}

.userOnlineInfo.off::after {
    background: red;
}

.userOnlineInfo.on::after {
    background: green;
}

.patientCard {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

    .patientCard > div {
        display: flex;
        align-items: center;
    }

.docProfile img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 50%;
}

.docInfo {
    display: flex;
    flex-wrap: wrap;
}

.docInfo {
    display: flex;
    align-items: center;
}

    .docInfo span {
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.centerScroll {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.charTabsNone {
    display: none;
}

.width100 {
    width: 100px;
}

.patientDetimg {
    width: 100px;
    height: 100px;
}

.textalign {
    text-align: center !important;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}
/*<!------My Appointments code start-------! >*/
.myAppoinmentspart {
    width: 100%;
    display: inline-block
}

.myAppoinmentsfull {
    width: 100%;
    display: inline-block
}

.myAppoinmentleft {
    width: 32%;
    float: left;
}

    .myAppoinmentleft img {
        width: 100%;
        border-radius: 50px;
        box-shadow: 3px 4px 3px #ddd;
    }

.myAppoinmentright {
    width: 65%;
    float: right;
}

    .myAppoinmentright h3 {
        width: 100%;
        float: left;
        padding: 0 0 4px 0;
        margin: 0;
        color: #032B7E;
        font-size: 21px;
    }

    .myAppoinmentright p {
        width: 20%;
        float: left;
        padding: 0 0 4px 0;
        margin: 0;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

    .myAppoinmentright span {
        width: 80%;
        float: left;
        padding: 0 0 4px 0;
        margin: 0;
        color: #000000;
        font-weight: normal;
        font-size: 14px;
    }

.myAppoinmentsdayscountfull {
    width: 100%;
    display: inline-block
}

.myAppoinmentsdayscountleft {
    width: 60%;
    float: left;
    padding: 5px 0 4px 0;
    margin: 0;
    color: #666666;
    font-weight: normal;
}

.myAppoinmentsdayscountrite {
    width: 100%;
    float: left;
    padding: 0 0 4px 0;
    margin: 0;
    color: #666666;
    font-weight: normal;
}

.kutticon {
    padding: 7px 0 0 5px;
}

.chats {
    width: 33px !important;
    height: 33px !important;
    float: left;
    background: #39B60A;
    border-radius: 33px;
}

.phones {
    width: 33px !important;
    height: 33px !important;
    float: left;
    background: #039395;
    border-radius: 33px;
    margin: 0 0 0 3px;
}

.Video {
    width: 33px !important;
    height: 33px !important;
    float: left;
    background: #39B60A;
    border-radius: 33px;
    margin: 0 0 0 3px;
}

.trashs {
    width: 33px !important;
    height: 33px !important;
    float: left;
    background: #ff042e;
    border-radius: 33px;
    margin: 0 0 0 3px;
}

.homepadamicon {
    position: relative;
    overflow: hidden;
    width: auto;
    display: inline-block;
    transition: 0.5s all ease-in-out;
}

    .homepadamicon:after {
        content: "";
        position: absolute;
        top: -110%;
        left: -210%;
        width: 200%;
        height: 200%;
        opacity: 0;
        transform: rotate(30deg);
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
    }

    .homepadamicon:hover:after {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.9s, 0.9s, 0.18s;
        transition-timing-function: ease;
    }

    .homepadamicon:active:after {
        opacity: 0;
    }

.leadtile {
    width: 100%;
    float: left;
    margin: 12px 0 0 0;
}

.apoileft {
    text-align: left;
    float: left;
}

.apoiright {
    text-align: right;
    float: right;
}

.slides {
    position: relative;
    overflow: hidden;
    height: 144px;
}

    .slides ul {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
    }

    .slides li {
        float: right;
        list-style: none;
    }
/*<!-- ----My Appointments code end-------! >*/

/*<!------Alert section code start-------! >*/
.mynotificationsWarnings {
    position: absolute;
    top: 10px;
    /*right: 25px;*/
    font-size: 16px;
}

    .mynotificationsWarnings i {
        padding: 0 0 0 8px;
    }

    .mynotificationsWarnings span {
        position: absolute;
        top: 1px;
        left: 27px;
        width: 25px;
        height: 25px;
        color: #000;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.myhighposition {
    text-align: left;
    left: 100px !important;
}

.mymediumPosition {
    text-align: left;
    left: 170px !important;
}

.mylowPosition {
    text-align: left;
    left: 240px !important;
}

.jinglebelllow {
    width: 61px;
    float: left;
    border-radius: 25px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 3px 5px 3px 5px;
}

    .jinglebelllow:hover {
        border: 1px solid #f00;
    }

    .jinglebelllow.active {
        border: 1px solid #f00;
    }

.jinglebellmedium {
    width: 61px;
    float: left;
    border-radius: 25px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 3px 5px 3px 5px;
}

    .jinglebellmedium:hover {
        border: 1px solid #ffd300;
    }

    .jinglebellmedium.active {
        border: 1px solid #ffd300;
    }

.jinglebellhigh {
    width: 61px;
    float: left;
    border-radius: 25px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 3px 5px 3px 5px;
}

    .jinglebellhigh:hover {
        border: 1px solid #008000;
    }

    .jinglebellhigh.active {
        border: 1px solid #008000;
    }

.myhighBell {
    color: red !important;
    font-size: 19px;
}

.mymediumBell {
    color: #ffd300 !important;
    font-size: 19px;
}

.mylowBell {
    color: green !important;
    font-size: 19px;
}
/*<!------Alert section code end-------! >*/
#DataToggle {
    margin: 5px 0 0 0;
}

.mythemeLogo {
    display: flex;
    margin: 0px 20px;
}

    .mythemeLogo img {
        max-height: 64px;
    }

.mythemeMenu {
    display: flex;
    flex-basis: 100%;
    margin: 40px 0 0 18px;
    color: var(--Menu_Header) !important;
}

/*<!------Tiny icon code start-------! >*/

.tinyiconsonefull {
    width: auto;
    float: left;
    padding: 0 0 10px 120px;
}

    .tinyiconsonefull span {
        width: auto;
        float: left;
        padding: 0 6px 0 1px;
    }

.tinyiconsfull {
    width: 248px;
    float: left;
    padding: 0 0 0 30px;
    cursor: pointer;
}

    .tinyiconsfull span {
        width: auto;
        float: left;
        padding: 0 6px 0 1px;
    }

.messages {
    max-width: 50px;
    min-width: 150px;
    background: #fcfcfc;
    padding: 2px;
    margin: 3px;
    border-radius: 2px;
    border: 0px solid #fcfcfc;
    float: left;
    clear: left;
    position: absolute;
    top: 75px;
}

.letter {
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding-left: 25px;
}

.LetFont1 {
    color: black;
    font-weight: bold;
    font-size: 12px;
    padding: 4px;
}

.LetFont {
    color: #808080;
    font-size: 10px;
}

.LetsFont {
    padding-left: 5px;
    padding-bottom: 9px;
    padding-top: 1px;
}

.namealign {
    padding-left: 30px;
}
/*<!------Tiny icon code end-------! >*/

/*<!------color  setting start-------! >*/
.monis {
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 3px #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 4px;
}

    .sidenav .closebtn {
        border-bottom: none;
        padding: 5px;
        line-height: 24px;
        background: #fff;
        color: #000;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 36px;
        margin-left: 5px;
        margin-top: 8px;
    }

.nosrow {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
    color: #000;
    font-size: 24px;
}

.clearancesfull {
    width: 100%;
    padding: 1px 14px 3px 14px;
}

.clearances {
    width: 100%;
    float: left;
    margin: 12px 0 0 0;
}

.colpr-footer {
    width: 100%;
    float: left;
    padding: 12px 0 9px 0;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

.theme-btny-1 {
    color: var(--positiveBtnText) !important;
    background: var(--positiveBtnBg) !important;
    border: 2px solid var(--positiveBtnBorder) !important;
    padding: 5px 9px;
    border-radius: 5px;
    float: left !important;
    text-decoration: none;
    outline: none;
}

    .theme-btny-1:hover {
        color: var(--positiveHoverBtnText) !important;
        background: var(--positiveHoverBtnBg) !important;
        border: 2px solid var(--positiveHoverBtnBorder) !important;
        text-decoration: none;
        outline: none;
    }

.theme-btnz-1 {
    color: var(--positiveBtnText) !important;
    background: var(--positiveBtnBg) !important;
    border: 2px solid var(--positiveBtnBorder) !important;
    padding: 5px 9px;
    border-radius: 5px;
    float: right !important;
    text-decoration: none;
    outline: none;
}

    .theme-btnz-1:hover {
        color: var(--positiveHoverBtnText) !important;
        background: var(--positiveHoverBtnBg) !important;
        border: 2px solid var(--positiveHoverBtnBorder) !important;
        text-decoration: none;
        outline: none;
    }


.container .header {
    background-color: #d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}

.container .content {
    display: none;
    padding: 5px;
    display: block;
    overflow: scroll;
    height: 170px;
    width: 347px;
}
.centerallign {
    display: flex;
    justify-content: center;
}
.pointerview {
    cursor: pointer;
}
.leftallign{
    justify-content:left;
}
.div-disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}
.imgAdd1 img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
}
.imgAdd2 img {
    width: 100%;
    max-width: 300px;
    max-height: 200px;
}
responsiveProfileImage1 {
    width: 200px;
    height: 200px;
}
responsiveProfileImage2 {
    width: 300px;
    height: 200px;
}

.ddlValidationBorder{
    border-radius:4px !important;
}

.swal2-popup{
    width:515px !important;
}