/*!
 =========================================================
 * Md Shah Alam
 =========================================================
 */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

*:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*   Typography## */
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}

body {
    font-size: 14px;
    color: #575962;
}

h1, .h1 {
    font-size: 59px;
}

h2, .h2 {
    font-size: 43px;
}

h3, .h3 {
    font-size: 35px;
    margin: 20px 0 10px;
}

h4, .h4 {
    font-size: 28px;
    line-height: 30px;
}

h5, .h5 {
    font-size: 25px;
    margin-bottom: 15px;
}

h6, .h6 {
    font-size: 18px;
    font-weight: 600;
}

p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: .7rem;
}

h4.page-title {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}

a {
    text-decoration: none !important;
}

.bg-default {
    background: #f7f7f7 !important;
}

.bg-primary {
    background: #6F42FF !important;
}

.bg-info {
    background: #23CCEF !important;
}

.bg-success {
    background: #00C689 !important;
}

.bg-warning {
    background: #FDA006 !important;
}

.bg-danger {
    background: #F1536E !important;
}

.text-primary {
    color: #6F42FF !important;
}

.text-primary:hover {
    color: #6F42FF !important;
}

.text-info {
    color: #23CCEF !important;
}

.text-info:hover {
    color: #23CCEF !important;
}

.text-success {
    color: #00C689 !important;
}

.text-success:hover {
    color: #00C689 !important;
}

.text-warning {
    color: #FDA006 !important;
}

.text-warning:hover {
    color: #fbad4c !important;
}

.text-danger {
    color: #F1536E !important;
}

.text-danger:hover {
    color: #F1536E !important;
}

label {
    color: #3f4047 !important;
    font-size: 14px !important;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
    box-sizing: content-box;
}

.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-inner > .scroll-element {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar, .scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-outer > .scroll-element {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    background-color: #fff;
}

.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eee;
}

.scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

.scrollbar-macosx > .scroll-element {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7;
}

.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.scrollbar-light > .scroll-element {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    background-color: #fff;
}

.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

.scrollbar-rail > .scroll-element {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    background-color: #fff;
}

.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

.scrollbar-dynamic > .scroll-element {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: .3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -o-transition: height .2s;
    -ms-transition: height .2s;
    transition: height .2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    -ms-transition: width .2s;
    transition: width .2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

.scrollbar-chrome > .scroll-element {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    background-color: #fff;
}

.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

.toggle {
    position: relative;
    overflow: hidden;
}

.toggle-group, .toggle-off, .toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
}

.toggle input[type=checkbox] {
    display: none;
}

.toggle-group {
    width: 200%;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

.toggle-on.btn {
    padding-right: 24px;
}

.toggle-off.btn {
    padding-left: 24px;
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

.toggle-on.btn-lg {
    padding-right: 31px;
}

.toggle-off.btn-lg {
    padding-left: 31px;
}

.toggle-handle.btn-lg {
    width: 40px;
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

.toggle-on.btn-sm {
    padding-right: 20px;
}

.toggle-off.btn-sm {
    padding-left: 20px;
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

.toggle-on.btn-xs {
    padding-right: 12px;
}

.toggle-off.btn-xs {
    padding-left: 12px;
}

/*DOC KIT Layout*/
body {
    min-height: 100vh;
    position: relative;
}

.wrapper {
    min-height: 100vh;
    position: relative;
    top: 0;
    height: 100vh;
}

.main-header {
    min-height: 55px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 1001;
    /* border-bottom: 1px solid #eee; */
}

.main-header .logo-header {
    float: left;
    width: 260px;
    height: 55px;
    line-height: 55px;
    /* border-right: 1px solid #eee; */
    color: #333333;
    z-index: 1001;
    font-size: 18px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1001;
    display: block;
    /* display: inline-block; */
}

.main-header .logo-header a {
    text-decoration: none;
}

.main-header .logo-header a.logo {
    color: #575962;
}

.main-header .logo-header a.logo img {
    max-width: 150px;
}

.main-header .logo-header .navbar-toggler {
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0;
}

.main-header .logo-header .navbar-toggler .navbar-toggler-icon {
    background: url(../img/menu2.png);
    background-size: cover;
    height: 1em;
    width: 1em;
    opacity: .8;
}

.main-header .logo-header .more {
    background: transparent;
    border: 0;
    font-size: 26px;
    padding: 0;
    opacity: 0;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    display: block;
    z-index: 1;
    color: #ffffff;
    font-weight: 200;
    background: #ffffff;
    background-size: cover;
    background-position: center center;
}

.icon-default {
    width: 29px;
    height: 28px;
    display: block;
    background: #A2A2AC;
}

/*
 .icon-dashboard {
   -webkit-mask: url(../img/icons/icon-dashboard.svg) no-repeat 100% 100%;
   mask: url(../img/icons/icon-dashboard.svg) no-repeat 100% 100%;
   -webkit-mask-size: cover;
   mask-size: cover;
 }

 .icon-appointments {
   -webkit-mask: url(../images/icons/icon-appointments.svg) no-repeat 100% 100%;
   mask: url(../images/icons/icon-appointments.svg) no-repeat 100% 100%;
   -webkit-mask-size: cover;
   mask-size: cover;
 }
 */


/* .sidebar .user {
   margin-top: 12.5px;
   padding-left: 25px;
   padding-right: 25px;
   padding-bottom: 12.5px;
   border-bottom: 1px solid #eee;
   display: block;
 }
 .sidebar .user .photo {
   width: 40px;
   height: 40px;
   overflow: hidden;
   float: left;
   margin-right: 11px;
   z-index: 5;
   border-radius: 50%;
 }
 .sidebar .user .photo img {
   width: 100%;
   height: 100%;
 }
 .sidebar .user .info a {
   white-space: nowrap;
   display: block;
   position: relative;
 }
 .sidebar .user .info a:hover, .sidebar .user .info a:focus {
   text-decoration: none;
 }
 .sidebar .user .info a > span {
   font-size: 14px;
   font-weight: 600;
   color: #777;
   letter-spacing: 0.04em;
   display: flex;
   flex-direction: column;
 }
 .sidebar .user .info a > span .user-level {
   color: #555;
   font-weight: 700;
   font-size: 13px;
   letter-spacing: 0.05em;
   margin-top: 5px;
 }
 .sidebar .user .info a .link-collapse {
   padding: 7px 0;
 }
 .sidebar .user .info .caret {
   position: absolute;
   top: 17px;
   right: 0px;
   border-top-color: #777;
 } */
.sidebar .sidebar-wrapper {
    position: relative;
    max-height: calc(100vh - 75px);
    min-height: 100%;
    overflow: auto;
    width: 260px;
    z-index: 4;
    padding-top: 60px;
    padding-bottom: 100px;
}

.sidebar .nav {
    display: block;
    float: none;
    margin-top: 40px;
}

.sidebar .nav .nav-item {
    display: list-item;
}

.sidebar .nav .nav-item.active a {
    color: #6F42FF;
    font-weight: 600;
}

.sidebar .nav .nav-item.active a:before {
    background: #1d7af3;
    opacity: 1 !important;
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}

.sidebar .nav .nav-item.active:hover a:before {
    background: #1d7af3;
    opacity: 1 !important;
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}

.sidebar .nav .nav-item.active a i {
    color: #6F42FF;
}

.sidebar .nav .nav-item a {
    display: flex;
    align-items: center;
    color: #A2A2AC;
    /* padding: 13px 25px; */
    padding: 10px 25px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
}

.sidebar .nav .nav-item:hover a:before {
    background: #1d7af3;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}

.sidebar .nav .nav-item a i {
    font-size: 23px;
    color: #C3C5CA;
    margin-right: 15px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.sidebar .nav .nav-item a img {
    margin-right: 10px;
}

.sidebar .nav .nav-item.active a span {
    background: #6F42FF;
}

.sidebar .nav .nav-item:hover a span {
    background: #6F42FF;
}

.sidebar .nav .nav-item a p {
    font-size: 15px;
    margin-bottom: 0px;
    letter-spacing: .04em;
    margin-right: 5px;
    font-weight: 600;
    margin-left: 15px;
}

.sidebar-log-out {
    position: fixed;
    bottom: 0px;
    margin-left: 25px;
    margin-bottom: 30px;
    color: #fff;
    justify-content: center;
    cursor: pointer;
}

.sidebar-log-out a {
    display: block;
    float: left;
    margin-bottom: 30px;
}

.sidebar-log-out a i {
    margin-right: 5px !important;
    font-size: 23px;
    color: #C3C5CA;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.sidebar-log-out a span {
    display: inline-block;
}

.sidebar-log-out a span:first-child {
    margin-right: 5px !important;
    float: left;
}

.sidebar-log-out a:hover span:first-child {
    background: #6F42FF;
}

.sidebar-log-out a span:last-child {
    font-weight: 600;
    font-size: 15px;
    color: #A2A2AC;
    margin-left: 10px;
    margin-top: 6px
}

.sidebar .nav .nav-item a:hover,
.sidebar .nav .nav-item a:focus,
.sidebar .nav .nav-item a:hover i,
.sidebar-log-out a:hover i,
.sidebar-log-out a:hover span {
    text-decoration: none;
    color: #6F42FF;
}

.main-panel {
    position: relative;
    width: calc(100% - 260px);
    min-height: 100%;
    float: right;
    background: #f2f3f8;
}

.main-panel .content {
    padding: 30px 15px;
    min-height: calc(100% - 123px);
    margin-top: 55px;
}

/* ##Dashboard */
.doc-dashboard .widget {
    /* margin-bottom: 70px; */
    margin-bottom: 23px;
    width: 100%;
    max-width: 200px;
}

.doc-dashboard .widget:last-child {
    margin-bottom: 0px;
}

.doc-dashboard .widget .card {
    border-radius: 0;
}

.doc-dashboard .widget .card,
.doc-dashboard .widget .card .card-header {
    border: 0;
    background: none;
}

.doc-dashboard .widget .card .card-header {
    background: none;
}

.doc-dashboard .widget .card .card-header p {
    font-weight: 600;
    font-size: 17px;
    color: #383838;
}

.doc-dashboard .widget .card .card-body {
    border-radius: 10px;
    padding: .75rem;
}

.doc-dashboard .widget .card .card-body .icon-big i {
    background: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
}

.doc-dashboard .widget .card .card-body .icon-big .icon-wrap {
    background: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
    display: block;
}

.doc-dashboard .widget .card .card-body .icon-big .icon-wrap span {
    display: inline-block;
    margin-top: 13px;
    margin-right: 2px;
    width: 22px;
    height: 22px;
}

.doc-dashboard .widget .card .card-body .numbers h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 33px;
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .doc-dashboard .flex-column {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        margin-left: -15px;
    }

    .doc-dashboard .widget {
        max-width: 180px !important;
        margin-bottom: 30px !important;
        margin-left: 10px;
    }

    .doc-dashboard .widget:first-child {
        margin-left: 0px;
    }

    .doc-dashboard .widget:last-child {
        margin-right: 0px;
    }

    .doc-dashboard .widget .card .card-body {
        padding: .50rem !important;
    }

    .doc-dashboard .widget .card .card-body .icon-big i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 18px;
        margin-top: 4px;
        margin-left: 5px;
    }

    .doc-dashboard .widget .card .card-body .icon-big .icon-wrap {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
    }

    .doc-dashboard .widget .card .card-body .icon-big .icon-wrap span {
        width: 19px;
        height: 19px;
        margin-top: -10px;
    }

    .doc-dashboard .widget .card .card-body .numbers h4 {
        font-weight: 400;
        font-size: 25px;
    }
}

@media screen and (max-width: 490px) {
    .doc-dashboard .widget .card .card-body .icon-big i {
        margin-top: 4px;
        margin-left: 0px !important;
    }

    .doc-dashboard .widget .card .card-body .numbers h4 {
        font-weight: 600;
        font-size: 16px;
        margin-left: 5px;
    }
}

.data-main-content {
    border-radius: 10px;
    padding: 22px 15px;
}

.data-header .col-6 h4 {
    font-weight: 600;
    font-size: 18px;
    color: #6F42FF;
}

.simple-see-link {
    margin-right: 8px;
}

.simple-see-link a {
    display: block;
    text-decoration: none;
    color: #6F42FF;
    font-weight: 500;
    font-size: 16px;
}

.simple-see-link a span {
    margin-right: 8px;
}

/* ##Custom Dropdown */
.dropdown-wrap .btn-default {
    background: none;
    border: 1px solid #A2A2AC;
    border-radius: 5px;
    color: #A2A2AC;
}

.dropdown-wrap .btn-default:hover,
.dropdown-wrap .btn-default:focus {
    color: #6F42FF;
    border: 1px solid #6F42FF;
}

.dropdown-wrap .btn-default i {
    margin-right: 5px;
}

.dropdown-wrap .btn-default .title {
    margin-left: 5px;
}

.dropdown-wrap .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-wrap .dropdown-menu ul li {
    padding: 8px 20px;
}

.dropdown-wrap .dropdown-menu ul li a {
    text-decoration: none;
    display: block;
    color: #A2A2AC;
    font-weight: 500;
    font-size: 13px;
}

.dropdown-wrap .dropdown-menu ul li a:hover,
.dropdown-wrap .dropdown-menu ul li a:focus {
    color: #6F42FF;
}

.dropdown-in-table .btn-default {
    background: #f7f7f7;
    border: none;
}

/* ##Default */
.details-link {
    display: inline-block;
    color: #000000;
}

.details-link:hover,
.details-link:focus {
    color: #6F42FF;
}

/* ##Select */
.bg-alert-pending {
    background-color: #FDA006 !important;
}

.bg-alert-approved {
    background-color: #00C689 !important;
}

.bg-alert-cancel {
    background-color: #F1536E !important;
}

.bg-alert-pending,
.bg-alert-approved,
.bg-alert-cancel {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.select-form-control {
    background-color: rgba(111, 66, 255, 0.05);
    border: 1px solid #ced4da;
    display: inline-block;
    border-radius: 5px;
    line-height: 1.5em;
    padding: 4px;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-1 {
    background-color: transparent;
    border: none;
    display: inline-block;
    line-height: 1.5em;
    padding: 4px;
    min-width: 125px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.select_box {
    background-image: linear-gradient(45deg, transparent 50%, #A2A2AC 50%),
    linear-gradient(135deg, #A2A2AC 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

select.select_box:focus {
    background-image: linear-gradient(45deg, #A2A2AC 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #A2A2AC 50%),
    linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

select.select_box2 {
    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

select.select_box2:focus {
    background-image: linear-gradient(45deg, #ffffff 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #ffffff 50%),
    linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

select.select-1:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #A2A2AC;
}

/* ##Profile*/
/* .profile {
   margin: 3px auto;
 } */
.profile .profile-bg {
    width: 100%;
    height: 120px;
    background: #6F42FF;
    border-radius: 10px;
    z-index: 1;
}

.profile .profile-body {
    background: #fff;
    /* margin-top: 10px; */
    border-radius: 10px;
}

.profile-body .profile-img {
    width: 130px;
    height: 130px;
    line-height: 128px;
    border-radius: 50%;
    margin: -75px auto auto;
    background: #fff;
    z-index: 999;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.profile-body .profile-img img {
    width: 100%;
    height: 100%
}

.profile-body .profile-content h3.name,
.profile-body .profile-content h4.designation {
    text-align: center;
}

.profile-body .profile-content h3.name {
    font-weight: 600;
    font-size: 25px;
    color: #000000;
}

.profile-body .profile-content h4.designation {
    font-weight: normal;
    font-size: 20px;
    color: #505050;
}

.profile-body .profile-content p {
    color: #000;
    padding: 4px 20px;
}

/* ##Dropzone */
.dropzone {
    padding: 12px !important;
    border: none !important;
    background: rgba(111, 66, 255, 0.05) !important;
    border-radius: 5px;
    min-height: 100px !important;
}

.dropzone .dz-message {
    margin: 0 !important;
}

.dz-message .drag-icon-cph i {
    font-size: 60px;
    color: #A2A2AC;
}

/* ##Form## */
.form-button-action {
    display: inline-flex;
}

.form-control-plaintext {
    text-align: right;
}

.button-icon i {
    margin-right: 8px;
    margin-left: 8px;
}

/* ##Input## */
/* .form .form-group label */
.form .form-group {
    margin-bottom: 0;
    padding: 15px 10px;
}

.form .form-group label {
    margin-bottom: 5px !important;
    color: #A2A2AC !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.form .form-group .form-control {
    box-shadow: none;
    margin-bottom: 8px;
    background: rgba(111, 66, 255, 0.05);
    border: 1px solid rgba(111, 66, 255, 0.05);;
    border-radius: 5px;
    padding: 4px 10px;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* border-bottom: 2px solid rgba(111, 66, 255, 0.05); */
}

.form .form-group .form-control:focus,
.select-form-control:focus {
    border: 1px solid #6F42FF;
}

/* .form .form-group .form-control:focus {
   border-bottom: 2px solid #6F42FF;
 } */

.form-inline label {
    margin-bottom: 0 !important;
}

.input-fixed {
    width: 200px;
}

.has-success .form-control {
    border-color: #00C689;
    color: #00C689;
}

.has-error .form-control {
    border-color: #F1536E;
    color: #F1536E;
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.has-success .form-control-feedback {
    color: #00C689;
}

.has-error .form-control-feedback {
    color: #F1536E;
}

.input-group.has-icon {
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.input-group.has-success,
.input-group.has-icon.has-success {
    border: 1px solid #00C689 !important;
    color: #00C689;
}

.input-group.has-error {
    border: 1px solid #F1536E !important;
    color: #F1536E;
}

.input-group.has-icon.has-error {
    border: 1px solid #F1536E !important;
    color: #F1536E;
}

.input-group.has-icon .form-control {
    border-radius: .25rem;
    border: 0px;
    position: relative;
}

.input-group.has-icon .input-group-icon {
    background: transparent;
    border: 0px;
}

.input-square {
    border-radius: 0px !important;
}

.input-pill {
    border-radius: 1.3rem !important;
}

.input-solid {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
}

.form-control:disabled, .form-control[readonly] {
    background: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 0.6 !important;
}

.date-field {
    position: relative;
}

.input-group-append-custom i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 6px;
    margin-right: 10px;
    font-size: 22px;
}

/* ##Table## */
.table {
    color: #000000 !important;
}

#table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

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

.table > tbody > tr > td,
.table > tbody > tr > th {
    padding: 5px;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th {
    padding: 5px;
}

.table thead th {
    color: #A2A2AC;
    font-weight: 500;
    border-bottom-width: 2px;
}

.table td,
.table th {
    font-size: 14px;
    padding: 6px !important;
}

/* table full-width */
.table-full-width {
    margin-left: -15px;
    margin-right: -15px;
}

/* table bordered states */
.table-striped td,
.table-striped th {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/* table head background states*/
.table-head-bg-default {
    border: 1px solid #607D8B !important;
}


.table-head-bg-default thead th,
.table-striped-bg-default tbody tr:nth-of-type(odd) {
    background: #607D8B !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table_responsive {
    width: 100%;
}

.appointment-list td,
.appointment-list th {
    font-size: 12px !important;
}

.appointment-list .select_box {
    min-width: 110px;
}

@media screen and (min-width: 869px) {
    .table_responsive thead tr th[abbr="name"],
    .table_responsive thead tr th[abbr="contact"] {
        min-width: 120px;
    }
}

@media screen and (max-width: 868px) {
    .table_responsive thead tr th[abbr="time"] {
        min-width: 80px;
    }

    .table_responsive thead tr th[abbr="date"] {
        min-width: 110px;
    }

    .table_responsive thead tr th[abbr="contact"] {
        min-width: 120px;
    }
}

@media screen and (max-width: 768px) {
    .table_responsive {
        width: 100%;
        display: inline-block;
        max-height: 300px;
        overflow-x: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table_responsive thead tr th[abbr="name"],
    .table_responsive thead tr th[abbr="contact"] {
        min-width: 150px;
    }
}

/* Data Table Customize CSS */

div.dataTables_wrapper div.dataTables_filter input {
    max-width: 180px;
}

table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0 0.75em !important;
}

/* ##Navbar## */
.navbar .navbar-nav .nav-item .nav-link {
    display: inline-block;
    vertical-align: middle;
    color: #A2A2AC;
    line-height: 55px;
    letter-spacing: 0.04em;
    padding: 0 20px 0 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.navbar .navbar-nav .nav-item .nav-link i {
    font-size: 22px;
    width: 30px;
    vertical-align: middle;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    /* right: 0; */
}

.dropdown-item {
    font-size: 14px;
}

.navbar-header {
    padding: 4px 15px;
}

.navbar-header .dropdown {
    line-height: 55px;
}

.navbar-header .dropdown::after {
    margin-left: 0;
}

.navbar-header .dropdown::after {
    vertical-align: middle;
    color: #555;
}

.hidden-caret .dropdown::after {
    display: none !important;
}

.navbar-nav .dropdown a.theme-add-btn {
    text-decoration: none;
}

.navbar-nav .dropdown-menu {
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-radius: 0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    padding-bottom: 8px;
    margin-top: -30px;
    z-index: -2;
}

.dropdown-button-menu {
    width: 200px;
    margin-top: -45px;
}

.dropdown-button-menu .dropdown-item {
    color: #6F42FF;
    font-weight: 600;
}

.dropdown-button-menu .dropdown-item p {
    margin-left: 15px;
    margin-top: 10px;
    position: absolute;
    display: inline-block;
}

.dropdown-button-menu .dropdown-item span {
    display: inline-block;
}

.dropdown-button-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 20px;
}

.dropdown-button-menu li:first-child {
    margin-top: 30px;
}

.theme-add-btn {
    padding: 10px 62px;
    border-radius: 5px;
}

@media screen and (max-width: 1160px) {
    .nav-search {
        /* width: 68% !important; */
        width: 75% !important;
        margin-left: 0px;
    }

    .theme-add-btn {
        padding: 10px 4vw;
        border-radius: 5px;
    }
}

@media screen and (max-width: 991px) {
    .d-small-none {
        display: none !important;
    }
}

/* ##Nav Search## */
.nav-search .input-group {
    border: 1px solid #EFEEF3;
    background: #EFEEF3;
    border-radius: 100px;
}

.nav-search .input-group:hover, .nav-search .input-group:focus {
    border: 1px solid #ddd;
}

.nav-search .form-control {
    border: 0;
    background: transparent;
    font-size: 14px;
}

.nav-search .input-group-text {
    border: 0;
    background: transparent;
}

.nav-search .search-icon {
    font-size: 21px;
    color: #A2A2AC;
}

.nav-search .input-group-text i {
    color: #A2A2AC;
}

.nav-search {
    width: 75%;
    margin-left: 0px;
}

/* navbar profile pic */
.profile-pic .img-circle {
    border-radius: 50%;
}

.profile-pic span {
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    color: #555;
}

/* ##Badge## */
.badge {
    border-radius: 50px;
    margin-left: auto;
    line-height: 1;
    padding: 6px 10px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 11px;
}

.badge-count {
    border: 1px solid #ddd;
}

.badge-default {
    background: #607D8B;
    color: #ffffff !important;
}

.badge-primary {
    background: #6F42FF;
}

.badge-info {
    background: #23CCEF;
}

.badge-success {
    background-color: #00C689;
}

.badge-warning {
    background: #fbad4c;
    color: #ffffff !important;
}

.badge-danger {
    background-color: #F1536E;
}

/* ##Caret## */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* ##Alert## */
.alert {
    border: 0px;
    color: #ffffff;
    position: relative;
    padding-left: 65px;
}

.alert [data-notify="icon"] {
    font-size: 30px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.alert [data-notify="title"] {
    display: block;
    font-weight: bold;
}

.alert [data-notify="message"] {
    font-size: 14px;
}

.alert .close {
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: auto !important;
    border-radius: 50%;
}

.alert-primary {
    background-color: #6F42FF;
}

.alert-info {
    background-color: #23CCEF;
}

.alert-success {
    background-color: #00C689;
}

.alert-warning {
    background-color: #fbad4c;
}

.alert-danger {
    background-color: #F1536E;
}

/* ##Button */
.btn-primary {
    background: #6F42FF;
    border-color: #6F42FF;
}

.btn-danger {
    background: #F1536E;
    border-color: #F1536E;
}

.btn-success {
    background: #00C689;
    border-color: #00C689;
}

.btn-success,
.btn-danger {
    padding: 4px 30px;
}

.btn-print {
    padding: 2px 15px;
    border-radius: 5px;
}

.btn-print i {
    margin-right: 8px;
}

/* ##Edit Icon */
.edit-icon a {
    display: inline-block;
    text-decoration: none;
    color: #A2A2AC;
    font-size: 18px;
    font-weight: 600;
}

.edit-icon a:hover {
    color: #6F42FF;
}

.edit-icon a i {
    margin-left: 5px;
}

/* ##Nav Pill## */
.nav-pills > li:first-child > a {
    border-radius: 4px 0 0 4px !important;
}

.nav-pills > li:last-child > a {
    border-radius: 0 4px 4px 0 !important;
}

.nav-link.disabled {
    color: #6c757d !important;
}

.nav-pills > li > a {
    margin-left: -1px;
    border-radius: 0 !important;
    border: 1px solid #6F42FF;
    color: #6F42FF;
}

.nav-pills > li > a.active {
    background: #6F42FF;
}

.nav-pills > li > a:hover {
    background: #fafafa;
}

.nav-pills.nav-default > li > a {
    border: 1px solid #607D8B;
    color: #607D8B;
}

.nav-pills.nav-default > li > a.active {
    background: #607D8B;
}

.nav-pills.nav-primary > li > a {
    border: 1px solid #6F42FF;
    color: #6F42FF;
}

.nav-pills.nav-primary > li > a.active {
    background: #6F42FF;
}

.nav-pills.nav-info > li > a {
    border: 1px solid #23CCEF;
    color: #23CCEF;
}

.nav-pills.nav-info > li > a.active {
    background: #23CCEF;
}

.nav-pills.nav-success > li > a {
    border: 1px solid #00C689;
    color: #00C689;
}

.nav-pills.nav-success > li > a.active {
    background: #00C689;
}

.nav-pills.nav-warning > li > a {
    border: 1px solid #fbad4c;
    color: #fbad4c;
}

.nav-pills.nav-warning > li > a.active {
    background: #fbad4c;
}

.nav-pills.nav-danger > li > a {
    border: 1px solid #F1536E;
    color: #F1536E;
}

.nav-pills.nav-danger > li > a.active {
    background: #F1536E;
}

/* ##Pagination## */
.pagination .page-item .page-link {
    color: #6F42FF;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span {
    border-radius: 10px !important;
    margin: 0 8px;
    color: #777777;
    border-color: #ddd;
}

.pagination.pg-primary > li.active > a, .pagination.pg-primary > li.active:first-child > a, .pagination.pg-primary > li.active:last-child > a, .pagination.pg-primary > li.active > span, .pagination.pg-primary > li.active:first-child > span, .pagination.pg-primary > li.active:last-child > span {
    background: #6F42FF;
    border-color: #6F42FF;
    color: #ffffff;
}

.pagination.pg-info > li.active > a, .pagination.pg-info > li.active:first-child > a, .pagination.pg-info > li.active:last-child > a, .pagination.pg-info > li.active > span, .pagination.pg-info > li.active:first-child > span, .pagination.pg-info > li.active:last-child > span {
    background: #23CCEF;
    border-color: #23CCEF;
    color: #ffffff;
}

.pagination.pg-success > li.active > a, .pagination.pg-success > li.active:first-child > a, .pagination.pg-success > li.active:last-child > a, .pagination.pg-success > li.active > span, .pagination.pg-success > li.active:first-child > span, .pagination.pg-success > li.active:last-child > span {
    background: #00C689;
    border-color: #00C689;
    color: #ffffff;
}

.pagination.pg-warning > li.active > a, .pagination.pg-warning > li.active:first-child > a, .pagination.pg-warning > li.active:last-child > a, .pagination.pg-warning > li.active > span, .pagination.pg-warning > li.active:first-child > span, .pagination.pg-warning > li.active:last-child > span {
    background: #fbad4c;
    border-color: #fbad4c;
    color: #ffffff;
}

.pagination.pg-danger > li.active > a, .pagination.pg-danger > li.active:first-child > a, .pagination.pg-danger > li.active:last-child > a, .pagination.pg-danger > li.active > span, .pagination.pg-danger > li.active:first-child > span, .pagination.pg-danger > li.active:last-child > span {
    background: #F1536E;
    border-color: #F1536E;
    color: #ffffff;
}

.pagination.pg-default > li.active > a, .pagination.pg-default > li.active:first-child > a, .pagination.pg-default > li.active:last-child > a, .pagination.pg-default > li.active > span, .pagination.pg-default > li.active:first-child > span, .pagination.pg-default > li.active:last-child > span {
    background: #607D8B;
    border-color: #607D8B;
    color: #ffffff;
}


/* ##Modal## */
.modal .bg-default .modal-title,
.modal .bg-primary .modal-title,
.modal .bg-info .modal-title,
.modal .bg-success .modal-title,
.modal .bg-warning .modal-title,
.modal .bg-danger .modal-title {
    color: #ffffff !important;
}

.modal-content {
    border-radius: .4rem !important;
    border: 0 !important;
}

.modal .modal-content .modal-header {
    border-bottom: none !important;
}

.modal .modal-body {
    padding-top: 0px !important;
}

/* For all zoom buttons */

/* ##Responsive## */
@media screen and (max-width: 768px) {
    .doc-dashboard .widget {
        max-width: 100%;
    }
}


@media screen and (max-width: 780px) {
    .doc-password-section .mr-3,
    .col-right-section .mr-3 {
        margin-right: 0px !important;
    }

    .doc-password-section .ml-3,
    .col-right-section .ml-3 {
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 992px) {
    .main-header .logo-header {
        line-height: 52px;
    }

    .sidebar .scroll-element {
        opacity: 0;
        transition: all .2s;
    }

    .sidebar:hover .scroll-element {
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {
    .sidebar {
        position: fixed;
        left: 0 !important;
        right: 0;
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0) !important;
        transition: all .5s;
    }

    .nav_open .sidebar {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0) !important;
    }

    .sidebar .sidebar-wrapper {
        padding-top: 0px;
    }

    .nav_open {
        overflow: hidden !important;
    }

    .nav_open .main-panel, .nav_open .main-header {
        -webkit-transform: translate3d(260px, 0, 0);
        -moz-transform: translate3d(260px, 0, 0);
        -o-transform: translate3d(260px, 0, 0);
        -ms-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0) !important;
    }

    .main-header {
        transition: all .5s;
    }

    .main-panel {
        width: 100%;
        transition: all .5s;
    }

    .main-panel .content {
        padding: 30px 10px;
    }

    .main-header .logo-header {
        display: flex;
        width: 100% !important;
        text-align: left;
        position: relative;
        justify-content: center;
    }

    .main-header .logo-header .navbar-toggler {
        position: absolute;
        top: auto;
        height: 100%;
        left: 15px;
        opacity: 1;
    }

    .main-header .logo-header .more {
        opacity: 1;
        position: absolute;
        right: 15px;
        color: #545454;
        cursor: pointer;
    }

    /* new css*/
    .main-header .logo-header .more i {
        font-size: 18px;
        color: #A2A2AC;
    }

    .nav-search {
        width: 100% !important;
        margin-right: 0 !important;
        margin-top: 12px;
    }

    .navbar-header {
        border-top: 1px solid #eee;
        position: absolute;
        width: 100%;
        background: #ffffff;
        transform: translate3d(0, -200px, 0) !important;
        transition: all .5s;
    }

    .topbar_open .navbar-header {
        transform: translate3d(0, 54px, 0) !important;
        /* border-bottom: 1px solid #eee; */
    }

    .topbar_open .main-panel {
        transform: translate3d(0, 125px, 0) !important;
    }

    .nav_open.topbar_open .main-panel {
        transform: translate3d(260px, 125px, 0) !important;
    }

    .navbar-header .navbar-nav {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-left: 0px !important;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
    }

    .navbar-header .navbar-nav .dropdown {
        position: unset;
    }

    .navbar-header .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 280px;
    }
}

/*##Client Panel CSS*/
.profile-details h6 {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.schedule-btn {
    /* min-height: 200px; */
    min-height: 140px;
}

.schedule-btn a,
.contact-btns a {
    font-weight: 600;
    font-size: 16.5px;
}

.contact-btns {
    min-height: 224px;
}

@media screen and (max-width: 991px) {
    .schedule-btn {
        min-height: 200px;
    }

    .contact-btns {
        min-height: 185px;
    }
}

/* ##Countdown */
.countdown-main {
    min-height: 130px;
}

.countdown-inner {
    margin: 0px 8px;
}

.child_time0 {
    background: #E5E5E5;
    border-radius: 5px;
}

.child_time1 {
    background: #E5E5E5;
    border-radius: 5px;
}

.child_time {
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 40px;
    margin: 5px;
    min-width: 40px;
    text-align: center;
}

/* Feedback */
.feedback-modal h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.feedback-modal p {
    font-size: 14px;
}

@media screen and (max-width: 400px) {
    .feedback-modal .btn-danger,
    .feedback-modal .btn-success {
        width: 100% !important;
        margin-top: 15px;
    }

    .feedback-modal .btn-success {
        margin-right: 0px !important;
    }

    .feedback-modal .btn-danger {
        margin-left: 0px !important;
    }
}


/* ##Rating */
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rating > input {
    display: none;
}

.rating > label i {
    font-size: 20px;
    margin-top: 7px;
    color: #A2A2AC;
}

.rating > label {
    position: relative;
    cursor: pointer;
}

.rating > label::before {
    content: "\f005";
    position: absolute;
    font-family: FontAwesome;
    display: inline-block;
    opacity: 0;
    font-size: 24px;
    color: #FFD700;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.rating > input:checked ~ label:before {
    opacity: 1;
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}


/* Full-Calendar CSS */

/* Bootstrap Date-picker Customize css */
#full-calendar .datetimepicker-inline,
#full-calendar .datetimepicker-inline table {
    width: 100%;
}

#full-calendar .datetimepicker td,
#full-calendar .datetimepicker th {
    text-align: center;
    width: 46px;
    height: 60px;
    border-radius: 0px !important;
    border: 0.226269px solid rgba(0, 0, 0, 0.1);
}

#full-calendar .datetimepicker thead tr th {
    background-color: #6F42FF;
    color: #ffffff;
    border: none;
}

#full-calendar .datetimepicker thead tr th.dow {
    background-color: #F3F3F3 !important;
    color: #000000;
    border: 0.226269px solid rgba(0, 0, 0, 0.1);
}

#full-calendar .datetimepicker tbody tr {
    background: #ffffff;
    color: #000000;
    font-size: 16px;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #6F42FF;
    background-image: none !important;
}

/* popup datepicker css */
.datepicker table {
    width: 100%;
    min-width: 360px;
}

.datepicker td {
    width: 35px;
    height: 35px;
}

.datepicker th {
    height: 40px;
}

.datepicker thead tr:nth-child(2) th {
    background: #6F42FF;
    color: #fff;
    border-radius: 0px;
}

.datepicker thead tr:nth-child(2) th.disabled {
    background: #6F42FF;
    visibility: visible;
    color: #fff;
    border-radius: 0px;
}

.datepicker thead tr:nth-child(2) th:hover {
    background: #6F42FF;
}

.datepicker thead tr:last-child th {
    background: #eaeaea;
    border-radius: 0px;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-image: none;
}

/* jQuery fullcalendar css */
#full-calendar .fc-highlight {
    background: #a7d3f8 !important;
}

#full-calendar .calendar-customize .fc-header-toolbar {
    background: #6F42FF;
    margin-bottom: 0px !important;
    padding: 20px 22px;
}

#full-calendar .calendar-customize .fc-header-toolbar .fc-left h2 {
    font-size: 20px;
    font-weight: 500px;
    color: #ffffff;
}

#full-calendar .calendar-customize .fc-header-toolbar .fc-state-default {
    background: transparent;
    background-image: none !important;
    color: #fff;
    border-color: #fff;
    padding: 0 15px;
}

#full-calendar .calendar-customize .fc-header-toolbar .fc-right button.fc-today-button {
    display: none;
}

#full-calendar .calendar-customize .fc-widget-header table > thead {
    height: 60px;
    background-color: #F3F3F3 !important;
    color: #000000;
    border: 0.226269px solid rgba(0, 0, 0, 0.1);
    /* text-align: center;
     vertical-align: middle; */
}
#full-calendar .calendar-customize .fc-view-container .fc-body {
    background: #ffffff;
}

#full-calendar .calendar-customize .fc-view-container .fc-body tr td.fc-widget-content {
    text-align: center;
    vertical-align: middle;
}

#full-calendar .calendar-customize .fc-content-skeleton table tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    height: 60px;
    color:#000;
}
/* Circle widget menu in mobile device css */
.c-circle-menu {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 24px;
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu {
        width: 90px;
        height: 90px;
        border-radius: 48px;
    }
}

.c-circle-menu__items {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.c-circle-menu__item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    opacity: 0;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.35, -0.59, 0.47, 0.97);
    transition-timing-function: cubic-bezier(0.35, -0.59, 0.47, 0.97);
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu__item {
        width: 90px;
        height: 90px;
        border-radius: 48px;
    }
}

.c-circle-menu__item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.c-circle-menu__item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.c-circle-menu__item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.c-circle-menu__item:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.c-circle-menu__item:nth-child(5) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.c-circle-menu.is-active .c-circle-menu__item {
    -webkit-transition-timing-function: cubic-bezier(0.35, 0.03, 0.47, 1.59);
    transition-timing-function: cubic-bezier(0.35, 0.03, 0.47, 1.59);
}

.c-circle-menu.is-active .c-circle-menu__item:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu.is-active .c-circle-menu__item:nth-child(1) {
        -webkit-transform: translate(-120px, 0);
        transform: translate(-120px, 0);
    }
}

.c-circle-menu.is-active .c-circle-menu__item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate(-45px, -50px);
    transform: translate(-45px, -50px);
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu.is-active .c-circle-menu__item:nth-child(2) {
        -webkit-transform: translate(-90px, -90px);
        transform: translate(-90px, -90px);
    }
}

.c-circle-menu.is-active .c-circle-menu__item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(-0px, -85px);
    transform: translate(-0px, -85px);
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu.is-active .c-circle-menu__item:nth-child(3) {
        -webkit-transform: translate(-0px, -120px);
        transform: translate(-0px, -120px);
    }
}

.c-circle-menu.is-active .c-circle-menu__item:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate(-56px, -134px);
    transform: translate(-56px, -134px);
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu.is-active .c-circle-menu__item:nth-child(4) {
        -webkit-transform: translate(-111px, -267px);
        transform: translate(-111px, -267px);
    }
}

.c-circle-menu.is-active .c-circle-menu__item:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0, -144px);
    transform: translate(0, -144px);
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu.is-active .c-circle-menu__item:nth-child(5) {
        -webkit-transform: translate(0, -288px);
        transform: translate(0, -288px);
    }
}

.c-circle-menu.is-active .c-circle-menu__item {
    opacity: 1;
}

.c-circle-menu__link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    font-size: 40px;
    color: #6F42FF;
}

.c-circle-menu__link div {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    display: block;
    text-align: center;
}

.c-circle-menu__link i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 2px;
    width: 42px;
    height: 42px;
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu__link {
        border-radius: 48px;
    }
}

.c-circle-menu__link img {
    display: block;
    max-width: 100%;
    height: auto;
}

.c-circle-menu__toggle {
    display: block;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: #6F42FF;
    font: inherit;
    font-size: 0;
    text-indent: -9999px;
    border-radius: 24px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 480px) and (min-height: 480px) {
    .c-circle-menu__toggle {
        width: 70px;
        height: 70px;
        border-radius: 48px;
    }
}

.c-circle-menu__toggle:hover,
.c-circle-menu__toggle:focus,
.c-circle-menu__toggle.is-active {
    outline: none;
    background-color: #6F42FF;
}

.c-circle-menu__toggle span {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}


.c-circle-menu__toggle span::before,
.c-circle-menu__toggle span::after {
    position: absolute;
    left: 28px;
    bottom: 11px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

.c-circle-menu__toggle span::before {
    transform: rotate(90deg);
}

.c-circle-menu__toggle span::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
    .c-circle-menu__toggle span::before,
    .c-circle-menu__toggle span::after {
        left: 38px !important;
        bottom: 20px !important;
    }

    .c-circle-menu__link div {
        width: 45px;
        height: 45px;
        line-height: 45px;
        display: block;
    }

    .c-circle-menu__link i {
        margin-bottom: 10px;
        margin-right: 2px;
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-height: 480px) {
    .c-circle-menu__toggle span::before,
    .c-circle-menu__toggle span::after {
        left: 38px !important;
        bottom: 22px !important;
    }

    .c-circle-menu__link div {
        width: 45px;
        height: 45px;
        line-height: 45px;
        display: block;
    }

    .c-circle-menu__link i {
        margin-bottom: 10px;
        margin-right: 2px;
        width: 35px;
        height: 35px;
    }
}

.c-circle-menu__toggle.is-active span {
    background: none;
}

.c-circle-menu__toggle.is-active span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.c-circle-menu__toggle.is-active span::after {

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.c-circle-menu__mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.c-circle-menu__mask.is-active {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 991px) {
    .d-sm-block {
        display: block !important;
    }
}

.recent-patients tbody tr td a {
    display: inline-block;
    color: #000000;
}

.recent-patients tbody tr td a:hover {
    color: #6F42FF;
}


/* ##Icon css */
.doc-icon-size-1 {
    -webkit-mask-size: 20% auto;
    mask-size: 50% auto;
    mask-size: 3em 25%;
    mask-size: auto 6px;
    mask-size: auto auto;
    width: 25px;
    height: 25px;
}

.doc-icon-size-2 {
    -webkit-mask-size: 50% auto;
    mask-size: 50% auto;
    mask-size: 3em 25%;
    mask-size: auto 6px;
    mask-size: auto auto;
    width: 30px;
    height: 30px;
}

.doc-icon-bg-gray {
    background: #A2A2AC;
}

.doc-icon-bg-primary {
    background: #6F42FF;
}

.doc-icon-search {
    -webkit-mask: url(../img/icons/icon-search.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-search.svg) no-repeat 100% 100%;
}

.doc-icon-th-o {
    -webkit-mask: url(../img/icons/icon-th-o.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-th-o.svg) no-repeat 100% 100%;
}

.doc-icon-calendar-dark {
    -webkit-mask: url(../img/icons/icon-calendar-dark.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-calendar-dark.svg) no-repeat 100% 100%;
}

.doc-icon-calendar-gray {
    -webkit-mask: url(../img/icons/icon-calendar-gray.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-calendar-gray.svg) no-repeat 100% 100%;
}

.doc-icon-calendar-star {
    -webkit-mask: url(../img/icons/icon-calendar-star.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-calendar-star.svg) no-repeat 100% 100%;
}

.doc-icon-comment {
    -webkit-mask: url(../img/icons/icon-comment.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-comment.svg) no-repeat 100% 100%;
}

.doc-icon-envelope {
    -webkit-mask: url(../img/icons/icon-envelope.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-envelope.svg) no-repeat 100% 100%;
}

.doc-icon-lock-o {
    -webkit-mask: url(../img/icons/icon-lock-o.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-lock-o.svg) no-repeat 100% 100%;
}

.doc-icon-logout {
    -webkit-mask: url(../img/icons/icon-logout.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-logout.svg) no-repeat 100% 100%;
}

.doc-icon-paper-plane {
    -webkit-mask: url(../img/icons/icon-paper-plane.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-paper-plane.svg) no-repeat 100% 100%;
}

.doc-icon-pencil {
    -webkit-mask: url(../img/icons/icon-pencil.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-pencil.svg) no-repeat 100% 100%;
}

.doc-icon-phone {
    -webkit-mask: url(../img/icons/icon-phone.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-phone.svg) no-repeat 100% 100%;
}

.doc-icon-prescription {
    -webkit-mask: url(../img/icons/icon-prescription.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-prescription.svg) no-repeat 100% 100%;
}

.doc-icon-reloading {
    -webkit-mask: url(../img/icons/icon-reloading.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-reloading.svg) no-repeat 100% 100%;
}

.doc-icon-user {
    -webkit-mask: url(../img/icons/icon-user.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-user.svg) no-repeat 100% 100%;
}

.doc-icon-users {
    -webkit-mask: url(../img/icons/icon-users.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-users.svg) no-repeat 100% 100%;
}

.doc-icon-setting {
    -webkit-mask: url(../img/icons/icon-setting.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-setting.svg) no-repeat 100% 100%;
}

.doc-icon-desktop {
    -webkit-mask: url(../img/icons/icon-desktop.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-desktop.svg) no-repeat 100% 100%;
}

.doc-icon-trash {
    -webkit-mask: url(../img/icons/icon-trash.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-trash.svg) no-repeat 100% 100%;
}

.doc-icon-close {
    -webkit-mask: url(../img/icons/icon-close.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-close.svg) no-repeat 100% 100%;
}

.doc-icon-cross-circular {
    -webkit-mask: url(../img/icons/icon-cross-circular-button-outline.svg) no-repeat 100% 100%;
    mask: url(../img/icons/icon-cross-circular-button-outline.svg) no-repeat 100% 100%;
}

/* ##End Icon css */

/* ##Tabs */
.doc-tabs .nav-tabs .nav-link {
    border: none;
    outline: none;
    border-radius: 0px;
    color: #000000;
    font-size: 18px;
    padding: 0px;
    border-bottom: 4px solid #E5E5E5;
}

.doc-tabs .nav-tabs .nav-link:first-child {
    text-align: left;
}

.doc-tabs .nav-tabs .nav-link:last-child {
    text-align: right;
}

.doc-tabs .nav-tabs .nav-link.active {
    color: #6F42FF;
    background-color: transparent;
    border-bottom: 4px solid #6F42FF;
    font-size: 18px;
    border-radius: 3px;
}

/* create table structure with div tag css */
#div-table {
    display: table;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    border: 1px solid #ccc;
    border-top: none;
}

#div-table .div-theading {
    display: table-row;
    font-weight: 600;
    height: 35px;


}

.div-trow {
    display: table-row;
    height: 35px;

}

.data-cell:first-child {
    min-width: 80px;
}

.data-cell {
    min-width: 180px;
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
    padding-right: 5px;
    text-align: left;
    border: 1px solid #ccc;
}

.data-cell:nth-child(1) {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.data-cell:nth-child(2) {
    border-bottom: none;
    border-right: none;
}

.data-cell:nth-child(3) {
    border-bottom: none;
    border-right: none;
}

/*
Print related CSS
*/
/* ##Print Modal*/
.print .border {
    border-radius: 10px;
}

.print h3 {
    font-weight: 600;
    font-size: 20px;
    color: #6F42FF;
}

.print h4 {
    font-weight: 500;
    font-size: 18px;
    color: #505050;
}

.print h4.text-lighter {
    font-weight: normal;
    font-size: 16px;
}

.print p {
    font-weight: normal;
    line-height: 13px
}

.print h5 {
    font-weight: 600;
    font-size: 18px;
    color: #505050;
}

.print h6 {
    font-weight: 600;
    font-size: 16px;
    color: #505050;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* Close or Delete icon CSS */
.set-icon-position {
    position: relative;
}

.doc-delete-btn {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 32px;
    left: -10px
}

.doc-icon-cross-circular {
    background: #F1536E;
}

.doc-icon-cross-circular:hover {
    background: #6F42FF;
    transition: .64s ease-in-out;
}

/*
 .profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
} */

.file-upload {
    display: none;
}

#patient_avatar_profile {
    display: none;
}

.profile-wrap {
    position: relative;
    width: 150px;
    margin: auto;
}

.profile-wrap .profile-pic {
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    width: 104px;
    height: 104px;
    border: 4px solid #fff;
}

.profile-edit {
    position: absolute;
    top: 60px;
    right: 15px;
    color: #fff;
}

.profile-edit i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background: #6F42FF;
    border-radius: 50%;
}

.profile-edit i:hover {
    background: #0069d9;
    transition: all .3s ease-in-out;
    color: #fff;
}
