/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }
  
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  
  /*
    WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    Need to override the 3.3 new styles for modern browsers & apply opacity
  */
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  }

  .list-group-item {
    position: relative;
    display: block;
    padding: 0 !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-color: #e2e5ed;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
    user-select: none;
    transition: .5s;
}

.list-group-item:hover {
    background-color: #f5f6fa;
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pl-5 {
    padding-left: 5px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #6183cc;
    border-color: #6183cc;
}


.list-group a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 10px 15px;
    color: #6183cc;
}

.list-group-item.active a {
    color: white !important;
}

.uploadbtn {
    position: absolute;
    bottom: -6px;
    right: -5px;
    background-color: #ffffff;
    color: #6183cc;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #6183cc;
    cursor: pointer;
}

.dp-container {
    position: relative;
    display: inline-block;
}

.profile-upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    right: 0;
    /* top: 0; */
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    bottom: 0;
    cursor: pointer;
}

.pad-30 {
    padding: 30px 0;
}

.user-name {
    font-size: 22px;
    color: #555;
    word-break: break-all;
}

.admin-tag {
    background-color: #6183cc;
    color: white;
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 3px;
    font-weight: 600;
    position: relative;
    top: -3px;
}
.specialty-name {
    color: #cbcbcb;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
}

.sp-text {
    margin-bottom: -10px;
}

.npi-tag {
    background-color: #6183cc;
    color: white;
    border-radius: 0px;
    display: inline;
    padding: 2px 20px 2px !important;
    border-radius: 3px;
    font-size: 10px;
    margin: 10px 0px;
}

.profile-data {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #555;
    margin-top: 2px;
}

.profile-data1 {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #555;
    margin-top: 2px;
    height:30px;
}

.p-text {
    padding-left: 6px;
    position: relative;
    top: 1px;
}

.flex-center-aligned {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bt {
    border-top: 1px solid #e2e5ed;
}

.pr-header {
    padding: 10px;
    font-size: 16px;
    color: #555;
    border-bottom: 1px solid #e2e5ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.practice-section {
    padding: 10px;
    border: 1px solid #e2e5ed;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin: 6px 0px;
    height: 150px;
}

.map-pin-bg {
    position: absolute;
    right: -32px;
    font-size: 88px;
    opacity: 0.06;
    top: 30px;
}

.primary-marker {
    position: absolute;
    right: 15px;
    top: -1px;
    background-color: #98314e;
    color: #ffffff;
    padding: 2px 10px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.visible-referral-marker {
    /*font-size: 12px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
    background-color: #6183cc;
    color: #fff;
    padding: 3px;
    border-radius: 3px;*/
    color: white;
    background-color: #6183cc;
    padding: 1px 15px 3px;
    font-size: 10px;
    border-radius: 3px;
    position: absolute;
    bottom: -1px;
    right: 0px;
    border-bottom-right-radius: 0px;
}

.name-container {
    font-size: 18px;
    color: #555;
    width: 360px;
}

.location-data-text {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    color: #555;
}

.location-data-text1 {
    display: flex;
    align-items: baseline;
    font-size: 13px;
    color: #555;
}

.primary-color-text {
    color: #6183cc;
}

.f-11 {
    font-size: 11px !important;
}

.mt-5 {
    margin-top: 5px;
}


.location-name {
    font-size: 14px;
    color: #777;
    display: flex;
    justify-content: space-between;
}

.f-12 {
    font-size: 12px;
    /*z-index: 99;*/
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-body {
    display: flex;
}

.m-auto {
    margin: auto;
}

@media (min-width: 813px) {
    
.bleft {
    border-left: 1px solid #e2e5ed;
}
}

.featureList {
    border-bottom: 1px solid #e2e5ed;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: inherit;
    overflow: hidden;
}

@media (max-width: 812px) {
    .name-container {
        margin-top: 15px;
    }

    .flex-center-aligned {
        flex-direction: column;
    }

    .pad-30 {
        padding: 15px !important;
    }

    .center-xs {
        text-align: center;
    }

    .xs-center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pt-20-xs {
        padding-top: 20px;
    }
}

.edit-btn {
    color: #6183cc;
    font-weight: bold;
    cursor: pointer;
}

.delete-btn {
    color: #ff5050;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.del-btn {
    color: #ff5050 !important;
}

div#user-list-container * {
    font-size: 13px;
    border-color: #e2e5ed !important;
}

div#user-list-container {
    max-width: 100% !important;
}

.primary-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

.edit-profile {
    background-color: #6183cc;
    color: white;
    padding: 6px;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.editprofBtn {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -30px;
    top: 3px;
}

.rel-inline {
    position: relative;
    display: inline-block;
}

.vert-center-flex {
    margin: auto 0px;
}

.vert-center-flex-50-h {
    margin: auto 50px;
}

.card-head-name {
    font-size: 16px;
    color: #555;
    border-bottom: 1px solid #e2e5ed;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pad-20 {
    padding: 20px;
}

.user-prof {
    font-size: 90px !important;
    border-width: 6px !important;
    margin: 10px;
    display: block;
}

.pl-head {
    text-align: center;
    font-size: 18px;
    color: #555;
}
.pl-body {
    text-align: center;
    font-size: 15px;
    color: #999;
    margin-top: 10px;
}

.green-check {
    color: #00dc00 !important;
    font-weight: bolder;
}

.cursor-no-drop {
    cursor: no-drop;
}


.cursor-pointer {
    cursor: pointer;
}


.fl-soon-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px;
}

.launcher-img {
    width: 269px;
    filter: grayscale(1);
    opacity: .5;
}

.soon-text {
    font-size: 18px;
    color: #c3c3c3;
}

.table-head-btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}



.nav-tabs {
    border-bottom: none !important;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: none !important;
        border-radius: 0px !important;
        border: 1px solid #e2e5ed !important;
        text-transform: uppercase;
        font-size: 11px;
        color: white !important;
        background-color: #6183cc !important;
    }


    .nav-tabs > li > a {
        text-transform: uppercase;
        font-size: 11px;
        cursor: pointer !important;
    }

        .nav-tabs > li > a:hover {
            border-color: transparent !important;
        }

.nav > li.active > a:focus, .nav > li.active > a:hover {
    background-color: #6183cc !important;
    border: 1px solid #e2e5ed !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: white !important;
    border: 1px solid #e2e5ed !important;
}

.nav-tabs > li > a {
    background-color: white;
    color: #6183cc !important;
    border-radius: 0;
    border: 1px solid #e2e5ed;
}

.section-header {
    padding: 10px;
    background-color: #f5f6fa;
    border: 1px solid #e2e5ed;
    margin: 10px 0px;
    color: #555;
    font-size: 14px;
}

.settings-sec-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /*text-transform: capitalize;*/
    font-size: 14px;
}

@keyframes pulse-b {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 118, 235, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.s-h {
    justify-content: center;
    background-color: #f5f6fa;
    font-size: 13px;
}

.pl-0 {
    padding-left: 0 !important;
}

.fl-al-c {
    display: flex;
    align-items: center;
}

textarea {
    resize: none;
}

.mb-5 {
    margin: 0 0 5px 0;
}

.url-container {
    overflow: hidden;
    word-break: break-all;
    font-size: 13px;
    color: #6183cc;
}

.action-section {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
}

.delete-txt {
    color: #ff5050;
    cursor: pointer;
}

.edit-txt {
    color: #6183cc;
    cursor: pointer;
}

.no-url {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    font-size: 13px;
    color: #cccccc;
}

    .no-url .fe-inbox {
        font-size: 50px;
        color: #f1f1f1;
    }

.fl-col-location {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.no-template {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 69px;
    color: #bbb;
}

.create-template {
    color: #6183cc;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}

.no-template-inbox {
    font-size: 70px;
    padding: 30px;
    color: #ddd;
}

.short-url-txt {
    margin: -10px 0px 10px 0px;
    font-size: 12px;
    color: #555;
    border: 1px solid #e2e5ed;
    padding: 10px;
}

.margin-0 {
    margin: 0 0px 15px 0px !important;
}

.merge-container {
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px solid #e2e5ed;
    margin: 15px;
    margin-top: 20px;
    border-radius: 5px;
}

    .merge-container span.merge-pill {
        background-color: #6183cc;
        color: white;
        padding: 3px 12px;
        font-size: 12px;
        border-radius: 3px;
        display: inline-block;
        margin: 2px 0px;
        cursor: pointer;
    }

.char-count {
    text-align: right;
    font-size: 11px;
    margin: 2px 0px 15px;
    color: #555;
    font-weight: bold;
}

.footer-bg {
    overflow: hidden;
    background-color: #edeef6;
    padding: 12px;
    text-align: right;
}

.test-msg-c {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #949494;
    border: 1px solid #e2e5ed;
}


.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-right: 1px solid #dadada;
    margin-right: 1px;
}

.btn-group > .btn:hover {
    background-color: white;
    color: #6183cc;
    border: 1px solid #6183cc;
}

.btn-group > .btn {
    border: 1px solid #6183cc;
    font-weight: bold;
}

.bt-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 0px 20px;
}

div#templateList * {
    font-size: 13px;
    border-color: #e2e5ed !important;
}

div#templateList {
    max-width: 100% !important;
}

.del-file {
    color: #ff5050 !important;
    font-size: 12px;
}

.fe-rel-1 {
    position: relative;
    top: 1px;
}

.counterImg {
    margin: 15px auto;
    width: 65px;
}

.plan-name {
    text-align: center;
    font-size: 30px;
    font-family: nunito;
}

.plan-price {
    text-align: center;
    font-size: 40px;
    color: #777;
    font-weight: bold;
    font-family: nunito;
}

.plan-duration {
    text-align: center;
    color: #999;
    font-family: nunito;
    font-size: 16px;
    border-bottom: 1px solid #e2e5ed;
    padding-bottom: 30px;
}

.plan-credit-limit {
    text-align: center;
    color: #999;
    font-family: nunito;
    font-size: 16px;
}

.feature-container {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}



.nomb {
    border-bottom: none !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-2 {
    position: relative;
    top: 2px;
}

.custom-f-c {
    cursor: pointer;
    font-size: 18px;
    margin-right: 6px;
}

.f-c {
    display: flex;
    align-items: center;
}

.m-1015 {
    margin: 10px 15px;
}

.mt-20 {
    margin-top: 20px;
}

.muted-t {
    color: 999;
}

.margin-0 {
    margin: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mlr-0 {
    margin-left: 0;
    margin-right: 0;
}

.subscribed-plan {
    font-size: 18px !important;
    background-color: white;
    color: #6183cc;
    margin: 0 !important;
    padding: 0 !important;
}

.planDetails * {
    font-size: 13px;
}

.f-16 {
    font-size: 16px;
}

.footer-cc {
    margin-top: 15px;
    border-top: 1px solid #e2e5ed;
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    font-weight: bold;
}

.divider {
    background-color: #e2e5ed;
    width: 1px;
}

.c-p {
    cursor: pointer;
}

.edit {
    color: #6183cc;
}

.delete {
    color: #ff5050;
}

.add-new {
    color: #555;
}

.fw-b {
    font-weight: bold;
}

.mt-10 {
    margin-top: 10px
}

.abs-billing-footer {
    background-color: #2a5651;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
}


#role-list-container * {
    font-size: 13px !important;
    border-color: #e2e5ed !important;
}

#role-list-container {
    max-width: 100% !important;
}

.mlr-0 {
    margin: 10px 0px;
}

.fl-jsp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-disable-icon {
    color: gray;
    cursor: not-allowed;
    pointer-events: none;
}


.close-practice-select-modal-icon {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 25px;
    color: #777;
    font-weight: bold;
    cursor: pointer;
}

.template-hide {
    display: none;
}

.template-show {
    display: block;
}

.text-blue {
    color: #337ab7;
}

.d-none,
.dn-none {
    display: none;
}

.counter-tab {
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 6px 12px !important;
    font-family: Nunito !important;
}

    .counter-tab.active {
        border-radius: 5px !important;
    }



.toggler .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .toggler .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggler .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggler .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 1px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.toggler input:checked + .slider {
    background-color: #6183cc;
}

.toggler input:focus + .slider {
    box-shadow: 0 0 1px #6183cc;
}

.toggler input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.toggler .slider.round {
    border-radius: 34px;
}

    .toggler .slider.round:before {
        border-radius: 50%;
    }

.toggler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110px;
    font-family: Nunito;
    color: #999;
}

.notif-setting-cont {
    background-color: white;
    margin-top: 0 !important;
    border-top: transparent !important;
}

.notif-set-rem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e5ed;
    padding-bottom: 10px;
}

.notif-type-selector-header {
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    width: 260px;
    font-family: Nunito;
    font-size: 13px;
    color: #999;
}

.flex-centered-div {
    display: flex;
    align-items: center;
}

.subs-card {
    position: relative;
    padding-bottom: 30px;
    min-height: 185px;
}

.subs-card-over-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-name-badge {
    background-color: #6183cc;
    padding: 1px 8px;
    border-radius: 3px;
    color: white;
    font-size: 12px;
}

.credit-count-badge {
    font-size: 12px;
    background-color: #6183cc1f;
    text-align: center;
    margin: 5px 0px;
    border-radius: 2px;
    padding: 2px 15px;
    display: inline-block;
}

.credit-usage-text {
    margin-top: 15px;
    font-size: 12px;
}

.progress-bar-custom {
    margin: 0px 0px 10px;
    display: block;
    width: 100%;
    height: 6px;
    background-color: #6183cc2b;
    border-radius: 20px;
}

.progress-indicator {
    width: 60%;
    background-color: #6183cc;
    display: block;
    height: 6px;
    border-radius: 20px;
}

.fl-space-between-section {
    display: flex;
    justify-content: space-between;
}

.member-since-text {
    color: #6183cc;
    font-size: 12px;
    margin-top: -4px;
}

.f-10 {
    font-size: 10px;
}

.plan-price-container {
    font-size: 2vw;
    margin-right: 15px;
    color: #717e8e;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.main-plan-price-currency {
    font-size: 15px;
    margin-right: -15px;
    top: -12px;
    color: #717e8e;
}

.plan-price-crossed {
    text-decoration: line-through;
    text-decoration-color: #ff5050;
    color: #717e8e;
}

.plan-per {
    font-size: 12px;
    margin-left: -10px;
    top: -12px;
}

.mt-m15 {
    margin-top: -15px;
}

.introductory-offer-label {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #ff5050;
    color: white;
    padding: 1px 20px;
    font-size: 12px;
    border-top-right-radius: 3px;
}

.introductory-offer-duration-label {
    position: absolute;
    bottom: 0px;
    background-color: #6183cc;
    width: 100%;
    left: 0;
    text-align: center;
    color: white;
    font-size: 12px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 3px;
}

.payer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 185px;
    justify-content: center;
}

.payer-name {
    background-color: #6183cc;
    padding: 1px 8px;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    text-transform: capitalize
}

.card-container {
    border: 1px solid #e2e5ed;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
    width: fit-content;
}

.credit-card {
    width: 22px;
    transform: translateZ(10px);
}


.card-no-c {
    border-radius: 3px;
    padding: 3px 10px;
}

.payment-status {
    color: #6183cc;
    font-size: 12px;
    margin-top: -4px;
}

.payment-det-c {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-top: 5px;
}

.date-cc {
    color: #6183cc;
    font-size: 12px;
    margin-top: -4px;
}

.payer-country {
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: #6183cc;
    color: white;
    padding: 1px 20px;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.no-subs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 143px;
    font-size: 16px;
    opacity: .7;
    flex-direction: column
}

.no-subs-image {
    width: 135px;
    transform: translateZ(10px);
}

.credit-left-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 185px;
    justify-content: center;
    border: none;
}

.credit-left-count {
    color: #ff5050;
    font-size: 3vw;
}

.credit-left-info {
    font-size: 14px;
    top: -24px;
}

.credits-left-desc {
    font-size: 15px;
    color: #717e8e;
    margin-top: -8px;
}

.purchase-plan-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.purchase-plan-dollar {
    font-size: 16px;
    top: -15px;
    right: -5px;
    color: #ff5050;
}

.plan-amount {
    font-size: 2.2vw;
    color: #ff5050;
}

.plan-bg-img {
    position: absolute;
    right: -20px;
    top: 10px;
    width: 125px;
    opacity: .3;
    z-index: 0;
}

.btn-sample-text {
    display: block;
    border: 1px solid #e2e5ed;
    padding: 15px 20px 20px;
    text-align: center;
    border-radius: 3px;
}

.reltive-t-1 {
    position: relative;
    top: 1px;
    left: 5px;
}

span#lbl_user_email {
    text-transform: lowercase;
}

.btn-xs {
    padding: 4px 20px !important;
}

.edit-btn-abs {
    position: absolute;
    right: 12px;
    bottom: 15px;
}

.practice-name-trim {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
}

.breadcrumb-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.breadcrumb {
    padding: 0px !important;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: 0px !important;
    padding-left: 10px !important;
}

.link-header {
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: bold;
    color: #555;
}

.fs-20 {
    font-size: 20px;
}

.link-sub-header {
    display: block;
    font-size: 13px;
    font-weight: 100;
    color: #777;
}

.msg-label {
    color: #6183cc;
}

.prt-18 {
    position: relative;
    top: 18px;
}

.number-list .c-d {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-d-span {
    color: #999;
    font-size: 11px !important;
    text-transform: capitalize;
}

.number-text {
    font-size: 14px;
    font-weight: 600;
    color: #777;
}

.number-list li.list-group-item {
    padding: 15px !important;
    border-radius: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#confirmation-modal .modal-body {
    padding: 50px 0px !important;
    text-align: center;
}

.m-actions {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #1a76eb;
}

.bgprofileImage {
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin: 10px auto;
    border: 2px solid #6699cc;
}

.redactor_toolbar {
    display: none
}

.popover-markup {
    text-align: center;
}

    .popover-markup .popover-title {
        margin: 0;
    }

    .popover-markup .popover-footer {
        margin: 0;
        padding: 8px 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        background-color: #F7F7F7;
        border-top: 1px solid #EBEBEB;
    }

    .popover-markup .popover-content1 {
        padding: 9px 14px;
        padding-top: 9px;
        padding-right: 14px;
        padding-bottom: 9px;
        padding-left: 14px;
    }

    .popover-markup .popover-content {
        padding: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

.pi-0 {
    padding-inline: 0px !important;
}

.modal-body{
    padding:50px !important;
}

.navigationBar{
    cursor:pointer;
    display:flex;
    align-items:center;
}
.fe fe-grid open-main-nav-btn{
    position:relative;
    font-size:21px;
    top:1px;
    margin-right:15px;
    cursor:pointer;
}
.app-switcher-Body{
    padding-top:20px;
}
.opacity-05 {
    opacity: .5;
}
.app-icon{
    pointer-events:none;
}
.app-name{
    pointer-events:none;
}
.bbrr-3{
   border-bottom-right-radius:3px;
}
.z-index-8{
    z-index:8;
}
.pr-0{
    padding-right:0;
}
.edit-practice-details {
    color: #777;
}
.opacity{
    opacity: .5;
}
.pointer-events-none{
    pointer-events:none;
}

.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-popup-wrapper.dx-datebox-wrapper.dx-datebox-wrapper-date.dx-datebox-wrapper-calendar, .dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-popup-wrapper.dx-dropdownlist-popup-wrapper.dx-selectbox-popup-wrapper {
    z-index: 9999999 !important;
}
/* Common dropdown-style divs */
.practice-dropdown {
    height: 30px;
    background-color: #edeef6 !important;
}

/* Upload button container */
.profile-upload-btn-wrapper span {
    position: relative;
}

/* File input inside upload button */
#practice-profile-file-input1 {
    width: auto;
    height: auto;
    top: 0;
}

/* Hide profile image by default */
#pracprofileimage1 {
    display: none;
}
.p-relative{
    position:relative;
}
/* Common dropdown-like input fields */
.profile-dropdown {
    height: 30px;
    background-color: #edeef6;
}

/* Profile upload button */
.profile-upload-btn-wrapper span {
    position: relative;
}

/* File input inside button */
#profile-file-input1 {
    width: auto;
    height: auto;
    top: 0;
}
/* Internal CSS extracted from inline styles */
.location-dropdown {
    height: 30px;
    background-color: #edeef6;
}

.primary-container label {
    position: relative;
    top: 3px;
    left: 5px;
}
