html{
  height:100%;
  font-size: 16px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
body.register_section {
    /* background-image: url(../img/register/register_bg.png); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* height: 100vh; */
  height: 100%;
    background: url(../img/register/register_bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.register_section .regis_pharmacy input::-webkit-input-placeholder { /* Edge */
  color: #cecece;
}

.register_section .regis_pharmacy input:-ms-input-placeholder { /* Internet Explorer */
  color: #cecece;
}

.register_section .regis_pharmacy input::placeholder {
  color: #cecece;
}

.register_section .regis_pharmacy label {
    display: inline-block;
    margin-bottom: 0rem;
}

select option:disabled, select.form-control {
  color: #cecece;
}

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

body {
  background: #fff;
  /* background: linear-gradient(to right, #0062E6, #33AEFF); */
}
.digidoc .main-header .logo img {
    padding: 4px 8px 8px 8px;
	max-width: 68px;
    max-height: 68px;
    object-fit: contain;
    border-radius: 100%;
    width: 55px;
    height: 55px;
}
.digidoc.skin-blue .sidebar-menu>li>a img {
    width: 21px;
    margin-right: 10px;
    opacity: .5;
}

.digidoc.skin-blue .sidebar-menu>li.active>a img{
  opacity: 1;
}

.digidoc.skin-blue .sidebar-menu>li:hover>a, .digidoc.skin-blue .sidebar-menu>li.active>a, .digidoc.skin-blue .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: #4b4b4b;
}

.digidoc.skin-blue .wrapper, .digidoc.skin-blue .main-sidebar, .digidoc.skin-blue .left-side, .digidoc.skin-blue.main-header .navbar, .digidoc.skin-blue .main-header .logo {
    background-color: #2b2b2b;
}

.digidoc.skin-blue .main-header .navbar .sidebar-toggle:hover, .digidoc.skin-blue .main-header .logo:hover {
    background-color: #2b2b2b;
}

.digidoc.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #ed975d;
}

.digidoc.skin-blue .main-header .navbar {
    background-color: #2b2b2b;
}

.register_section .card-signin {
    border: 0;
    border-radius: 2rem;
    box-shadow: 0 0rem 0rem 0 rgba(0, 0, 0, 0.1);
    width: 40%;
    margin-right: 5%;
}

.register_section .card-signin.Registeration_3_4 {
  width: 100%;
}

.register_section .card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.5rem;
}

.register_section .card-signin .card-title i.fa.fa-angle-left {
    cursor: pointer;
    font-size: 28px;
}

.register_section .form-wizard .card-signin.Registeration_3_4 .form-group {
    position: relative;
    margin: 0px 0 15px 0;
}

.register_section .card-signin h3.card-title {
    font-weight: 600;
    font-size: 2rem;
}

.register_section .card-signin .card-body {
    padding: 3rem 4rem;
}

.register_section .card-signin.Registeration_3_4 .card-body {
    padding: 2rem 4rem;
}

.register_section .form-control, .digidoc .form-control {
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0rem;
    padding: .375rem 0rem;
    background-color: #fff;
  color: #555;
}

.input-group-addon, .digidoc .form-control  {
    margin-right: 0px;
    position: relative;
    right: 15px;
    top: 0px;
}
.register_section .grid_center_align {
    width: 124px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -68px;
    background-color: #fff;
    padding: .5rem;
    right: 0;
    left: 0;
    border-radius: 100%;
    height: 124px;
}

.register_section img.register_icon {
    width: 72px;
    height: 72px;
    /* border-radius: 100%; */
    /* object-fit: contain; */
    display: block;
    margin: 0 auto;
}
.digidoc .form-control  {
  right:0px;
}

.input-group-addon i.fa.fa-calendar-o {
    font-size: 20px;
    cursor: pointer;
}

.register_section .card-signin .btn-group-lg>.btn, .register_section .card-signin .btn-lg {
    padding: .3rem 1rem .5rem 1rem;
}

.register_section img.register_icon {
    /* width: 100px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -61px;
    background-color: #fff;
    padding: 1rem;
    right: 0;
    left: 0;
    border-radius: 100%; */
}

.error.help-block, .error{
  color:red;
}
.form-group.radio_type.select_gender .error {
    position: absolute;
    bottom: -10px;
    left: 0px;
}

/* payment style */

table.paytable td input#referral_code {
    width: 48%;
    float: left;
    margin-right: 2%;
    border-radius: 10px;
    border: transparent;
    margin-top: 1px;
}

table.paytable td .grid_50 {
    width: 48%;
    float: left;
    margin-left: 2%;
}

table.paytable td .btn.btn-primary.btn-sm.Discount {
    /* width: 100%; */
    padding: 5px 15px !important;
    font-size: 13px;
}

table.paytable td {
  width: 50%;
  float: left;
}

#final_amt i.fa{
	font-size: 18px;
}

/* Payment style */

.form-group.otp input {
    width: 41px;
    height: 41px;
    padding: 0;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background-color: #e2e2e2;
    color: #000;
}

.form-group.otp input:last-child {
  margin-right: 0;
}

.form-group.otp input::-webkit-inner-spin-button, .form-group.otp input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.form-group.otp input:focus, .form-group.otp input.focus {
  border-color: green;
  outline: none;
  box-shadow: none;
}

.otp_box{
  position:relative;
}

.otp_box span.time {
    position: absolute;
    bottom: -5px;
    right: 7.5rem;
}

.otp_box i.fa-repeat.fa_repeat {
    margin-left: -4px;
    padding-right: 4px;
    cursor: pointer;
}


.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content, .file-upload-content_upload {
    display: none;
    text-align: center;
    margin-top: 0px;
    border: 2px dashed #925fe8;
    position: relative;
  width: 200px;
}

.file-upload-input, .file-upload-input_upload {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap, .image-upload-wrap_upload {
    margin-top: 0px;
    border: 2px dashed #925fe8;
    position: relative;
    width: 200px;
    padding: 10px 0px;
}

.image-dropping, .image-dropping_upload,
.image-upload-wrap:hover, .image-upload-wrap_upload:hover {
  background-color: #925fe8;
  border: 2px dashed #ffffff;
}

.image-upload-wrap:hover .drag-text h3, .image-upload-wrap_upload:hover .drag-text h3, .image-upload-wrap:hover span, .image-upload-wrap_upload:hover span{
  color:#fff;
}

.image-title-wrap, .image-title-wrap_upload {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text span{
  font-size:13px;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: unset;
    color: #000000;
    padding: 15px 6px;
    font-size: 1rem;
}

.grid_doctor_view .drag-text h3 {
    font-size: 15px !important;
}

img.img_upload {
    width: 60px;
}
img.img_upload_upload {
    width: 60px;
}

.file-upload-image, .file-upload-image_upload {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 10px;
}

.remove-image {
    width: auto;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 5px 15px 4px 15px;
    border-radius: 4px;
    border-bottom: 2px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    line-height: initial;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

span.image-title, span.image-title_upload{
  display:none;
}

.form-group.radio_type .input-hidden {
  position: absolute;
  left: -9999px;
}

.form-group.radio_type input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 2px 2px #0069d9;
}

.radio label .error{
  position: absolute;
    left: 0;
    font-size: 11px;
    width: 100%;
    bottom: -20px;
}

/* Stuff after this is only to make things more pretty */
.form-group.radio_type.select_gender {
    position: relative;
}

.form-group.radio_type input[type=radio] + label>img, .form-group.radio_type.select_gender input[type=radio] label.appointments>img {
  border: 1px solid #444;
    width: 61px;
    height: 61px;
    transition: 500ms all;
    object-fit: contain;
    border-radius: 100%;
    margin-right: 15px;
    padding: 10px;
    margin-left: 15px;
}
.form-group.radio_type input[type=radio]:checked + label>img, .form-group.radio_type.select_gender input[type=radio]:checked  label.appointments>img {
  transform: 
    rotateZ(0deg) 
    rotateX(0deg);
}

.btn-primary.common_btn{
  color: #fff;
    background-color: #925fe8;
    border-color: #925fe8;
  border-radius: 25px;
}
.btn-primary.common_btn:hover{
  color: #fff;
    background-color: #925fe8;
    border-color: #925fe8;
}

.btn-primary.common_btn:not(:disabled):not(.disabled).active, .btn-primary.common_btn:not(:disabled):not(.disabled):active, .show>.btn-primary.common_btn.dropdown-toggle {
    color: #fff;
    background-color: #925fe8;
    border-color: #925fe8;
}

/* input file style */
.space_box .input-file {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.space_box .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding: 0 10px; */
    cursor: pointer;
    display: block;
}
.space_box .input-file + .js-labelFile .icon:before {
content: "\f093";
opacity:0;
}
.space_box .input-file + .js-labelFile.has-file .icon:before {
content: "\f00c";
color: #5AAC7B;
opacity:1;
}

img.grid_upload {
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

span.js-fileName{
  position:relative;
}

span.js-fileName_1 {
    font-size: 13px;
}

span.js-fileName_2{
  font-size: 12px;
}
  
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

iframe.map_locate{
  width:100%;
  height:240px;
  margin-top:15px;
}



/* Admin style border radius start */
.digidoc.skin-blue .wrapper .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.digidoc.skin-blue .wrapper .navbar-nav>.notifications-menu>.dropdown-menu, .digidoc.skin-blue .wrapper .navbar-nav>.messages-menu>.dropdown-menu, .digidoc.skin-blue .wrapper .navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
    height: 270px;
}

.digidoc.skin-blue .wrapper .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, 
.digidoc.skin-blue .wrapper .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, 
.digidoc.skin-blue .wrapper .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{
  border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.digidoc.skin-blue .wrapper ul.dropdown-menu.bg_tansparent {
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.15);
}

.digidoc.skin-blue .wrapper ul.dropdown-menu.bg_tansparent .btn-default {
    background-color: #ea0d0d;
    color: #fff;
    border-color: #e20000;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.digidoc.skin-blue .wrapper ul.dropdown-menu.bg_tansparent .btn-default:hover {
    background-color: #ea0d0d;
    color: #fff;
    border-color: #e20000;
}

.bor_radius_20{
  border-radius:20px;
}

.grid_subuser_box_bg {
    padding: 1rem;
    position: relative;
    margin-bottom: 2rem;
}
.grid_subuser_box_bg img{
  
}
.submit-button .float-right {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.grid_subuser_box_bg img.delete {
    position: absolute;
    width: 25px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
}
.grid_subuser_box_bg img.user_profile {
    width: 75px;
    margin: 0;
    display: block;
    border-radius: 100%;
}
.grid_subuser_box_bg img.nurse_profile {
    width: 41px;
    margin: 0;
    text-align: left;
    display: block;
}
.grid_subuser_box_bg h4 {
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: normal;
}
.grid_subuser_box_bg h3 {
    font-size: 1.4rem;
    margin-top: 20px;
}
.grid_subuser_box_bg h3 i.fa.fa-pencil {
    cursor: pointer;
    font-size: 18px;
}
.grid_subuser_box_bg p{
}

.card.grid_border_radius_25{
  border-radius:25px;
  margin-bottom: 2rem;
}

.card.grid_border_radius_25 .card-body {
    padding: 2rem 2rem 0rem 2rem;
    /* margin-bottom: 2rem; */
}

.grid_subuser_box_bg h3, .grid_subuser_box_bg p, .grid_subuser_box_bg h4{
  text-align: left;
  color:#fff;
}
.bg_patient img.patient_listpage_icon{
  width: 75%;
    padding: 20px 20px 0px 20px;
}

.btn.btn-detault.grid_btn_default {
    background-color: #fff;
    border-radius: 25px;
    padding: 8px 15px;
  box-shadow: 0 0.3rem .5rem rgba(0,0,0,.15)!important;
  margin-top: 20px;
}

.float-right{
  float:right !important;
}

.btn.btn-detault.grid_btn_default i.fa.fa-plus {
    color: #ed975d;
    margin-right: 2px;
}

.bg_patient h3, .bg_patient p{
  color:#fff;
}

.bg_patient p {
    width: 61%;
    font-size: 13px;
}
/* Admin style border radius end */

/* padding style */
.p-5 {
    padding: 3rem!important;
}
.mt_5{
  margin-top:3rem !important;
}
/* padding style */

/* button style start */
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.w-100{
  width:100% !important;
}

.w_180{
  width:180px;
}

.btn-warning {
    border-radius: 25px;
    padding: 8px 15px !important;
    font-size: 14px;
}

.digidoc .content-wrapper .content .grid_table_view .dataTables_wrapper table.dataTable .btn-warning.notification {
    background-color: #f39c12 !important;
    border-color: #e08e0b !important;
    border-radius: 25px!important;
    padding: 8px 15px !important;
    height: auto;
    font-weight: normal !important;
    font-size: 14px;
    color: #ffffff !important;
}

.digidoc .content-wrapper .content .grid_table_view .dataTables_wrapper table.dataTable .btn-warning.notification:hover  {
    background-color: #e28c03 !important;
    border-color: #e28c03 !important;
    color: #fff;
}

.digidoc .content-wrapper .content .grid_table_view .dataTables_wrapper table.dataTable .btn-primary.back:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.digidoc .content-wrapper .content .btn-primary.back, .digidoc.modal-open .modal .btn-primary.back {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 20px;
    padding: 8px 15px !important;
    height: auto;
    font-weight: normal !important;
    font-size: 14px;
}

.digidoc .content-wrapper .content .btn-primary, .digidoc.modal-open .modal .btn-primary{
    color: #fff;
    background-color: #9260e9;
    border-color: #9260e9;
    border-radius: 20px;
    padding: 8px 15px !important;
    height: auto;
    font-weight: normal !important;
    font-size: 14px;
}

.digidoc .content-wrapper .content .btn-primary.back.active.focus, .digidoc .content-wrapper .content .btn-primary.back.active:focus, .digidoc .content-wrapper .content .btn-primary.back.active:hover, .digidoc .content-wrapper .content .btn-primary.back:active.focus, .digidoc .content-wrapper .content .btn-primary.back:active:focus, .digidoc .content-wrapper .content .btn-primary.back:active:hover, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.back:focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.back:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.digidoc .content-wrapper .content .btn-primary.active.focus, .digidoc .content-wrapper .content .btn-primary.active:focus, .digidoc .content-wrapper .content .btn-primary.active:hover, .digidoc .content-wrapper .content .btn-primary:active.focus, .digidoc .content-wrapper .content .btn-primary:active:focus, .digidoc .content-wrapper .content .btn-primary:active:hover, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary:focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #9260e9;
    border-color: #9260e9;
}
.digidoc.modal-open .modal .btn-primary.active.focus, .digidoc.modal-open .modal .btn-primary.active:focus, .digidoc.modal-open .modal .btn-primary.active:hover, .digidoc.modal-open .modal .btn-primary:active.focus, .digidoc.modal-open .modal .btn-primary:active:focus, .digidoc.modal-open .modal .btn-primary:active:hover, .digidoc.modal-open .modal .open>.dropdown-toggle.btn-primary.focus, .digidoc.modal-open .modal .open>.dropdown-toggle.btn-primary:focus, .digidoc.modal-open .modal .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #9260e9;
    border-color: #9260e9;
}

.skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary{
    color: #fff;
    background-color: #9260e9;
    border-color: #9260e9;
    border-radius: 20px;
    padding: 8px 15px !important;
    height: auto;
    font-weight: normal !important;
    font-size: 14px;
  line-height: normal;
}

.skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.back.active.focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.back.active:focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.back.active:hover, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.back:active.focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.back:active:focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.back:active:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.active.focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.active:focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.active:hover, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary:active.focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary:active:focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary:active:hover {
    color: #fff;
    background-color: #9260e9;
    border-color: #9260e9;
}

.skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.active.focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.active:focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary.active:hover, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary:active.focus, .skin-blue.sidebar-mini.digidoc .modal .modal-dialog .btn-primary:active:focus, .digidoc.modal-open .modal .btn-primary:active:hover{
    color: #fff;
    background-color: #9260e9;
    border-color: #9260e9;
}

.digidoc .content-wrapper .content .btn-default {
    background-color: #ffffff;
    color: #444;
    border-color: #fff;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 14px;
}

.digidoc .content-wrapper .content .btn-default.back.active.focus, .digidoc .content-wrapper .content .btn-default.back.active:focus, .digidoc .content-wrapper .content .btn-default.back.active:hover, .digidoc .content-wrapper .content .btn-default.back:active.focus, .digidoc .content-wrapper .content .btn-default.back:active:focus, .digidoc .content-wrapper .content .btn-default.back:active:hover, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-default.focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-default.back:focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-default.back:hover {
    color: #444;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.digidoc .content-wrapper .content .btn-default.active.focus, .digidoc .content-wrapper .content .btn-default.active:focus, .digidoc .content-wrapper .content .btn-default.active:hover, .digidoc .content-wrapper .content .btn-default:active.focus, .digidoc .content-wrapper .content .btn-default:active:focus, .digidoc .content-wrapper .content .btn-default:active:hover, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-default.focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-default:focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-default:hover {
    color: #444;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.digidoc.modal-open .modal .btn-default.active.focus, .digidoc.modal-open .modal .btn-default.active:focus, .digidoc.modal-open .modal .btn-default.active:hover, .digidoc.modal-open .modal .btn-default:active.focus, .digidoc.modal-open .modal .btn-default:active:focus, .digidoc.modal-open .modal .btn-default:active:hover, .digidoc.modal-open .modal .open>.dropdown-toggle.btn-default.focus, .digidoc.modal-open .modal .open>.dropdown-toggle.btn-default:focus, .digidoc.modal-open .modal .open>.dropdown-toggle.btn-default:hover {
    color: #444;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}


.digidoc .content-wrapper .content .btn:active {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
}

.digidoc .content-wrapper .content .btn-primary.active, .digidoc .content-wrapper .content .btn-primary:active, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #9260e9;
    background-image: none;
    border-color: #9260e9;
}

.digidoc.modal-open .modal .btn-primary.active, .digidoc.modal-open .modal .btn-primary:active, .digidoc.modal-open .modal .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #9260e9;
    background-image: none;
    border-color: #9260e9;
}

.digidoc .content-wrapper .content .btn-primary:hover {
    color: #fff;
    background-color: #5538b7;
    border-color: #5538b7;
}

.digidoc .content-wrapper .content .btn-info, .digidoc .btn-info{
    background-color: #5538b7;
    border-color: #5538b7;
    margin-top: 10px;
    border-radius: 20px;
    padding: 8px 12px;
  font-size: 14px;
}

/* button style end */

/* modal style start */

.modal-body h4{
  margin-top:0px;
}

img.qr_scanner {
    width: 168px;
    height: 168px;
    margin: 10px auto;
    display: block;
}

@media (min-width: 768px){
.modal-dialog.modal_small{
  width: 441px;
    margin: 30px auto;
}
}

/* modal style end */

/* Admin style start */
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.digidoc .form-group{
  position:relative;
}

.form-group.appointment_btn{
  overflow:hidden;
}

.digidoc .modal-content {
    border-radius: 20px;
}

.digidoc .modal-body {
    position: relative;
    padding: 4rem;
}

.digidoc .form-group span.fa.fa-eye, .digidoc .form-group span.toggle-password.fa-eye-slash {
    margin-right: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 60%;
    right: 0%;
    color: #999;
}

.avatar-upload {
    position: relative;
    max-width: 290px;
    margin: 50px auto;
    margin-bottom: 0px;
  margin-top: 0px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 35px;
    z-index: 1;
    bottom: 15px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #9260e9;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #9260e9;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 220px;
    height: 220px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* update profile style start */

.avatar-upload.update_profile .avatar-preview{
  width: 128px;
    height: 128px;
  margin:0px;
}

.avatar-upload.update_profile {
    margin: 0px;
    max-width: 180px;
    margin-bottom: 20px;
}

.avatar-upload.update_profile .avatar-upload {
    position: relative;
    max-width: 180px;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 0px;
}

/* update profile style end */

.grid_text h4{
  
}
.grid_text p{
  
}
.grid_text {
  
}

.text-center{
  text-align:center !important;
}

.grid_full img.off_on_fees {
    width: 100px;
    float: left;
    height: 100px;
    background-color: #9260e9;
    padding: 10px;
    margin-right: 10px;
}

.grid_full {
    overflow: hidden;
    position: relative;
    margin: 20px 0px;
    border-radius: 10px;
}

span.dot_right {
    float: right;
}
.grid_full .space_box {
    padding: 20px 0px;
}

.grid_full .space_box i {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.digidoc .content-wrapper .content .tab-content {
    padding: 20px 0px;
}
.digidoc .content-wrapper .content .tab-content .table{
    margin-bottom:0px;
}

.digidoc .content-wrapper .content .tab-content .table.grid_width>tbody>tr>td {
    width: 50%;
}

.digidoc .content-wrapper .content .tab-content .table.grid_width{
  
}

.digidoc .content-wrapper .content .tab-content .table>thead>tr>th, .digidoc .content-wrapper .content .tab-content .table>tbody>tr>th, .digidoc .content-wrapper .content .tab-content .table>tfoot>tr>th, .digidoc .content-wrapper .content .tab-content .table>thead>tr>td, .digidoc .content-wrapper .content .tab-content .table>tbody>tr>td, .digidoc .content-wrapper .content .tab-content .table>tfoot>tr>td {
    border-top: 0px solid #f4f4f4;
}



@media (max-width: 767px) {
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown,
  .digidoc .content-wrapper .content .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown::after,
  .digidoc .content-wrapper .content .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown.open a,
  .digidoc .content-wrapper .content .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown.open > li.active > a,
  .digidoc .content-wrapper .content .nav-tabs-dropdown.open > li.active > a {
    background-color: #eeeeee;
  }
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown li,
  .digidoc .content-wrapper .content .nav-tabs-dropdown li {
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown > li > a,
  .digidoc .content-wrapper .content .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown > li > a:focus,
  .digidoc .content-wrapper .content .nav-tabs-dropdown > li > a:focus,
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown > li > a:hover,
  .digidoc .content-wrapper .content .nav-tabs-dropdown > li > a:hover,
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown > li > a:active,
  .digidoc .content-wrapper .content .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown > li.active > a,
  .digidoc .content-wrapper .content .nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
  .digidoc .content-wrapper .content .nav-tabs-dropdown > li.active > a:focus,
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
  .digidoc .content-wrapper .content .nav-tabs-dropdown > li.active > a:hover,
  .digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown > li.active > a:active,
  .digidoc .content-wrapper .content .nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
  }
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li img {
    width: 100%;
  margin-bottom: -10px;
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li span {
    font-size: 15px;
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li.rtb_radius a{
  border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.digidoc .content-wrapper .content .nav-tabs.nav-justified>li.ltb_radius a{
  border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}

.grid_table_view {
    background-color: #fff;
    padding: 2rem;
  margin-top:20px;
  border-radius:20px;
}

.grid_table_view h3.mt_0{
  margin-top:0px;
}


.grid_table_view .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.dataTables_wrapper thead {
    color: #a2a2a2;
    border: 1px solid;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-color: #f6f8fd;
    background-color: #f6f8fd;
}

.grid_table_view .dataTables_wrapper table.dataTable button.btn.btn-warning.edit-btn {
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    width: 30px;
    padding: 4px 4px !important;
    /* height: 20px; */
    line-height: inherit;
    text-align: center;
}

.grid_table_view .dataTables_wrapper table.dataTable .edit-btn {
    background-color: #ffffff!important;
    margin-top: 5px;
    border-color: #f1f1f1!important;
    border-radius: 50%!important;
    width: 30px;
    height: 30px;
    padding-top: 0px!important;
    padding-left: 5px!important;
}

.grid_table_view .dataTables_wrapper table.dataTable button.btn.btn-warning.edit-btn i.fa-pencil.pencil-icon {
    font-size: 13px!important;
    color: #52a5e1!important;
}

.grid_table_view .dataTables_wrapper  table.dataTable .btn.btn-warning.delete-btn {
    background-color: #ffffff!important;
    margin-top: 5px;
    border-color: #f1f1f1!important;
    border-radius: 50%!important;
    width: 30px;
    height: 30px;
    padding-top: 3px!important;
    padding-left: 8px!important;
    color: #e96229 !important;
}

.grid_table_view .dataTables_wrapper table.dataTable .btn.btn-warning.delete-btn i.delete-icon {
    color: #e96229 !important;
}

.grid_table_view .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f0ab36;
    border-color: #f0ab35;
}
.grid_table_view .dataTables_wrapper .pagination>.active>a, .grid_table_view .dataTables_wrapper .pagination>.active>a:focus, .grid_table_view .dataTables_wrapper .pagination>.active>a:hover, .grid_table_view .dataTables_wrapper .pagination>.active>span, .grid_table_view .dataTables_wrapper .pagination>.active>span:focus, .grid_table_view .dataTables_wrapper .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f0ab36;
    border-color: #f0ab35;
}

.notifications {
    background-color: #000;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 4px 0px;
}

.skin-blue .main-header .navbar .nav .open>a.notifications:hover {
    background-color: #000;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
.digidoc .content-wrapper .content.nav_step .nav-tabs li.active:nth-child(1):after{
  border: 1px solid #2f80ed;
}

.digidoc .form-group.mb_25 {
    margin-bottom: 25px;
    overflow: hidden;
}

.digidoc .form-group label.mid_align {
    margin: 10px 0px;
}

.digidoc .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #020202;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.digidoc .select2-container--default .select2-selection--multiple .select2-selection__choice {
       color: #000;
}

.digidoc .select2-container--default.select2-container--focus .select2-selection--multiple, .digidoc .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0rem;
    padding: .375rem 0rem;
    background-color: #fff;
}

.digidoc .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 0px solid #aaa;
  border-bottom: 1px solid #ced4da !important;
    border-radius: 0px;
    cursor: text;
}

.box.no_shadow {
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    border-top: 0px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.digidoc .input-group .input-group-addon {
    border-radius: 0;
    border-color: transparent;
    background-color: #fff;
    border-bottom: 1px solid #d2d6de;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li.active:nth-child(2):after{
  border: 1px solid #2f80ed;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li:nth-child(1):after {
    content: " ";
    left: 51%;
    width: 45%;
    background-color: #a7a7a7;
    height: 0px;
    z-index: 1;
    top: 51%;
    border: 1px solid #ccc;
    opacity: 1;
    margin: 0 auto;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li:nth-child(2):after {
    content: " ";
    left: 40%;
    width: 56%;
    background-color: #a7a7a7;
    height: 0px;
    z-index: 1;
    top: 51%;
    border: 1px solid #ccc;
    opacity: 1;
    margin: 0 auto;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li:nth-child(3):after {
    content: " ";
    left: 41%;
    width: 55%;
    background-color: #a7a7a7;
    height: 0px;
    z-index: 1;
    top: 51%;
    border: 0px solid #ccc;
    opacity: 1;
    margin: 0 auto;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li span.grid_content {
    /*position: absolute;
    left: 27px;
    top: 1px;
    background-color: #fff;
    z-index: 1;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 4px;*/
  
  position: relative;
    left: 27px;
    top: 1px;
    background-color: #fff;
    /* height: 40px; */
    z-index: 1;
    /* margin-left: 7px; */
    font-size: 12px;
    padding-left: 8px;
    /* width: 158px; */
    padding-right: 4px;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li small {
    font-size: 12px;
    color: #b9b9b9;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li.active span.grid_content {
    color: #2f80ed;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li.active span.grid_content small {
    color: #000;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs>li>a:hover {
    border-color: transparent;
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li.active:after, .digidoc .content-wrapper .content .nav-tabs.nav-justified>li:after {
    content: " ";
    position: absolute;
    bottom: 0px;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li.active span.round-tab {
    background: #2f80ed;
    border: 1px solid #2f80ed;
    color: #fff;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li span.round-tab {
    width: 28px;
    height: 28px;
    line-height: 25px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid #A7A7A7;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
    top: 0px;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs li img{
  width: 20px;
    height: 20px;
    margin-top: -13px;
}


/* step style */
.form-wizard {
color: #888888;
padding: 15px;
}
.form-wizard .wizard-form-radio {
display: inline-block;
margin-left: 5px;
position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: #dddddd;
height: 25px;
width: 25px;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
position: relative;
cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
display: inline-block;
background-color: #ffffff;
border-radius: 50%;
left: 1px;
right: 0;
margin: 0 auto;
top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
content: "";
display: inline-block;
webkit-animation: click-radio-wave 0.65s;
-moz-animation: click-radio-wave 0.65s;
animation: click-radio-wave 0.65s;
background: #000000;
content: '';
display: block;
position: relative;
z-index: 100;
border-radius: 50%;
}

.form-wizard .form-group.radio_type.select_gender .wizard-form-radio input[type="radio"] ~ label{
  padding-left: 0px;
}

.form-wizard .form-group.radio_type.select_gender .wizard-form-radio {
  margin-left: 0px;
}

.form-wizard .form-group.radio_type.select_gender .wizard-form-radio input[type="radio"]{
      position: absolute;
}

.form-wizard .wizard-form-radio input[type="radio"] ~ label {
padding-left: 10px;
cursor: pointer;
}
.form-wizard .form-wizard-header {
text-align: left;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
background-color: #d65470;
color: #ffffff;
display: inline-block;
min-width: 100px;
min-width: 120px;
padding: 10px;
text-align: center;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
color: #ffffff;
opacity: 0.6;
text-decoration: none;
}
.form-wizard .wizard-fieldset {
display: none;
}
.form-wizard .wizard-fieldset.show {
display: block;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
}
.form-wizard .form-wizard-previous-btn {
background-color: #fb1647;
}
.form-wizard .form-control {
font-weight: 300;
height: auto !important;
padding: 10px 0px;
color: #888888;
background-color: #ffffff;
border: none;
border-bottom: 1px solid #d2d6de;
}

.form-wizard #datepicker .form-control{
  background-color: transparent;
}
.form-wizard .form-control:focus {
box-shadow: none;
}
.form-wizard .form-group {
position: relative;
margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
position: absolute;
left: 0px;
top: 16px;
transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
color: #000000;
top: -18px;
transition: 0.2s linear all;
font-size: 12px;
}
.form-wizard .form-wizard-steps {
margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
    width: 33.333333%;
    float: left;
    position: relative;
}
.form-wizard .form-wizard-steps li::after {
background-color: #f3f3f3;
content: "";
height: 5px;
left: 0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 75%;
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
left: 20%;
}
.form-wizard .form-wizard-steps li span.round-tab {
    background-color: #dddddd;
    rder-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
   z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: transparent;
    color: #000000;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
background-color: #d65470;
left: 20%;
width: 75%;
border-color: #d65470;
}
.form-wizard .form-wizard-steps li.activated::after {
width: 75%;
border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
left: 0;
}
.form-wizard .wizard-password-eye {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
@keyframes click-radio-wave {
0% {
width: 25px;
height: 25px;
opacity: 0.35;
position: relative;
}
100% {
width: 60px;
height: 60px;
margin-left: -15px;
margin-top: -15px;
opacity: 0.0;
}
}
@media screen and (max-width: 767px) {
.wizard-content-left {
height: auto;
}
}
/* step style */

@media (min-width: 768px){

.digidoc .content-wrapper .content .nav-tabs.nav-justified>.active>a, .digidoc .content-wrapper .content .nav-tabs.nav-justified>.active>a:focus, .digidoc .content-wrapper .content .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #9260e9!important;
    background-color: #9260e9!important;
    color: #fff;
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #cf9efb;
    border-radius: 0px 0px 0 0;
  background-color: #cf9efb!important;
  color:#fff;
  text-align: left;
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li {
    display: block;
    width: 50%;
    float: left;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs.nav-justified>.active>a, .digidoc .content-wrapper .content.nav_step .nav-tabs.nav-justified>.active>a:focus, .digidoc .content-wrapper .content.nav_step .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs.nav-justified>li {
    display: inline-grid;
    width: 33.333333%;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #cf9efb;
    border-radius: 0px 0px 0 0;
    background-color: transparent !important;
    color: #afaeae;
    text-align: left;
}

.digidoc .content-wrapper .content.nav_step .nav-tabs.nav-justified>.active>a, .digidoc .content-wrapper .content.nav_step .nav-tabs.nav-justified>.active>a:focus, .digidoc .content-wrapper .content.nav_step .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff!important;
    background-color: #fff!important;
    color: #000;
    border: 0px solid #ddd;
}

}

@media (min-width: 600px){

/* .digidoc .content-wrapper .content .nav-tabs.nav-justified>li {
    display: block;
    width: 100%;
    float: none;
} */

}

/* Admin style start end */



/* New style */

.digidoc .content-wrapper .content .table td img.w-40px {
    width: 40px;
    display: block;
    margin: 0 auto;
    height: 40px;
    object-fit: cover;
}

th.str_hide.sorting_asc{}

table.dataTable thead th.str_hide.sorting_asc:after, table.dataTable thead th.str_hide.sorting_desc:after, table.dataTable thead th.str_hide.sorting:after{
  display:none;
}

table.line_heg_td.table>tbody>tr>td{
  line-height:40px;
}

.digidoc .content-wrapper .content .btn-primary.view_{
    color: #9260e9;
    background-color: transparent;
    border-color: #9260e9;
    border-radius: 20px;
    padding: 1px 4px !important;
    height: 24px;
    width: 24px;
    font-weight: normal !important;
    font-size: 14px;
}

.digidoc .content-wrapper .content .btn-primary.view_:hover{
  color: #fff;
    background-color: #9260e9;
    border-color: #9260e9;
}

.digidoc .content-wrapper .content .btn-primary.view_.active.focus, .digidoc .content-wrapper .content .btn-primary.view_.active:focus, .digidoc .content-wrapper .content .btn-primary.view_.active:hover, .digidoc .content-wrapper .content .btn-primary.view_:active.focus, .digidoc .content-wrapper .content .btn-primary.view_:active:focus, .digidoc .content-wrapper .content .btn-primary.view_:active:hover, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.view_.focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.view_:focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.view_:hover {
    color: #fff;
    background-color: #9260e9;
    border-color: #9260e9;
}

.digidoc .content-wrapper .content .btn-dan_delete.view_{
    color: #dd4b39;
    background-color: transparent;
    border-color: #dd4b39;
    border-radius: 20px;
    padding: 1px 4px !important;
    height: 24px;
    width: 24px;
    font-weight: normal !important;
    font-size: 14px;
}

.digidoc .content-wrapper .content .btn-dan_delete.view_:hover{
  color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.digidoc .content-wrapper .content .btn-dan_delete.view_.active.focus, .digidoc .content-wrapper .content .btn-dan_delete.view_.active:focus, .digidoc .content-wrapper .content .btn-dan_delete.view_.active:hover, .digidoc .content-wrapper .content .btn-dan_delete.view_:active.focus, .digidoc .content-wrapper .content .btn-dan_delete.view_:active:focus, .digidoc .content-wrapper .content .btn-dan_delete.view_:active:hover, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-dan_delete.view_.focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-dan_delete.view_:focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-dan_delete.view_:hover {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.d_none{
  display:none;
}

.center_align{
  
}

div.dataTables_wrapper .center_align div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

img.doc_img {
    width: 200px;
    margin: 0 auto;
    display: block;
    padding-top: 15px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
}

.bg-white {
    background-color: #fff;
    /* overflow: hidden; */
    position: relative;
}

.digidoc .dots_three.payment_dots {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: auto;
    /* opacity: 0; */
}

.doc_img.h-100{
	height:auto;
}

#view_log .table>thead>tr>th, #view_log .table>tbody>tr>th, #view_log .table>tfoot>tr>th, #view_log .table>thead>tr>td, #view_log .table>tbody>tr>td, #view_log .table>tfoot>tr>td {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid transparent;
}

img.mo_wid{
	width: 94px;
    border-radius: 100%;
    height: 94px;
    margin: 0 auto;
    display: block;
}

.dots_three.payment_dots i, .dots_three.payment_dots i:hover{
	color:#fff;
}

.grid_doctor_view{}

.grid_doctor_view.h_471 {
    height: 477px;
  overflow-x:hidden;
  overflow-y:scroll;
}
.grid_doctor_view.h_477 {
    height: 477px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.grid_doctor_view.h_auto {
    height: auto;
}

.grid_doctor_view h3 {
    font-size: 20px;
   /* margin-top: 0px; */
}

.grid_doctor_view p {
    margin: 0 0 10px;
}

.grid_doctor_view i.fa-mobile {
    font-size: 28px;
    margin: 0 auto;
    display: block;
    text-align: left;
    margin-left: 4px;
}

.grid_doctor_view i.fa-envelope-o{
    font-size: 20px;
}

.grid_doctor_view i.fa-home {
    font-size: 23px;
}

small {
    color: #b7b7b7;
}

.grid_doctor_view i.fa-mobile, .grid_doctor_view i.fa-envelope-o, .grid_doctor_view i.fa-home, .grid_doctor_view p {
    color: #555;
}

.grid_doctor_view h3 span {
    font-size: 14px;
    color: #9a9898;
    position: relative;
    top: -2px;
    left: 28px;
} 

.grid_doctor_view h3 .fa.fa-user-o {
    font-size: 28px;
    margin-right: 5px;
}

.digidoc .content-wrapper .content .grid_orders {
    padding: 28px 0px;
}

.digidoc .content-wrapper .content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.digidoc .content-wrapper .content h4 i.fa.fa-angle-left {
    margin-right: 4px;
    font-size: 25px;
}

.digidoc .content-wrapper .content .grid_orders h4{
  margin-top: 10px;
    margin-bottom: 10px;
}

.digidoc .content-wrapper .content .grid_table_view.grid_doc_view_no_border {
    margin-top: 0px;
    border-radius: 6px;
  padding-top:0px;
}

.digidoc .content-wrapper .content .grid_table_view.grid_doc_view_no_border table.dataTable{
  margin-top: 0px !important;
}

.digidoc .content-wrapper .content .grid_table_view.grid_doc_view_no_border .dataTables_length, 
.digidoc .content-wrapper .content .grid_table_view.grid_doc_view_no_border .dataTables_filter,
.digidoc .content-wrapper .content .grid_table_view.grid_doc_view_no_border .dataTables_paginate.paging_simple_numbers {
    display: block;
}

.digidoc .content-wrapper .content .btn-primary.btn_size_100, .digidoc .content-wrapper .content .btn-warning.btn_size_100, .digidoc .btn-success.btn_size_100, .digidoc .btn-danger.btn_size_100{
  width: 90px;
  border-radius: 20px;
    padding: 6px 10px !important;
}

.digidoc .content-wrapper .content .btn-warning.btn_size_100 {
    border: 1px solid #ee9b1f;
    background-color: transparent;
    color: #000;
}

.digidoc .btn-success.btn_size_100{
  border: 1px solid #4fa75b;
    background-color: transparent;
    color: #000;
}

.digidoc .btn-danger.btn_size_100{
  border: 1px solid #d73929;
    background-color: transparent;
    color: #000;
}

.digidoc .padding_2rem {
    padding: 2rem;
}

.digidoc .dots_three {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 100px;
    text-align: center;
}

.digidoc img.h_240{
  height: 240px;
    object-fit: contain;
}

.digidoc .grid_relative{
  position:relative;
}

.digidoc .grid_relative .dots_three {
    right: -20px;
    top: 10px;
}

.digidoc .grid_relative .dots_three .dropdown-menu{
  left: -20px;  
}

.digidoc .dots_three .dropdown-menu>li>a{
   padding: 3px 10px;
}

.digidoc .dots_three .dropdown-menu{
   min-width: auto;
   padding: 0px 0;
}

.digidoc .dots_three .btn-default {
    background-color: #ffffff;
    color: #444;
    border-color: #fff;
}

.digidoc .dots_three .dropdown-menu>li>a:hover {
    background-color: #FF5722;
    color: #fff;
}

.digidoc .dots_three .btn-default.active.focus, .digidoc .dots_three .btn-default.active:focus, .digidoc .dots_three .btn-default.active:hover, .digidoc .dots_three .btn-default:active.focus, .digidoc .dots_three .btn-default:active:focus, .digidoc .dots_three .btn-default:active:hover, .digidoc .dots_three .open>.dropdown-toggle.btn-default.focus, .digidoc .dots_three .open>.dropdown-toggle.btn-default:focus, .digidoc .dots_three .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.digidoc .dots_three .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}

.digidoc .dots_three .btn-default:hover, .digidoc .dots_three .btn-default:active, .digidoc .dots_three .btn-default.hover {
    background-color: #fff;
}

.digidoc h3.space_padding {
    margin: 0px;
    padding: 25px 0px 15px 0px;
}

.digidoc .grid_doctor_view p.light_blue_text {
    color: #57b3bb;
    font-size: 16px;
    font-weight: 500;
}

.digidoc .grid_doctor_view .grid_details p {
    margin-bottom: 10px;
}
.digidoc .grid_doctor_view .padding_2rem.grid_details{
  padding-left:0px;
  padding-right:0px;
}

.digidoc .grid_doctor_view .padding_2rem.pt_pb_0{
  padding-top:0px;
  padding-bottom:0px;
} 

.digidoc .grid_doctor_view .padding_2rem.pl_pr_15{
  padding-left:15px;
  padding-right:15px;
}

.digidoc .grid_doctor_view .grid_details p.font_16 {
    font-size: 16px;
    color: #000;
}

.mt_3 {
    margin-top: 3rem;
}

.black_btn{
  
}

.digidoc .content-wrapper .content .btn-primary.black_btn{
  background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.digidoc .content-wrapper .content .btn-primary.black_btn:hover{
  background-color: #000;
    border-color: #000;
}

.digidoc .content-wrapper .content .btn-primary.black_btn.active.focus, .digidoc .content-wrapper .content .btn-primary.black_btn.active:focus, .digidoc .content-wrapper .content .btn-primary.black_btn.active:hover, .digidoc .content-wrapper .content .btn-primary.black_btn:active.focus, .digidoc .content-wrapper .content .btn-primary.black_btn:active:focus, .digidoc .content-wrapper .content .btn-primary.black_btn:active:hover, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.black_btn.focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.black_btn:focus, .digidoc .content-wrapper .content .open>.dropdown-toggle.btn-primary.black_btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.digidoc .grid_qty{
  
}

.digidoc .grid_qty button .fa.fa-minus{
  color: #ed975d;
}

.digidoc .grid_qty button .fa.fa-plus{
  color: #57b3bb;
}

.digidoc .grid_qty button {
    background-color: #fff;
    border-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    box-shadow: 0 .2rem .8rem rgba(0,0,0,.15)!important;
    border: 1px solid #fff;
}

.digidoc .grid_qty input {
    background-color: transparent;
    border: transparent;
    width: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

button:focus {outline:0;}

.digidoc .grid_price_details {
    border-top: 1px solid #ccc;
    padding: 0px 0px 20px 0px;
}

.digidoc .border-right{
  border-right: 1px solid #ccc;
}

.digidoc .border-left{
  border-left: 1px solid #ccc;
}

.h_803{
  height: 803px;
}

.digidoc h1.inr {
    font-size: 40px;
    margin: 0px 0px 20px 0px;
}

.digidoc h1.inr i.fa.fa-inr {
    font-size: 30px;
}

h2 i.fa.fa-inr {
  font-size: 24px;
}

h4 i.fa.fa-inr {
  font-size: 18px;
}

.expandi_div{
  position:relative;
}
.expandi_div_2 {
    width: 150px;
    height: 40px;
    background-color: #000;
    border-radius: 25px;
    color: #fff;
    padding: 8px 8px;
    margin-left: 35px;
    text-align: center;
    cursor: pointer;
}
a.expandi_div_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 25px;
    color: #fff;
    padding: 6px 10px;
    font-size: 20px;
  text-align: center;
}

.expandi_div.danger .expandi_div_2, a.expandi_div_.danger {
    background-color: #c9302c;
}

.digidoc .new .form_group.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.digidoc .new .form_group.form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

.digidoc .new .form_group.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ececec;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 0px 5px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -3px;
}

.digidoc .new .form_group.form-group input:checked + label:after {
    /* content: '\f111'; */
    content: '\f00c';
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 6px;
    height: 14px;
    /* border: solid #0079bf; */
    /* border-width: 0 2px 2px 0; */
    /* transform: rotate(45deg); */
    color: #1ba7f9;
  font-family: FontAwesome;
}

.digidoc .new .space_padding {
    padding: 15px 0px 0px 0px;
}

.digidoc .content-wrapper .content .btn-danger {
    border-radius: 20px;
    padding: 8px 15px !important;
    height: auto;
    font-weight: normal !important;
    font-size: 14px;
}

.digidoc .grid_doctor_view .grid_details .form-group p{
  margin-bottom:0px;
}

.digidoc span.grid_alter {
    font-size: 11px;
    position: relative;
    left: 10px;
    top: -2px;
    color: #000;
}

.digidoc .space_top_padd {
    padding-top: 5px;
}

.digidoc .w-200{
  width:200px;
}

.grid_date_time {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.grid_date_time i {
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

p.grid_no_notificiation {
    text-align: center;
    margin: 0px;
    padding: 120px 10px;
    font-size: 16px;
}

ul.select_option input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

ul.select_option label {
    border: 1px solid #fff;
    padding: 4px 10px;
    display: block;
    position: relative;
    margin: 0px 10px;
    cursor: pointer;
	border-radius:10px;
}

ul.select_option label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

ul.select_option label img {
    height: 48px;
    width: 48px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

ul.select_option :checked + label {
    border: 1px solid #ec8d4b;
    /* background-color: #ec8d4b; */
    /* border-radius: 6px; */
}

ul.select_option :checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
  display:none;
}

ul.select_option :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

ul.select_option {
    list-style-type: none;
    padding-left: 0px;
}

.select_option li {
    display: inline-block;
    text-align: center;
}

/* update profile style start */
.update_medical_detai.select_option li{
  width: 24%;
    height: 100px;
}
.update_medical_detai.select_option label.shadow {
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.15)!important;
}
.update_medical_detai.select_option label {
    border: 1px solid #fff;
    padding: 10px 10px;
    display: block;
    position: relative;
    margin: 6px 6px;
    cursor: pointer;
}
/* update profile style end */

.wrap {
    padding: 0px 0px 15px 0px;
    background-color: transparent;
    width: 100%;
    height: auto;
    border-radius: 12px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.wrap label {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0px;
    color: black;
}

.wrap .btn:hover {
    cursor: pointer !important;
}

.wrap .btn:active {
    box-shadow: 0 1px #666 !important;
    transform: translateY(2px) !important;
}

.wrap .btn {
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    width: 100px;
    box-shadow: 0 3px #999;
    text-align: center;
    line-height: 10px;
}

.wrap .btn-sık {
    transition: all 0.2s ease;
    background-color: #e8e8e8;
    border: 0px solid #e8e8e8 !important;
    box-shadow: 0 0px #d32f2f !important;
    min-width: 140px;
}

.wrap .btn-sık.right_radius{
  border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  margin-left: -3px;
}

.wrap .btn-sık.left_radius{
  border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.wrap btn-sık::selection{
        background: green;
}

.wrap input[type="radio"] {
     position: absolute;
     visibility: hidden;
}

.wrap input[type="radio"] + div {
    position: relative;
}

.wrap input[type="radio"]:checked + div {
    background-color: #ec8d4c;
}

.wrap input[type="radio"]:checked + div>span {
  color: white;
}

.wrap input[type="radio"] + div>span {
 position: relative;
 top: 25%;
}

.wrap input[type="radio"]:checked + div::before {
    font-family: FontAwesome;
    /* content: "\f08d"; */
  content: "";
    position: absolute;
    bottom: 31px;
    font-size: 21px;
    color: white;
    right: -5px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    animation: fall 0.5s forwards;
}

@keyframes fall {
    100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}

@-moz-keyframes fall {
    100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}

@-webkit-keyframes fall {
     100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}


.grid_cancel_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    /* padding: 0px 15px; */
}

form#form.agora-theme {
    height: 100%;
    position: relative;
    border: 1px dotted #ccc;
}

.card.card_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    top: 0;
}

.card.card_bg {
    background-color: transparent;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    border: 0px solid rgba(0,0,0,.125);
}

.grid_cancel_btn i.fa.fa-phone {
    background-color: red;
    color: #fff;
    padding: 12px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(-225deg);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
}

.skin-blue.sidebar-mini.digidoc .agora-theme .video-view, .skin-blue.sidebar-mini.digidoc .agora-theme .video-placeholder, .skin-blue.sidebar-mini.digidoc .agora-theme #local_stream, .agora-theme #local_video_info {
    /* width: 480px;
    height: 320px;
    z-index: 99; */
}

.row.grid_small_icon, .grid_small_icon {
    background: #5b5b5b;
    background: -moz-linear-gradient(top, #5b5b5b 0%, #000000 100%, #207cca 100%, #000000 100%);
    background: -webkit-linear-gradient(top, #5b5b5b 0%,#000000 100%,#207cca 100%,#000000 100%);
    background: linear-gradient(to bottom, #5b5b5b52 0%,#0000007a 100%,#207cca 100%,#0000004d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#000000',GradientType=0 );
    box-shadow: -1px -5px 15px;
    padding: 5px 0px;
    margin-bottom: 0px;
    margin: 0px;
}

.grid_cancel_btn p{
  color: #fff;
    font-size: 12px;
    line-height: initial;
}

.grid_cancel_btn i {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

i.fa.fa-briefcase {
    /* width: 40px; */
    /* height: 40px; */
    /* background-color: #fff; */
    /* color: #4588e5; */
    font-size: 20px;
    padding: 10px;
    border-radius: 100%;
}

button.btn.btn-raised.btn-primary.waves-effect.waves-light#join {
    position: relative;
    z-index: 0;
}

.btn.btn-raised.btn-primary.waves-effect.waves-light{
  line-height:normal;
}

.video_section {
    height: 455px;
    /* margin-left: -20px!important; */
    position: relative;
    padding: 0px 0px;
    background-color: #fff;
}

.grid_price_details.no_border{
  border-top: 0px solid #ccc;
}

.digidoc .grid_price_details.no_border h3.space_padding {
    margin: 0px;
    padding: 10px 0px 15px 0px;
}

.video_section .card .card-content {
    padding: 0px 15px;
    border-radius: 0 0 2px 2px;
}

h3.mt_0{
  margin-top:0px;
}

h3.mb_3{
  margin: 2.5rem 0rem;
}

.grid_radio .radio {
    margin: 0.5rem 0rem;
}

.grid_radio .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.grid_radio .radio input[type="radio"] + .radio-label{
  padding-left:0px;
}

.grid_radio .radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: .1em;
  margin-right: .5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.grid_radio .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.grid_radio .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}

.grid_radio .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.grid_radio .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.digidoc .grid_qty span {
    text-align: center;
    display: block;
    font-size: 20px;
    position: relative;
    top: 28px;
}

.bg_patient img.patient_listpage_icon.pharmacy {
    width: 100px;
    padding: 20px 20px 0px 20px;
}

.grid_blue_box {
    background-color: #5f66d2;
    text-align: center;
    padding: 10px;
    color: #fff;
  position:relative;
}

.grid_blue_box i.float_right_bar {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
}

.grid_blue_box h1{
  margin: 10px 0px;
}

.grid_blue_box h1 i.fa.fa-inr{
  font-size: 28px;
}

.grid_blue_box h2 {
    margin: 0px 0px 10px 0px;
}

.grid_blue_box h1 span {
    font-size: 16px;
}

.grid_blue_box h3 {
    margin: 10px 0px;
}

.grid_blue_box p{
  margin-bottom: 5px;
}

.nav-tabs-custom.grid_pay_managet .nav>li>a{
  padding: 5px 2px;
}

.nav-tabs-custom.grid_pay_managet.col-lg-12.col-sm-12.col-xs-12 {
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
}

.nav-tabs-custom.grid_pay_managet>.nav-tabs>li {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom.grid_pay_managet>.nav-tabs>li.active {
    border-bottom-color: #d6d6d6;
    border-top-color: transparent;
  font-size: 16px;
}

.nav-tabs-custom.grid_pay_managet>.nav-tabs>li.active a{
    color: #5e65d2;
}

.tab-content .tab-pane h3.grid_green {
    color: #6fb71c;
}

.tab-content .tab-pane h3.grid_danger {
    color: #FF5722;
}

.tab-content .tab-pane h3.grid_green i.fa.fa-inr, .tab-content .tab-pane h3 i.fa.fa-inr {
    font-size: 18px;
    margin-left: 3px;
}

.tab-content .tab-pane h3, .tab-content .tab-pane h1, .tab-content .tab-pane h2 {
    margin: 0px 0px 10px 0px;
}

.grid_faq .panel-group {
  margin-bottom: 0;
}

.grid_faq .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.digidoc .content-wrapper .content .grid_faq h4 {
    margin-bottom: 0px;
    position: relative;
}

.grid_faq .panel-group .panel .panel-heading {
  padding: 0;
}

.grid_faq .panel-group .panel .panel-heading h4 a {
  background: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
  line-height:24px;
}
small.grid_orange {
    color: orange;
}

.grid_faq .panel-group .panel .panel-heading h4 a:hover, .grid_faq .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #fff;
  transition: 0.15s all ease-in-out;
}

.grid_faq .panel-group .panel .panel-heading h4 a:not(.collapsed) i.icons_up_down:before {
  content: "\f107 ";
}

.grid_faq .panel-group .panel .panel-heading i.icons_up_down {
    position: absolute;
    right: 15px;
    top: 50%;
}

.grid_faq .panel-group .panel .panel-heading h4 a i {
  color: #999;
}

.grid_faq .panel-group .panel .panel-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mt_0{
  margin-top:0px;
}

.grid_faq .panel-group .panel .panel-heading + .panel-collapse > .list-group,
.grid_faq .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.grid_faq .panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}

.grid_faq .panel-default {
    border-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}

.grid_round {
    width: 48px;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 100%;
    height: 48px;
}

.grid_round img.grid_patment_img {
    width: 35px;
    padding: 3px 4px;
}

/* Search style start */

.digidoc .content-wrapper .content .search-box.bg_transparent{
  background: transparent;
  border-bottom: 2px solid #ddd;
}

.digidoc .content-wrapper .content .search-box {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #fff;
    border-bottom: 1.4px solid #ddd;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.digidoc .content-wrapper .content .search-box.hovered, .digidoc .content-wrapper .content .search-box:hover, .digidoc .content-wrapper .content .search-box:active {
  border-bottom: 1.4px solid #ddd;
}

.digidoc .modal-body .search-box, .digidoc .modal-body .search-box:hover, .digidoc .modal-body .search-box:active {
  border-bottom: 1.4px solid #ddd;
}

#map{
  width:100%;
}

.Spec-txt.form-control{
  cursor:pointer;
}

.digidoc .modal-body .search-box .ms-options-wrap > button, .digidoc .modal-body .search-box .select2-container--default .select2-selection--single, .digidoc .content-wrapper .content .search-box .select2-container--default .select2-selection--single{
  border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0rem;
    padding: .375rem 0rem;
    background-color: #fff;
}

.digidoc .content-wrapper .content .search-box .select2.select2-container.select2-container--default {
    width: 100% !important;
    /* display: block; */
}

.digidoc .content-wrapper .content .search-box input[type=text] {
  border: none;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  background: transparent;
}

.digidoc .modal-body .search-box input[type=text] {
  border: none;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  background: transparent;
}

.digidoc .content-wrapper .content .search-box input[type=text]:hover, .digidoc .content-wrapper .content .search-box input[type=text]:focus, .digidoc .content-wrapper .content .search-box input[type=text]:active {
  box-shadow: none;
}

.digidoc .modal-body .search-box input[type=text]:hover, .digidoc .modal-body .search-box input[type=text]:focus, .digidoc .modal-body .search-box input[type=text]:active {
  box-shadow: none;
}

.digidoc .content-wrapper .content .search-box .search-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #aaa;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 10px 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.digidoc .modal-body .search-box .search-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #aaa;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 10px 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.digidoc .content-wrapper .content .search-box .search-form{
  position: relative;
}

.digidoc .modal-body .search-box .search-form{
  position: relative;
}

.digidoc .content-wrapper .content .search-box .search-btn:hover {
  /* color: #fff;
  background-color: #8FBE00; */
}

.digidoc .content-wrapper .content .text-center{
  text-align:center;
}

.digidoc .content-wrapper .content .mx_auto{
  margin-left: 40%;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
img.type_img {
    width: 28px;
    margin-right: 15px;
}
/* Search style end */

/* Search style start */
.digidoc .content-wrapper .content .fc-widget-header{
  background: #ffffff;
}

.digidoc .content-wrapper .content .fc th.fc-widget-header {
    padding: 20px 0px;
}

.digidoc .content-wrapper .content .fc-button.fc-state-active {
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.15), 0 0px 0px rgba(0,0,0,.05);
    border-bottom-color: #458dbc;
    color: #458dbc;
}

.digidoc .content-wrapper .content .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em;
    background-color: #ecf0f5;
}

.digidoc .content-wrapper .content .box-body .fc {
    margin-top: 0px;
}

.digidoc .content-wrapper .content .fc-toolbar h2 {
    margin: 0;
    font-size: 20px;
}

.digidoc .content-wrapper .content .fc-button {
    background: #ecf0f5;
    background-image: none;
    color: #444;
    border-color: #ecf0f5;
    border-bottom-color: #ecf0f5;
    text-transform: capitalize;
}

.digidoc .content-wrapper .content .fc-state-default.fc-corner-left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.digidoc .content-wrapper .content .fc-state-default.fc-corner-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.digidoc .content-wrapper .content .fc-state-default{
  text-shadow: 0 0px 0px rgba(255,255,255,.75);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
}

.digidoc .content-wrapper .content .box.box-primary{
  border-top: 1px solid #d2d6de;
}

.digidoc .modal_common_bx.modal .modal-body{
  padding: 0rem;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.digidoc .modal_common_bx.modal .btn, .digidoc .modal_common_bx.modal .btn-large, .digidoc .modal_common_bx.modal .btn-small, .digidoc .modal_common_bx.modal .btn-flat{
  line-height: normal;
}

@media (min-width: 992px){
  
.digidoc .modal_common_bx.modal .modal-lg {
    width: 90%;
}

}

.digidoc .modal_common_bx.modal {
    display: none;
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    background-color: transparent;
    /* padding: 0; */
    max-height: 100%;
    width: auto;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    /* overflow: hidden; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* Search style end */

/* Online appointment style start */

.form-group .select-wrapper ul, .form-group .select-wrapper input.select-dropdown, .form-group .select-wrapper svg.caret{
 display:none;
}

.form-group .select-wrapper select option:disabled, .form-group .select-wrapper select.form-control {
 color: #555;
}

.form-group .input-group.date {
    display: flex;
}

/* Online appointment style end */

/* margin style */

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.mt-5, .my-5 {
    margin-top: 3rem!important;
}


.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}


.m-5 {
    margin: 3rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}

.pl-0{
  padding-left: 0rem!important;
}

.pr-0{
  padding-right: 0rem!important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

.p-3 {
    padding: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}

/* margin style */

/* Responsive design */

@media (min-width: 992px){
  
.modal-dialog.modal-lg.modal_lg_800{
  width:800px;  
}

}

@media only screen and (max-width: 768px) {
  
::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

.digidoc .grid_doctor_view .padding_2rem.grid_details {
    padding-left: 15px;
    padding-right: 15px;
}

.expandi_div {
    position: relative;
    height: 40px;
    margin-bottom: 15px;
}

.digidoc .grid_qty {
    margin-bottom: 15px;
}

.expandi_div_2 {
    width: auto;
}

.bg-white {
    padding: 10px;
}
.bg_patient img.patient_listpage_icon {
    width: 100px;
    padding: 20px 20px 0px 20px;
}
.bg_patient p {
    width: 95%;
    font-size: 13px;
}

.digidoc .content-wrapper .content .btn-primary, .digidoc.modal-open .modal .btn-primary{
  margin-bottom: 15px;
}

.digidoc.skin-blue .main-header .logo, .digidoc.skin-blue .main-header .navbar {
    width: 50%;
    float: left;
    margin-left: 0px;
    text-align: left;
}

.digidoc.skin-blue .content{
  padding-top: 0px;
}

.digidoc.skin-blue .content-header {
    position: relative;
    padding: 68px 15px 0 15px;
}

.digidoc.skin-blue .main-header .logo .logo-lg img {
    max-width: 200px;
    max-height: 45px;
}

.update_medical_detai.select_option li {
    width: 49%;
    height: 100px;
}

.p-5 {
    padding: 1rem!important;
}

.avatar-upload .avatar-preview {
    width: 190px;
    height: 190px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload{
  max-width: 210px;
    margin: 50px auto;
}
.register_section .card-signin.Registeration_3_4 .card-body {
    padding: 1rem 1rem;
}

.register_section .card-signin.Registeration_3_4 .card-body {
    padding: 1rem 1rem;
}

.register_section .card-signin{
  width: 75%;
}

.register_section .card-signin .card-body {
    padding: 3rem 1rem;
}

input, textarea, select, a { outline: none !important; }

select:focus {
   outline-color: transparent;
}

input:focus, textarea:focus, select:focus{ outline: none; } 

body.register_section {
    background-image: url(../.././assets/register/register/register_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background: linear-gradient(to right, #0062E6, #33AEFF);
    margin-top: 20px;
    margin-bottom: 20px;
}
.grid_faq .panel-group .panel .panel-heading h4 a {
    background: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
    line-height: 16px;
}

iframe.map_locate {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.digidoc .content-wrapper .content .mx_auto {
    margin-left: 0;
}

.digidoc .border-left {
    border-left: 0px solid #ccc;
}

.digidoc .new .space_padding {
    padding: 15px 0px 0px 0px;
    text-align: center;
}

.h_803, .grid_doctor_view.h_471{
  height:auto;
}

.digidoc .main-header .logo{
  font-size: 14px;
}

.digidoc .navbar-nav>.user-menu>.dropdown-menu{
  width: auto;
}

.digidoc .navbar-custom-menu>.navbar-nav>li>.dropdown-menu{
  right: 0;
}
.digidoc .modal-body {
    position: relative;
    padding: 2rem;
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li img {
    width: 25px;
    margin-bottom: -10px;
    height: 25px;
}

.p-3 {
    padding: 1rem!important;
}

.digidoc .content-wrapper .content .grid_orders {
    padding: 15px 0px;
}

.form-wizard .form-wizard-steps li {
    width: 100%;
    float: none;
    position: relative;
}

.form-wizard {
    color: #888888;
    padding: 0;
}

.form-wizard .form-wizard-steps {
    margin: 0px 0;
}

.btn.btn-detault.grid_btn_default{
    margin-top: 0;
}

.digidoc .content-header>h1 {
    margin: 0;
    font-size: 20px;
}
.digidoc .content-wrapper .content h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.grid_modal_inner_side {
    background-color: #fdfdfd;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 75px;
}

.space_top_padd .btn-warning{
  margin-bottom:15px;
}

.modal .modal-dialog i.fa.fa-angle-left {
    font-size: 27px;
    position: relative;
    top: 3px;
    right: 0px;
    cursor: pointer;
    margin-right: 7px;
}

.digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown li, .digidoc .content-wrapper .content .nav-tabs-dropdown li {
    display: block;
    padding: 10px 0px;
    vertical-align: bottom;
}


}

@media only screen and (max-width: 600px) {

::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}
  
body.register_section {
    background-image: url(../.././assets/register/register/register_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background: linear-gradient(to right, #0062E6, #33AEFF);
    margin-top: 20px;
    margin-bottom: 20px;
}
.digidoc .grid_doctor_view .padding_2rem.grid_details {
    padding-left: 15px;
    padding-right: 15px;
}

.expandi_div {
    position: relative;
    height: 40px;
    margin-bottom: 15px;
}

.digidoc .grid_qty {
    margin-bottom: 15px;
}

.bg-white {
    padding: 5px;
}

.bg_patient img.patient_listpage_icon {
    width: 100px;
    padding: 20px 20px 0px 20px;
}

.bg_patient p {
    width: 100%;
    font-size: 11px;
    display: block;
}

.digidoc .content-wrapper .content .btn-primary, .digidoc.modal-open .modal .btn-primary{
  margin-bottom: 15px;
}

.digidoc.skin-blue .main-header .logo, .digidoc.skin-blue .main-header .navbar{
  width: 50%;
    float: left;
}

.digidoc.skin-blue .content{
  padding-top: 0px;
}

.update_medical_detai.select_option li {
    width: 49%;
    height: 100px;
}

.digidoc.skin-blue .content-header {
    position: relative;
    padding: 68px 15px 0 15px;
}

.digidoc.skin-blue .main-header .logo .logo-lg img {
    max-width: 200px;
    max-height: 45px;
}

.p-5 {
    padding: 1rem!important;
}

.register_section .card-signin.Registeration_3_4 .card-body {
    padding: 1rem 1rem;
}

.register_section .card-signin{
  width: 100%;
}

.register_section .card-signin .card-body {
    padding: 3rem 1rem;
}

.grid_faq .panel-group .panel .panel-heading h4 a {
    background: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
    line-height: 16px;
}

iframe.map_locate {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.digidoc .content-wrapper .content .mx_auto {
    margin-left: 0;
}

.digidoc .border-left {
    border-left: 0px solid #ccc;
}

.digidoc .new .space_padding {
    padding: 15px 0px 0px 0px;
    text-align: center;
}

.h_803, .grid_doctor_view.h_471{
  height:auto;
}

.error{
 color:red; 
}

.digidoc .main-header .logo{
  font-size: 14px;
}

.digidoc .navbar-nav>.user-menu>.dropdown-menu{
  width: auto;
}

.digidoc .navbar-custom-menu>.navbar-nav>li>.dropdown-menu{
  right: 0;
}

.digidoc .modal-body {
    position: relative;
    padding: 2rem;
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li img {
    width: 25px;
    margin-bottom: -10px;
    height: 25px;
}

.p-3 {
    padding: 1rem!important;
}

.digidoc .content-wrapper .content .grid_orders {
    padding: 15px 0px;
}
.form-wizard .form-wizard-steps li {
    width: 100%;
    float: none;
    position: relative;
}

.form-wizard {
    color: #888888;
    padding: 0;
}

.form-wizard .form-wizard-steps {
    margin: 0px 0;
}

.btn.btn-detault.grid_btn_default{
    margin-top: 0;
}

.digidoc .content-header>h1 {
    margin: 0;
    font-size: 20px;
}

.digidoc .content-wrapper .content h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.grid_modal_inner_side {
    background-color: #fdfdfd;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 75px;
}

.space_top_padd .btn-warning{
  margin-bottom:15px;
}

.modal .modal-dialog i.fa.fa-angle-left {
    font-size: 27px;
    position: relative;
    top: 3px;
    right: 0px;
    cursor: pointer;
    margin-right: 7px;
}

.digidoc .content-wrapper .content .nav-tabs.nav-tabs-dropdown li, .digidoc .content-wrapper .content .nav-tabs-dropdown li {
    display: block;
    padding: 10px 0px;
    vertical-align: bottom;
}

.digidoc .content-wrapper .content .nav-tabs.nav-justified>li {
    display: block;
    width: 100%;
    float: none;
}

}

/* New style */

/* diagnostic_web app style */
.digidoc .form-group.diagnostic_web{
  position:relative;
}

.digidoc .form-group.diagnostic_web h5 {
    color: #57b3bb;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.digidoc .form-group.diagnostic_web p {
    color: #555;
    padding-right: 20px;
}

.digidoc .form-group.diagnostic_web .grid_qty {
    position: absolute;
    top: -12px;
    right: 0;
}

.digidoc .form-group.diagnostic_web i.fa.fa-times, .digidoc .card_slot .grid_qty i.fa.fa-times {
    color: #da0c0c;
}

/* Radio button style */
.slot_card {
    /* padding: 0px 0px 15px 0px; */
    background-color: transparent;
    width: 100%;
    height: auto;
    border-radius: 12px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.slot_card label {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0px;
    color: black;
	width: 100%;
}

.digidoc .slot_card .card_slot {
	/* padding:0px; */
}

.slot_card .btn:hover {
    cursor: pointer !important;
}

.slot_card .btn:active {
    box-shadow: 0 1px #666 !important;
    transform: translateY(2px) !important;
}

.slot_card .btn {
    font-size: 13px;
    font-weight: 500;
    height: 102px;
    width: 100px;
    box-shadow: 0 3px #999;
    text-align: center;
    line-height: 10px;
}

.slot_card .btn-sık {
    transition: all 0.2s ease;
    background-color: #e8e8e8;
    border: 0px solid #e8e8e8 !important;
    box-shadow: 0 0px #d32f2f !important;
    min-width: 140px;
}

.slot_card .btn-sık.right_radius{
  border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  margin-left: -3px;
}

.slot_card .btn-sık.left_radius{
  border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.slot_card btn-sık::selection{
        background: green;
}

.slot_card input[type="radio"] {
    position: absolute;
    visibility: visible;
    /* left: -9999px; */
    opacity: 0;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.digidoc .slot_card .card_slot p{
	font-size:13px;
}

.slot_card input[type="radio"] + div {
    position: relative;
}

.slot_card input[type="radio"]:checked + div, .slot_card input[type="radio"]:checked + div p, .slot_card input[type="radio"]:checked + div small {
    background-color: #ec8d4c;
	color:#fff;
}

.slot_card input[type="radio"]:checked + div>span {
  color: white;
}

.slot_card input[type="radio"] + div>span {
 position: relative;
 top: 25%;
}

.slot_card input[type="radio"]:checked + div::before {
    font-family: FontAwesome;
    /* content: "\f08d"; */
  content: "";
    position: absolute;
    bottom: 31px;
    font-size: 21px;
    color: white;
    right: -5px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    animation: fall 0.5s forwards;
}

@keyframes fall {
    100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}

@-moz-keyframes fall {
    100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}

@-webkit-keyframes fall {
     100% {
        -webkit-transform: translate(-5px,5px) rotate(30deg);
        -moz-transform: translate(-5px,5px) rotate(30deg);
        -o-transform: translate(-5px,5px) rotate(30deg);
        -ms-transform: translate(-5px,5px) rotate(30deg);
        transform: translate(-5px,5px) rotate(30deg);
    }
}
/* Radio button style end */

.digidoc .card_slot {
    box-shadow: 0 .2rem .8rem rgba(0,0,0,.15)!important;
    border: 1px solid #fff;
    padding: 15px 5px;
    text-align: center;
    /* margin-bottom: 20px; */
    border-radius: 6px;
    position: relative;
    height: 80px;
}

.digidoc .card_slot p {
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.digidoc .card_slot small {
    color: #555;
    display: block;
    margin-bottom: 10px;
}

.digidoc .card_slot .grid_qty.grid_pluse {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 6px;
}

.digidoc .card_slot .grid_qty {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
}

/* diagnostic_web app style */

/* Medical records doctor web app style */
.m-0{
  margin:0rem!important;
} 
.mb-3{
  margin-bottom:1rem!important;
} 

.mt-3{
  margin-top:1rem!important;
}

.mt-2 {
    margin-top: .5rem!important;
}

.mb-4{
  margin-bottom:2rem!important;
} 

.mt-4{
  margin-top:2rem!important;
}

.mb-5{
  margin-bottom:3rem!important;
} 

.mt-5{
  margin-top:3rem!important;
}

.mb-0{
  margin-bottom:0px !important;
}

.mt-0{
  margin-top:0px !important;
}

.border-top{
  border-top:1px solid #ccc;
}

.border-bottom{
  border-bottom:1px solid #ccc;
}

.pt-4{
  padding-top:2rem!important;
}

.p-0{
  padding:0rem!important;
}

p.mb-0{
  margin-bottom:0px;
}

.digidoc img.medical-record {
    width: 100px;
    margin-bottom: 10px;
    cursor: pointer;
}

.digidoc img.play_icon {
    width: 40px;
    cursor: pointer;
}

.text-center .table th{
  text-align:center;
}

.table img.table_td {
    width: 35px;
    margin-right: 5px;
}

.moretext, .moretext1{
  display: none;
}

span.moreless-button, span.moreless-button1 {
    color: #000;
    padding: 2px 15px;
    cursor: pointer;
    font-size: 16px;
}

span.moreless-button:hover, span.moreless-button1:hover{
  color:#000;
}

span.moreless-button::after, span.moreless-button1::after{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

span.moreless-button.view_less::after, span.moreless-button.view_less1::after {
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.moretext-1 {
  display: none;
}

span.moreless-button-1 {
    color: #000;
    padding: 2px 15px;
    cursor: pointer;
    font-size: 16px;
}

span.moreless-button-1:hover{
  color:#000;
}

span.moreless-button-1::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

span.moreless-button-1.view_less_1::after {
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.space_top_padd .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.space_top_padd .breadcrumb {
    margin-bottom: 10px;
}

.space_top_padd .breadcrumb>li a {
    color: #000000;
}

.space_top_padd .breadcrumb>li i.fa.fa-long-arrow-left {
    margin-right: 5px;
}

small.font-11 {
    color: #cccccc;
    font-size: 12px;
}

i.fa.fa-arrow-circle-o-down.font-20, i.fa.fa-fw.fa-eye.font-20{
  font-size:20px;
  color: #9260e9;
  cursor:pointer;
}

.grid_scroll_box {
    height: 428px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.p-2{
  padding: 1rem !important;
}

.grid_date_time.font_weigth_nor{
  font-weight: 400;
}

.grid_date_time.font_size i{
  font-size:16px;
}

/* width */
.grid_scroll_box::-webkit-scrollbar {
  width: 2px;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .tab-content .tab-pane h3, .nav-tabs-custom.grid_pay_managet.patient_appointment_view .tab-content .tab-pane h1, .nav-tabs-custom.grid_pay_managet.patient_appointment_view .tab-content .tab-pane h2{
  font-size: 22px;
    font-weight: 500;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent;
    border-right-color: transparent;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view.col-lg-12.col-sm-12.col-xs-12 {
    text-align: left;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view.col-lg-12.col-sm-12.col-xs-12 {
    margin-bottom: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1);
    border-radius: 0px;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view>.nav-tabs>li.active {
    border-bottom-color: #5e65d2;
    border-top-color: transparent;
    font-size: 16px;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view >.nav-tabs>li.active a {
    color: #000000;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .nav>li>a {
    padding: 5px 28px;
    font-size: 16px;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .grid_box_blue {
    position: relative;
    background-color: #5e65d2;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    border-bottom: 5px solid #0912b7;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .grid_box_blue span.days {
    position: absolute;
    right: 10px;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .grid_box_blue p {
    color: #fff;
    margin-bottom: 4px;
}

.grid_blue_box_big {
    background-color: #9260e9;
    overflow: hidden;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.grid_doctor_view .grid_blue_box_big h3{
  margin-bottom:10px;
}

.grid_doctor_view .grid_blue_box_big p{
  color:#fff;
}

.pt-0{
  padding-top: 0rem!important;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .grid_box_blue.transparent {
  background-color:transparent;
  padding:0px;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .grid_box_blue.transparent img {
    width:100%;
  cursor:pointer;
}

.table>thead>tr>th.th_center{
   text-align:center; 
}

.digidoc .content-wrapper .content .btn-default.view_ img.img_icon{
  width:20px;
}

.digidoc .content-wrapper .content .btn-default.view_ img.img_icon.w_18{
  width:16px;
  margin-top: -4px;
}

.digidoc .content-wrapper .content .btn-default.view_ img.img_icon.w_16 {
    width: 14px;
    margin-top: -4px;
}

.digidoc .content-wrapper .content .btn-default.view_ img.img_icon.mt_-5{
    margin-top: -5px;
}

.digidoc .content-wrapper .content .btn-default.view_ {
    border-radius: 100%;
    background-color: #ffffff;
    color: #444;
    border-color: #f9f9f9;
    height: 35px;
    width: 35px;
    padding: 0px 2px;
    box-shadow: 0 .3rem .7rem rgba(0,0,0,.20)!important;
    margin-right: 10px;
}

a.add_button {
    color: #000;
    position: absolute;
    right: 10px;
    top: 48%;
    font-size: 18px;
}

a.add_button img {
    width: 16px;
    margin-right: 4px;
}

.grid_date_time  img.appointment_date_time{
  width: 28px;
    margin-right: 5px;
}

.grid_blue_box_big img.online_appointment_bg {
    position: absolute;
    width: 128px;
    top: 0;
    right: 15px;
}

.grid_blue_box_big img.online_appointment_bg.img_160 {
    width: 160px;
}

.modal .modal-dialog i.fa.fa-angle-left {
    font-size: 28px;
    position: relative;
    top: 2px;
    right: 0px;
    cursor: pointer;
}

.modal .modal-dialog .modal-header {
    border-bottom-color: #ffffff;
}

small.grid_optional{
  float:right;
  color:#989797;
}

.form-group.radio_type input[type=radio] + label>img.no_radious{
  border-radius: 0%;
  border: 0px solid #444;
}

.form-group.radio_type input[type=radio] + label.appointments {
    border: 1px solid #a5a4a4;
    margin-right: 15px;
    border-radius: 10%;
}

.form-group.radio_type input[type=radio]:checked + label.appointments {
    border: 1px solid #fff;
    box-shadow: 0 0 2px 2px #0069d9;
}

.form-group.radio_type input[type=radio]:checked + label.appointments>img {
    border: 0px solid #fff;
    box-shadow: 0 0 0px 0px #0069d9;
}

.modal-body.p-15px {
    padding: 28px;
}

small.grid_optional.float_none {
    float: none;
    font-size: 14px;
}

.modal-body .form-signin img.img_reschedule {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    margin-bottom: 15px;
}

textarea{
  resize:none;
}

.modal .form-group.appointment_btn .btn-default, .form-group.appointment_btn .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 15px;
    border-radius: 20px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.modal .form-group.appointment_btn .btn-default.disabled, .modal .form-group.appointment_btn .btn-default.disabled:hover, .form-group.appointment_btn .btn-default.disabled, .form-group.appointment_btn .btn-default.disabled:hover {
    color: #333;
    background-color: #bdbdbd;
  border-color: #bdbdbd;
}

.modal .form-group.appointment_btn .btn-default.active, .form-group.appointment_btn .btn-default.active, .modal .form-group.appointment_btn .btn-default:active, .form-group.appointment_btn .btn-default:active, .modal .form-group.appointment_btn .open>.dropdown-toggle.btn-default, .form-group.appointment_btn .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #56ace2;
    background-image: none;
    border-color: #56ace2;
}

.modal .form-group.appointment_btn .btn-default:active:hover, .form-group.appointment_btn .btn-default:active:hover{
    /* color: #fff;
    background-color: #56ace2; */
}

.modal .form-group.appointment_btn .btn-default:hover, .modal .form-group.appointment_btn .btn-default:active, .modal .form-group.appointment_btn .btn-default.hover {
    /* background-color: #56ace2; */
}

.modal .form-group.appointment_btn .btn-default:hover, .form-group.appointment_btn .btn-default:hover {
    /* color: #fff;
    background-color: #56ace2;
    border-color: #56ace2; */
}
.btn:focus {
  outline: none !important;
}

.digidoc .modal .btn-danger{
  border-radius: 20px;
    padding: 8px 15px !important;
    height: auto;
    font-weight: normal !important;
    font-size: 14px;
}

.digidoc .modal .btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
    border-radius: 20px;
    padding: 8px 15px !important;
    height: auto;
    font-weight: normal !important;
    font-size: 14px;
}

.digidoc .modal .btn-warning:hover  {
    background-color: #e28c03;
    border-color: #e28c03;
  color: #fff;
}

.digidoc .modal .form-control {
    /* right: 5px; */
    background-color: transparent;
}

.modal .modal-header .close {
    margin-top: -5px;
}

.modal .close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
}

.ml-0{
  margin-left:0px !important;
}

.mr-0{
  margin-right:0px !important;
}

img.appointment_btn {
    width: 24px;
    margin-left: -10px;
}

img.menu_bar{
  width:24px;
}

.digidoc .content-wrapper .content .btn.btn-default.dropdown-toggle{
  background-color: transparent !important;
    border-color: transparent !important;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .grid_box_blue{
  margin-bottom: 28px;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .card.card_box .grid_box_blue {
    margin-bottom: 0;
}

.card.card_box {
    /* opacity: .4;
    border-radius: 6px; */
}

.card.card_box.active {
    border: 1px solid #9260e9;
    color: #000;
    opacity: 1;
}

.card.card_box [type="radio"]:checked + label {
    border: 1px solid #9260e9;
    color: #000;
    opacity: 1;
}

.card.card_box [type="radio"] + label {
    opacity: .7;
    border-radius: 10px;
  cursor:pointer;
}

.box_1, .box1{
    display: none;
}
  
.card.card_box [type="radio"]{
  position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  cursor: pointer;
}
.nav-tabs-custom.grid_pay_managet.patient_appointment_view .card.card_box .grid_box_blue.transparent{
  background-color: #5e65d2;
    padding: 10px;
}

.prescription_upload.box_1, .prescription_type.box_1, .test_upload.box1, .test_type.box1{
    border-radius: 0px;
    background: #ffffff;
    border-top: 0px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    overflow: hidden;
}
.card.card_box {
    margin-bottom: 20px;
}

.nav-tabs-custom.grid_pay_managet.patient_appointment_view .grid_box_blue.transparent i.fa.fa-trash {
    color: #fff;
    background-color: red;
    padding: 4px;
    border-radius: 6px;
    position: absolute;
    top: -4px;
    right: -4px;
    cursor: pointer;
    font-size: 11px;
}

img.grid_img_slots {
    width: 26px;
    margin-right: 5px;
}

.mb-1{
  margin-bottom:.5rem !important;
}

.mb-0{
  margin-bottom:0rem !important;
}

.border_top_0{
  
}

.table.border_top_0>tbody>tr>td{
   border-top: 0px solid #f4f4f4;
   border-bottom: 1px solid #f4f4f4;
}

.fill_test_details .search-box input[type=text], .selected_person .search-box input[type=text]{
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #ced4da;
}

.fill_test_details .search-box .search-form, .selected_person .search-box .search-form {
    position: relative;
}

.fill_test_details .search-box .search-btn, .selected_person .search-box .search-btn {
    position: absolute;
    right: 2px;
    top: 31px;
    color: #aaa;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 10px 1px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.fill_test_details .search-box .search-box, .selected_person .search-box .search-box {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #fff;
    border-bottom: 1.4px solid #ddd;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
 
i.fa.fa-bell-o.notification_icon {
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    margin-top: 4px;
}

img.notification_thubm {
    max-width: 200px;
    max-height: 50px;
    padding: 2px 2px 2px 2px;
}

.table-striped.padding_tr.table>tbody>tr {
    height: 80px;
}

.p-1{
  padding:0.5rem !important;
}

.border_radius_15px{
  border-radius:15px;
}

.modal-body .border_radius_15px h4 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}

.modal-body .border_radius_15px i.fa.fa-times-circle {
    position: absolute;
    right: 23px;
    font-size: 18px;
    cursor: pointer;
    z-index: 4;
}

.modal-body .btn-group.btn_group .btn.active, .modal-body .btn-group.btn_group .btn:active {
    opacity: 1.1;
    background-color: #9260e9;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
}

.digidoc .dots_three.btn_right_bx {
    width: 180px;
    z-index: 1;
}

.digidoc .dots_three.btn_right_bx .btn-success {
    background-color: #519dff;
    border-color: #519dff;
    border-radius: 6px;
    padding: 6px 12px 8px 12px;
    width: 100%;
}

.digidoc .dots_three.btn_right_bx .btn-success:hover {
    background-color: #3d8bf1;
    border-color: #3d8bf1;
}

.dots_three.your_medical_documents {
    top: 0;
    right: 0;
}

.grid_line_percentage{
  
}

.grid_line_percentage p{
  position:relative;
  font-weight:600;
}

.grid_line_percentage p i.fa.fa-times {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}

.grid_line_percentage small {
    margin-left: 15px;
    color: #ccc;
  font-weight:500;
}

.grid_line_percentage span.line_border_btm {
    height: 3px;
    background-color: #9260e9;
    display: block;
    border-radius: 5px;
}

/* PROGRESS BAR - BASE */
.meter {
    height: 3px;
    position: relative;
    background: #DCE0E3;
    border-radius: 8px;
}
.dark {
  background: #4D575F;
}
.meter > span {
  display: block;
  height: 100%;
     -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
         -moz-border-radius-topright: 8px;
      -moz-border-radius-bottomright: 8px;
             border-top-right-radius: 8px;
          border-bottom-right-radius: 8px;
      -webkit-border-top-left-radius: 20px;
   -webkit-border-bottom-left-radius: 20px;
          -moz-border-radius-topleft: 20px;
       -moz-border-radius-bottomleft: 20px;
              border-top-left-radius: 20px;
           border-bottom-left-radius: 20px;
  background-color: #6BB438;
  position: relative;
  overflow: hidden;
}
.meter > span:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  /* background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #56aa1c), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #56aa1c), color-stop(.75, #56aa1c), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent); */
  background-color: #9260e9;
  z-index: 1;
  -webkit-background-size: 20px 20px;
  -moz-background-size:    20px 20px;
  background-size:         20px 20px;
  -webkit-animation: move 2s linear infinite;
     -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
         -moz-border-radius-topright: 8px;
      -moz-border-radius-bottomright: 8px;
             border-top-right-radius: 8px;
          border-bottom-right-radius: 8px;
      -webkit-border-top-left-radius: 20px;
   -webkit-border-bottom-left-radius: 20px;
          -moz-border-radius-topleft: 20px;
       -moz-border-radius-bottomleft: 20px;
              border-top-left-radius: 20px;
           border-bottom-left-radius: 20px;
  overflow: hidden;
}

/* PROGRESS BAR - ANIMATION */
@-webkit-keyframes move {
  0% {background-position: 0 0;}
  100% {background-position: 30px 30px;}
}
@-moz-keyframes move {
  0% {background-position: 0 0;}
  100% {background-position: 30px 30px;}
}
::-ms-fill-lower {background: #58BFFF;}

@media (min-width: 768px){
  
.modal .modal-dialog.modal-sm {
    width: 400px;
}

}

/* Medical records doctor web app style end */

/* pharmacy doctor web app style start */

img.grid_img_bx {
    width: 35px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    height: 35px;
    padding: 4px;
}

img.grid_img_bx.blue_bx {
    background-color: #b796ff;
    opacity: 0.7;
}

img.grid_img_bx.warnig_bx {
    background-color: #ffbc59;
  opacity: 0.7;
}

.grid_modal_inner_side .common_div.red img.grid_img_bx.blue_bx {
    background-color: #b796ff;
  opacity: 1;
}

.grid_modal_inner_side .common_div.red img.grid_img_bx.warnig_bx {
    background-color: #ffbc59;
  opacity: 1;
}

.grid_modal_inner_side {
    background-color: #fdfdfd;
    height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 75px;
}

img.grid_bx {
    width: 100%;
}

.grid_modal_inner_side .common_div.red p {
    color: black;
}
.grid_modal_inner_side .common_div.red p strong {
    color: #0042fb;
}

.grid_modal_inner_side .common_div p{
  color:#969595;
}

.digidoc .modal .btn-warning i.fa.fa-map-marker {
    margin-left: 10px;
    font-size: 16px;
}

iframe{
  width:100%;
}

.grid_modal_inner_side.h_450 {
    height: 380px;
    margin-bottom: 30px;
}

.pr-1 {
    padding-right: 0.5rem !important;
}

.pl-1 {
    padding-left: 0.5rem !important;
}

img.img-fluid{
  width:100%;
}

.pb-0{
  padding-bottom:0px !important;
}

i.fa.fa-info-circle {
    color: #FFC107;
}

i.fa.fa-check-circle {
    color: #4CAF50;
}

i.fa.fa-times-circle {
    color: red;
}

/* pharmacy doctor web app style end */

/* Patient web app style start */

.digidoc img.notifications_img {
    width: 20%;
    float: left;
    height: 50px;
    margin-right: 4px;
}

.digidoc .notifications_right {
    width: 75%;
    float: left;
}

.digidoc .notifications_right span.minutes{
  
}

.digidoc span.notifications_span {
    font-size: 14px;
    font-weight: bold;
    color: red;
    border: 1px solid red;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: block;
    padding: 0px 5px;
    line-height: 18px;
    position: absolute;
    left: 35%;
    top: 20%;
}

.digidoc .header.relative_box{
  position:relative;
}

.digidoc .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{
  white-space: normal;
  padding: 10px 0px;
}

.digidoc .notifications_right p{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.digidoc .content-wrapper .content .grid_bg_light_white{
  background-color: #f1f1f1;
}

.digidoc .content-wrapper .content .grid_bg_light_light_blue {
    background-color: #008eff;
    height: 400px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}

.digidoc .content-wrapper .content .grid_bg_light_light_blue{
  position:relative;
}

.digidoc .content-wrapper .content .grid_bg_light_light_blue .btn-default{
  font-weight: 600;
    text-transform: uppercase;
  transition: all 0.5s;
}

.digidoc .content-wrapper .content .grid_bg_light_light_blue .btn-default:hover{
  background-color: #95bdff;
    color: #fff;
    border-color: #4a8fff;
}

.digidoc .content-wrapper .content .grid_bg_light_light_blue .posi_btm {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.digidoc .content-wrapper .content .grid_bg_light_light_blue .lft_down_payment{
  border-top: 1px solid #fff;
}

.digidoc .content-wrapper .content .grid_bg_light_light_blue .table>tbody>tr>td {
    font-size: 18px;
    font-weight: 500;
}

.digidoc .content-wrapper .content .grid_bg_light_light_blue .table>tbody>tr> td h4{
    font-size: 22px;
    font-weight: 500;
}

.digidoc .content-wrapper .content h4.grid_line {
    position: relative;
}

.digidoc .content-wrapper .content h4.grid_line span {
    color: #dcdcdc;
    /* width: 100px; */
    /* display: block; */
    padding: 0px 20px;
  font-size: 20px;
}

.digidoc .border_line2 {
    background-color: #9260e9;
    height: 2px;
    position: absolute;
    bottom: -5px;
    width: 100px;
    /* top: 10px; */
}

.patient_web_app_tabs{
  
}

@media (min-width: 768px){
  
.digidoc .content-wrapper .content .patient_web_app_tabs .nav-tabs.nav-justified>li {
    display: block;
    width: auto;
    float: left;
}

.digidoc .content-wrapper .content .patient_web_app_tabs .nav-tabs.nav-justified>.active>a, .digidoc .content-wrapper .content .patient_web_app_tabs .nav-tabs.nav-justified>.active>a:focus, .digidoc .content-wrapper .content .patient_web_app_tabs .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #9260e9!important;
    background-color: #ffffff!important;
    color: #000;
    border: 1px solid #fff;
}

.digidoc .content-wrapper .content .patient_web_app_tabs .nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #cf9efb;
    border-radius: 0px 0px 0 0;
    background-color: #ffffff!important;
    color: #e8e8e8;
    text-align: left;
}

}

.end_appointment.modal {
    background-color: rgba(0,0,0,0.3);
    padding: 0;
    max-height: 100%;
    width: 100%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    background: rgba(0,0,0,0.3);
}
.digidoc .end_appointment.modal .modal-body h4{
  font-size: 1.5rem;
}

.digidoc .end_appointment.modal .modal-body h3 {
    font-size: 2rem;
}

/* Patient web app style end */

/* Patient web app pharmacy style start */
section.grid_share_prescription_patient_parmacy, section.grid_share_prescription_patient_parmacy_link_pdf  {
  display: flex;
  flex-flow: row wrap;
}

section.grid_share_prescription_patient_parmacy  > div.share_prescription_div, section.grid_share_prescription_patient_parmacy_link_pdf > div.share_prescription_div_link_pdf {
  flex: 1;
  padding: 0.5rem;
}

.grid_share_prescription_patient_parmacy input[type="radio"], .grid_share_prescription_patient_parmacy_link_pdf input[type="radio"] {
  display: none;
}
.grid_share_prescription_patient_parmacy input[type="radio"]:not(:disabled) ~ label, .grid_share_prescription_patient_parmacy_link_pdf input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
.grid_share_prescription_patient_parmacy input[type="radio"]:disabled ~ label, .grid_share_prescription_patient_parmacy_link_pdf input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.grid_share_prescription_patient_parmacy label, .grid_share_prescription_patient_parmacy_link_pdf label {
    height: 100%;
    display: block;
    background: white;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    padding: 1rem .5rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgb(161 170 166 / 35%);
    position: relative;
}

.grid_share_prescription_patient_parmacy input[type="radio"]:checked + label, .grid_share_prescription_patient_parmacy_link_pdf input[type="radio"]:checked + label {
    background: #ffffff;
    color: #555;
    /* box-shadow: 0px 0px 20px rgb(87 179 187 / 19%); */
    border: 2px solid #57b3bb;
}

.grid_share_prescription_patient_parmacy input[type="radio"]:checked + label::after, .grid_share_prescription_patient_parmacy_link_pdf input[type="radio"]:checked + label::after {
  /* color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #1dc973;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25); */
}

.grid_share_prescription_patient_parmacy input[type="radio"]#control_05:checked + label, .grid_share_prescription_patient_parmacy_link_pdf input[type="radio"]#control_05:checked + label {
  background: red;
  border-color: red;
}

.grid_share_prescription_patient_parmacy p, .grid_share_prescription_patient_parmacy_link_pdf p {
    font-weight: 900;
    margin-bottom: 0px;
  color: #555;
}

.grid_share_prescription_patient_parmacy label img, .grid_share_prescription_patient_parmacy_link_pdf label img {
    width: 100px;
    margin-bottom: 8px;
}

.grid_share_prescription_patient_parmacy_link_pdf label.link, .grid_share_prescription_patient_parmacy_link_pdf input[type="radio"]:checked + label.link {
    background-color: #d2f2fe;
}

.grid_share_prescription_patient_parmacy_link_pdf label.pdf, .grid_share_prescription_patient_parmacy_link_pdf input[type="radio"]:checked + label.pdf {
    background-color: #fbedca;
}

.digidoc .card_slot.card_shared {
    box-shadow: 0px 3px 10px -2px rgb(161 170 166 / 35%);
    border-radius: 10px;
    box-shadow: 0px 3px 10px -2px rgb(161 170 166 / 35%) !important;
}

.digidoc .card_slot.card_shared p {
    font-weight: normal;
    text-align: left;
}

.completed{
  
}

.digidoc .content-wrapper .content .space_padding .btn.btn-common img {
    width: 40px;
    margin-right: 10px;
}

.digidoc .content-wrapper .content .space_padding .btn.btn-common img.type_img {
    width: 28px;
    margin-right: 15px;
}

.digidoc .content-wrapper .content .space_padding .btn.btn-common {
  width:100%;
    font-size: 16px;
    border-radius: 40px;
    font-weight: 500;
}

.digidoc .content-wrapper .content .completed.space_padding .btn.btn-common {
    background-color: #a3ff56;
}

.digidoc .content-wrapper .content .pending.space_padding .btn.btn-common {
    background-color: #fbca7e;
}

.digidoc .content-wrapper .content .rejected.space_padding .btn.btn-common {
    background-color: #ff7b7b;
}

.digidoc .content-wrapper .content .rejected.space_padding .btn.btn-common:hover {
    background-color: #ff7070;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 0px solid #aaa !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #aaa !important;
    padding-left: 0px !important;
}

@media only screen and (max-width: 700px) {
  section.grid_share_prescription_patient_parmacy, section.grid_share_prescription_patient_parmacy_link_pdf {
    flex-direction: column;
  }
}

/* Patient web app pharmacy style end */