@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
body {
    /* background-color: #f2f3f7; */
    background-color: #ffffff;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}

#tblticketsdata_wrapper .buttons-csv {
    display: none;
}

#tabletask_wrapper .buttons-csv {
    display: none;
}

.bg-primary {
    background-color: #ebc42a !important;
}

.bg-secondary {
    background-color: #1C1C1C !important;
}

.myQuestion .single-option input {
    margin: 0;
    position: relative;
    top: 2px;
}

.single-option .alphabet-option {
    margin: 0 15px;
    display: inline-block;
    font-weight: bold;
    color: #1C1C1C;
    font-size: 18px;
}

.myQuestion img {
    background: #62366b;
    border: 5px solid #fff;
    outline: 3px dotted #62366b;
    float: none !important;
    display: block;
    margin: 20px 0 20px;
}

.myQuestion .question-notes {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
}

.myQuestion .single-option input {
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
}

.myQuestion .single-option .alphabet-option {
    position: absolute;
    left: 15px;
}

.myQuestion .single-option {
    padding-left: 60px;
    line-height: 24px;
}

.myQuestion {
    display: none;
}

.myQuestion.active {
    display: block;
    width: 100%;
}

.page-item .page-link.active,
.page-item .page-link:hover {
    background-color: #1C1C1C;
    color: #ffffff;
    transition: .5s ease-in-out;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
a:focus {
    outline: 0;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #3d5af1;
    --main-color-dark: #3651d4;
    --main-color-light: #5872f5;
    --text-color: #cfcde7;
}

/*input.form-control,select.form-control {
    height: 45px;
}*/

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1C1C1C;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(5, 32, 60, .25);
}

select.form-control {
    /* background-image: url("/static/images/user_images/registerotp/select-arrow.png"); */
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #197288;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn {
    border-radius: 5px;
}

.btn-primary {
    background-color: #ebc42a !important;
    border-color: #ebc42a !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #1C1C1C !important;
    border-color: #1C1C1C !important;
    transition: 0.2s;
}

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

.form-check-input:checked {
    background-color: #ebc42a;
    border-color: #ebc42a;
}

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

.wrapper {
    display: flex;
    padding-top: 70px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.user-sidebar {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #1C1C1C;
    width: 260px;
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: width 0.1s ease-in-out;
    border-right: 5px solid #ebc42a;
    color: #ffffff;
}

.sidebar-links {
    padding: 15px 12px;
    overflow: auto;
}

.sidebar-title {
    padding: 15px 15px 0;
}

/*.user-sidebar::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 100%;
    top: 0;
    left: 100%;
}*/

select.form-control {
    height: 40px;
}

input.form-control {
    height: 40px;
}

select.form-control.js-example-basic-single.roles {
    height: auto;
}

main {
    flex: 1;
    padding: 2rem;
    color: #1f2027;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.main-section .copyright {
    margin-top: auto;
    font-size: 0.9rem;
    padding-top: 15px;
}

.main-section .copyright span {
    color: var(--main-color);
    font-weight: 500;
    cursor: pointer;
}

.sidebar-top {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar-top .logo {
    width: 100%;
    margin: 0 0.8rem;
}

.sidebar-top h3 {
    padding-left: 0.5rem;
    font-weight: 600;
    font-size: 1.15rem;
}

.shrink-btn {
    position: absolute;
    top: 0;
    height: 35px;
    border-radius: 6px;
    /* cursor: pointer; */
    left: 0;
    opacity: 1;
    transition: 0.3s;
    color: #fff;
    width: 35px;
    text-align: center;
    align-items: center;
    /* display: flex; */
    justify-content: center;
    /* display: none; */
    z-index: 9;
    cursor: pointer;
    display: none;
}

.shrink-btn i {
    line-height: 27px;
    transition: 0.3s;
    background-color: #197288;
    box-shadow: 0 3px 10px -3px rgba(70, 46, 118, 0.3);
    width: 90%;
    height: 90%;
    padding: 5px 0;
    border-radius: 5px;
    z-index: 9;
    position: relative;
}

.shrink-btn:hover {
    background-color: var(--main-color-dark);
}

.search {
    min-height: 2.7rem;
    background-color: var(--main-color-light);
    margin: 2rem 0.5rem 1.7rem;
    display: grid;
    grid-template-columns: 2.7rem 1fr;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.search input {
    height: 100%;
    border: none;
    background: none;
    outline: none;
    color: #fff;
    caret-color: #fff;
    font-family: inherit;
}

.search input::placeholder {
    color: var(--text-color);
}

.sidebar-links ul {
    position: relative;
}

.sidebar-links li {
    position: relative;
    padding: 2.5px 0;
}

.sidebar-links a {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    align-items: center;
    padding: 12px 12px 12px 45px;
    line-height: 16px;
    position: relative;
}

.has-submenu .submenu li a {
    font-size: 11px;
}

.sidebar-links .has-submenu .submenu li a {
    padding: 12px 60px 12px 45px;
    position: relative;
}

.sidebar-links .has-submenu .submenu li a i {
    position: absolute;
    left: 10px;
    top: 14px;
    font-size: 15px;
}

.has-submenu .submenu {
    padding-left: 35px;
}

.has-submenu .sub-link::after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 10px;
}

.non-cc-tag {
    background-color: #ae8255;
    font-weight: 700;
    padding: 1px 8px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #c1b095;
    margin-left: 3px;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
}

.sidebar-links ul li a.active {
    background-color: #ebc42a;
    color: #ffffff;
}

.sidebar-links ul li a:hover {
    background-color: #ebc42a;
    color: #ffffff;
}

.tooltip-element .icon {
    font-size: 16px;
    text-align: left;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 99;
}

.sidebar-links a.active i:first-child {
    opacity: 0;
}

.sidebar-links a.active i:last-child {
    opacity: 1;
}

.active-tab {
    width: 100%;
    height: 53px;
    background-color: var(--main-color-dark);
    border-radius: 10px;
    position: absolute;
    top: 2.5px;
    left: 0;
    transition: top 0.3s;
}

.sidebar-links h4 {
    position: relative;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0.8rem;
    color: var(--text-color);
    letter-spacing: 0.5px;
    height: 45px;
    line-height: 45px;
    transition: opacity 0.3s 0.2s, height 0.5s 0s;
}

.sidebar-footer {
    position: relative;
    margin-top: auto;
}

.takeda-footer {
    position: relative;
    margin-top: auto;
}

/* Header Start */

.user-header {
    padding: 20px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #1C1C1C;
}

.synaps-logo {
    position: relative;
}

.synaps-logo img {
    max-width: 180px;
}

.icon-btn img {
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -2px;
    border: 1px solid #ffffff;
}

.icon-btn {
    background-color: #ebc42a;
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 3px 20px 3px 30px;
    border-radius: 5px;
}

.icon-btn:hover {
    background-color: #ebc42a;
    transition: 0.2s;
}

.sidebar-top {
    /*display: none;*/
}

/* Header End */

/* welcome title Start */

.top-title-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.top-title-div h6 {
    background-color: #197288;
    color: #fff;
    /* padding: 8px 0; */
    font-size: 18px;
    font-weight: 700;
}

/* welcome title End*/

.takeda-footer {
    background-color: #f1f1f2;
    padding: 15px;
}

.takedaimg {
    display: flex;
    flex-wrap: wrap;
}

.takedaimg img {
    width: 105px;
    padding-left: 15px;
}

.takedaimg p {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
}

.close-menu {
    display: none;
}

body.shrink .close-menu {
    display: block;
}

.shrink .open-menu i:before {
    content: "\f00d";
}

/* USer Admin CSS Start */

.upgrade-section {
    margin-top: 30px;
}

.topicul {
    display: flex;
    flex-wrap: wrap;
}

.topicul li {
    flex: 0 0 20%;
    text-align: center;
    flex-wrap: wrap;
    position: relative;
}

.topicul .active-topic .topicprogressbox::after,
.topicul .active-topic .topicprogressbox::before {
    background-color: #257a39;
}

.topicprogressbox span {
    width: 40px;
    height: 40px;
    margin: 0 auto 0;
    background-color: #929497;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 5px;
    z-index: 9;
    position: relative;
}

.topicprogressbox a:hover p {
    color: #1C1C1C;
}

.active-topic .topicprogressbox span {
    background-color: #257a39;
}

/* Extra */

/*.leftrightarrow .owl-stage-outer .owl-stage .owl-item:first-child .item .topicprogressbox::before {
    display: none;
}*/

.leftrightarrow .owl-stage-outer .owl-stage .owl-item {
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
}

.leftrightarrow .owl-stage-outer .owl-stage .owl-item:first-child .topicprogressbox:before {
    display: none;
}

.topicul .topicprogressbox::before {
    content: "";
    height: 5px;
    background-color: #929497;
    position: absolute;
    left: -50%;
    top: 18px;
    width: 100%;
    z-index: -9;
}

/*.topicul .topicprogressbox::after {
    content: "";
    height: 5px;
    background-color: #929497;
    position: absolute;
    left: 20px;
    top: 18px;
    width: 100%;
    z-index: -9;
}*/

/*.topicul .topicprogressbox::before {
    content: "";
    height: 5px;
    background-color: #929497;
    position: absolute;
    right: 0;
    top: 18px;
    width: 50%;
}*/

.topicul .active-topic-last .topicprogressbox:before {
    background-color: #929497 !important;
}

.topic-slider-div .topicprogressbox p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

/*.topic-slider .owl-item:first-child .topicprogressbox:after {
    display: none;
}*/

.topic-slider-div {
    padding: 0 50px;
}

.topic-slider-div .leftrightarrow .owl-nav button.owl-prev {
    left: -30px;
}

.topic-slider-div .leftrightarrow .owl-nav button.owl-next {
    right: -30px;
}

.topic-slider-div .leftrightarrow .owl-nav button {
    top: 10px;
    bottom: inherit;
}

/* Extra */

.topicul li .topicprogressbox::after {
    content: "";
    height: 5px;
    background-color: #929497;
    position: absolute;
    left: 0;
    top: 18px;
    width: 50%;
}

.topicul li .topicprogressbox::before {
    content: "";
    height: 5px;
    background-color: #929497;
    position: absolute;
    right: 0;
    top: 18px;
    width: 50%;
}

.topicul li:first-child .topicprogressbox::after {
    display: none;
}

.topicul li.active-topic-last .topicprogressbox:before {
    background-color: #929497 !important;
}

.topicul li.active-topic .topicprogressbox::after,
.topicul li.active-topic .topicprogressbox::before {
    background-color: #257a39;
}

.topicprogressbox p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.admintitleh1 {
    font-size: 30px;
    font-weight: 900;
}

.linecardbox {
    border: 2px solid #1C1C1C;
    height: 100%;
    padding: 20px;
}

.linecardbox h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.topquizul {
    display: flex;
    align-items: center;
}

.topquizul li {
    display: inline-block;
    margin-right: 15px;
}

.topbox {
    padding: 15px;
    border: 3px solid #ddd;
    border-radius: 10px;
}

.topnamebox h5 {
    font-size: 18px;
    font-weight: 700;
    color: #495057;
}

.topnamebox span {
    font-size: 12px;
    color: #777;
    font-weight: 500;
    margin: 0;
}

.topquizfirst {
    background-color: #f2edc0;
    border-color: #e6dc81;
}

.topquizsec {
    background-color: #d7dbdd;
    border-color: #b2b9bd;
}

.linecardbox p {
    font-size: 16px;
    line-height: 24px;
}

.topquizthird {
    background-color: #d8b586;
    border-color: #c79653;
}

.leftrightarrow .owl-nav button span {
    font-size: 44px;
}

.leftrightarrow .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto !important;
    color: #cccccc;
}

.leftrightarrow .owl-nav button:hover {
    color: #ebc42a;
}

.leftrightarrow .owl-nav button.owl-prev {
    left: -25px;
}

.leftrightarrow .owl-nav button.owl-next {
    right: -25px;
}

.topquizslider {
    padding: 0 30px;
}

.leftrightarrow.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #ebc42a;
    text-decoration: none;
}

.importnote-box p {
    font-size: 16px;
    line-height: 22px;
}

/* Help You Start */

.helpyoubox h3 img {
    width: 55px;
    margin-right: 10px;
}

.helpyoubox {
    text-align: center;
    padding: 30px 0;
}

.helpyoubox h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.helpyoubox .btn {
    margin-left: 15px;
}

/* Help You End */

.custom-usermodal .btn-close {
    padding: 0;
    position: absolute;
    top: -13px;
    right: -4px;
    opacity: 0.8;
    background-size: 12px;
}

.custom-usermodal .modal-header {
    background-color: #1C1C1C;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 15px;
    position: relative;
}

.custom-usermodal .modal-header h5 {
    font-weight: 700;
}

.modulelastul li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
}

.modulelastul li:last-child {
    margin-bottom: 0;
}

.custom-usermodal .modal-content {
    padding: 25px 15px 15px 15px;
    border-radius: 0;
    border: 1px solid #1C1C1C;
}

/* USer Admin CSS END*/

/* About Program Start */

.abouttheprogram-card {
    border: 2px solid #cccecf;
    padding: 20px;
}

.aboutprogramimg img {
    max-width: 180px;
}

.relesedatebox p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
}

.aboutprogram-body p {
    line-height: 22px;
    font-size: 16px;
}

.abouttheprogram-header h3 {
    font-weight: 700;
}

.abouttheprogram-header {
    margin-bottom: 15px;
}

.paginationdiv {
    margin-bottom: 20px;
}

.paginationul li {
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    color: #404041;
}

.paginationul li::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.paginationul li:last-child::after {
    display: none;
}

.framebox {
    background-color: #bbbdbf;
    margin-bottom: 20px;
    height: 400px;
}

.importnote-box2 {
    border: none;
    padding: 0;
}

.earncertibox {
    padding: 20px;
    border: 2px solid #1C1C1C;
}

.earncertibox h3 {
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.programchecklistul li {
    display: inline-block;
    margin-right: 15px;
    line-height: 20px;
    color: #808285;
}

.programqueform .form-group .form-label {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
    position: relative;
    padding-left: 18px;
}

.programqueform .form-group .form-label span {
    position: absolute;
    left: 0;
}

.programchecklistul li .form-check input {
    font-size: 18px;
    border-width: 2px;
}

.programchecklistul .form-check {
    margin-bottom: 0;
}

.programchecklistul .form-check input:hover,
.programchecklistul .form-check label:hover {
    cursor: pointer;
}

.programchecklistul .form-check label {
    line-height: 24px;
}

.programchecklistul {
    padding-left: 25px;
}

.programqueform .form-group {
    margin-bottom: 25px;
}

.programqueform .form-group:last-child {
    margin-bottom: 0;
}

.programqueform .form-control {
    background-color: #ebebec;
    height: 40px;
    border: none;
}

.programchecklistul li .form-check input:checked+label {
    color: #ebc42a;
}

.custom-usermodal .modal-footer {
    padding: 10px;
    border: none;
}

.top-title-div h6 span::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    bottom: 1px;
}

.top-title-div h6 span::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    bottom: 1px;
}

.adminmaintitle {
    margin-bottom: 35px;
}

.card-header {
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
}

/* About Program End*/

/* admin css */

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

body table.dataTable thead .sorting_asc::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

body table.dataTable thead .sorting::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.dt-buttons.btn-group .btn {
    border: 1px solid #ddd;
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: end;
}

.dataTables_wrapper .dt-button-collection.dropdown-menu[role="menu"] {
    padding: 0;
}

.dataTables_wrapper .dt-button-collection.dropdown-menu[role="menu"] li.active a::before {
    content: "\f14a";
    color: #ebc42a;
}

.dataTables_wrapper .dt-button-collection.dropdown-menu[role="menu"] li a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
}

.dataTables_wrapper .dt-button-collection.dropdown-menu li a {
    padding: 5px 15px 5px 30px;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #333;
    position: relative;
}

table.dataTable {
    width: 100% !important;
}

.formlabel {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
    color: #777777;
}

/* admin css End*/

/* Switch Start */

.form-switch .form-check-input {
    width: 5em;
    height: 35px;
    margin-top: 0;
}

/* Switch End */

.add-faculty-div {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
}

.permission-card .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.permission-card .card-body .table thead tr th label {
    margin-top: 5px;
    margin-left: 5px;
}

/* Cleveland Clinic Start*/

.cleveland-main-title h3 {
    color: #1C1C1C;
    font-weight: bold;
    text-align: center;
}

.cleveland-main-title {
    margin-bottom: 50px;
}

.clevenland-main-div {
    margin-bottom: 80px;
}

.cleveland-head h4 {
    font-size: 22px;
    font-weight: bold;
    color: #595959;
}

.cleveland-head {
    margin-bottom: 30px;
}

.cleaveland-card {
    background-color: #ffffff;
}

.cleaveland-content h4 {
    font-weight: bold;
    font-size: 16px;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.cleaveland-content {
    padding: 15px;
}

.cleavelandul li {
    font-size: 12px;
    color: #58595b;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.cleavelandul li i {
    font-size: 18px;
    margin-right: 8px;
}

.cleavelandul li:last-child {
    margin-bottom: 0;
}

.cleveland-slider .owl-theme .owl-nav button {
    width: 45px;
    background-color: #fff !important;
    height: 45px;
    font-size: 44px !important;
    color: #ebc42a !important;
    border-radius: 50% !important;
    position: absolute;
    top: 20%;
    z-index: 9;
}

.cleveland-slider .owl-theme .owl-nav button span {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 4px;
}

.cleveland-slider .owl-theme .owl-nav button.owl-next {
    right: -30px;
}

.cleveland-slider .owl-theme .owl-nav button.owl-prev {
    left: -30px;
}

.btn-blue {
    background-color: #2e7ced;
}

.btn-blue:hover {
    background-color: #004caf;
}

/* Cleveland Clinic End*/

/* Virtual Symposium Start */

.virtualsym-main-div {
    margin-bottom: 60px;
}

.virtualsym-card {
    background-color: #ffffff;
    margin-bottom: 15px;
}

.virtualsymcontent {
    padding: 15px;
}

.virutalsymimg img {
    width: 100%;
}

.virtualsymul li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #58595b;
    font-weight: 600;
    display: flex;
}

.virtualsymcontent .pr-0 {
    padding-right: 0;
}

.virtualsymul li:last-child {
    margin-bottom: 0;
}

.virtualsymul li i {
    color: #1C1C1C;
    margin-right: 10px;
}

.virtualsymcontent .btn {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    padding: 8px 0;
    width: 100%;
}

.virsymbtn-div {
    text-align: right;
}

/* Virtual Symposium End */

.card-body .btn.btn-primary {
    padding: 10px 40px;
}

.card-body .btn.btn-danger {
    padding: 10px 40px;
}

.card-body .col button.btn.btn-primary {
    padding: .375rem .75rem;
}

.card-body .col a.btn.btn-danger {
    padding: .375rem .75rem;
}

.form-chat-input-div .mb-3 label.fw-bold {
    font-size: 14px;
    margin-bottom: 10px;
    color: #777;
}

.social-ul-list {
    display: flex;
    flex-wrap: wrap;
}

.social-ul-list li span {
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .shrink-btn {
        display: block;
        top: -10px;
    }
    .synaps-logo img {
        max-width: 100px;
    }
    .icon-btn {
        background-color: #1C1C1C;
        font-size: 14px;
        font-weight: 600;
        padding: 3px 10px 3px 20px;
        border-radius: 5px;
        color: #ffffff;
    }
    .icon-btn img {
        width: 29px;
        left: -17px;
        top: -2px;
    }
    .wrapper {
        padding-top: 75px;
    }
    .user-sidebar {
        width: 0;
        border-right: none;
    }
    body.shrink .user-sidebar {
        width: 240px;
        position: fixed;
        top: 0;
        z-index: 99;
        height: 100%;
    }
    /*body.shrink .user-sidebar::after {
        content: "";
        width: 100%;
        background-color: #000;
        height: 100%;
        position: fixed;
        right: 0;
        opacity: 0.5;
        z-index: -1;
    }*/
    .synaps-logo {
        position: relative;
        padding-left: 55px;
    }
    .shrink .open-menu::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #000;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.5;
        z-index: -9;
        transition: 0.2s;
    }
    .shrink .open-menu {
        left: 250px;
    }
    .aboutprogramimg img {
        max-width: 145px;
    }
    .takedaimg img {
        width: 95px;
    }
    .dt-buttons.btn-group .btn {
        font-size: 12px;
        padding: 6px 2px;
    }
    .cleveland-main-title h3 {
        font-size: 20px;
    }
    .cleveland-head h4 {
        font-size: 18px;
    }
    .cleveland-main-title {
        margin-bottom: 20px;
    }
    .cleveland-head {
        margin-bottom: 20px;
    }
    .clevenland-main-div {
        margin-bottom: 30px;
    }
    .virtualsym-main-div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .top-title-div h6 {
        font-size: 16px;
    }
    main {
        padding: 15px 0;
    }
    .card-header {
        padding: 10px 15px;
        font-size: 14px;
    }
    table.dataTable td,
    table.dataTable th {
        font-size: 12px;
    }
    .dt-buttons.btn-group .btn {
        font-size: 12px;
        padding: 5px;
    }
    div.dataTables_wrapper div.dataTables_length select {
        font-size: 12px;
    }
    .dt-buttons.btn-group {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .pagination>li>a,
    .pagination>li>span {
        font-size: 12px;
    }
    div.dataTables_wrapper div.dataTables_info {
        padding-top: 8px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .permission-card .form-check-input {
        width: 1em;
        height: 1em;
    }
}

@media screen and (max-width: 575px) {
    .virtualsymul li:last-child {
        margin-bottom: 15px;
    }
    .programchecklistul li {
        width: 100%;
        margin-right: 0;
    }
    .programqueform .form-group .form-label {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 18px;
    }
    .topicprogressbox span {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    .topicul li .topicprogressbox::before {
        height: 3px;
        top: 12px;
    }
    .topicul li .topicprogressbox::after {
        height: 3px;
        top: 12px;
    }
    .topicprogressbox p {
        font-size: 12px;
    }
    .admintitleh1 {
        font-size: 20px;
    }
    .btn-lg {
        font-size: 14px;
    }
    .linecardbox h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .linecardbox p {
        font-size: 14px;
        line-height: 22px;
    }
    .importnote-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .abouttheprogram-header h3 {
        font-size: 18px;
    }
    .aboutprogram-body p {
        line-height: 20px;
        font-size: 14px;
    }
    .relesedatebox p {
        font-size: 14px;
        line-height: 18px;
    }
    .aboutprogramimg img {
        max-width: 140px;
        margin: 15px auto 0;
        display: block;
    }
    .paginationul li {
        font-size: 14px;
    }
    .earncertibox h3 {
        font-size: 16px;
    }
    .dowloadcerti-btn-div {
        text-align: center !important;
        margin-top: 15px;
    }
    .btn {
        font-size: 12px;
    }
    .topic-slider-div {
        padding: 0 30px;
    }
    .topicul .topicprogressbox::after {
        height: 3px;
        top: 15px;
    }
    .topic-slider-div .leftrightarrow .owl-nav button {
        top: 5px;
    }
    .topic-slider-div .topicprogressbox p {
        font-size: 12px;
        margin-left: 3px;
    }
    .helpyoubox h3 {
        font-size: 14px;
    }
    .helpyoubox h3 img {
        width: 35px;
    }
    .topicul .topicprogressbox::before {
        height: 4px;
        top: 14px;
    }
}

/*======== Quiz-card =========*/

.quiz-card {
    padding: 5px 20px 20px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 200px;
    position: relative;
}

.topic-detail.right {
    text-align: right;
}

.quiz-name {
    font-size: 22px;
    margin-bottom: 20px;
}

.quiz-card p {
    font-size: 13px;
}

.topic-detail {
    margin: 10px 0 20px;
    list-style-type: none;
    -webkit-padding-start: 0;
    padding: 0;
}

.topic-detail li {
    margin-bottom: 6px;
    position: relative;
}

.topic-detail li .fa {
    position: absolute;
    right: 0;
    top: 3.5px;
}

/*
 * Component: Small Box
 * --------------------
 */

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box>.inner {
    padding: 10px;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: right;
    padding: 8px 10px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 95px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}

.dashboard-block .small-box.bg-blue {
    background-color: #2e715a !important;
}

.dashboard-block .small-box.bg-orange {
    background-color: #eeab1d !important;
}

.dashboard-block .row canvas#myChart {
    width: 98% !important;
}

.dashboard-block .row canvas {
    background-color: #fff;
    padding: 30px;
    width: 98% !important;
    margin: 15px auto 0;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.small-box>.inner {
    padding: 10px;
}

@media screen and (max-width: 575px) {
    .dashboard-block .col-md-2 {
        width: 100%;
    }
    .iframe-wrapper {
        padding: 50%;
    }
    .filter-form .row>div {
        width: 100%;
    }
}

.dashboard-block .row canvas {
    background-color: #fff;
    padding: 30px;
    width: 98% !important;
    margin: 15px auto 0;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.content-header .box-body {
    padding: 20px;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .main-section {
        padding: 15px;
    }
    .dashboard-block {
        padding: 0 15px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f2f3f7;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    color: initial;
    --bs-table-accent-bg: none;
}

/* Scroll Start */

body .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
}

body .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ebc42a;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    border-radius: 0;
}

body .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ebc42a;
}

body .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
body .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #ebc42a;
}

/* Scroll End */

.small-box.bg-primary .inner h3,
.bg-primary .inner p {
    color: #fff;
}

.small-box.bg-secondary .inner h3,
.bg-secondary .inner p {
    color: #fff;
}

.small-box.bg-success .inner h3,
.small-box.bg-success .inner p {
    color: #fff;
}

.single-option {
    margin-bottom: 8px;
    font-size: 18px;
    color: #58595b;
    font-weight: normal;
    padding-bottom: 8px;
    border-bottom: 1px dashed #58595b;
    position: relative;
    z-index: 999;
}

.single-option:nth-last-child(3) {
    border: none;
}

.single-option::before {
    content: "";
    display: none;
    height: 20px;
    width: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -3px;
    z-index: 1;
}

.single-option::after {
    display: none;
    content: "";
    width: calc(100% - 55px);
    height: 100%;
    background: transparent;
    left: 55px;
    top: -3px;
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}

.single-option.answer-wrong::before {
    background: #ed1d24;
    display: block;
}

.single-option.answer-wrong::after {
    content: "";
    display: block;
    position: absolute;
    left: 55px;
    top: -3px;
    background: #f8a7aa;
}

.single-option.answer-right::before {
    background: #21b24b;
    display: block;
}

.single-option.answer-right::after {
    display: block;
    background: #b8e6c5;
}

.myQuestion .single-option input {
    margin: 0;
    position: relative;
    top: 2px;
}

.single-option .alphabet-option {
    margin: 0 15px;
    display: inline-block;
    font-weight: bold;
    color: #1C1C1C;
    font-size: 18px;
    z-index: 999;
}

.answer-block {
    padding: 20px;
    background: #fff;
    clear: both;
}

.answer-box-content {
    padding: 15px 0;
}

.answer-box-content h2 {
    font-size: 20px;
    color: #58595b;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
}

.answer-box-content h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #1C1C1C;
}

.answer-box-content h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    background: #050d4a;
}

.answer-box-content ul {
    list-style-type: decimal;
    padding-left: 20px;
}

.answer-box-content li {
    font-size: 18px;
    color: #58595b;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

#submit_main {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 30px;
    font-size: 18px;
}

.card-question {
    /* box-shadow: #becbd8 3px 3px 6px 0px, #f3f9ff -3px -3px 6px 0px; */
    border: 1px solid #bcbebf;
    padding: 15px 20px 5px !important;
    background-color: #ebecf4;
    border-radius: 5px !important;
}

.myQuestion .card-question .answer-box-content {
    clear: both;
}

.myQuestion .single-option input {
    margin: 0;
    position: relative;
    top: 2px;
}

.myQuestion .question-notes {
    margin-bottom: 10px;
}

.myQuestion .card-question .answer-box-content {
    clear: both;
}

.myQuestion img {
    background: #2e715a;
    border: 5px solid #fff;
    outline: 3px dotted #2e715a;
    float: none !important;
    display: block;
    margin: 20px 0 20px;
}

.myQuestion .card-question p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.myQuestion .question-notes {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 16px;
    /* color: #2e715a; */
    font-weight: 600;
    margin-top: 10px;
}

.myQuestion .card-question p {
    font-size: 20px !important;
    font-weight: 600;
    margin: 0;
    color: #333333;
}

.myQuestion .single-option .alphabet-option {
    position: absolute;
    left: 15px;
}

.myQuestion .single-option {
    padding-left: 60px;
    line-height: 24px;
}

.question-pagination {
    padding: 15px 0;
}

.myQuestion-btns .btn-outline-primary:hover {
    background-color: #1C1C1C !important;
    border-color: #1C1C1C !important;
    transition: 0.2s;
}

.myQuestion-btns .btn-outline-primary {
    padding: 10px 15px;
    background-color: #ebc42a;
    color: #ffffff;
    border-color: #ebc42a;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    min-width: 100px;
}

.question-pagination ul .page-item {
    margin-right: 10px;
}

.question-pagination ul {
    line-height: normal;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.question-pagination ul li a {
    display: inline-block;
    margin: 0;
    background: #58595b;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 5px !important;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    border: none;
}

.question-pagination ul li a:hover,
.question-pagination ul li.active {
    background: #2096b2 !important;
}

.home-main-block p {
    font-size: 18px !important;
    color: #58595b;
    margin-top: 0 !important;
    margin-bottom: 20px;
    line-height: 1.5;
}

.home-main-block p:empty {
    margin: 0 0 10px 0;
}

.quiz-box .myQuestion blockquote {
    border: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    padding: 0;
    line-height: normal;
}

.quiz-box .myQuestion blockquote {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.quiz-box #clock span {
    padding-right: 0;
    color: #58595b;
    margin: 0;
    font-weight: bold;
}

.dashboard-block .small-box.bg-blue {
    background-color: #2e715a !important;
}

.dashboard-block .small-box.bg-orange {
    background-color: #eeab1d !important;
}

.dashboard-block .col-md-2 {
    width: 33.333333%;
}

.dashboard-block .col-md-2 {
    width: 50%;
}

@media screen and (max-width: 575px) {
    .dashboard-block .col-md-2 {
        width: 100%;
    }
    .iframe-wrapper {
        padding: 50%;
    }
    .filter-form .row>div {
        width: 100%;
    }
}

.questions-wrapper {
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    font-size: 18px;
    display: none;
}

.questions-wrapper.active {
    display: flex;
}

.questions-wrapper h4 {
    margin-top: 0;
    font-size: 22px;
    font-weight: normal;
    font-family: "Oleo Script", cursive;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}

.questions-wrapper h4::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #050d4a;
    bottom: -10px;
    z-index: 1;
}

.questions-wrapper h4::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #1C1C1C;
    bottom: -5px;
    left: 0;
}

.questions-wrapper h4 span {
    color: #1C1C1C;
    display: inline-block;
    font-size: 28px;
    padding-left: 5px;
}

.questions-wrapper p {
    font-size: 18px;
    text-align: justify;
}

.questions-wrapper img {
    padding: 5px;
    display: inline-block;
    border: 2px dashed #1C1C1C;
    margin: 0 0 20px 0;
    width: 200px;
}

.table-details table {
    margin-top: 30px;
    box-shadow: 0 5px 7px #ddd;
    width: auto;
}

.table-details th {
    padding: 10px;
    min-width: 100px;
    font-size: 13px;
    text-transform: uppercase;
    color: #050d4a;
    border: 1px solid #ddd;
}

.table-details th:first-child {
    text-align: center;
}

.table-details td {
    padding: 5px 10px;
    min-width: 100px;
    font-size: 15px;
    text-transform: capitalize;
    color: #050d4a;
    border: 1px solid #ddd;
}

.table-details td:first-child {
    text-align: center;
    font-weight: bold;
    color: #1C1C1C;
    border-color: #ddd;
}

.myQuestion-btns {
    display: flex;
    clear: both;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.custom-border {
    position: relative;
    padding-bottom: 5px;
}

.custom-border::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background-color: #1C1C1C;
}

.chart-wrapper h4 {
    text-align: center;
}

.chart-wrapper .chartjs-size-monitor {
    background-color: white;
}

.dashboard-chart-list .row {
    display: flex;
    flex-wrap: wrap;
}

.chart-card {
    margin-bottom: 16px;
    background-color: white;
    padding: 10px;
    border-radius: 7px;
    transform: scale(1);
    transition: .5s ease-in-out;
    box-shadow: rgb(190, 203, 216) 3px 3px 6px 0px, rgb(243, 249, 255) -3px -3px 6px 0px;
    ;
}

.chart-card:hover {
    transition: .5s ease-in-out;
    transform: scale(1.01);
}

/* User Admin New Css Start */

.chartcard {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 30px 0 0;
    border: none;
}

.table-content-box {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    border: none;
    padding: 30px;
    background-color: #ffffff;
}

.dash-card-div {
    padding: 20px 75px 20px 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 0 25px;
    background-color: #ffffff;
}

.dash-card-div span {
    position: absolute;
    right: 15px;
    width: 70px;
    height: 70px;
    /* background-color: rgba(33, 152, 181,0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    /* color: #1C1C1C; */
    /* border: 1px solid rgba(33, 152, 181,0.2); */
    text-align: center;
    padding-right: 0 !important;
}

.dash-card-div h3 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: #1C1C1C;
    /* color: #e82428; */
}

.dash-card-div p {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.table-striped thead tr th {
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.table-striped tbody tr td {
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 500;
}

.table.table-striped {
    border-collapse: collapse !important;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.dt-buttons.btn-group .btn {
    border: 1px solid #F2F3F7 !important;
    font-size: 12px;
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    background-color: #e9e9e9;
    margin: 0 2px;
    border-radius: 0 !important;
    color: #777777;
    margin-top: 1px;
    padding: 5px 15px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 60px;
    display: inline-block;
    height: 35px;
    padding: 0;
    font-size: 14px;
    margin: 0 10px;
}

.dataTables_scroll {
    margin-top: 25px;
    margin-bottom: 25px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ebc42a;
    border-color: #ebc42a;
}

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #F2F3F7;
    border-color: #F2F3F7;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666666;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
}

.filter-card label {
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 10px !important; */
}

.chartcard canvas {
    margin: 0 !important;
    width: 100% !important;
    padding: 10px !important;
}

.table-content-box .table.table-striped {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.table-content-box2 .table.table-striped {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.content-block {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #ffffff;
}

.table-content-box .table-striped tbody tr td {
    padding: 15px 10px;
}

.table-content-box .table-striped thead tr th {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.filter-card .form-control {
    height: 45px;
}

.filter-card .btn {
    height: 45px;
    width: 100px;
}

.d-flex.quizbtndiv {
    flex-wrap: wrap;
}

.d-flex.quizbtndiv a {
    margin-bottom: 10px;
}

/* Dashboard */

.dash-chart-card {
    padding: 0;
}

.dash-chart-card canvas {
    padding: 15px;
}

.dash-chart-card h4 {
    font-size: 18px;
    text-align: left;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
}

/* Dashboard */

/* User Admin New Css End*/

.coming-soon-div h3 {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}

.faculty-card {
    border: 2px solid #1C1C1C;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
}

.faculty-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    overflow: hidden;
    margin: 0 auto 30px;
}

.faculty-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faculty-card h4 {
    text-align: center;
    font-weight: 700;
}

.faculty-card p {
    max-height: 120px;
    font-size: 14px;
    margin: 0;
    overflow: auto;
}

.chat-attachment-div {
    position: relative;
    display: flex;
}

.chat-attachment-div button {
    position: absolute;
    right: 0;
    width: 60px !important;
    height: 100%;
    padding: 0;
    min-width: inherit;
    border-radius: 0;
}

.attachment-btn-div label {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebc42a;
    color: #ffffff;
    border-radius: 0;
}

.attachment-btn-div input {
    opacity: 0;
}

.attachment-btn-div {
    position: absolute;
    right: 60px;
    width: 60px;
    height: 100%;
}

.chat-attachment-div button:hover:before {
    display: none;
}

.ticket-chat .text-right {
    max-width: 400px;
    margin-left: auto;
    border-radius: 20px 20px 0 20px;
}

.ticket-chat .text-left {
    max-width: 400px;
    margin-right: auto;
    border-radius: 20px 20px 20px 0;
}

.chat-input-div {
    padding: 15px;
    background-color: #eeeeee;
}

.chat-attachment-div input {
    background-color: #fff !important;
}

.tickets-chat-card .alert-success2 {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color: #badbcc !important;
    padding: 1rem 1rem;
}

.tickets-chat-card .alert-warning2 {
    color: #664d03 !important;
    background-color: #fff3cd !important;
    border-color: #ffecb5 !important;
    padding: 1rem 1rem;
}

.attachment-btn-div label:hover {
    background-color: #1e273b;
    cursor: pointer;
}

.fc-button-primary {
    color: #fff;
    background-color: #1C1C1C;
    border-color: #1C1C1C;
}

.fc-button-primary:disabled {
    color: #fff;
    background-color: #1C1C1C;
    border-color: #1C1C1C;
}

.services-table-tag h2 {
    font-size: 16px;
}

.chat-img-box img {
    max-width: 100%;
}

.chat-img-box {
    position: relative;
    max-width: 400px;
    /* padding: 15px; */
    background-color: #ffffff;
    /* margin-bottom: 15px; */
    margin-left: auto;
    text-align: right;
}

.chat-img-box p {
    /* position: absolute; */
    bottom: 0;
    right: 0;
    /* margin: 10px; */
    /*padding: 10px;*/
    background-color: #ffffff;
}

.product-add-card .card .card-header .card-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.product-img-divbox img {
    width: 70px;
    height: 70px;
    border-radius: 0;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

.multipleimgbox {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.multipleimgbox img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.dataTable td {
    font-size: 14px;
}

.dataTable select {
    font-size: 14px;
    min-width: 115px;
}

.dataTable select.form-control {
    background-size: 12px;
}

.dataTable th {
    font-size: 14px;
}

.form-group #toggle-password {
    position: absolute;
    right: 15px;
}

.form-group #toggle-confirm-password {
    position: absolute;
    right: 15px;
}

.search-header {
    position: absolute;
    left: 0;
    width: 200px;
    padding: 0 15px;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .dash-card-div span {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .search-header {
        position: relative;
        padding: 15px;
        width: 100%;
        margin: 0 !important;
    }
}