/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.loader {
    background: rgb(0,0,0,0.5);
}

.loader > span {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:disabled + .slider
{
    cursor: not-allowed;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #0080cb;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2515b6;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.custom-checkbox
{
    margin: 0px;
}

.custom-checkbox .form-check-input
{
    transform: scale(1.5);
    margin: 0px;
    margin-top: -10px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.carousel-img {
    width: 300px;
    height: 100%;
    max-height: 410px;
    margin: 0 auto;
}

.image-size {
    width: inherit;
    height: inherit;
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
    height: 400px;
    object-fit: contain;
}
#image-place {
    height: 400px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #6777ef !important;
    height: 40px;
    width: 40px;
    padding: 20px 20px;
    background-size: 20px;
    border-radius: 50%;
}

.card .card-header
{
    border-bottom-color: rgba(0,0,0,.1);
    padding-top: 13px;
}

.card .card-body
{
    padding-top: 15px;
}

.form-group .control-label, .form-group > label
{
    margin-bottom: 5px;
}

.form-checkbox
{
    width: 100%;
    cursor: pointer;
}

.form-checkbox > input
{
    margin-right: 7px;
    transform: scale(1.5);
}

/*** CUSTOM FILE UPLOAD ***/
.file-box
{
	display: table;
	width: 100%;
}

.file-box:hover
{
	cursor:pointer;
}

.file-text
{
	display: table-cell;
	vertical-align: middle;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
}

.file-btn
{
	display: table-cell;
	vertical-align: middle;
	width:100px;
	text-align:right;
    border-radius: 0px;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.file-btn input[type=button]
{
	margin-top:0px;
	border:0px;
    border-radius: 0px;
    max-width: 100px;
    background: transparent;
    color: #FFF;
}

.file-hidden
{
	height:0px;
	width:0px;
	overflow:hidden;
}
/*** END CUSTOM FILE UPLOAD ***/

textarea.form-control
{
    min-height: 120px;
    resize: none;
}

.image-box
{
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 10px;
    margin-top:10px;
}

.image-box > img
{   
    max-width: 100px;
}

.admin-logo
{
    max-height: 60px;
    margin-top: 5px;
}

.main-sidebar .sidebar-brand a
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sidebar-mini .admin-logo
{
    max-width: 60px;
}

.main-sidebar .sidebar-menu li.menu-header
{
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    line-height: 1.5;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.main-sidebar .sidebar-menu li a
{
    padding: 0px 10px;
    height: 42px;
}

.main-sidebar .sidebar-menu li a i,
.main-sidebar a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas
{
    margin-left: 0px;
    margin-right: 5px;
    margin-top: -1px;
}

label.checkbox-label
{
    display: flex;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
}

label.checkbox-label > input
{
    transform: scale(1.5);
    margin-right: 10px;
    margin-left: 5px;
}

.toggle-password-box
{
    position: relative;
}

.toggle-password-box > input
{
    padding-right: 35px;
}

.toggle-password
{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-45%);
    cursor: pointer;
}

.toggle-password > i
{
    color: #999;
    font-size: 15px;
}

.card .card-header,
.card .card-header h4,
.btn,
p
{
    line-height: 1.5;
}

.card .card-header .btn
{
    padding: 5px 15px;
}

.badge-sm
{
    font-size: 11px;
}

.badge
{
    line-height: 1.3;
}

.detail-box label
{
    margin-bottom: 2px;
    color: #888;
    font-weight: 500;
}

.detail-box label + div
{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.cursor-pointer
{
    cursor: pointer;
}

.form-control:disabled
{
    cursor: not-allowed;
}

.form-control[readonly]
{
    background-color: #fdfdff;
}

/* select2 */
.select2.select2-container
{
    max-width: 100%;
}

.select2.select2-container--default .select2-selection--single
{
    border-color: #e4e6fc;
    background-color: #fdfdff;
}

.select2.select2-container.select2-container--focus .select2-selection--multiple, 
.select2.select2-container.select2-container--focus .select2-selection--single
{
    border-color: #aaa;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 1.5;
    padding-top: 10px;
    padding-left: 15px;
    color: #495057;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
    padding-left: 10px;
    padding-right: 10px;
}

.select2-results .select2-results__option
{
    padding: 7px 15px;
    line-height: 1.5;
    color: #495057;
}

.select2-container--default .select2-results .select2-results__option[aria-selected=true]
{
    color: #495057;
}

.select2-container--default .select2-results .select2-results__option--highlighted[aria-selected]
{
    color: #FFF;
}

.dataTables_length
{
    margin-bottom: 5px;
}

.dataTables_length .select2-container
{
    margin: 0px 7px;
    min-width: 70px;
}

/* multiple */
.select2.select2-container--default .select2-search--inline .select2-search__field
{
    width: auto !important;
    min-height: 29px;
    padding-top: 4px;
}

.select2.select2-container--default.select2-container--focus .select2-selection--multiple
{
    min-height: 42px;
}

.select2.select2-container--default .select2-selection--multiple
{
    border-color: #e4e6fc;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    height: 100%;
    line-height: 1.5;
    padding: 0px 12px;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    margin-top: 8px;
    margin-right: 7px;
    color: #000;
    font-size: 13px;
    padding: 2px 0px 1px 7px;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    float: right;
    padding: 0px 2px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-left: 5px;
}
/* END multiple */
/* END select2 */

/* modal */
.modal-header
{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 20px;
    padding-bottom: 10px;
}

.modal-header .close
{
    font-weight: 500;
    font-size: 36px;
    padding: 9px;
}
/* END modal */

/* view tab box */
.tab-filter-box
{
    background-color: rgb(0, 128, 203, 0.8);
    margin-bottom: 15px;
}

.tab-filter-box .card .card-header
{
    border-bottom: 0px;
}

.tab-filter-box .form-group > label
{
    color: #FFF;
}

.tab-box h5
{
    display: block;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}
/* END view tab box */

/* alert */
.alert ul
{
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}
/* END alert */

/* doctors */
.user-img
{
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 5px;
}

.user-img-sm
{
    max-width: 60px;
    max-height: 60px;
}

.doctor-no
{
    display: block;
    color: #888;
    font-weight: 500;
}

/* slots */
ul.slot-box
{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin:0px;
    padding: 0px;
}

ul.slot-box > li
{
    display: flex;
    width: 200px;
    line-height: 1.5;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 15px 7px 15px;
}

ul.slot-box > li > div > span
{
    display: block;
    font-size: 13px;
    color: #aaa;
}

ul.slot-box .slot-delete
{
    cursor: pointer;
    color: #f94141;
    font-size: 16px;
    display: flex;
    height: 18px;
    margin-top: 2px;
}
/* END slots */
/* END doctors */

.dashboard-content-box > p
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0;
}

.text-grey
{
    color: grey;
}

.grey-box 
{
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
}

.swal-title
{
    font-size: 22px;
}

.pl-10
{
    padding-left: 10px !important;
}

/* action button */
.btn-icon
{
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 4px 8px;
    border-radius: 5px;
    margin: 3px 0px;
    border: 0.5px solid;
    text-align: center;
    box-shadow: none;
}

a.btn-icon > i
{
    margin-left: 0px !important;
    font-size: 12px;
}

a.btn-icon:hover
{
    color: #FFF;
}
/* END action button */

/* data table */
.table:not(.table-sm) thead th
{
    font-weight: 500;
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
}

table.dataTable th, table.dataTable td
{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.sortable {
  cursor: pointer;
  position: relative;
}

.sortable::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dc";
  position: absolute;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  margin-left: 5px;
}

.sortable.sorting_desc::after {
  content: "\f0dd";
  top: 42%;
}

.sortable.sorting_asc::after {
  content: "\f0de";
  top: 62%;
}

.dataTables_info
{
    display: inline-block;
    margin-bottom: 5px;
}

.dataTables_paginate
{
    display: inline-block;
    float: right;
}

.data-filter
{
    display: flex;
    align-items: center;
}

.data-filter > .dataTables_length
{
    margin-bottom: 0px;
    flex-grow: 1;
}

.dataTables_filter label input
{
    min-height: 42px;
}

div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    background-image: none !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgb(0,0,0,0.5);
    z-index: 9999;
}

div.dataTables_wrapper div.dataTables_processing::after {
    content:"";
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -30px;
}
/* END data table */

.form-outline
{
    position: relative;
}

.form-outline label.form-label
{
    position: absolute;
    top: -9px;
    left: 5px;
    background: #FFF;
    padding: 0px 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0px;
    line-height: 1.5;
}

.form-outline .select2.select2-container--default
{
    width: 100% !important;
}

.form-outline .select2.select2-container--default .select2-selection--single .select2-selection__rendered
{
    padding-top: 12px;
}

.selected-box
{
    margin-top: 10px;
}

.selected-box .bulk-action
{
    width:200px;
}

.nav-pills
{
    margin: 5px 0px;
}

.nav-pills .nav-item .nav-link
{
    line-height: 1.5;
}

.fw-500
{
    font-weight: 500;
}

.fw-600
{
    font-weight: 600;
}

.font-size-12 
{
    font-size: 12px;
}

.total-table > div
{
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    border-bottom: 1px solid #c2c2c2;
    color: #000;
    font-weight: 500;
}

.total-table > div:last-child
{
    border-bottom: none;
    background-color: #363636;
    color: white;
}

.prescription-box 
{
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    border-bottom: 1px solid #c2c2c2;
}

.prescription-box:last-child 
{
    border-bottom: none;
}

.rate-disabled 
{
    color: rgb(184, 184, 184) !important;
}

.rate-active 
{
    color: #f1c40f !important;
}

/* sidebar */
.main-sidebar .has-sub > a
{
    cursor: pointer;
}

.main-sidebar .has-sub a.selected
{
    border-radius: 5px;
    color: #0080cb;
}

.main-sidebar .has-sub a.selected:hover
{
    background-color: #FFF !important;
    color: #0080cb !important;
}

.main-sidebar .has-sub a.selected:hover > i,
.main-sidebar .has-sub a.selected:hover > span
{
    color: #0080cb !important;
}

.main-sidebar .has-sub > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.main-sidebar .has-sub.activeLi > a::after
{
    color: #FFF;
}

.main-sidebar .has-sub.activeLi
{
    background-color: transparent !important;
}

.main-sidebar .has-sub.activeLi > a,
.main-sidebar .has-sub.activeLi > a:hover
{
    background-color: #0080cb !important;
    border-radius: 5px;
    color: #FFF !important;
}

.main-sidebar .has-sub.activeLi > a:hover > i,
.main-sidebar .has-sub.activeLi > a:hover > span
{
    color: #FFF !important;
}

.main-sidebar ul.sub-nav
{
    padding:0px;
    margin-top: -2px;
}

.main-sidebar .has-sub.activeLi ul.sub-nav
{
    margin-top:5px;
}

.main-sidebar ul.sub-nav > li {
    margin: 0px !important;
    margin-bottom:3px !important;
}

.main-sidebar ul.sub-nav > li > a {
    height: auto;
    font-size: 13px;
    padding: 0px 5px 0px 36px;
    border: 1px solid #FFF;
    line-height: 1.5;
    font-weight: normal;
}

.main-sidebar ul.sub-nav > li > a:before {
    content: "•";
    margin-right: 5px;
    font-size: 20px;
}

.main-sidebar ul.sub-nav > li > a.sub-selected,
.main-sidebar ul.sub-nav > li > a:hover {
    background-color:#FFF !important;
    border: 1px solid #0080cb;
    border-radius: 5px;;
    color: #0080cb !important;
}

.main-sidebar ul.sub-nav a > div.badge
{
    padding: 3px 7px;
    font-size: 11px;
    border-radius: 5px;
    margin-top: 0px;
}
/* END sidebar */

@media (min-width:992px)
{
    .main-sidebar
    {
        width: 220px;
    }

    .navbar
    {
        left: 220px;
    }

    .main-content
    {
        padding-left: 250px;
    }
}

@media (max-width: 1024px)
{
    .navbar
    {
        left: 0px;
    }
}

@media (max-width: 600px)
{
    .data-filter
    {
        flex-wrap: wrap;
    }

    .data-filter > .dataTables_length
    {
        order: 1;
    }

    .data-filter > .dataTables_length > label,
    .dataTables_filter,
    .dataTables_filter label
    {
        width: 100%;
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}