.ps_relative {
    position: relative;
}

.visit_site {
    background: #16AFFF !important;
    color: #fff !important;
    border: 1px solid #16AFFF !important;
    font-size: 15px;
    padding: 10px 14px;
    line-height: 1;
    border-radius: 4px;
    transition: 0.3s;
    font-weight: 600;
    cursor: pointer;
}

.form-error {
    color: red;
    font-size: 12px;
}

.display_none {
    display: none !important;
}

.jobDetails {
    display: block;
}

.jobDetailshide {
    display: none;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.map-area {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.shortDescHide {
    display: none;
}

.shortDescShow {
    display: block;
    height: 68px;
}

.custom_cmn_btn:hover {
    background: rgb(3, 138, 211);
    color: white !important;
}

.active-line::after {
    background: rgb(243, 200, 7) !important;
}

.processing-line::after {
    background: rgb(243, 200, 7) !important;
    position: absolute;
    top: 0;
    right: 1px;
    width: 200px;
    /* background: white !important; */
    content: "";
    height: 4px;
    top: 50%;
    z-index: -1;
}

.complete_line::after {
    background: #4CC363 !important;
    position: absolute;
    top: 0;
    right: 1px;
    width: 200px;
    /* background: white !important; */
    content: "";
    height: 4px;
    top: 50%;
    z-index: -1;
}

.process-line::after {
    position: absolute;
    top: 0;
    right: 1px;
    width: 200px;
    background: white !important;
    content: "";
    height: 4px;
    top: 50%;
    z-index: -1;
}

.primary {
    background-color: #1867c0!important;
    border-color: #1867c0!important;
}

.v-date-picker-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 1;
}

.v-picker__title__btn:not(.v-picker__title__btn--active) {
    opacity: 0.6;
    cursor: pointer;
}

.v-picker__title__btn {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-date-picker-title__year {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.v-card>*:last-child:not(.v-btn):not(.v-chip) {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.theme--light.v-picker__body {
    background: #fff;
}

.v-picker__body {
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v-btn .v-btn__content .v-icon {
    color: inherit;
}

.v-date-picker-header .v-icon {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.theme--light.v-icon {
    color: rgba(0, 0, 0, 0.54);
}

.v-icon {
    align-items: center;
    display: inline-flex;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 24px;
    justify-content: center;
    line-height: 1;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    vertical-align: text-bottom;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.content_body .div_height,
.content_body .text_box {
    height: 40px;
    margin-top: 0;
}


/* .showShortDesc{
    display: none;
} */

textarea {
    background-color: transparent;
    /* border-style: none; */
    color: inherit;
    border: 0.5px solid #9A9A9A !important;
}

.ui-datepicker-header select.ui-datepicker-month,
.ui-datepicker-header select.ui-datepicker-year {
    /* width: 200px; */
}

.ui-datepicker {
    width: 300px;
    height: 300px;
    margin: 5px auto 0;
    font: 12pt Arial, sans-serif;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    background-color: #26a69a;
    color: #ffffff;
    font-family: 'Times New Roman';
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker .ui-datepicker-title select option {
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}

.ui-datepicker thead {
    /* background-color: #f7f7f7; */
    /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker th {
    /* background-color: #808080; */
    text-transform: uppercase;
    font-size: 8pt;
    /* color: #666666; */
    /*text-shadow: 1px 0px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    /* border-bottom: 1px solid #bbb; */
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* color: #ffffff; */
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}


/* ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: red!important;
} */

.ui-datepicker-calendar .ui-state-default {
    /* background: linear-gradient(#999999, #737373); */
    /* color: #ffffff; */
    /* height: 40px;
    width: 40px; */
}

.ui-datepicker-calendar .ui-state-default {
    /* background: linear-gradient(#999999, #737373); */
    /* color: #ffffff; */
    height: 100%;
    width: 100%;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #33adff;
    color: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-active {
    background: #33adff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #000;
}

.help-block-error {
    color: red;
}

.add_more {
    background: #16AFFF !important;
    color: #fff !important;
    border-radius: 69%;
    /* padding: 8px; */
    /* padding: 11px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 31px;
}

.custom_hr {
    background: #16AFFF !important;
    margin-bottom: 50px;
}

.float_right {
    float: right;
}

.custom_del_btn {
    position: absolute;
    right: 15px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgb(204, 36, 36);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    top: 15px;
}

.custom_padding {
    /* padding-top: 60px; */
    padding-top: 10px;
    position: relative;
}

.input-style textarea {
    width: 100%;
    height: 50px !important;
}

.custom_padding_right {
    padding-right: 26px;
}

.input_label_custom {
    font-size: 16px !important;
    margin: 0 !important;
    /* width: 100px;*/
}

.position_rel {
    position: relative;
}

.custom_no_padding {
    padding-left: 0px;
}

.custom_link {
    color: #007bff !important;
}

.custom_link:hover {
    background: rgb(3, 138, 211);
}

.custom_left_padding {
    padding-left: 10px;
}

.lock_div {
    opacity: 0.5 !important;
    pointer-events: none;
}

.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    width: auto;
}

.wrap {
    width: 100% !important;
    height: calc(100vh - 148px)!important;
}

.custom_cmn_btn_collapse {
    background: #16AFFF;
    color: #fff;
    border: 1px solid #16AFFF;
    font-size: 15px;
    /* padding: 10px 14px; */
    padding: 8px 8px;
    line-height: 1;
    border-radius: 4px;
    transition: 0.3s;
    font-weight: 600;
    cursor: pointer;
}

label.upperCaseLabel {
    display: block;
}

label.upperCaseLabel:first-letter {
    text-transform: uppercase;
}

.subscriptStyle {
    color: white;
    background: green;
    font-weight: bold;
}

.medication_file {
    width: 100px;
    overflow: hidden;
    height: 40px;
    position: relative;
    z-index: 9;
}

.greybg_area .input-label {
    padding-left: 10px;
}


/* .file_upload_section {
    border: 1px solid #c3bdbd;
    padding: 7px 0px 10px 10px;
} */

.file_upload_section {
    border: 1px solid #c3bdbd;
    padding: 7px 0px 10px 10px;
    margin-bottom: 15px;
}

.medication_file input {
    height: 40px;
    width: 100%;
    opacity: 0;
}

.medication_file span {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    text-align: center;
    background: #02df89;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    z-index: -1;
}

table td {
    position: relative;
}


/* table td input {
    height: auto
} */

table td input {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    /* border: none; */
    padding: 5px;
    box-sizing: border-box;
    margin-top: 12px;
}

.manage_button {
    position: relative;
    width: 32px;
    margin: 0 auto;
}

.manage_button .icon {
    background: #579EDB;
}

.manage_button .icon span {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #ffffff;
    margin-right: 1px;
    margin-left: 1px;
    -moz-border-radius: 55%;
    -webkit-border-radius: 55%;
    -ms-border-radius: 55%;
    -o-border-radius: 55%;
    border-radius: 55%;
}

.manage_button .icon {
    width: 32px;
    height: 32px;
    display: block;
    /* background: #9c9fa3; */
    padding-top: 4px;
    text-align: center;
    -moz-border-radius: 55%;
    -webkit-border-radius: 55%;
    -ms-border-radius: 55%;
    -o-border-radius: 55%;
    border-radius: 55%;
}

.sub_nav_tab ul li a {
    padding: 22px 35px;
    font-size: 16px;
    color: #556370;
    font-weight: 500;
    border: none;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
}

.manage_dropdown li a,
.profile_dropdown li a {
    font-size: 14px !important;
    display: block;
    margin: 0;
    width: 100%;
    background: none;
    padding: 0;
}

.greybg_area .file_section .input-label {
    padding-left: 10px;
}


/* added */

#medication_file_tbl {
    margin-bottom: 0;
}

#medication_file_tbl tr th {
    font-weight: 400;
}

#medication_file_tbl tr td input {
    position: inherit;
}

#medication_file_tbl tr td input {
    position: inherit;
    margin: 0;
    height: 38px;
}

.medication_file span i {
    padding-right: 7px;
}

section.backend_preview.personal-form {
    margin-top: 0;
}

.transport-content_custom h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.personal_form-content_custom {
    padding: 20px;
    background: #fff;
    border-top: 3px solid #16AFFF;
    margin-bottom: 0px;
}

.bg_blue {
    background: #579EDB;
}

.application_list_row {
    cursor: pointer
}

.bg_lightGreen {
    border-style: solid !important;
    border-width: 3px !important;
    border-color: green !important;
}

.manage_button ul {
    padding: 10px;
    background: #4cc363;
}

.manage_dropdown li a,
.profile_dropdown li a {
    font-size: 14px !important;
    display: block;
    margin: 0;
    width: 100%;
    background: none;
    color: white !important;
}

.bg_aliceBlue {
    background: aliceblue;
}

.single_file {
    /* width: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    text-align: center;
    background: white;
    line-height: 40px;
    /* color: #fff; */
    color: cornflowerblue !important;
    border-radius: 5px;
    /* z-index: -1; */
    margin-top: 10px;
    width: 40px !important;
}

.currentStepper {
    background: cornflowerblue !important;
}

.doc_browse {
    /* background: #02df89 !important; */
    height: 40px;
    /* width: 100%; */
    /* opacity: 0; */
    margin-top: 10px;
    width: 30px !important;
    opacity: 0;
    position: absolute;
    /* z-index: -1; */
}

.browse_icon span {
    background: white !important;
}

table#medication_file_tbl tr:nth-child(2) td {
    /* width: 50px; */
}

#medication_file_tbl tr td span {
    /* top: 11px; */
    right: 0;
    /* margin: 0 auto; */
    left: 20px;
}

#medication_file_tbl tr td:nth-child(1) {
    width: 10%;
}

#medication_file_tbl tr td:nth-child(4) {
    width: 120px;
}

.documentName a {
    color: cornflowerblue !important;
}

section.backend_preview.personal-form.step-form-area {
    height: 100%;
    overflow-y: auto;
}

div#vue-app {
    height: calc(100% + 148px);
    background: #EEEEF6;
}

.interview_answar_question .qtn_desc {
    width: 50% !important;
    margin-top: 0 !important;
    border-radius: 4px !important;
    border: 1px solid #a7a7a7 !important;
    background: #f2f2f2 !important;
    padding: 10px 15px !important;
}

.interview_answar_question .select-input-style {
    width: 200px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.interview_answar_question .arrange-interview-qtn {
    margin-bottom: 10px;
    display: flex !important;
    background-color: #eeeef6 !important;
    padding: 15px !important;
    border-radius: 5px !important;
    align-items: center !important;
}

.interview_question_label {
    width: 300px !important;
}

.last_updated_class {
    position: absolute;
    position: absolute;
    font-size: 12px;
    right: 35px;
    bottom: 64px;
}

.page_loader {
    width: 100%;
    text-align: center;
    position: absolute;
    /* position: fixed; */
    /* top: 50%; */
    top: 20%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    z-index: 1031;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    height: 100px;
    background: transparent;
    /* display: block; */
}

.loader_content {
    /* position: relative; */
}

.loader_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    /* background-color: rgba(255, 255, 255, 0.8); */
}

.loader_overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pdf_viewdialog.ui-dialog.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    width: 90% !important;
    /* width: 60% !important; */
    /* height: 400px !important; */
    left: 25px !important;
    left: 250px !important;
    margin: 0 auto;
}

#pdf_viewdialog.ui-dialog.ui-widget.ui-widget-content {
    padding-bottom: 50px
}

.ui-dialog.ui-widget.ui-widget-content:not(.ui-datepicker) {
    border: 1px solid #c5c5c5;
    width: 90% !important;
    left: 25px !important;
    /* left: 250px !important; */
    height: 400px !important;
    margin: 0 auto;
    padding-bottom: 50px
}

.document-bg-wrap {
    padding: 0 20px;
    width: 90%;
}

#pdf_viewdialog {
    height: 100% !important;
}

.domcare-new-main-section.d-flex .col-md-4 {
    padding-left: 0;
}

.right-div-content {
    width: 90%;
}

.document-bg-wrap {
    padding: 0 20px;
    width: 100%;
}

.domcare-new-main-section {
    background: #EEEEF6;
    flex-wrap: wrap;
    margin-right: 30px;
}

.steeper-check .complete_tick i {
    font-size: 9px;
    color: #fff;
    opacity: 1 !important;
}

span.steeper-check.stepper_span_complete i {
    font-size: 9px;
    color: #fff;
    opacity: 1 !important;
}

span.steeper-check.stepper_span_complete {
    background: #4CC363;
}

.isFinalCeckComplted {
    margin-right: 12px !important;
}

.right_margin_60 {
    /* margin-right: 60px; */
    margin-right: 100px;
}

.restrictionDiv {
    text-align: center;
    padding-left: 300px;
}


/* listing_page */

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: white !important;
    /* border: 1px solid transparent; */
    background: #16AFFF;
    box-shadow: none;
    border: 1px solid #16AFFF !important;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
    padding: 15px 0px;
}

.modal-header_staff {
    background: #323943;
}

.modal-body_staff {
    padding: 30px 30px;
    padding-bottom: 0px;
}

.close_staff {
    margin-top: 5px !important;
    opacity: 1 !important;
    color: #f45052 !important;
}

.modal_heading_staff {
    font-size: 24px;
    /* font-family: "proxima-nova", sans-serif; */
    color: white;
    padding-top: 8px;
    position: absolute;
}

.modal-header_staff {
    height: 60px;
    background: #323943;
    height: 90px;
}

.modal-footer_staff,
.modal-header_staff {
    padding: 25px 30px;
    /* background: #f0f2f3; */
    border: none !important;
    position: relative;
}

.text_box {
    width: 100%;
    border: 1px solid #E1E5ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    height: 40px;
    color: #777777;
    padding-left: 15px;
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    -o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
}

.list_menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #E1E5ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    height: 40px;
    color: #777777;
    background: url(../images/drop_down_arrow.png) no-repeat right center #ffffff;
    padding-left: 15px;
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    -o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
}

.datepicker-plot-area {
    z-index: 1151 !important;
}

.ui-datepicker {
    z-index: 1151 !important;
}

.padding_right_300 {
    /* padding-right: 300px; */
    padding-right: 100px;
}

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


/* listing_page */

.header-area {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


/* .go_back {
    background: #16aeff;
    border-radius: 4px;
    text-align: center;
    padding: 7px 20px;
    height: 40px;
    margin-left: 25px;
    color: white;
    width: auto;
    border: none;
    display: inline-block;
    font-weight: 500;
    margin-right: 130px;
} */

.go_back {
    background: #16aeff;
    border-radius: 4px;
    text-align: center;
    padding: 5px 11px;
    height: 31px;
    margin-left: 25px;
    color: white;
    width: auto;
    border: none;
    display: inline-block;
    font-weight: 400;
    margin-right: 90px;
}

.go_back:hover {
    background: rgb(3, 138, 211);
    color: white !important;
}

.borderBlue {
    border-top: 3px solid #16AFFF;
    padding: 5px;
}

.greyBtn {
    background: rgb(118, 126, 130) !important;
    color: white !important;
}

.addLink {
    color: #048ABB !important;
}

.endEmployemntPopupLebel {
    font-weight: 600;
    margin: 5px;
    color: #49aeff;
}

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

.add_end_employment_ul {
    padding: 10px;
    /* background: #4cc363; */
    background: white !important;
}

.compliance-add-block {
    width: auto;
    top: 16px;
}

.floatRight {
    float: right;
}

.maxWidth100 {
    max-width: 100%;
}

.customWidth {
    width: 836px !important;
}

.pdfModalSytyle {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    max-height: 100%;
    place-content: center;
    align-items: center;
    min-height: 300px;
    max-height: 550px!important;
    overflow: auto;
    padding: 14px 0!important;
}

.pdfViewerHeader {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    max-height: 100%;
    place-content: center space-between;
    align-items: center;
    background: #2c7899;
    padding: 8px 3px 8px 16px;
    color: #fff;
}

.closePdf {
    padding: 0 !important;
}

.pdfModalContent {
    padding: 0rem !important;
}

.modalCenter {
    max-width: 80vw;
    pointer-events: auto;
    /* width: 700px; */
    width: 850px;
    position: static;
}

.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
}

.mat-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    display: block;
    padding: 24px;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: auto;
    outline: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit;
}

.mat-dialog-container {
    background: #fff;
    color: rgba(0, 0, 0, .87);
    -webkit-overflow-scrolling: touch;
}

.mat-dialog-container {
    padding: 0!important;
}

.col-white {
    color: white;
    margin-right: 19px;
    /* margin-bottom: 20px; */
    margin-bottom: 5px;
    margin-top: -13px;
}

.file_upload_section_long {
    /* border: 1px solid #c3bdbd; */
    padding: 7px 8px 10px 10px;
    margin-bottom: 15px;
}

.medication_file_long {
    /* width: 100px; */
    overflow: hidden;
    height: 40px;
    position: relative;
    z-index: 9;
}

.medication_file_long input {
    height: 40px;
    width: 100%;
    opacity: 0;
}

.medication_file_long span {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    text-align: center;
    background: #16aeff !important;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    z-index: -1;
}

.iconColor {
    color: cornflowerblue !important;
    transition: 0.3s;
}

.loader {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-top: -50px;
    /* margin-left: -50px; */
    width: 100px;
    height: 100px;
    z-index: 1031;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    height: 100px;
    background: transparent;
    display: none;
}

@media (max-width: 1199px) {
    .restrictionDiv {
        text-align: center;
        padding-left: 240px;
    }
    .padding_right_300 {
        /* padding-right: 240px; */
        padding-right: 80px;
    }
}

@media (max-width: 1060px) {
    .go_back {
        background: #16aeff;
        border-radius: 4px;
        text-align: center;
        padding: 3px 9px;
        height: 32px;
        margin-left: 25px;
        color: white;
        width: auto;
        border: none;
        display: inline-block;
        font-weight: 500;
        margin-right: 90px;
        /* margin-top: 18px !important;*/
    }
}