
/* common  */
body {font-family: 'Roboto', sans-serif;    background: #F5F5F5;}
img {max-width: 100%;}
@import url(css/font-awesome/css/fontawesome-all.css);
@import url(css/themify-icons/themify-icons.css);

body .btn-round {border-radius: 50px;}
body .btn-primary {
    background-color: #d11ca6;
    border-color: #d11ca6;
    transition: all 0.3s ease 0s;
    padding: 8px 10px;
    font-size: 18px;
}
body .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    transition: all 0.3s ease 0s;
    padding: 8px 10px;
    font-size: 18px;
}
body .btn-primary:hover, body .btn-primary:focus, body .btn-primary:visited {
    outline: none;
    background-color: #d11ca6;
    border-color: #d11ca6;
    color: #fff;
}
body .btn-primary:hover { box-shadow: 1px 1px 10px rgba(0,0,0,0.12); }
.btn-icons {display: flex; align-items: center; }
.btn-icons i {margin-right: 5px;}
.btn-link {
    font-weight: 500;
    color: #d11ca6;
    text-decoration: none;
}
.btn-link:hover {color: #CB1915; cursor: pointer;}
body .btn-primary.disabled, body .btn-primary:disabled {
    color: #fff;
    background-color: #d11ca6;
    border-color: #d11ca6;
    cursor: not-allowed !important;
    pointer-events: inherit;
}
body .btn-primary:disabled:hover {cursor: not-allowed;}
/* Header  */
.main_header {height: 63px;width: 100%;}
.main_header .bg-light {position: fixed;width: 100%;z-index: 1000;top: 0;padding-bottom:0px}
.navbar-brand {
    width:auto;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {height: 47px; width: auto;}
.main_header .bg-light { background-color: #fff !important;  box-shadow:1px 1px 5px rgba(0,0,0,0.10); }
.dropdown-item.active, .dropdown-item:active {background-color: #d11ca6 !important;}
@media (min-width:768px) {
    .main_header .dropdown {margin-left: 2px;}
    .dropdown-divider{
        border-top: 1px solid #4f4747 !important;
    }
    .flex{display: unset;}
    .w-250{width: 100%;margin-right: 10px;}
    .flex .ml-3{
        margin-left:unset;
        padding: 0 125px;
    }
    .flex .ml-3 .doctor-margin{
        padding: 0 125px;
    }
    .ml-2 {
        margin-left: 0.1rem!important;
    }
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active.nav-link {cursor: pointer; color: #d11ca6;  }
.navbar-light .navbar-nav .create-case-menu.nav-link {
     color: #d11ca6 !important; border: 1px solid #d11ca6 !important; border-radius: 20px !important;  }
.navbar-light .navbar-nav .create-case-menu.nav-link:hover {
        color: #fff !important; border: 1px solid #d11ca6 !important; background-color: #d11ca6;  }
.navbar-light .navbar-nav .nav-link {
    color: #8E8F88;
    text-transform: uppercase;
    font-weight: 500;
    padding:5px 7px;
    font-size: 12px;
    margin-right: 2px;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle {padding:1px 1px;}
.main_header .navbar-expand-lg .navbar-nav {align-items: center;}
.main_header .dropdown-toggle::after {display: none;}
.main_header .user_icons {width:45px; height:45px; overflow: hidden; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: transparent; }
.main_header .user_icons img {max-width: 100%;}
.dropdown-menu.profilemenu {min-width:280px; left: inherit; right:0;}
.dropdown-menu.profilemenu li > span {
    font-size: 14px;
    padding-left: 10px;
    width: 100%;
    display: block;
    font-weight: bold;
    padding-right: 10px;
}
.main_header .dropdown-menu.profilemenu li .user_icons {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    margin-left: 10px;
}

/* Loader CSS */
.loader{
    position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9999999;
      background-color: rgba(51, 51, 51, 0.8);
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .loader .load-circle {
    margin: 50vh auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #e8e8e8;
    border-top: 5px solid #d11ca6;
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
  }
  @-webkit-keyframes rotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

/* Login page  */
.login-wraper {
    padding: 70px 0px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
}
.login-wraper::after, .login-wraper::before {content: ""; position: absolute; }
.login-wraper::before {
    left: 0;
    top: 0;
    width: 600px;
    height: 600px;
    background-image: url(../images/big-round.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.login-wraper::after { right: 0; bottom: 0; width:300px; height:300px; background-image: url(../images/small-round.png); background-repeat: no-repeat; background-size: cover; }
.logincard {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.12);
    background-color: #fff;
    position: relative;
    z-index: 100;
}
@media (max-width:1400px) {
    .login-wraper::before { width:500px;
        height:500px; }
}

.login-form {
    padding: 35px;
}
.login-form .login-logo {
    margin-bottom: 30px;
}
.login-form h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom:23px;
    color: #666;
    padding: 0px 30px;
    font-weight: 500;
}
.welcome-text {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    color: #666;
}
.login-form .login-logo img {
    width:140px;
    margin: auto;
}
.roundinput .input-group-text {background-color: #fff; border-right: none !important; border-top-left-radius: 20px; border-bottom-left-radius: 20px;    padding-right: 3px;
    padding-left: 19px; }
    .roundinput .form-control {background-color: #fff; border-left: none !important; border-top-right-radius: 20px !important; border-bottom-right-radius: 20px !important;}
.roundinput .form-control.is-valid, .was-validated .input-group-text {
    border-color: #28a745 !important; }
.login-img img {height: auto!important; object-fit: cover;}
.roundinput .form-control:focus {outline: none; box-shadow: none;}
/* end login page  */

/* Modal CSS */
.delete-modal .modal-body{ padding: 50px; }
.delete-modal .modal-body i{ font-size: 70px; color: #F4C22B; }

.dashboard_tab {
    padding: 25px 30px;
    box-shadow:1px 1px 5px rgba(0,0,0,0.10);
    margin-top: 35px;
    margin-bottom: 40px;
    border-radius: 20px;
    background-color: #fff;
}

.dashboard_tab .nav-pills .nav-link {
    border-radius: 10px;
    border: 1px solid #8E8F88;
    color: #8E8F88;
    width: 100%;
    padding: 5px 10px;
    font-weight: 500;
    min-height:95px;
}
.dashboard_tab .nav-pills .nav-link.active, .dashboard_tab .nav-pills .show>.nav-link {
    color: #d11ca6;
    background-color: #fff;
    border-color: #d11ca6;
}
.dashboard_tab .nav-pills .nav-item {
    width:100%;
    flex: 0 0 20%;
    padding: 5px 25px 15px;
    text-align: center;
}
.dashboard_tab .nav-pills .nav-link strong {
    display: block;
    font-size: 23px;
}
.dashboard_tab .nav-pills {
    margin-right: -20px;
    margin-left: -20px;
}

.tablecard_header {display: flex; justify-content: space-between; padding:7px 15px; background-color: #d11ca6; align-items: center; }
.tablecard_footer {display: flex; justify-content: space-between; padding:7px 0px;}
.showpages {
    margin-left: 0;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:13px;
}
.table_pagination {display: flex; justify-content: space-between;width: 100%;}
.table_pagination .form-control {
    color: #67757c;
    min-height: auto;
    display: initial;
    padding: 3px 5px;
    line-height: 1.3;
    font-size:14px;
    height: auto;
}
.pagination { margin-bottom: 0px;}
.pagination .page-link {border:none !important;}
.pagination .page-link {
    border: none !important;
    font-size: 16px;
    padding: 5px 3px;
    color: #000;
    width: 29px;
    height: 30px;
    text-align: center;
}
.pagination .page-link {
    border: none !important;
    font-size:14px;
    padding: 5px 9px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d11ca6;
    border-color: #d11ca6;
    border-radius: 50%;
}
tbody, td, tfoot, th, thead, tr {font-size: 14px;}

.welcometext h2 {font-size: 35px; color: #d11ca6; margin: 30px auto; }
.ng-select .ng-select-container {border: 1px solid #A7B3C5 !important;}
body .autocomplete-container {border: 1px solid #A7B3C5 !important;border-radius: 5px;box-shadow: none !important;}
body .autocomplete-container .input-container input {height: 38px !important; line-break: 38px !important; border-radius: 5px;}
.k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap {
    border-color: #A7B3C5 !important;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {font-size: 14px !important;}
.k-widget {width: 100% !important;}
.k-autocomplete .k-input, .k-dateinput-wrap .k-input, .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input {
    height: 34px !important;
}
/* Create case page  */
body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.optional .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #7F8183;
    color: #fff;
    background-color: #7F8183;
}

body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.current.editing .step-indicator, body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.current .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #d11ca6;
    color: #fff;
    background-color: #d11ca6;
}
body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.done .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933 !important;
    color: #fff;
    background-color: #339933 !important;
}
.stepcard-footer {background-color: #d11ca6; display: flex; align-items: center; justify-content: space-between; width: 100%; }
.stepcard-footer .btn { display: flex; align-items: center; text-transform: uppercase; }
.stepcard {
    margin-top: 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.12);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.stepswapper {margin-top:5px;}
body .form-check-input:checked {
    background-color: #d11ca6;
    border-color: #d11ca6;
}
.stepcard-header, .stepcard-body {padding:15px 30px;}
.selecttypes .form-check {
    border: 1px solid #67757c;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.12);
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    padding: 0px;
}
.selecttypes .form-check .form-check-label {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.selecttypes .case_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #676767;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.selecttypes .form-check .form-check-input {
    float: left;
    margin-left: 0px;
    position: absolute;
    top: 13px;
    left: 13px;
}
.caseptype h5 {margin-top: 15px;}
.tooltipinfo {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 25px;
    height: 25px;
    color: #555;
    z-index: 100;
    text-align: center;
    justify-content: center;
}
.form-group {margin-bottom:20px; position: relative;  }
.small_label {font-size: 13px; color: #A7B3C5; }
.form-group .form-control {
    border: 1px solid #A7B3C5;
    height: auto;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 17px;
}
.nowrap {white-space: nowrap !important;}
.form-group .form-control::placeholder {  color: #A7B3C5;}
.toothtitle {font-size: 21px;}
.toothtitle small {font-size:14px;}
.movement_restriction {padding-left: 20px; border-left: 1px solid #ccc;}

.slectcrown label {
    display: inline-flex;
    align-items: center;
    padding-bottom:2px;
    margin-bottom:4px;
}
.slectcrown label.dangelabel {border-bottom: 1px solid #d11ca6; color: #d11ca6;}
.slectcrown label.successlabel {border-bottom: 1px solid #02A34E; color: #02A34E;}
/* .attachmentss .slectcrown .select_toothnumber ul li label {
    width: 20px;
    height: 20px;
} */
.attachmentss .select_toothnumber ul li.link-item { margin: 9px 1px;}
.select_toothnumber ul li:first-child { margin-left: 10px !important;}
.select_toothnumber ul li:last-child { margin-right: 10px !important;}
.container-fluid .stepcard-body {padding: 15px;}
.select_toothnumber { display: flex; flex-wrap: wrap; }
.slectcrown img {
    width: 25px;
    margin-right: 10px;
}
.select_toothnumber ul { flex:0 0 50%; width: 50%; list-style: none; display: flex; justify-content: space-between; margin: 0; padding: 0px; }
.select_toothnumber ul li.link-item { margin: 3px 1px; }
.select_toothnumber ul li.link-item label.active {background-color: #d11ca6; color: #fff !important;}
.select_toothnumber ul li.link-item label input[type="checkbox"] {display: none;}
.slectimplantcrown .select_toothnumber ul li.link-item label.active {background-color: #00A54F; color: #fff !important;}
.select_toothnumber ul li label {
    border-radius: 50%;
    padding: 0;
    color: #A7B3C5 !important;
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
.borderbottom {
    border-bottom:1px dashed #A7B3C5;
}
.borderight {
    border-right:1px dashed #A7B3C5;
}
.error-msg {
    color: #d11ca6 !important;
    display: inline-block;
    font-size: 12px;
    margin-top:0px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.form-control.is-invalid, .was-validated .form-control:invalid { border-color: #d11ca6 !important;}
.form-group.is-invalid .ng-select .ng-select-container { border-color: #d11ca6 !important;}
.form-group.is-invalid .ng-select .ng-select-container, .form-group.is-invalid .k-datepicker .k-picker-wrap { border-color: #d11ca6 !important;}
.font14 {font-size: 14px !important;}
.form-group.required .small_label::after {content: "*"; color: #d11ca6; display: inline; }
.casecheck_list .form-check {flex: 0 0 186px; max-width:186px;}
.nowrap {white-space: nowrap !important;}
/* .uploadphotoradio {} */
.upload_card {
    width: 100%;
    min-height:175px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.14);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius:15px;
    border: 2px dashed #ddd;
    text-align: center;
    padding:7px;
    font-size: 20px;
    background-color: #fff;
}
.upload_card h3 {margin-top:10px;font-size: 17px;}
.upload_card h2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 2px;
    white-space: nowrap;
    margin-bottom: 0;
    color: #666;
}
.up_or {text-transform: uppercase; font-size: 14px; margin-bottom:5px;}
.virtualsetupupload .upload_card h2 { font-size: 16px; }
.upload_card input {
    outline: none;
    outline-offset: 0;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding:0;
    opacity: 0;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
}
body .upload_card .btn-primary {    padding: 7px 7px;
    font-size: 13px;}
.upload_card img {width: 50px;}
.selectedfile {
    font-size: 13px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.dradrop_center_title {
    min-height:310px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 21px;
    color: #67757c;
    text-align: center;
}

.uploadwithframe {
    display: flex;
    align-items: center;
    background-color: #F2F3F4;
    padding:10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.photoframe {width:160px;}
.fileform h5 {
    color: #666666;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 16px;
}
.inline_radio {display: flex;}
.inline_radio .form-check {margin-right: 10px; border: 2px solid #67757c; padding: 7px; border-radius: 5px; }
.inline_radio .form-check .form-check-input {margin-left: 0px;}
.inline_radio .form-check .form-check-label {padding-left:7px;}

.containerupload {max-width: 1500px; margin: auto; padding: 0px 15px; }

.upload_progress .fnamess {font-size: 13px; color: #67757c;}
.upload_progress {
    display: flex;
    width: 100%;
    margin-top: 10px;
    align-items: center;
}
.upload_progress .progress {flex: 0 0 75%; width: 75%; margin-left: 15px; height: 10px; }

.uploaded_images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
}
.img_upl {
    flex: 0 0 45px;
    width: 45px;
}
.upload_progress1 {
    flex-grow: 1;
    padding-left: 9px;
    font-size: 13px;
}
.upload_progress1 .progress {height: 10px;}
.removeupload {
    flex: 0 0 20px;
    width: 20px;
    color: #d11ca6;
    margin-top: 21px;
    margin-left: 7px;
}
.uploadicon {color: #00A54F;display: block;font-size: 15px;}
.subheading {color: #67757c;}
.fromto {
    display: flex;
    color: #67757c;
    align-items: center;
    border: 1px solid #A7B3C5;
    padding: 7px 10px;
}
.fromto .form-control {
    border-radius: 0px;
    width: 40px;
    padding: 3px;
    margin: 0px 5px;
    min-height: auto;
    font-size: 14px;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):before {
    background-color: #c3c0c0 !important;
}
.selected_items {position: absolute;}
.selected_items .tooltipinfo {position: static;}
.selected_items .form-check-label {font-size: 14px;}
.containerupload .stepcard-body {
    max-height: calc(100vh - 219px);
    overflow: auto;
}
/* New Frame uplpoad  */
.upld_info { display: flex; align-items: center; }
body .newframe_upload .upload_card .btn-primary {
    padding: 2px 4px;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    top: -35px;
    right: 30px;
}
.upload_card .uploadfrme img {
    width: auto;
    height: 99px;
    object-fit: contain;
}
.newframe_upload {background-color: #F3F3F4; padding:15px 15px 22px; position: relative;}
.newframe_upload .error-msg {    margin-top: 2px;}
.radiograsphs .newframe_upload h4 { margin-bottom: 2px; }
.radiograsphs .form-check-label {
    font-size: 14px;
    position: relative;
    top: 3px;
}
.uploadedlist {
    max-height: 200px;
    overflow: auto;
}
.newframe_upload h4 { font-size:14px; display: inline-block; }
.uploadlist .col {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 3px;
    padding-right: 3px;
}
.uploadlist.only2col .col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
}
.uplist_title {font-size: 20px;}
/* .uploadlist.only2col  .upload_card {min-height: 197px; } */
.uploadlist.only2col  .col-md-5 {
    flex: 0 0 auto;
    width: 40%;
}
/* .casdetailsupolad {} */
.selecttoothscard .stepcard-body {max-height: calc(100vh - 216px);}
.stepcard-body.newcasebody {
    max-height: calc(100vh - 86px);
    overflow: auto;
    min-height: 400px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {font-size: 14px;}
/* End New Frame uplpoad  */

/* Profile  */
/* scrollbar */
@media (min-width:1025px) {
    body .deliveryboy-dropdown .ng-dropdown-panel {     width: 170% !important; }
    ::-webkit-scrollbar-track {
     background-color: #C2C2C2;
     border-radius:5px;
    }
    ::-webkit-scrollbar {
     width:10px;
     height:10px;
     background-color: #C2C2C2;
    }
    ::-webkit-scrollbar-thumb {
     border-radius:5px;
     background-color: #999;
    }
    /* inside card  */
    .stepswapper *::-webkit-scrollbar-track {
        background-color: #C2C2C2;
        border-radius:5px;
    }
    .stepswapper *::-webkit-scrollbar {
        width:4px;
        height:4px;
        background-color: #C2C2C2;
    }
    .stepswapper *::-webkit-scrollbar-thumb {
        border-radius:5px;
        background-color: #999;
    }
}


@media (max-width:100px){

    .dashboard_tab .nav-pills .nav-link {font-size: 14px;min-height: 89px;}
    .dashboard_tab {
        padding: 15px 20px;
        margin-top: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .dashboard_tab .nav-pills .nav-item {padding: 5px 15px 15px;}
    .dradrop_center_title {font-size: 18px;}
    .welcometext h2 {font-size: 26px;}
    .login-form .login-logo {
        margin-bottom: 15px;
    }
    .login-form h3 {
        font-size: 14px;
        text-align: center;
        margin-bottom: 18px;
        padding: 0px 15px;
        font-weight: 400;
    }
    .login-form {
        padding: 30px;
    }
    .login-img img {height: 500px;}
    .login-wraper {padding: 50px 0px;position: relative;}
    .login-form .login-logo img {width: 180px;}
    .form-group .form-control {
        padding: 6px 13px;
        font-size: 16px;
    }
    .stepcard-header, .stepcard-body {
        padding: 10px 20px;
    }
    .fromto .form-control {
        border-radius: 0px;
        width: 40px;
        padding: 2px 3px !important;
        margin: 0px 5px;
        min-height: auto;
        font-size: 14px !important;
    }
    .form-check-label {font-size: 14px;}
    .stepcard {margin-top:8px;    margin-bottom: 0px;}
    .stepcard-body {
        max-height: calc(100vh - 273px);
        overflow: auto;
    }
    body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
        width: 35px !important;
        height: 35px !important;
        line-height: 33px !important;
        color: #fff !important;
        background-color: #E6E6E6;
        top:-38px;
    }
    body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):before {
        top: -20px;
        left: calc(50% + 18px);
    }
    body aw-wizard-navigation-bar.horizontal ul.steps-indicator li a .label {padding-top: 0px;}
    body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator { padding: 50px 0 10px 0; }
    .slectcrown.form-group {margin-bottom: 4px;}
    .selecttoothscard .stepcard-body {padding-bottom: 0px !important;    max-height: calc(100vh - 216px);}

}


/* ----------------------------------------------
             Responsive media Query
 --------------------------------------------- */

@media (max-width:1500px) {
    .welcometext img {max-width: 250px;}
}
@media (max-width:1200px) {
    .stepswapper .col-md-10.mx-auto {
        width:100%;
    }
    .stepcard { margin-bottom:30px;}
}
@media (max-width:1100px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-height:640px) {
    .login-img img {
        height: 447px;
    }
    .login-wraper {padding: 20px 0px;}
    .flex .ml-3{
        margin-left:unset;
        padding: 0 105px;
    }
    .flex .ml-3 .doctor-margin{
        padding: 0 105px;
    }
}

@media (max-width:1030px) {
    .uploadlist .col {
        flex: 0 0 33%;
        max-width: 33%;
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 10px;}
    .uploadlist.only2col .col { flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:992px) {

    aw-wizard-navigation-bar ul.steps-indicator li a .label {font-size: 13px !important;}
    .caseptype h5 {font-size: 15px;}
    .form-group .form-control {padding: 8px 10px;font-size: 15px;}
    body {font-size: 14px;}
    .upload_card h3 {font-size: 15px;}
    .lastuploadfrmass { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
    /* .lastuploadfrmass .uploadwithframe { width: 50%; flex: 0 0 auto; } */
    .uploadlist .col { flex: 0 0 50%;max-width: 50%;}
    body .navbar-light .navbar-nav .nav-link {
        padding: 8px 11px;
        font-size: 14px;
        margin-top: 9px;
    }
}

@media (max-width:767px) {
    .dashboard_tab .nav-pills .nav-item{
        flex: 50px;
        width:100;
    }

    /* .login-img {display: none;} */

    .login-img img {
        height: 350px;
        width: 100%;
        padding-top: 20px;
    }
    .welcome-text {
        margin-bottom: 0px;
        margin-top: 12px;
    }
    .login-form .login-logo {
        margin-bottom: 0px;
    }
    .login-form h3 {
        margin-bottom: 10px;
    }
    .login-wraper {
        padding: 0px 0px;
        position: relative;
    }
    .login-form {
        padding: 5px 30px 5px 30px;
    }

    .login-wraper::before {display: none;}
    body aw-wizard-navigation-bar.horizontal ul.steps-indicator li a .label {display: none;}
    body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):before {
        width: calc(100% - 45px);
        top: -33px;
        left: calc(50% + 15px);
    }
    aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator {
        padding: 60px 0px 10px 10px !important;
    }
    .stepcard {margin-top: 9px;    margin-bottom: 0;}
    .fileform {margin-bottom: 30px;}
    .selecttypes .case_img {
        width: 60px;
        height: 60px;
        padding: 8px;
    }
    .selecttypes .form-check .form-check-label {    padding: 12px 15px 8px;}
    .fromto .form-control {padding: 3px !important;}
    .stepcard-header, .stepcard-body {
        padding: 7px 15px;
        align-items: center;
    justify-content: space-between;
    display: flex;
    }
    .selected_items {position: static;}
    .stepcard-header h3 {font-size: 16px;}
    .stepcard-body {
        max-height: calc(100vh - 269px);
        overflow: auto;
        display: block;
    }
    .selecttoothscard .stepcard-body { max-height: calc(100vh - 211px);}
    .selecttoothscard h5.text-muted {    margin-top: 7px !important;}
    .select_toothnumber ul li label, .attachmentss .slectcrown .select_toothnumber ul li label {font-size: 13px;font-weight: 500;
        width: 16px;
        height: 16px;}
    .movement_restriction {
        padding-left: 0px;
        border-left: none;
    }
    .inline_radio {
        display: block;
    }
    .inline_radio .form-check {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 10px;
    }
    .uploadwithframe .fileform {margin-bottom:0px;}
    .stepcard-body tr td {min-width:140px;}
    .dradrop_center_title {
        min-height: auto;
    }
    .upload_progress {display: block;}
    .upload_progress .progress {
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0px;
        height: 10px;
    }
    .uploaded_images:first-child {margin-top: 20px;}
    .navbar-brand {width: 149px;}
    body aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
        top: -52px;
    }
    .enclosetitle {margin-top: 20px !important;}
    .form-check-label {font-size: 13px;}
    .selected_items .form-check-label { font-size: 13px;}
    .slectcrown.form-group {
        margin-bottom: 11px;
    }
    .toothtitle {
        font-size: 19px;
        margin-top: 6px;
    }
    .flex[_ngcontent-c2] {
        justify-content: center;
    }
    .stepcard-footer {
        background-color: #d11ca6;
        display: grid;
        align-items: center;
        justify-content: center;
        width: 100%;
        float: left;
    }
    .stepcard-footer .btn {
         display: unset;
    }
}
@media (max-width:650px) {
    .flex[_ngcontent-c2] {
        /* display: inline-block !important; */
        justify-content: center;
        }
    .stepcard-footer {
        background-color: #d11ca6;
        display: grid;
        align-items: center;
        justify-content: center;
        width: 100%;
        float: left;
    }
    .stepcard-footer .btn {
         display: unset;
    }
}
@media (max-width:475px) {
    .flex[_ngcontent-c2] {
        /* display: inline-block !important; */
        justify-content: center;
    }
    .stepcard-footer {
        background-color: #d11ca6;
        display: grid;
        align-items: center;
        justify-content: center;
        width: 100%;
        float: left;
    }
    .stepcard-footer .btn {
         display: unset;
    }

}

@media (max-width:500px) {
    .uploadlist .col { flex: 0 0 100%;max-width:100%;}
    .casecheck_list.adjustref{
        flex-direction: column;
      }
      .casecheck_list .form-check {
        flex: 0;
      }
      .select_toothnumber[_ngcontent-c5] ul[_ngcontent-c5] {
        width: 60%;
      }
      .fileform .upload_card[_ngcontent-c5] {
        min-height: 174px;
    }
    .navbar-brand img {
        height: 30%;
        width: 61%;
    }
    .flex[_ngcontent-c2] {
        /* display: inline-block !important; */
        justify-content: center;
    }
    .stepcard-footer {
        background-color: #d11ca6;
        display: grid;
        align-items: center;
        justify-content: center;
        width: 100%;
        float: left;
    }
    .stepcard-footer .btn {
         display: unset;
    }
}

.errro_msg {color: #e71515; font-size: 13px;
  /* position: absolute;  */
}


/* Datatable CSS */
.kp-datatable .datatable-header .datatable-header-cell { background-color: #e9ecef;
    font-size: 14px; font-weight: 500; padding: 7px 12px !important; border-bottom: 0 !important; }
.kp-datatable .datatable-body .datatable-body-cell { padding: 7px 12px !important; }
.kp-datatable .datatable-body .datatable-body-row.datatable-row-even{ background-color: transparent !important; }
.kp-datatable .datatable-body .datatable-body-row.datatable-row-odd{
    background-color: rgba(0, 0, 0, 0.05); }
.kp-datatable .actions {
    text-align: right !important;
    /* width: 130px !important;
    min-width: 130px !important;
    float: right;  */
}
.kp-datatable .actions .btn { padding: 0;  margin: 0 5px; }
/* rgba(235, 52, 31, 0.1) !important */
.kp-datatable.ngx-datatable .datatable-footer{ background-color: #ededed !important; color: #212529 !important; }
.kp-datatable.ngx-datatable .datatable-footer .page-count{ line-height: 36px !important; height: 36px !important;font-weight: 500; }
.kp-datatable.ngx-datatable .datatable-footer .datatable-pager ul li{ margin: 5px 0px !important; }
.kp-datatable.ngx-datatable .datatable-footer .datatable-pager a{ color: #212529 !important;
    height: 22px !important; min-width: 22px !important; line-height: 22px !important; border-radius: 50% !important; }
.kp-datatable.ngx-datatable .datatable-footer .datatable-pager li.active a{ color: #fff !important; }
.kp-datatable.ngx-datatable .datatable-footer .datatable-pager ul li:not(.disabled).active a,
.kp-datatable.ngx-datatable .datatable-footer .datatable-pager ul li:not(.disabled):hover a{
    background-color: #d11ca6 !important;
    color: #fff !important;
}

/* Modal CSS */
.success-modal .modal-body{ padding: 50px; }
.success-modal .modal-body i{ font-size: 70px; }

.details_group_title { background-color: #d11ca6; color: white;}
.themecolor { background-color: #d11ca6; color: white;}
.themecoloricon { color: #d11ca6 !important;}
.themecoloricon:hover { color: #d11ca6 !important;}
.virtual_setup_model { background-color: #d11ca6; color: white;margin-bottom: 0px;}

/* To disable click actions */
.pointernone { pointer-events:none;opacity: 0.5; cursor: not-allowed !important; }
.pointerall { pointer-events:all; }

@media (max-width:360px) {
    .flex[_ngcontent-c2] {
        /* display: inline-block !important; */
        justify-content: center;
    }
    .stepcard-footer {
        background-color: #d11ca6;
        display: grid;
        align-items: center;
        justify-content: center;
        width: 100%;
        float: left;
    }
    .stepcard-footer .btn {
         display: unset;
    }
}
@media (max-width:360px) {
    .flex[_ngcontent-c2] {
        /* display: inline-block !important; */
        justify-content: center;
    }
    .stepcard-footer {
        background-color: #d11ca6;
        display: grid;
        align-items: center;
        justify-content: center;
        width: 100%;
        float: left;
    }
    .stepcard-footer .btn {
         display: unset;
    }
}
.col-12.mt-4.loginbtn{
    padding-bottom: 15px;
}
@media (max-width:480px) {
    .login-wraper::after {
        display: none;
        }
    .search_input.roundinput .input-group{
	width: 80%;
	margin: auto;
       }
}
@media (max-width: 992px){
    .body {
        font-size: 16px !important;
     }
}

/* case history data table */
.vh-cus-90 .ngx-datatable.bootstrap .datatable-header .datatable-header-cell{
    background: #d11ca6;
    color: white;
}
.vh-cus-90 .ngx-datatable.bootstrap .datatable-header .datatable-header-cell{
    padding: .4rem!important;
}
.vh-cus-90 button:focus{
    outline: 0px!important;
  }
/*end case history data table */

.required .control-label:after { content: "*"; width: 14px; text-align: center; display: inline-block; color: #FC4B6C; }

/* ----------------------- ngx pagination start ------------------------------- */

.ngx-pagination .current{
    background: #d11ca6!important;
    padding: 0.00005rem 0.625rem!important;
  }
  .ngx-pagination{
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
    text-align: end;
    font-weight: 700!important;
  }

/* ----------------------- ngx pagination end ------------------------------- */

.common-report .ngx-datatable .datatable-body { height: calc(100vh - 380px) !important; }
.button_group .btn { min-width: 120px !important; text-align: center; box-shadow: 1px 1px 10px rgba(0,0,0,0.14); }
.pointer { cursor: pointer; }

.common-modal-header{
  color: white;
  background-color: #d11ca6 !important;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
