.btn-primary {
    background: #ee770c;
    border-color: #ee770c;
}

.btn-primary:hover {
    background: #000;
    border-color: #000;
}
/* .sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background-color: rgb(0 0 64 / 10%);
    color: #ee770c;
} */
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background-color: rgb(0 0 0);
    color: #fff;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
    color: #2a3547;
}
.brand-logo {
    /* border-bottom: 1px solid #e9e9e9; */
    margin-bottom: 20px;
}
.sidebar-item.active a.sidebar-link {
    background: #ee770c;
    color: #fff;
}
.logon_row {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-height: 100vh;
}

.logon_row .left {
    width: 40%;
    background: #ee770c;
    min-height: 100vh;
    display: flex;
    align-items: center;
    border-radius: 0 20px 20px 0;
}

.logon_row .right {
    width: 60%;
}

.login_from {
    max-width: 500px;
    margin: auto;
    padding: 0 15px;
}

.login_from label {
}

.login_from label {
    color: #fff;
}

.login_from input {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.login_from input:focus {
    border-color: #ffffff;
    color: #fff;
    box-shadow: 0 0 9px 0px #fff !important;
}
.login_from input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}
.login_from input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}
.login_from input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}
.login_from input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}
.login_from .btn {
    border-color: #fff;
    color: #ee770c;
    background: #fff;
    border-radius: 0;
    margin-top: 20px;
}

.login_from .btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-outline-primary {
    border-color: #ee770c;
    color: #ee770c;
}

.btn-outline-primary:hover {
    background: #ee770c;
    border-color: #ee770c;
}
.left-sidebar {
    background-color: #fcfcfc;
}
.body-wrapper > .container-fluid {
    max-width: 100%;
}
.list_divi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 5px solid #e8e7e7;
}
.list_divi span {
    background: #ee770c;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 700;
    font-size: 28px;
}
h2 {
    color: #000;
    font-weight: 600;
}
.footer {
    position: fixed;
    width: calc(100% - 270px);
    bottom: 0;
    left: 0;
    margin-left: 270px;
    background: #000;
    box-shadow: 0 0 9px #e5e5e5;
    color: #fff;
}
.app-header {
    box-shadow: 0 0 9px #e5e5e5;
    background: #ee770c;
}
.table > :not(caption) > * > * {
    padding: 10px;
}

table.dataTable thead > tr > th,
table.dataTable thead > tr > th {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.top_shadow {
    border-top: 5px solid #e8e7e7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0px rgb(0 0 32 / 50%) !important;
    border-color: #ee770c000;
}
.modal-header .modal-title {
    color: #000;
    font-weight: 600;
    text-align: center;
}

.modal-header {
    border-bottom: 1px solid #dfe5ef;
}
.my-image-links img {
    width: 30px;
    border-radius: 4px;
}
.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}

span.selection {
    display: block;
    width: 100%;
}

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

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ee770c;
}
/* ON/OFF Switch */

.onoffswitch {
    position: relative;
    width: 70px;
    display: inline-block;
    font-size: 80%;
}

.onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid hsl(0, 0%, 90%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
}

.onoffswitch .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.15s ease-in-out;
    -o-transition: margin 0.15s ease-in-out;
    -moz-transition: margin 0.15s ease-in-out;
    transition: margin 0.15s ease-in-out;
}

.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 11px;
    color: hsl(0, 0%, 100%);
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch .onoffswitch-inner:before {
    content: "Active";
    padding-right: 26px;
    background-color: hsl(120deg 43% 45%);
    color: hsl(0, 0%, 100%);
    padding-left: 8px;
}

.onoffswitch .onoffswitch-inner:after {
    content: "Inactive";
    padding-right: 5px;
    background-color: hsl(0deg 100% 64%);
    color: #fff;
    text-align: right;
}

.onoffswitch .onoffswitch-switch {
    width: 22px;
    height: 22px;
    margin: 0;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 46px;
    -webkit-transition: right 0.15s ease-in-out;
    -o-transition: right 0.15s ease-in-out;
    -moz-transition: right 0.15s ease-in-out;
    transition: right 0.15s ease-in-out;
}

.toggle-group {
    position: relative;
    height: 27px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 50%;
    /* margin-top: -13.5px; */
}

.toggle-group input[type="checkbox"] {
    position: absolute;
    left: 10px;
}

.toggle-group
    input[type="checkbox"]:checked
    ~ .onoffswitch
    .onoffswitch-label
    .onoffswitch-inner {
    margin-left: 0;
}

.toggle-group
    input[type="checkbox"]:checked
    ~ .onoffswitch
    .onoffswitch-label
    .onoffswitch-switch {
    right: 1px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.toggle-group input[type="checkbox"]:focus ~ .onoffswitch {
    outline: thin dotted #333;
    outline: 0;
}

.toggle-group label {
    position: absolute;
    cursor: pointer;
    padding-left: 65px;
    display: inline-block;
    text-align: left;
    line-height: 24px;
    z-index: 1;
    height: 24px;
    font-weight: 200;
}
.sidebar-nav ul .sidebar-item.selected > .sidebar-link,
.sidebar-nav ul .sidebar-item.selected > .sidebar-link.active,
.sidebar-nav ul .sidebar-item > .sidebar-link.active {
    background-color: #ee770c;
}
.paging_simple_numbers {
    padding: 10px 0 0;
}

.active > .page-link,
.page-link.active {
    background: #ee770c;
    border-color: #ee770c;
}

.disabled > .page-link,
.page-link.disabled {
    background: rgb(0 0 0 / 20%);
    color: rgb(0 0 0 / 70%);
}
.sidebartoggler {
    background: white !important;
}
footer.footer a {
    color: #fff !important;
    font-weight: 600;
}

footer.footer a:hover {
    color: #fa896b !important;
}
.img_bg_login {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

/**manage-doctor**/

.manage-doctor aside.left-sidebar {
    display: none;
}

.manage-doctor .body-wrapper {
    margin: 0 !important;
}
.logon_row .right {
    width: 60%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
}

.manage-doctor header.app-header {
    width: 100% !important;
}

.manage-doctor footer.footer {
    width: 100%;
    margin: 0;
}
/**manage-doctor-end**/

/*
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') no-repeat rgba(249, 249, 249, 0.8);
    background-size: 5%;
    background-position: center;
} */
:root {
    --border-color: #ee770c;
    --border-width: 10px;
    --size: 50px;
}
.loader {
    background: rgb(0 0 0 / 50%);
}
.loader {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    column-gap: calc(((2 / 5) * var(--size)) - ((1 / 2) * var(--border-width)));
    justify-content: center;
    align-items: center;
    column-gap: calc(((2 / 5) * var(--size)) - ((1 / 2) * var(--border-width)));
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    display: flex;
}

.loader .knot {
    width: var(--size);
    height: var(--size);
    border: var(--border-width) solid white;
    border-radius: 50% 50% 1% 50%;
}

.loader .left-knot {
    transform: rotate(-45deg);
    animation: border-animate1 1s linear infinite;
}

.loader .right-knot {
    transform: rotate(135deg);
    animation: border-animate2 1s linear infinite;
    animation-delay: 0.125s;
}

@keyframes border-animate1 {
    0% {
        border-color: white;
    }
    12.5% {
        border-color: white white var(--border-color) white;
    }
    25% {
        border-color: white white white var(--border-color);
    }
    37.5% {
        border-color: var(--border-color) white white white;
    }
    50% {
        border-color: white var(--border-color) white white;
    }
    62.5%,
    100% {
        border-color: white;
    }
}

@keyframes border-animate2 {
    0%,
    37.5%,
    100% {
        border-color: white;
    }
    50% {
        border-color: white var(--border-color) white white;
    }
    62.5% {
        border-color: var(--border-color) white white white;
    }
    75% {
        border-color: white white white var(--border-color);
    }
    87.5% {
        border-color: white white var(--border-color) white;
    }
}

.list_divi p {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    padding: 5px 0;
}
/* table th, table td {
    white-space: nowrap;
} */
.credit_add .btn {
    padding: 2px 10px;
}

.credit_add {
    display: flex;
    justify-content: center;
}
.add_and_remove {
    display: flex;
}

.add_and_remove input,
.add_and_remove .btn {
    border-radius: 0;
}
.table tr,
.table td {
    vertical-align: middle;
    text-align: center;
}

.table th {
    color: #fff;
    background: #ee770c;
    text-align: center;
}
ul.diabetologist,
.lang_select1 {
    margin: 0;
    padding: 0 !important;
}
.add_full_content > i.fa-solid.fa-trash {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    color: red;
}
.add_full_content {
    position: relative;
}
ul.diabetologist li,
.lang_select1 li {
    list-style: none;
    display: none;
    margin: 0 auto;
}
ul.diabetologist li:first-child,
ul.diabetologist li:nth-child(2),
ul.diabetologist li:nth-child(3),
.lang_select1 li:first-child,
.lang_select1 li:nth-child(2),
.lang_select1 li:nth-child(3) {
    display: inline-block;
    margin: 0 auto;
    padding: 0 5px;
}

li.rank {
    background: #ee770c000;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.badge {
    cursor: pointer;
}
.all_specialty li {
    list-style: none;
    padding: 10px 0 10px 20px;
    color: #ee770c000;
    font-weight: 400;
    font-size: 16px;
    border-left: 3px solid #ee770c;
    margin-bottom: 10px;
    background: #e4e4e4;
}

.all_specialty {
    padding-left: 0;
    margin: 0;
}

.breadcrumb i,
.breadcrumb a,
.breadcrumb li {
    font-size: 18px;
    color: black;
}
.breadcrumb i {
    padding-right: 8px;
}
.breadcrumb-item.active {
    font-weight: 600;
    color: #ffae1f;
}

.breadcrumb a:hover,
.breadcrumb a:hover i {
    color: #ffae1f;
}
.control-label {
    padding-bottom: 5px;
}
.upload_video span {
    background: transparent;
    display: block;
    color: #ee770c000;
    font-weight: 600;
    border: 1px solid #2e3192;
    padding: 5px 15px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: calc(100% - 50px);
    line-height: 28px;
}
.upload_video {
    position: relative;
}

.upload_video input {
    position: absolute;
    opacity: 0;
    width: calc(100% - 50px);
    height: 100%;
}

.upload_video span:hover {
    background: #ee770c;
    color: #fff;
    pointer-events: none;
}
.white_shadow {
    padding: 15px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(133 133 133 / 50%);
}
ul.tabs {
    margin: 0px;
    list-style: none;
    padding: 0;
}
ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 65px;
    cursor: pointer;
    background: #e4e4e4;
    font-size: 16px;
    font-weight: 900;
}

ul.tabs li.current,
ul.tabs li:hover {
    background: #ee770c;

    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}
.upload_video {
    display: flex;
    flex-wrap: wrap;
}
.upload_video i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    border: 1px solid #2e3192;
    color: #0c7d5f;
    border-radius: 4px;
    font-size: 20px;
}
.upload_video img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border: 1px solid #ee770c;
    border-radius: 4px;
    margin-left: 10px;
}
.upload_video:hover span {
    background: #ee770c000;
    color: #fff;
    transition: all 500ms ease;
}
body {
    overflow-x: hidden;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: black;
    line-height: 37px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe5ef;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 39px;
}
.link_copy {
    display: flex;
    align-items: center;
    border: 1px solid #bebebe;
    border-radius: 4px;
    padding: 0 0 0 3px;
    justify-content: space-between;
}

.link_copy p {
    margin: 0;
    padding-right: 10px;
}

.link_copy .btn {
    padding: 0;
    border-radius: 0;
}
.bg-primary {
    background: #ee770c !important;
    color: #fff;
}

.bg-primary:hover {
    color: #fff;
}
.list-group span.badge.bg-primary.rounded-pill {
    margin-left: 15px;
}

.list-group {
    font-weight: 700;
    color: #ee770c;
    font-size: 16px;
    border: 1px solid #ee770c000;
}
.add_colum .btn {
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    font-size: 12px;
}
.open_add {
    display: none;
}
.open_add > td {
    padding: 0;
}
tr.open_add.main {
    display: table-row;
}
.open_add .table tr th {
    background: #e8e8e8;
    color: #ee770c;
}
.daterange {
    background: #fff;
    cursor: pointer;
    padding: 8px 10px;
    border: 1px solid #dfe5ef;
    width: 100%;
    border-radius: 4px;
    margin-right: 15px;
}
.ms-choice > span.placeholder {
    cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #ee770c;
}
.add_colum.main i::before {
    content: "\f068";
}
/***Responsive***/
@media (max-width: 1199px) {
    .footer {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .logon_row .left {
        width: 100%;
        /* min-height: inherit; */
        border-radius: 0;
        background: rgb(0 0 0 / 72%);
        position: relative;
        z-index: 1;
    }

    .logon_row .right {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 0;
    }

    .logon_row {
        flex-wrap: wrap;
        min-height: auto;
        position: relative;
    }

    .login_from {
        padding: 15px;
    }
    .dataTables_filter {
        padding: 10px 0 5px;
    }
}
/* table.dataTable thead>tr>th:first-child,
table.dataTable.table-striped>tbody>tr>td:first-child {
    width: 50px !important;
}
.table>:not(caption)>*>* {
    width: 150px !important;
} */
.body-wrapper {
    overflow-x: hidden;
}
/* table {
    table-layout: fixed !important;
    width: 100% !important;
} */

.navbar-nav .dropdown-menu {
    max-width: 200px;
}
.list_divi h5 {
    width: calc(100% - 70px);
}
.brand-logo {
    justify-content: center !important;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice:nth-child(even)
    span,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice:nth-child(even)
    button,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice:nth-child(even) {
    background: black !important;
    color: #fff !important;
    border: 1px solid #ee770c !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice
    span,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: #001bff !important;
    color: #fff !important;
    border-color: #001bff !important;
}
.sub-menu {
    padding-left: 40px;
    display: none;
}

.sub-menu a {
    padding: 6px;
    display: block;
    color: #ee770c;
}
.sidebar-item {
    position: relative;
}

.sidebar-item .child-triggerm {
    position: absolute;
    top: 19px;
    right: 6px;
    border: 7px solid transparent;
    border-top: 7px solid #ee770c000;
    z-index: 999;
}
.sidebar-item.selected a.child-triggerm {
    border-top-color: #fff;
}
.left-sidebar .scroll-sidebar {
    padding: 0 5px;
    border-radius: 7px;
}
.toggle {
    position: relative;
    box-sizing: border-box;
}
.toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.toggle label {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.toggle label:before {
    content: "";
    width: 40px;
    height: 25px;
    background: #f00;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}
.toggle label:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}
.toggle input[type="checkbox"]:checked + label:before {
    background: #4bd865;
}
.toggle input[type="checkbox"]:checked + label:after {
    left: 19px;
}
.toggle {
    display: table;
    margin: 0 auto;
}
.preview_img img {
    width: 100%;
}

.multi_select .ms-choice,
.select_search .ms-choice {
    height: 39px;
    background: transparent;
    border: 1px solid #dfe5ef;
}

.multi_select .ms-choice span.placeholder,
.select_search .ms-choice span.placeholder {
    background: transparent;
    line-height: 39px;
    color: #97a1b2;
    opacity: 1;
}
.activity_name label {
    padding-right: 10px;
}

.activity_name label span {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.activity_name label input {
    display: none;
}

.activity_name label span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #8f9aac;
    left: 0;
    top: 0;
    border-radius: 50px;
}

.activity_name label input:checked + span:before {
    background: #ee770c;
    box-shadow: inset 0 0 0px 3px white;
}
.btn-success {
    background: black;
    border-color: black;
}

.btn-success:hover {
    background: #5c5c5c;
    border-color: #5c5c5c;
}
.form-body {
    padding: 25px 0;
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.2);
}

.tab-pan {
    display: none;
}
.tab-pan.active {
    display: block;
}
.hide {
    display: none;
}
.tab-nav {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.only__pd {
    padding: 20px 0;
}
/* .tb-next, .tb-prev {
	padding: 6px 15px;
	border-radius: 5px;
	color: #00a68e;
	border: 1px solid #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: all .5s ease;
}
.tb-next:hover, .tb-prev:hover {
	border-color: #8bfaff;
	background: rgba(24, 253, 231, 0.2);
	color: #064038;
} */
/* .submitbtn {
	padding: 6px 15px;
	background: rgba(61, 192, 206,.5);
	border: 1px solid #2597a4;
	border-radius: 4px;
	color: #0b2d35;
} */
.tb-content.new_tab {
    display: flex;
    justify-content: center;
}

.tb-content.new_tab .tab-pan {
    display: block;
    margin: 0 15px;
}
.tb-content.new_tab .tab-pan {
    width: 40px;
    height: 40px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    border: 2px solid #000;
    background: #fff;
}
.tb-content.new_tab .tab-pan.active {
    background: #010101;
    color: #fff;
}
.tb-content.new_tab {
    position: relative;
    z-index: 1;
}

.tb-content.new_tab .tab-pan:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    left: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tb-content.new_tab .tab-pan {
    position: relative;
}

.tb-content.new_tab .tab-pan:first-child:before {
    opacity: 0;
}
.open__rs .toggle {
    margin: inherit;
}
.title_dc {
    font-size: 16px;
    padding: 5px 15px 5px 15px;
    color: black;
    display: inline-block;
    border-left: 2px solid #ee770c;
    margin-bottom: 10px;
    background: rgb(238 119 12 / 10%);
}
.footer {
    z-index: 9;
}
.ms-choice > span {
    line-height: 39px;
}
.festival_day {
    display: table;
    background: rgb(218 218 218) !important;
    margin: 3px auto 0;
    padding: 5px 9px;
    border-radius: 4px;
    color: #000 !important;
}
.btn-success_one {
    background: #2e8200;
    color: #fff;
}

.btn-success_one:hover {
    background: #225b02;
    color: #fff;
}
/* .badge.text-bg-success,
.badge.text-bg-danger {
    cursor: inherit;
} */
.activity_name.checkbox_design label span:before {
    border-radius: 4px;
}

.activity_name.checkbox_design label input:checked + span:before {
    box-shadow: inset 0 0 0px 4px white;
}
input[type="color"] {
    height: 39px;
    padding: 5px;
}
.time_span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-nav ul .sidebar-item .sidebar-link i {
    font-size: 20px;
}
.toggleYes {
    position: relative;
    height: 32px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}
.toggleYes input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.toggleYes label {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    box-sizing: border-box;
    perspective: 64px;
    border-radius: 50px;
}

.toggleYes label:before {
    content: "Yes No";
    background: #ffa3a3;
    color: #ef3434;
    height: 32px;
    width: 64px;
    word-spacing: 12px;
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    padding-left: 4px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: 0.3s ease-in;
}
.toggleYes label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 29px;
    height: 26px;
    background: #ef3434;
    transform-origin: 100% 50% 0;
    transition: 0.3s ease-in;
    border-radius: 50px;
}
.toggleYes input[type="checkbox"]:checked + label:before {
    background: #c0e7e3;
    border-radius: 50px;
    color: #21bf73;
}
.toggleYes input[type="checkbox"]:checked + label:after {
    transform: rotateY(180deg);
    background: #21bf73;
    border-radius: 50px;
}
.qr_code {
    text-align: center;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px;
    max-width: 180px;
    margin: 0 auto 30px;
}

.qr_code img {
    width: 100%;
}
.input-group input.form-control,
.input-group span {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background: transparent;
    padding: 8px 20px;
    padding-left: 10px;
}
.font_pre svg {
    width: 30px;
    height: auto;
}
.input-group span {
    border-left: 0;
    color: #ee770c;
    font-size: 18px;
}

.input-group span:hover {
    background: #ee770c;
    color: #fff;
    cursor: pointer;
    border-color: #ee770c;
}

.input-group span:hover svg path {
    stroke: #fff;
}
.vbox-child img {
    max-width: 450px;
}
.submenu {
    display: none;
    padding-left: 20px;
}
.sidebar-link .fa-angle-down {
    position: absolute;
    right: 13px;
    font-size: 16px !important;
}
a.sidebar-link.active .fa-angle-down:before {
    content: "\f106";
}
ul.submenu.in.active {
    display: block;
}
/****/

@media (min-width: 1209px) {
    .page-wrapper {
        padding: 0;
        min-height: 100vh;
    }

    header.app-header {
        /* background-color: #f0f3f4; */
        border-radius: 10px;
        max-height: calc(100vh - 20px);
        margin-top: 0;
        width: calc(100% - 300px) !important;
        margin-left: 10px;
    }

    .footer {
        /* background-color: #f0f3f4; */
        border-radius: 10px;
        max-height: calc(100vh - 20px);
        margin-top: 0;
        width: calc(100% - 300px) !important;
        left: 10px;
        bottom: 0;
    }

    /* body {
        background: #b5c2ca;
    } */
    .left-sidebar {
        background-color: #f0f3f4;
        border-radius: 10px;
        margin-top: 0;
        max-height: calc(100vh - 20px);
    }
}

.error {
    color: red !important;
    font-size: 14px !important;
    padding-top: 4px !important;
}
.btn-danger_one {
    background: red;
    color: #fff;
}
.btn-danger_one:hover {
    background: #d82121;
    color: #fff;
}
.form-control.error {
    color: #000 !important;
}

ul.diabetologist,
.lang_select1 {
    margin: 0;
    padding: 0 !important;
}
.add_full_content > i.fa-solid.fa-trash {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    color: red;
}
.add_full_content {
    position: relative;
}
ul.diabetologist li,
.lang_select1 li {
    list-style: none;
    display: none;
    margin: 0 auto;
}
ul.diabetologist li:first-child,
ul.diabetologist li:nth-child(2),
ul.diabetologist li:nth-child(3),
.lang_select1 li:first-child,
.lang_select1 li:nth-child(2),
.lang_select1 li:nth-child(3) {
    display: inline-block;
    margin: 0 auto;
    padding: 0 5px;
}

li.rank {
    background: #000000;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.badge {
    cursor: pointer;
}
.all_specialty li {
    list-style: none;
    padding: 10px 0 10px 20px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    border-left: 3px solid #000;
    margin-bottom: 10px;
    background: #e4e4e4;
}

.all_specialty {
    padding-left: 0;
    margin: 0;
}

ul.submenu.in {
    display: block;
}
