.login-page, .register-page {
    /*background: linear-gradient(90deg, rgba(130, 20, 34, 1) 12%, rgba(224, 0, 59, 1) 28%, rgba(157, 3, 43, 1) 63%, rgba(217, 28, 52, 1) 86%);*/
    background: url(../img/admin-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-box-body, .register-box-body {
    height: auto;
}
.trial-version-message  {
    background: #000;
    text-align: center;
}
.trial-version-message p {
    margin: 0;
    padding: 5px;
    color: #FFF;
}
.trial-version-message .fa-times {
    float: right;
    font-size: 18px;
    cursor: pointer;
}
.cart-circle {
    position: absolute;
    top: 10px;
    left: 100px;
    background: #FF265A;
    height: 20px;
    width: 20px;
    border-radius: 50px;
}
.shopping-cart-quantity {
    position: absolute;
    top: -1px;
    right: 7px;
    font-size: 15px;
    color: #FFFFFF;
}
.login-box-body, .register-box-body {
    background: #fff;
    padding-left: 35px;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    border-top: 0;
    color: #666;
}

.login-box, .register-box {
    width: 95%;
}

.form-control {
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0px;
    padding: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0) !important;
}

.fa-lock {
    text-align: center;
    display: block;
    font-size: 36px;
    margin-bottom: 35px;
}

.login-box-msg, .register-box-msg {
    padding: 0;
    font-size: 18px;
    margin-top: 35px;
    letter-spacing: 3px;
}

.login-logo, .register-logo {
    margin-bottom: 0px;
}

.btn-block {
    display: block;
    width: 50%;
    margin: 15px auto;
}

.btn-primary {
    border-color: transparent;
    background: linear-gradient(90deg, #48335d, #f2415c);
}

.btn.btn-flat {
    border-width: 0;
    border-radius: 25px;
}

.btn {
    padding: 10px 12px;
    border-width: 0;
    border-radius: 0;
}

.admin-forgot {
    text-align: center;
}

.admin-forgot a {
    color: #989898;
    font-size: 14px;
}

.overlay-admin-header {
    background: rgba(0, 0, 0, 0.4);
}

.overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*admin panel css*/
.prescriptions-address {
    float: inherit;
}

.prescriptions-address ul {
    margin: 0;
    padding-left: 0;
}

.prescriptions-address ul li {
    list-style: none;
}

.prescriptions-address ul li span {
    display: block;
    font-size: 16px;
    text-align: right;
}

.prescriptions-header h1 {
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
}

.prescriptions-header h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.prescriptions-img {
    display: block;
    margin: 0 auto;
    margin: 35px auto;
}

.box-body {
    padding: 40px;
}

.form-control {
    border-bottom: 1px solid #000;
    font-size: 16px;
}

.prescriptions-table > thead > tr > th {
    border-bottom: 2px solid #000000;
}

.prescriptions-table > thead > tr > th, .prescriptions-table > tbody > tr > th, .prescriptions-table > tfoot > tr > th, .prescriptions-table > thead > tr > td, .prescriptions-table > tbody > tr > td, .prescriptions-table > tfoot > tr > td {
    border: 1px solid #000000;
    text-align: center;
}

.prescriptions-table > caption + thead > tr:first-child > td, .prescriptions-table > caption + thead > tr:first-child > th, .prescriptions-table > colgroup + thead > tr:first-child > td, .prescriptions-table > colgroup + thead > tr:first-child > th, .prescriptions-table > thead:first-child > tr:first-child > td, .prescriptions-table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #000000;
    text-align: center;
}

.sidebar-menu i {
    width: 20px;
    padding-right: 25px;
}

.skin-blue .main-header .navbar {
    /*background-color: #3c8dbc;*/
    background: linear-gradient(90deg, #48335d, #f2415c);
}

.skin-blue .main-header .logo {
    /*background-color: #367fa9;*/
    background: linear-gradient(-90deg, #48335d, #f2415c);
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    /*background-color: #222d32;*/
    background-color: #30373e;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #FFF;
    background: linear-gradient(-90deg, #48335d, #f2415c);
}

.skin-blue .sidebar-menu > li.active .menu-icon {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
    transition: all 0.3s ease;
}

/* loader */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

.page-loader-wrapper .loader {
    position: relative;
    top: calc(45% - 30px);
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(165, 41, 41, 0.2);
    border-right: 1.1em solid rgba(181, 59, 59, 0.2);
    border-bottom: 1.1em solid rgba(181, 11, 11, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-loader-wrapper p {
    margin-top: 10px;
    font-weight: 700;
    color: #424242;
}

/* end loader */
.user-panel {
    background: linear-gradient(-90deg, #48335d, #f2415c);
    padding: 20px 10px;
    margin-bottom: 20px;
}

.user-panel > .image > img {
    max-width: 65px;
}

.user-panel > .info {
    left: 75px;
}

.skin-blue .main-header li.user-header {
    background: linear-gradient(90deg, #48335d, #f2415c);
    /*background-color: #3c8dbc;*/
}

.button {
    width: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    display: inline-block;
}

.add-new-btn {
    color: #fff;
    border: 3px solid #d5033c;
    background-image: -webkit-linear-gradient(30deg, #d5033c 50%, transparent 50%);
    background-image: linear-gradient(30deg, #d5033c 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.add-new-btn:hover {
    background-position: 100%;
    color: #d5033c;
}

.box.box-primary {
    border-top-color: #d5033c;
}

.table thead {
    background-color: #ecf0f5;
}

/*search*/
.search .form-control {
    border-bottom: 1px solid #000;
    font-size: 16px;
    display: inline-block;
    width: 250px;
    height: 43px;
    padding: 10px 12px;
    font-size: 14px;
    background-color: #fff;
}

.dashboard-header h2 {
    color: #30373e;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}

.box-dashboard {
    background-color: #e4e4e4;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.box-dashboard:hover .hover-icon-home {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
    transition: all 0.3s ease;
}

.box-info {
    float: left;
}

.box-info p {
    margin: 5px 0;
    color: #424242;
}

.box-info span {
    font-weight: 400;
    margin-top: 0px;
    color: #424242;
    font-size: 20px;
}

.box-dashboard i {
    font-size: 46px;
    float: right;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer {
    color: #FFF;
    background: linear-gradient(90deg, #48335d, #f2415c);
}

.main-footer a {
    color: #000000;
}

.main-footer a:hover {
    color: #FFF;
}

.table-message > thead > tr > th, .table-message > tbody > tr > th, .table-message > tfoot > tr > th, .table-message > thead > tr > td, .table-message > tbody > tr > td, .table-message > tfoot > tr > td {
    border-top: 5px solid #ffffff;
}

.table-message {
    background: #ecf0f5;
}

.table-message tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.table-message > tbody > tr > td, .table-message > tbody > tr > th, .table-message > tfoot > tr > td, .table-message > tfoot > tr > th, .table-message > thead > tr > td, .table-message > thead > tr > th {
    vertical-align: inherit;
}

.read-msg {
    background: #ecf0f5;
}

.unread {
    color: #000;
    font-weight: 900;
}

.msg-left-box {
    background: #f8f8f8;
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    float: left;
    margin-bottom: 40px;
    padding: 25px;
    background: linear-gradient(-90deg, #48335d, #f2415c);
    color: #FFF;
}

.msg-right-box {
    background: #f8f8f8;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    float: right;
    margin-bottom: 40px;
    padding: 25px;
    background: linear-gradient(90deg, #48335d, #f2415c);
    color: #FFF;
}

.support-left-box {
    background: #f8f8f8;
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    float: left;
    margin-bottom: 40px;
    padding: 25px;
    background: #0081ff;
    color: #FFF;
    border: 1px solid transparent;
    background: transparent;
    color: #000;
    border-radius: 0;
    background: #cadbed;
}

.support-right-box {
    background: #f8f8f8;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    float: right;
    margin-bottom: 40px;
    padding: 25px;
    background: #0081ff;
    color: #FFF;
    background: #f1f4f9;
    color: #FFF;
    border: 1px solid transparent;
    background: #f1f4f9;
    color: #000;
    border-radius: 0px;
}

.pull-times-left {
    position: absolute;
    bottom: -25px;
    right: 0;
    color: #000;
    font-size: 12px;
    margin-right: 25px;
}

.pull-times-right {
    position: absolute;
    bottom: -25px;
    left: 0;
    margin-left: 25px;
    color: #000;
    font-size: 12px;
}

.msg-scroll {
    height: 550px;
    overflow: auto;
    margin-bottom: 70px;
}

b {
    font-weight: 400;
}

.submit-inbox-input {
    background: transparent;
    border-bottom: 1px solid transparent;
    resize: none;
    padding: 13px;
}

.cancel-inbox-input {
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 25px;
    width: 30%;
    background-color: #d5033c;
    color: #FFF;
}

.msg-scroll::-webkit-scrollbar {
    width: 5px;
}

.msg-scroll::-webkit-scrollbar-track {
    background-color: #FFF;
}

.msg-scroll::-webkit-scrollbar-thumb {
    background-color: #bebebe3d;
}

.msg-scroll::-webkit-scrollbar-thumb:window-inactive {
    background-color: #FFF;
}

.b-r-25 {
    border-radius: 25px;
    width: 100%;
}

.ticket-status-icon {
    border-radius: 50%;
    padding: 8px 8px;
}

.ticket-close-btn {
    background: #0081ff;
    color: #FFF;
}

.ticket-close-btn:hover {
    background-color: #dd4b39;
    color: #FFF;
}

.user-panel > .image > img {
    width: 100%;
    max-width: 75px;
    height: 75px;
}

.treeview-menu > li > a {
    padding: 7px 5px 7px 35px;
    display: block;
    font-size: 14px;
}

.msg-board-box {
    margin-bottom: 30px;
    border: 1px solid transparent;
    color: #000;
    border-radius: 0;
    background: #f9f9f96e;
    border-bottom: 1px solid #000;
}

.msg-board-box h2 {
    margin: 0;
    font-size: 18px;
    color: #dd4b39;
}

.msg-board-box p {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

.msg-board-box span {
    font-size: 12px;
    color: #868686;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

/* inbox icon hover */
.fab {
    cursor: pointer;
}

.fab-backdrop {
    color: rgba(255, 255, 255, 0);
}

.fab-primary, .fab-secondary {
    transition: all 0.35s ease-in-out;
}

.fab.active .fab-primary {
    opacity: 0;
    transform: rotate(225deg);
}

.fab-secondary {
    opacity: 0;
    transform: rotate(-225deg);
}

.fab.active .fab-secondary {
    opacity: 1;
    transform: rotate(0);
    margin-top: -1px;
    margin-left: 3px;
}

#inbox-app .show-on-hover:hover > ul.dropdown-menu {
    display: block;

}

#inbox-app .show-on-hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

#inbox-app .btn-io {
    border-radius: 50%;
    height: 54px;
    width: 54px;
    padding: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
    background: linear-gradient(90deg, #48335d, #f2415c);
}

#inbox-app .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
    margin-bottom: -5px;
    padding-bottom: 30px;
}

#inbox-app .dropdown-menu-right {
    right: 0 !Important;
    left: auto !Important;
}

#inbox-app .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 50px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: rgba(255, 255, 255, 0) !Important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}

#inbox-app .fa-iox {
    font-size: 22px;
}

#inbox-app .dropdown-menu > li > a {
    display: block;
    padding: 0;
    padding-top: 4px;
    margin-top: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    background: #fff;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    border: solid 1px #ccc;
    border-radius: 50px;
    font-size: 21px;
    box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
}

#inbox-app .dropdown-menu > li:first-child > a {
    background: #6E4320 !important;
    color: #fff !important;
}

#inbox-app .dropdown-menu > li:last-child > a {
    background: #D3A516;
    color: #fff;
}

#inbox-app .dropdown-menu > li:nth-child(3) > a {
    background: #3C80F6;
    color: #fff;
}

#inbox-app .dropdown-menu > li:nth-child(2) > a {
    background: #2CAC26;
    color: #fff;
}

#inbox-app .fa-iosm {
    margin-top: 7px;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 1.6em !important;
    height: 2em;
    line-height: 1.9em !important;
    vertical-align: middle;
}

/* end inbox icon hover */
.skin-blue .sidebar-menu > li > a:hover .menu-icon {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
    transition: all 0.3s ease;
}

.hover-menu:hover .menu-icon {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
    transition: all 0.3s ease;
}

/*doctors css*/

.doctor-box {
    background-color: #f4f4f4;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.doctor-img {
    text-align: center;
}

.doctor-info h1 {
    text-align: center;
    font-size: 24px;
}

.doctor-info span {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 18px;
    display: block;
    text-align: center;
}
.doctor-info p {
    text-align: center;
    font-size: 14px;
    min-height: 80px;
}

.doctor-btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    border: none;
    display: block;
    margin: 25px;
}

.doctor-info button {
    float: right;
}

.doctor-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #d6d6d6a6;
    padding: 3px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

@media only screen and (max-width: 1700px) and (min-width: 1199px) {
    .login-box-msg, .register-box-msg {
        margin-top: 10px;
    }

    .btn-block {
        margin: 0px auto;
    }

    .form-group {
        margin-bottom: 5px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .overlay-admin-img {
        height: 100%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .login-box-body, .register-box-body {
        padding-left: 7px;
        padding-right: 7px;
    }
}
