@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

:root{
    --primary:#0066be;
    --white:#ffffff;
    --dark-blue: #004a89;
    --light-skyblue: #e7eff6;
    --green: #39cabc;
    --skyblue: #97b6cf;
    --dark-gray: #70899E;
    --red: #ff0000;
    }

/*# sourceMappingURL=custom.css.map */
.fas,
.far,
.fab,
.fal {
    font-size: 38px;
    cursor: grab;
}

/* one-source dashboard CSS start  */

body {
    color: #6e7288;
    background: var(--light-skyblue);
    font-family: "Roboto", sans-serif;
}
.btn:focus{
    box-shadow: inherit!important;
}
.required {
    color: var(--red);
}

h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 12px 0 0;
}

.sidebar-mini .sidebar-brand a .header-logo svg {
    width: 40px;
    height: auto;
}

.sidebar-mini .sidebar-brand {
    display: flex;
    width: 100%;
    align-items: center;
    height: 70px;
    line-height: normal;
    justify-content: center;
}

.theme-white .navbar {
    z-index: 890;
    position: sticky !important;
    top: 0;
    right: 0;
    left: 291px;
    width: 100%;
    margin: 0 auto;
    background: var(--white);
    box-shadow: 0 4px 29px rgba(0, 102, 190, .1);
    height: auto;
    min-height: 55px;
}

.sidebar-mini .main-sidebar .logo-name {
    display: block !important;
}

.section-body .card-body.landing div {
    margin-bottom: 12px;
}

/* .main-content {
    padding: 40px 10px 10px 260px;
} */

button:focus {
    outline: none;
}

.main-content {
    -webkit-backdrop-filter: blur(254px);
    backdrop-filter: blur(254px);
    background: hsla(0, 0%, 100%, .83);
    /* box-shadow: -11px 0 15px rgba(0, 102, 190, .1); */
    transition: .5s linear;
    width: calc(100% - 210px);
    z-index: 1;
    border-radius: 25px 0 0 0;
    padding: 40px 70px 0 75px;
}

.main-content .section {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.main-sidebar #sidebar-wrapper {
    border-radius: 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    max-width: 244px;
    padding-right: 0;
    position: fixed;
    transition: .5s linear;
    width: 100%;
    z-index: 3;
}

.main-sidebar ul.sidebar-menu {
    padding-left: 8px;
    width: 100%;
    margin: 0 0 10px;
}

.main-sidebar #sidebar-wrapper {
    overflow-y: auto;
    padding-bottom: 0;
    height: calc(100% - 83px);
}

.main-sidebar #sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

.main-sidebar #sidebar-wrapper {
    scrollbar-width: none;
}

.main-sidebar #sidebar-wrapper {
    -ms-overflow-style: none;
}

.main-sidebar ul.sidebar-menu li {
    border-radius: 47px 0 0 47px;
    list-style: none;
    margin: 18px 0px 18px 0;
    min-height: 42px;
    position: relative;
    z-index: 99;
}

.main-sidebar ul.sidebar-menu li.active {
    background: rgb(255 255 255 / 83%);
    box-shadow: -11px 0 15px rgb(0 102 190 / 10%);
    position: relative;
    z-index: 999999;
}
.main-sidebar ul.sidebar-menu li svg {
    width: 24px;
    height: 24px;
} 
.main-sidebar ul.sidebar-menu li.active:after,
.main-sidebar ul.sidebar-menu li.active:before {
    background-repeat: no-repeat;
    background-size: 31px;
    content: "";
    height: 31px;
    position: absolute;
    right: 0;
    width: 31px;
    z-index: -1;
}

.main-sidebar ul.sidebar-menu li.active:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAABLUlEQVRIicXXuy4FQRgA4I+IEDqFCCKiQIEonFZBIzmhQKehU0gkCg8gQiFRqjRKFW/gGSQa8RSSE4Vr5mQlG8G57GX+Yjcz+0++/Se7O7Mdr2/vIsVAZywZszHxwZj4Uiy8D1Ox8DlUYuHL6I6FV8Mhxns+gSd8xqh8PTnXYuA7yfmjbHwbk9+NsvG9dKNMPEz3fLqjrKe9B48YTfU9l1X50Q+4HmVUvoi7X/oLr7wXl39dLBq/Sr5opeOn2PgvoSj8AIeNkorA93HWTGLe+AnOm03uyhG+xmYrA/LAZ3CL8VYHZp32Y9y3A8tQ+RouMNTm+Hq0WnlAH3CTFdZk5WPYwi6Gs4KN8LChr2AFq+mdR94R8BFMJ0hAF8LfRAoKy95L2G2GVTCnG+hH7QvHQCsnRLT8ngAAAABJRU5ErkJggg==);
    bottom: -30px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.main-sidebar ul.sidebar-menu li.active:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAABLUlEQVRIicXXuy4FQRgA4I+IEDqFCCKiQIEonFZBIzmhQKehU0gkCg8gQiFRqjRKFW/gGSQa8RSSE4Vr5mQlG8G57GX+Yjcz+0++/Se7O7Mdr2/vIsVAZywZszHxwZj4Uiy8D1Ox8DlUYuHL6I6FV8Mhxns+gSd8xqh8PTnXYuA7yfmjbHwbk9+NsvG9dKNMPEz3fLqjrKe9B48YTfU9l1X50Q+4HmVUvoi7X/oLr7wXl39dLBq/Sr5opeOn2PgvoSj8AIeNkorA93HWTGLe+AnOm03uyhG+xmYrA/LAZ3CL8VYHZp32Y9y3A8tQ+RouMNTm+Hq0WnlAH3CTFdZk5WPYwi6Gs4KN8LChr2AFq+mdR94R8BFMJ0hAF8LfRAoKy95L2G2GVTCnG+hH7QvHQCsnRLT8ngAAAABJRU5ErkJggg==);
    top: -31px;
}

.main-sidebar .sidebar-menu li a:hover {
    background-color: transparent;
}

ul.sidebar-menu li a {
    align-items: center;
    color: rgba(0, 102, 190, .6);
    display: flex;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 13px;
    text-decoration: none;
    white-space: nowrap;
    height: 40px;
}

.main-sidebar .sidebar-menu li a:hover span {
    color: var(--primary);
}


.main-sidebar .sidebar-menu li a:hover svg path {
    fill: var(--primary) !important;
    fill-opacity: 1;
}

.main-sidebar ul.sidebar-menu li.active a,
.main-sidebar ul.sidebar-menu li.active a span {
    color: var(--primary);
}

.main-sidebar {
    background: var(--light-skyblue);
    box-shadow: none;
    /* border-radius: 28.5107px; */
    height: calc(100vh - 90px);
    top: 96px;
    width: 250px;
    position: static;
}
.filter-apply .filter-options h4 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 500;
    margin: 0 0 4px;
}
.filter-options .accordion .card .card-header button {
    border-radius: 30px;
}
.navbar-nav li a {
    cursor: pointer;
}

.navbar-nav.navbar-right .btn.btn-icon-split i,
.dropdown-item.has-icon i {
    float: unset;
    margin-right: 8px;
}

.navbar-nav.navbar-right .dropdown-item,
.navbar-nav.navbar-right .dropdown-item a {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 15px;
}

.navbar-nav.navbar-right button.dropdown-item.has-icon:focus {
    background: rgb(110 114 136 / 4%);
    outline: none;
}

.navbar-nav.navbar-right .dropdown-divider {
    border-top-color: rgba(110, 114, 136, 0.3);
    margin: 0;
    height: auto;
}

.navbar-nav.navbar-right .dropdown-menu.dropdown-menu-right.pullDown {
    background: var(--white);
    box-shadow: 0px 0px 15px rgb(0 20 137 / 14%);
    padding: 2px;
}

.sidebar-mini .navbar {
    left: 65px;
}

.sidebar-mini footer.main-footer {
    left: 65px;
    padding: 15px 24px;
    width: calc(100% - 65px);
}

.main-sidebar .sidebar-brand a .header-logo {
    height: 30px;
}

.main-sidebar .sidebar-brand {
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.toggle_side svg {
    width: 23px;
    height: auto;
}

.toggle_side a.nav-link {
    cursor: pointer;
}

#sidebar-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#sidebar-wrapper .logout-link {
    margin-top: auto;
    margin-bottom: 0px;
    margin-right: 0px;
}

#sidebar-wrapper .logout-link a.dropdown-item i {
    font-size: 18px;
}

.navbar-nav.navbar-right .dropdown-item {
    color: #303030;
}

.section-body .row {
    gap: 0 0px;
    flex-wrap: wrap;
    padding: 0;
}

.card-header .event-format {
    background: rgba(0, 169, 147, 0.13);
    color: #00a993 !important;
    border-radius: 2px;
    padding: 0 4px;
    font-size: 10px;
}

.option-material .option-material-box {
    width: calc(50% - 30px);
    box-shadow: 0 1px 6px rgba(0, 102, 190, .2);
    padding: 15px;
    border-radius: 12px;
    position: relative;
    margin: 0 0 40px;
}

.option-material {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.option-material .option-material-box #DeleteRow {
    position: absolute;
    right: -9px;
    top: -15px;
    margin: 0;
    background: #8a4e9c;
    border: 0;
}

.option-material .option-material-box #DeleteRow path {
    fill: var(--white) !important;
}

.option-material .option-material-box #DeleteRowMaterial {
    position: absolute;
    right: -6px;
    top: -19px;
    margin: 0;
    background: #8a4e9c;
}

.option-material .option-material-box #DeleteRowMaterial path {
    fill: var(--white) !important;
}

.option-material-box [class*="col-"] input[type="file"]+i {
    padding-left: 18px;
}

.option-material .option-material-box {
    width: 100%;
    margin: 0 0 30px;
}

.option-material label {
    padding-left: 0;
    font-size: 15px;
    font-weight: 400;
}

.card .card-header,
.card .card-body,
.card .card-footer {
    padding: 0;
}

.section-body .card {
    box-shadow: none;
    background: transparent;
    margin: 0 0 30px;
}
.section-body .card.event-card-inset{
    margin: 0;
}
.section-body .card.col-md-4:first-child .card-body,
.section-body .card.col-md-4:nth-child(3n + 1) .card-body {
    margin: 0 0;
}

.section-body .card.col-md-4:nth-child(3n) .card-body {
    margin-right: 0;
}

.graph .card-scroll .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #0b3a81;
}

.section-body .card-body {
    width: 100%;
    padding: 20px 20px;
    box-shadow: 0px 0px 13px -3px rgba(0, 102, 190, 0.2);
    border-radius: 20px;
    margin: 0 auto;
    background: var(--white);
}
.section-body .event-card-inset .card-body {
    border-radius: 0px 0px 12px 12px;
}
.section-body .card-body.card-bg {
    background: rgba(0, 102, 190, .03);
    border-radius: 20px;
    box-shadow: none;
}

.view-post-card .card-header img.card-img-top {
    width: 170px;
    margin-right: 15px;
}

.modal-body button.btn.close {
    z-index: 1;
    padding: 6px 22px;
    background: var(--primary);
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 0px 1px 6px 0px rgba(0, 102, 190, 0.20);
    font-family: 'Roboto';
    text-shadow: none;
}

.theme-white .btn-primary:hover {
    background-color: var(--dark-blue) !important;
    color: var(--white);
    opacity: 1 !important;

}

.section-body .card-body.landing {
    max-width: min(100% - 30px, 90%);
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 180px;
    padding: 16px;
    box-shadow: 0px 2px 10px 0px rgba(0, 102, 190, 0.2);
}

.section-body .card-body.landing>div {
    width: 100%;
}

.section-body .card .card-title {
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 20px;
    color: var(--primary);
    font-weight: 700;
}

.section-body .card .card-body p {
    font-weight: 400;
    color: var(--dark-blue);
    margin: 0 0 8px 0;
    line-height: 20px;
    font-size: 14px;
}

.section-body .card .card-body p strong {
    font-weight: 500;
    color: rgba(0, 74, 137, 0.55);
    flex: 0 0 161px;
}

.main-content section.section {
    /* height: 100%; */
    justify-content: center;
}

.section-body .card-body.landing:hover {
    box-shadow: 0 0 16px -3px var(--primary);
}

.main-footer {
    margin-top: 0;
    border-top: 1px solid rgba(0, 102, 190, 0.06);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--white);
    box-shadow: 0px -4px 23px rgba(0, 20, 137, 0.13);
    border-radius: 16px 16px 0px 0px;
    padding: 5px 15px;
    position: fixed;
    bottom: 0;
    height: 55px;
    left: 250px;
    width: calc(100% - 250px);
    z-index: 890;
    border: 0;
}

.main-footer .footer-left svg {
    width: 80px;
    height: auto;
}

.main-footer .footer-right {
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.main-footer .footer-right a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);
    padding: 0 13px;
}

.main-content .card-body a.btn.btn-primary {
    background-color: #00a993;
    border-color: transparent !important;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 7px;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: normal;
    box-shadow: 0px 0px 8px rgba(0, 20, 137, 0.15);
}

.card-body a.btn.btn-primary {
    background-color: #00a993;
    border-color: transparent !important;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 7px;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: normal;
    box-shadow: 0px 0px 8px rgba(0, 20, 137, 0.15);
}

.main-content .card-body a.btn.btn-primary {
    background-color: #00a993;
    border-color: transparent !important;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 7px;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: normal;
    box-shadow: 0px 0px 8px rgba(0, 20, 137, 0.15);
}

.theme-white .sidebar-style-2 .sidebar-menu>li.active>a {
    color: var(--primary);
}

.theme-white .sidebar-style-2 .sidebar-menu>li.active>a svg path,
.light-sidebar .sidebar-style-2 .sidebar-menu>li.active>a svg path {
    fill: var(--primary) !important;
    fill-opacity: 1;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu li.active a {
    box-shadow: none;
    color: var(--primary);
    outline: none;
}

.main-sidebar .sidebar-menu li a span {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 102, 190, .6);
}

.light-sidebar .main-sidebar .sidebar-menu li.active a {
    background-color: transparent;
    outline: none;
    color: var(--primary) !important;
}

.main-wrapper .card-body a.btn.btn-primary,
.main-wrapper.main-wrapper-1 .card-header a,
.main-wrapper.main-wrapper-1 .add-btn {
    background-color: transparent;
    border-color: var(--primary) !important;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: normal;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 30px !important;
    font-family: 'Roboto';
    font-weight: 500;
    min-width: 120px;
}
.main-wrapper .card-body.landing a.btn.btn-primary {
    min-width: 188px;
    box-shadow: none;
}
.card .card-scroll-down ul.pagination, .card .card-scrolled ul.pagination {
    margin-top: 20px;
    gap: 9px;
}
.main-wrapper.main-wrapper-1 .add-btn:active,
.main-wrapper.main-wrapper-1 .add-btn:focus {
    border-color: var(--primary) !important;
}
.main-wrapper.main-wrapper-1 .btn-filled {
    background-color: var(--primary);
    border-color: var(--primary) !important;
    color: var(--white);
}

.card-graph {
    /* width: calc(100% - 5%); */
    width: calc(100% - 28px);
    padding: 30px 30px;
    box-shadow: 0px 2px 10px 0px rgba(0, 102, 190, 0.2);
    border-radius: 20px;
    margin: 10px auto 30px;
    background: var(--white);
}

#sidebar-wrapper .logout-link a.dropdown-item {
    background-color: #ffd1ce;
    outline: none;
    height: 50px;
    align-items: center;
    display: flex;
    padding: 10px 28px;
}

.sidebar-mini .main-sidebar .sidebar-brand #toggle_side svg {
    width: 20px;
}

.sidebar-mini .main-sidebar .sidebar-brand {
    flex-direction: column-reverse;
}

.sidebar-mini .main-sidebar .sidebar-brand #toggle_side a.nav-link {
    font-size: 5px;
}

.sidebar-mini .main-sidebar .logout-link a span {
    display: none;
}

.sidebar-mini .main-sidebar .logout-link a i {
    font-size: 22px;
    margin: 0 !important;
}

.form-check-input:focus {
    box-shadow: none;
}
.main-wrapper .card-body a.btn.btn-primary:hover,
.main-wrapper.main-wrapper-1 .card-header a:hover,
.main-wrapper.main-wrapper-1 .add-btn:hover {
    background-color: var(--primary) !important;
    color: var(--white);
    fill-opacity: 1;
}
.main-wrapper.main-wrapper-1 .btn-filled:hover {
    background-color: var(--dark-blue)!important;
    border-color: var(--dark-blue) !important;
}

.main-sidebar .sidebar-menu li a .feather {
    fill: transparent;
    color: var(--primary);
}

.main-sidebar .sidebar-menu li svg path {
    fill-opacity: 0.6;
    fill: var(--primary) !important;
}

.main-footer .footer-left img {
    max-width: 170px;
}

.livetoggle {
    background-color: var(--white) !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    border-radius: 49px;
    line-height: 22px;
    box-shadow: none;
    padding: 8px 9px;
    display: inline-block;
    cursor: pointer;
    margin-left: 0px !important;
    min-width: 100px;
    font-size: 14px;
    /* box-shadow: 0px 0px 8px rgb(0 20 137 / 15%); */
}

.livetoggle:hover {
    box-shadow: 0px 0px 8px rgb(0 20 137 / 15%);
    background-color: var(--primary) !important;
    color: var(--white);
}

.livetoggle.btn-info,
.livetoggle.btn-info.disabled {
    color: #00a993 !important;
    border-color: #00a993 !important;
    background: var(--white) !important;
    min-width: 100px;
    font-size: 14px;
    /* box-shadow: 0px 0px 8px rgb(0 20 137 / 15%); */
}

.main-wrapper .table tbody tr:hover {
    box-shadow: 0 2px 10px -3px rgba(0, 102, 190, .6);
}

.livetoggle.btn-info:hover {
    background-color: #00a993 !important;
    color: var(--white) !important;
}

.view-video .card-scroll .card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* main-wrapper-main-wrapper1 css start  */
div#msg {
    height: 0 !important;
}

.main-wrapper.main-wrapper-1 .card-header a {
    cursor: pointer;
    z-index: 2;
}

.main-wrapper.main-wrapper-1 .card .card-header {
    padding: 0 0 14px;
    border: 0;
}

.main-wrapper.main-wrapper-1 .card .card-header h2 {
    color: var(--dark-blue);
    font-weight: 500;
}

.main-wrapper.main-wrapper-1 .card .card-header h6 {
    font-weight: 400;
    font-size: 16px;
    color: var(--dark-gray);
    margin-bottom: 12px;
}
.main-wrapper.main-wrapper-1 .card .card-header h6 img{
    width:24px;
    margin-right:7px;
}
.main-wrapper.main-wrapper-1 .card .card-header h5 {
    color: var(--dark-blue);
}
.section-body .card .event-details p {
    color: var(--dark-gray);
    font-size: 16px;
    line-height: 24px;
}
.section-body .card .event-details p a{
    color: var(--primary);
}
textarea.form-control {
    resize: none;
}

.card .card-header h4 {
    font-size: 20px;
    line-height: 24px;
    padding-right: 10px;
    margin-bottom: 0;
    color: #303030;
}

.card .card-header h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    color: var(--dark-blue);
    font-weight: 500;
}

.btn.delete-btn svg path {
    fill: #8a4e9c !important;
}

.delete-btn:hover svg path {
    fill: var(--white) !important;
}

.delete-btn:hover {
    background-color: #8a4e9c !important;
    border-color: #8a4e9c !important;
}

.view-btn:hover {
    background-color: #00a993 !important;
    border-color: #00a993 !important;
}

.edit-btn:hover svg path {
    fill: var(--white) !important;
}

.edit-btn:hover {
    background-color:var(--primary) !important;
    border-color: var(--primary) !important;
}

.view-btn svg path {
    fill: #00a993 !important;
}

.view-btn:hover svg path {
    fill: var(--white) !important;
}

.view-btn, .edit-btn, .delete-btn {
    background-color: var(--white);
    border-color: var(--white);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 10px rgb(0 102 190 / 15%);
    margin-right: 0px;
    transition: all 0.3s ease-in-out;
}

.main-wrapper.main-wrapper-1 .card-header .add-btn,
.main-wrapper.main-wrapper-1 .form-group .add-btn,
.main-wrapper.main-wrapper-1 .back-btn {
    background-color: var(--primary);
    border-color: var(--primary) !important;
    color: var(--white);
    padding: 8px 22px;
    box-shadow: 0px 0px 8px rgba(0, 20, 137, 0.15);
    border-radius: 30px !important;
    line-height: 22px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.main-wrapper.main-wrapper-1 .card-header .add-btn.back-btn {
    border-color: #00a993 !important;
    color: #00a993;
    background-color: transparent !important;
}

.main-wrapper.main-wrapper-1 .card-header .add-btn.back-btn:hover {
    background-color: #00a993 !important;
    color: var(--white) !important;
}

.main-wrapper.main-wrapper-1 .card-header .add-btn:hover,
.main-wrapper.main-wrapper-1 .form-group .add-btn:hover {
    background-color: var(--white);
    color: var(--white) !important;
}

.main-wrapper table td img {
    margin: 0 !important;
    object-fit: contain;
    width: 100% !important;
    height: auto !important;
}

.main-wrapper table td .listing-img {
    margin: 0 !important;
    object-fit: contain;
    width: 50% !important;
    height: auto !important;
}
.add-form .row {
    align-items: center;
}
ul.pagination {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto 0;
}

.theme-white .page-item .page-link,
.theme-white .page-item.disabled .page-link {
    color: var(--primary);
}

.theme-white .page-item .page-link:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.theme-white .page-item.active .page-link {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.main-wrapper table td p {
    margin: 0 !important;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    width: 14px;
    background-color: var(--skyblue);
    border: 2px solid #dce6ef;
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    background: #dce6ef;
    border-radius: 20px;
    padding: 0 5px;
}

.main-wrapper.main-wrapper-1 .form-group {
    margin: 0;
}

.main-wrapper.main-wrapper-1 .form-group i,
.main-wrapper.main-wrapper-1 .form-group i+span {
    color: #6e7288;
}

.main-wrapper.main-wrapper-1 .offset-1 {
    margin: 0;
}

.main-wrapper.main-wrapper-1 .card.add-video-table {
    padding: 25px 25px;
}

input[type="file"] {
    font-size: 14px;
    padding: 6px 4px;
    width: 100%;
    cursor: pointer;
    height: 16px;
}

form .form-control {
    background: var(--white);
    border: 0;
    border-radius: 30px;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 5px;
    padding: 12px 27px;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 102, 190, .2);
    line-height: 24px;
    height: auto;
    font-size: 16px;
}

.note-editor.note-frame.card {
    margin-bottom: 0px;
}

.theme-white .form-control:focus {
    border-color: var(--primary) !important;
    background-color: var(--white);
}

.main-wrapper.main-wrapper-1 .form-group.left {
    text-align: left !important;
}

textarea#content {
    min-height: 125px !important;
    padding: 20px !important;
}

.section-body .row .answers.row {
    justify-content: flex-start;
    align-items: center;
    gap: 0 13px;
}

label.col-1.form-label.text-md-start.font-weight-bold {
    padding: 6px 13px 0 !important;
}

form.add-form {
    padding: 15px 0 0px;
}

.ques-footer-btn {
    justify-content: space-between;
}

label {
    margin-bottom: 0 !important;
    /* padding-left: 14px; */
}

audio.card-img-top {
    margin: 12px auto 4px;
}

.answers.option-added .col-md-6 {
    position: relative;
}

.answers.option-added .col-md-6 #DeleteRow {
    position: absolute;
    right: -35px;
    top: 38px;
    margin: 0;
}

.border-bottom label.radio {
    padding-left: 0;
}

.note-btn-group.btn-group.note-style .note-btn-group.btn-group .dropdown-menu,
.dropdown-menu.note-check.dropdown-fontname {
    min-width: 200px;
    padding: 10px 15px;
}

.note-btn-group.btn-group.note-style .note-btn-group.btn-group .dropdown-item,
.dropdown-menu.note-check.dropdown-fontname .dropdown-item {
    border-radius: 6px !important;
    padding: 4px 18px !important;
    cursor: pointer;
    z-index: 2;
    background: var(--white);
    color: #303030 !important;
    margin: 6px 0;
}

.main-content {
    overflow: auto;
    min-height: auto !important;
}

.article.article-show:hover {
    box-shadow: 0 0 8px var(--primary) !important;
}

/* main-wrapper-main-wrapper1 css end  */

/* < ============== Setting-Sidebar CSS Start ============== > */
.theme-black .custom-switch-input:checked~.custom-switch-indicator {
    background: rgb(169 174 203 / 57%);
}

.theme-black .settingSidebar .settingPanelToggle {
    background: #777d92;
    border-color: #777d92;
    outline-color: #777d92;
}

.theme-black .settingSidebar .selectgroup-input-radio:focus+.selectgroup-button,
.theme-black .settingSidebar .selectgroup-input-radio:checked+.selectgroup-button {
    background-color: var(--primary);
    background: rgb(169 174 203 / 57%);
    color: var(--white);
}

.card-body.card-body-scroll {
    margin-bottom: 5px;
}

.dark .custom-switch-input:focus~.custom-switch-indicator {
    border-color: rgb(169 174 203 / 57%);
    background: rgb(169 174 203 / 57%);
}

.theme-white .settingSidebar .settingPanelToggle {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    outline: none;
    box-shadow: none !important;
    border: 1px solid var(--primary);
}

.settingSidebar.showSettingPanel {
    top: 70px;
    height: calc(100vh - 140px);
}

.settingSidebar .setting-panel-header {
    padding: 11px 15px;
    color: #303030;
    font-size: 18px;
    border-bottom: 1px solid rgba(110, 114, 136, 0.3);
    background: rgba(169, 174, 203, 0.14);
    font-weight: 600;
}

.settingSidebar .selectgroup-item:not(:first-child) .selectgroup-button,
.settingSidebar .selectgroup-item:not(:last-child) .selectgroup-button {
    border-radius: 30px;
    padding: 8px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settingSidebar label.selectgroup-item {
    padding: 10px 15px 10px 0px;
}

.settingSidebar .selectgroup-input-radio:focus+.selectgroup-button,
.settingSidebar .selectgroup-input-radio:checked+.selectgroup-button {
    background-color: var(--primary);
    color: var(--white);
    z-index: 1;
    border-radius: 30px;
    padding: 8px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
}

.settingSidebar span.selectgroup-button.selectgroup-button-icon {
    width: 38px;
    height: 38px;
    padding: 0 !important;
    line-height: 38px;
}

.settingSidebar .selectgroup-button-icon i {
    font-size: 15px;
}

.settingSidebar a.btn.back-btn.btn-icon.icon-left.btn-restore-theme:hover {
    background: var(--white);
    color: var(--primary);
    border-color: var(--primary) !important;
}

.theme-white .custom-switch-input:checked~.custom-switch-indicator {
    background: var(--primary);
    cursor: pointer;
}

.theme-white .custom-switch-input:checked~.custom-switch-indicator {
    background: var(--primary);
}

.theme-white .sidebar-color .selectgroup-input:checked+.selectgroup-button {
    background-color: var(--primary);
}

.theme-black .navbar,
.theme-black .main-footer {
    background: rgba(0, 0, 0, 0.32);
    border-top: 1px solid rgba(110, 114, 136, 0.3);
}

.theme-black .main-wrapper table th,
td {
    color: var(--primary);
    font-size: 14px;
}

.theme-black .main-wrapper table th {
    border: 1px solid #a9aecb2b;
}

.theme-black .navbar,
.theme-black .main-footer .footer-left svg path {
    fill: var(--white);
    fill-opacity: 1;
}

.dark-sidebar span.logo-name.header-logo svg path {
    fill: var(--white) !important;
}

.dark .custom-switch-indicator {
    background: rgb(169 174 203 / 23%);
    border-color: rgb(169 174 203 / 23%);
}

.custom-switch-indicator {
    cursor: pointer;
}

.dark-sidebar .main-sidebar .sidebar-menu li a {
    color: var(--white);
}

.dark-sidebar .sidebar-style-2 .sidebar-menu>li.active>a svg path {
    fill: var(--white) !important;
}

.dark-sidebar .sidebar-style-2 .sidebar-menu li a svg path {
    fill: #a9aecb;
}

.dark .form-control {
    background-color: var(--white);
    border-color: var(--white);
}

.dark .main-footer {
    border-top: 1px solid rgba(110, 114, 136, 0.3);
    color: var(--white) !important;
}

body.dark.dark-sidebar.theme-black .main-footer svg path {
    fill: var(--white) !important;
    fill-opacity: 1;
}

.theme-black .card .card-title,
.dark .card .card-header h4 {
    color: var(--white);
}

.theme-black p {
    color: #a9aecb !important;
}

.dark .main-footer .footer-right a {
    color: var(--white);
}

.border-bottom {
    border-bottom: 1px solid rgba(110, 114, 136, 0.3);
}

.selectgroup-pills .selectgroup-item {
    margin: 0 !important;
}

.dark .dropdown-menu .dropdown-item {
    color: var(--white) !important;
}

.dark-sidebar .main-sidebar .sidebar-menu li.active a {
    color: var(--white) !important;
    background-color: rgba(31, 32, 46, 0.3);
}

.dark .dropdown-menu .dropdown-title {
    color: #6e7288 !important;
}

.section-body .parsley-errors-list {
    font-size: 14px;
    margin: 0 0 0;
    order: 2;
}

.main-navbar .navbar-nav li svg {
    width: 32px;
    height: 32px;
    transition: 0.3s ease;
}

.sidebar-mini .main-navbar .navbar-nav li svg {
    transform: rotate(180deg);
}

.excel-download {
    margin-left: auto;
    margin-right: 20px;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    box-shadow: 0px 2px 10px 0px rgb(0 102 190 / 25%);
    padding: 4px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.excel-download:hover {
    background: var(--primary);
}

.header-block .excel-download {
    margin: 0;
    width: 40px;
    height: 40px;
}

.excel-download:hover img {
    filter: brightness(0) invert(1);
}

.excel-download svg {
    width: 18px;
    height: auto;
}

.modal-footer {
    background: var(--white);
    z-index: 1;
    border-radius: 0 0 20px 20px;
}

.modal .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin: 3px 5px;
    display: flex;
    align-items: center;
}

.modal .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    color: var(--white) !important;
    background: var(--primary);
    border-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 4px 0 0 !important;
}

.tab-content [id*="highcharts-data"] {
    min-width: 500px;
    margin: 20px auto;
    width: 100%;
}

.card-body-scroll ul#myTab .waves-effect.waves-light {
    overflow: unset;
    margin-bottom: 0px;
}

.card-body-scroll ul#myTab {
    border-bottom: 5px solid #222d95;
    padding: 0 20px;
}

.card-body-scroll ul#myTab a {
    display: block;
    float: right;
    padding: 8px 13px 5px !important;
    background-color: var(--white);
    margin-right: 18px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: var(--primary);
    transition: all 250ms ease;
    border-radius: 0 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    text-decoration: none;
    line-height: 27px;
    font-family: Arial;
    border-bottom: 0;
}

/* .symposium-highlight-add ul#symposiumTab a {
    display: block;
    float: right;
    padding: 8px 13px 5px !important;
    background-color: #fff;
    margin-right: 18px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: var(--primary);
    transition: all 250ms ease;
    border-radius: 0 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    text-decoration: none;
    line-height: 27px;
    font-family: Arial;
}
.card-body-scroll ul#myTab a:before, .card-body-scroll ul#myTab a:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    background-color: #fff;
    transition: all 250ms ease;
}

.symposium-highlight-add ul#symposiumTab a:before, .symposium-highlight-add ul#symposiumTab a:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    background-color: #fff;
    transition: all 250ms ease;
} */
.card-body-scroll ul#myTab a.active,
.card-body-scroll ul#myTab a.active:before,
.card-body-scroll ul#myTab a.active:after {
    background-color: var(--primary);
    color: var(--white);
}

/* .symposium-highlight-add ul#symposiumTab a.active, .symposium-highlight-add ul#symposiumTab a.active:before, .symposium-highlight-add ul#symposiumTab a.active:after {
    background-color: var(--primary);
    color: #fff;
} */
.card-body-scroll ul#myTab a:before {
    right: -10px;
    transform: skew(6deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px,
        inset rgba(255, 255, 255, 0.09) -1px 0;
    border-radius: 0 8px 0 0;
}

.symposium-highlight-add ul#symposiumTab a:before {
    right: -10px;
    transform: skew(6deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px,
        inset rgba(255, 255, 255, 0.09) -1px 0;
    border-radius: 0 8px 0 0;
}

.card-body-scroll ul#myTab a:after {
    left: -10px;
    transform: skew(-6deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px,
        inset rgba(255, 255, 255, 0.09) 1px 0;
    border-radius: 8px 0 0 0;
}

.symposium-highlight-add ul#symposiumTab a:after {
    left: -10px;
    transform: skew(-6deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px,
        inset rgba(255, 255, 255, 0.09) 1px 0;
    border-radius: 8px 0 0 0;
}

button.excel-download:hover svg path {
    fill: var(--white);
}

#activityTable_length label {
    padding-left: 0;
}

#activityTable_filter {
    margin-bottom: 20px;
}

#activityTable_wrapper #activityTable_info,
#activityTable_wrapper #activityTable_paginate a {
    color: var(--primary) !important;
    font-size: 15px;
}

#activityTable_wrapper #activityTable_paginate a {
    margin: 0 2px !important;
}

#activityTable_paginate {
    padding-top: 0.755em;
}

.alert {
    z-index: 999 !important;
}

.modal-dialog {
    max-width: 1150px;
}

.modal-body .card-body {
    padding: 0 5px;
}

.card-scroll .userDetails thead th {
    color: var(--white);
}

.modal .card-scroll {
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
    margin-right: -10px;
}

.modal-body {
    padding: 15px 25px 0;
}

td .livetoggle.btn-warning {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}

td .livetoggle.btn-info.limit {
    background-color: #00a993 !important;
    border-color: #00a993 !important;
    color: var(--white) !important;
    align-items: center;
    display: inline-flex;
    font-weight: 400;
}

.main-wrapper .table td span a.btn.view-btn {
    margin: 0;
    float: right;
}

/* .main-wrapper .card .card-header.header-spaced {
    background: #f3f3f3;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 5px;
} */
.main-wrapper .card .card-header.header-spaced {
    /* background: #ffffff; */
    padding: 0;
    margin: 0 0 20px;
    border-radius: 5px;
}

.main-wrapper .card .card-header.header-spaced h6 {
    margin: 0;
    flex: 1 1;
    padding-right: 15px;
}

.main-wrapper .card .card-header.header-spaced span {
    font-weight: bold;
    font-size: 16px;
    color: var(--primary);
    left: 22px !important;
    text-transform: capitalize;
}

.survey_result {
    margin: 40px 0 0;
}

.survey_result h4 {
    color: var(--primary);
    margin: 0 0 15px;
}

.survey_result h6 {
    color: var(--black);
    text-align: center;
}

.card-scroll td span a {
    color: var(--primary);
    font-weight: 600;
    border: 1px solid var(--primary);
    border-radius: 20px;
    padding: 4px 10px;
    text-decoration: none;
}

.card-scroll td span a:hover {
    color: var(--white);
    background: var(--primary);
}

.section-body .card .card-scroll .tab-content {
    padding: 0;
    box-shadow: none;
}

.loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    background: rgb(255 255 255 / 80%) url(../img/loading.gif) 50% 50% no-repeat;
    opacity: 1;
}

nav.navbar #root {
    width: 100%;
}

.filter-view .filter-apply {
    justify-content: flex-start;
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-by button {
    border-radius: 30px;
    background-color: transparent;
    color: var(--skyblue);
    min-width: 145px;
    text-align: left;
    padding: 11px 18px 11px 24px;
    box-shadow: 0 2px 10px rgb(0 102 190 / 15%);
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    border: .5px solid transparent;
    line-height: 16px;
}

.filter-by button.dropdown img {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.dashboard-section {
    margin-top: 30px;
}
.filter-by button.dropdown:hover img, .filter-by button.dropdown:focus img {
    filter: brightness(0) invert(1);
}
.filter-by button.dropdown:hover,
.filter-by button.dropdown:focus {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    box-shadow: 0 2px 10px -3px rgb(0 102 190 / 60%);
}

.filter-options .accordion .card-header button:focus {
    outline: none;
}

.filter-options .accordion :after {
    background-image: none;
}

.filter-block-left.full .filter-div {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
    gap: 5px;
}

.filter-block-left.full .filter-div:last-child {
    margin: 0 0 5px;
}

.filter-block-left.full .filter-div .filter-div-title span {
    font-size: 13px;
    font-weight: 500;
    color: #8a4e9c;
}

.theme-black .main-wrapper table th {
    font-size: 13px;
}

.card-scroll video {
    max-width: 100%;
}

.tox .tox-editor-header {
    grid-template-columns: none;
}

.filter-block-left.full .filter-div .filter-div-title {
    min-width: 54px;
}

.filter-block-left.full .filter-div .filter-div-list .filter-result {
    border-radius: 3px;
    background: #f2e8f5;
    display: flex;
    height: 22px;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #8a4e9c;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.filter-block-left.full .filter-div .filter-div-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-block-left.full .filter-div .filter-div-list .filter-result img {
    cursor: pointer;
    margin-left: 25px;
}

/* .filter-by button.dropdown:hover img{
    filter: brightness(0) invert(1);
} */
.filter-view .filter-apply .filter-options {
    background: var(--white);
    border: 0;
    border-radius: 30px 0 30px 30px;
    box-shadow: 0 3px 16px -3px rgba(0, 102, 190, .51);
    display: block;
    max-height: 720px;
    max-width: 440px;
    padding: 19px 15px 60px;
    right: 0;
    top: 53px;
    width: 350px;
    z-index: 7;
    filter: drop-shadow(0 1px 6px rgba(0, 102, 190, 0.2));
    position: absolute;
}

.filter-options .accordion {
    height: 100%;
    max-height: 570px;
    overflow-y: auto;
    padding-right: 8px;
    margin: 0;
}

.filter-options .accordion .card {
    background: transparent;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    margin-bottom: 6px;
    padding: 5px;
}

.filter-options .card-header {
    background: var(--white);
    border: 0;
    border-radius: 40px;
    box-shadow: 0 1px 6px rgba(0, 102, 190, 0.2);
    padding: 0;
    z-index: 5;
}

.filter-options .accordion .card .accordion-collapse {
    border-radius: 20px;
    box-shadow: 0 1px 6px rgba(0, 102, 190, 0.2);
    margin-top: -38px;
    padding-left: 10px;
    padding-top: 43px;
}

.filter-options .accordion .card .accordion-collapse .card-body {
    padding: 1rem 10px 1rem 5px;
}

.main-wrapper .table thead th {
    font-size: 13px;
}

.view-btn,
.edit-btn,
.delete-btn {
    flex: 0 0 40px;
}
.view-btn svg, .edit-btn svg, .delete-btn svg {
    padding: 2px;
    width: 22px;
    height: 22px;
}
.filter-options .accordion .card .accordion-collapse .card-body {
    padding: 1rem 10px 1rem 5px;
}

.filter-options .accordion .card .accordion-collapse .card-body ul {
    margin: 0;
    max-height: 200px;
    min-height: 50px;
    overflow-y: auto;
    padding: 0;
}

.filter-options .accordion .card .accordion-collapse .card-body ul .select-multiple-option {
    color: var(--dark-gray);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding-left: 29px;
}

.filter-options .accordion .card .accordion-collapse .card-body ul .select-multiple-option input {
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 16px;
    z-index: 1;
}

.filter-options .accordion .card .accordion-collapse .card-body ul .select-multiple-option .checkmark {
    border: 1px solid var(--skyblue);
    border-radius: 23px;
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.filter-options .accordion .card .accordion-collapse .card-body ul .select-multiple-option .checkmark:after {
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    content: "";
    height: 9px;
    left: 5px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.filter-options .accordion .card .accordion-collapse .card-body ul .select-multiple-option input:checked~.checkmark:after {
    display: block;
}

.filter-options .accordion .card .accordion-collapse .card-body ul .select-multiple-option input:checked~.checkmark {
    background-color: var(--green);
    border-color: var(--green);
}

.filter-options .accordion .card .accordion-collapse .card-body ul li {
    color: #4e718e;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    list-style: none;
    padding-bottom: 14px;
    position: relative;
}

.filter-options .accordion .card .accordion-collapse .card-body ul li:last-child {
    padding-bottom: 1px;
}

.filter-options .accordion .card-header button {
    text-transform: capitalize;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    color: var(--dark-blue);
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
    background: var(--white) url(../img/dropdown-arrow.svg) no-repeat;
    background-origin: content-box;
    background-position: 100%;
    background-size: 16px;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.filter-view .filter-apply .filter-options .card-header {
    background: var(--white);
    border: 0;
    border-radius: 40px !important;
    box-shadow: 0 1px 6px rgba(0, 102, 190, 0.2);
    padding: 0 !important;
    z-index: 5;
    margin: 0;
}

.filter-view .filter-footer {
    background: var(--white);
    border-radius: 0 0 30px 30px;
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 102, 190, 0.1);
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 10px 16px 12px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
}

.filter-footer button.btn-bordered {
    background-color: var(--white);
    color: var(--primary);
    font-size: 14px;
    line-height: 16px;
    min-width: 81px;
    padding: 7px;
    text-transform: capitalize;
    border: 0 !important;
    text-align: center;
    box-shadow: 0 2px 10px -3px rgba(0, 102, 190, .6);
}

.filter-footer button.btn-bordered:hover,
.filter-footer button.btn-bordered:active {
    background-color: var(--primary) !important;
    color: var(--white);
}

.filter-footer button.btn.btn-bordered:focus {
    background-color: var(--white) !important;
    color: var(--primary);
    border: 0 !important;
}

.filter-footer button.btn-filled {
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    line-height: 16px;
    min-width: 81px;
    padding: 7px;
    text-align: center;
    box-shadow: 0 2px 10px -3px rgba(0, 102, 190, .6);
}

.filter-footer button.btn-filled:hover {
    background: var(--dark-blue) !important;
}

.sidebar-mini footer.main-footer {
    display: none;
}

.card-body.card-body-scroll+.survey_result.card-graph {
    width: 100%;
}

.survey_result.card-graph #chart-container .highcharts-container {
    width: 100% !important;
}

.section-body .card-body+nav {
    width: 100%;
}

.section-body .card-body+nav ul.pagination {
    margin: 10px auto 10px;
}

ul.pagination {
    margin: 3px auto;
}

.logged-users label {
    padding: 0;
    flex: 0 0 90px;
}

.logged-users {
    align-items: center;
    flex: 0 0 auto;
}

.logged-users select#users {
    min-width: 210px;
}

.logged-users label {
    padding: 0;
    flex: 0 0 130px;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-blue);
}

.logged-users {
    align-items: center;
    flex: 0 0 auto;
}

.logged-users select {
    min-width: 190px;
    height: auto;
    font-size: 15px;
    background: var(--white) url(../img/dropdown-arrow.svg) no-repeat;
    background-origin: content-box;
    background-position: 100%;
    background-size: 16px;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 1px 6px rgba(0, 102, 190, .2);
    color: var(--skyblue);
    cursor: pointer;
    max-width: 445px;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logged-users select:focus {
    box-shadow: 0 1px 6px rgba(0, 102, 190, .55) !important;
}

.promotion-stats {
    margin-top: 20px;
}

.logged-users select::-ms-expand,
.card-scroll select::-ms-expand {
    display: none;
}

.logged-users select,
.card-scroll select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.card-scroll select {
    background: var(--white) url(../img/dropdown-arrow.svg) no-repeat;
    background-origin: content-box;
    background-position: 100%;
    background-size: 16px;
}

.dataTables_wrapper .dataTables_length {
    margin: 0 0 9px;
}

.dataTables_wrapper .dataTables_filter {
    padding: 0 3px 0 0;
}

/* one-source dashboard CSS end  */

#custom_progress #progressbar {
    width: 300px;
    height: 20px;
}

.card-body.card-body-scroll+.survey_result.card-graph svg.highcharts-root {
    width: 100%;
}

#custom_progress .loader_show {
    max-width: 300px;
    flex-direction: column-reverse;
}

#custom_progress .loader_show #progressvalue {
    color: #0017c9 !important;
    font-weight: 700;
    font-size: 20px;
}

#custom_progress #progressbar::-webkit-progress-bar {
    background-color: #00a993;
}

#custom_progress #progressbar::-webkit-progress-value {
    background-color: #00a993;
}

p.MsoListParagraph:first-letter {
    padding: 0;
}

#exampleModal3 table thead th {
    width: auto !important;
}

.note {
    font-weight: bold;
    color: red;
}

.card .card-header button.ignore {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 6px 16px;
}

.card-header button.ignore i {
    font-size: 22px;
    font-weight: 700;
}

.main-wrapper.main-wrapper-1 .card.add-video-table .card-body {
    margin: 0;
}

.main-wrapper.main-wrapper-1 .card.add-video-table {
    margin: 0 0 10px;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded {
    padding: 20px 0 0px 25px;
    border-bottom: 5px solid #222d95;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded li.nav-item {
    flex: 1 1 auto;
    margin-right: 0;
    text-align: center;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded li.nav-item button {
    color: rgba(110, 114, 136, 0.5);
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    padding: 3px 5px;
    border: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded li.nav-item button.active {
    background: var(--white);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 7px rgba(0, 102, 190, 0.13);
    color: #00a993;
    position: relative;
    z-index: 2;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a {
    display: block;
    float: right;
    padding: 8px 13px 5px !important;
    background-color: var(--white);
    margin-right: 18px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: var(--primary);
    transition: all 250ms ease;
    border-radius: 0 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    text-decoration: none;
    line-height: 27px;
    font-family: Arial;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a:before,
.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    background-color: var(--white);
    transition: all 250ms ease;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a:before {
    right: -10px;
    transform: skew(6deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px,
        inset rgba(255, 255, 255, 0.09) -1px 0;
    border-radius: 0 8px 0 0;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a:after {
    left: -10px;
    transform: skew(-6deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px,
        inset rgba(255, 255, 255, 0.09) 1px 0;
    border-radius: 8px 0 0 0;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a.active {
    z-index: 3;
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a.active,
.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a.active:before,
.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a.active:after {
    background-color: var(--primary);
    color: var(--white);
}

.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a:hover,
.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a:hover:before,
.main-wrapper.main-wrapper-1 .card .card-header.header-spaceded a:hover:after {
    background-color: var(--primary);
    color: var(--white);
}

.main-wrapper.main-wrapper-1 .card-header a.excel-download {
    width: 40px;
    height: 40px;
    padding: 5px !important;
}

.main-wrapper.main-wrapper-1 .card-header a.excel-download svg path {
    fill: var(--white);
}

.search-element.d-flex {
    position: relative;
}

.main-wrapper .card .card-header.header-spaced ul.pagination {
    margin: 10px 0 0;
}

.main-wrapper .card .card-header.header-spaced ul.pagination .page-item .page-link {
    background: transparent;
    box-shadow: 0px 0px 8px rgba(0, 20, 137, 0.15);
    color: var(--primary);
    border-radius: 3px !important;
    padding: 5px 10px !important;
    font-size: 15px;
    min-height: 32px;
}

.main-wrapper .card .card-header.header-spaced ul.pagination .page-item .page-link:hover {
    color: var(--white);
}

.main-wrapper .card .card-header.header-spaced ul.pagination .page-item.active span.page-link {
    background: var(--primary);
    color: var(--white);
}

.main-wrapper .card .card-header.header-spaced ul.pagination .page-item span.page-link {
    left: 0 !important;
    font-weight: 500;
}

.search-element.d-flex #searchInput {
    background: var(--white);
    border: 0;
    border-radius: 30px;
    box-shadow: 0 2px 10px 0 rgba(0, 102, 190, .15);
    color: var(--dark-blue);
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 15px;
    margin: 0;
    padding: 8px 44px 8px 24px;
    width: 250px;
}

.custom-select:focus,
.form-control:focus {
    box-shadow: 0 1px 6px rgba(0, 102, 190, .55);
}

.search-element.d-flex .btn {
    padding: 0;
    position: absolute;
    right: 14px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}

.search-element.d-flex .btn i {
    font-size: 18px;
    color: #1f2b95;
}

.modal.show .modal-content {
    border-radius: 20px 20px;
}

.highcharts-subtitle {
    font-size: 12px;
    color: var(--dark-blue) !important;
}

.highcharts-subtitle span,
.main-wrapper .card .card-header.header-spaced .highcharts-subtitle span {
    font-size: 12px;
    color: rgba(0, 74, 137, .55);
    margin-right: 2px;
}

/* .main-wrapper .card .card-header.header-spaced .highcharts-subtitle {
    left: 0px !important;
} */
.highcharts-container .highcharts-legend {
    /* border-left: 2px dashed rgba(110, 114, 136, 1); */
    min-height: 100px;
}

.main-wrapper .highcharts-container .highcharts-legend .highcharts-legend-title>span {
    color: rgba(0, 74, 137, .55);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28px;
}

.highcharts-breadcrumbs-group .highcharts-button-normal text {
    color: #6E7288 !important;
    fill: #6E7288 !important;
}

.highcharts-breadcrumbs-group .highcharts-button-pressed text {
    color: #00A993 !important;
    fill: #00A993 !important;
}

.tox .tox-editor-header {
    grid-template-columns: none;
}

.card-scroll video {
    max-width: 100%;
}

/* < ============== Setting-Sidebar CSS Start  ============== > */


.loader {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(79, 79, 79, 0.5);
    z-index: 9999;
    display: none;
}

.custom_progress {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(217 217 217 / 50%);
    z-index: 9999;
    display: none;
}

.loader.show {
    display: block;
}

.loader_show {
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
}

.loader-view {
    color: var(--white);
    position: relative;
    font-size: 11px !important;
    background: var(--white);
    animation: escaleY 1s infinite ease-in-out;
    width: 1.4em;
    height: 6em;
    animation-delay: -0.16s;
}

.loader-view:before,
.loader-view:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2.6em;
    background: var(--white);
    width: 1.4em;
    height: 6em;
    animation: escaleY 1s infinite ease-in-out;
}

.loader-view:before {
    left: -2.6em;
    animation-delay: -0.32s;
}

@keyframes escaleY {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 6em;
        background: var(--primary);
        color: var(--primary);
    }

    40% {
        box-shadow: 0 -2em;
        height: 7.8em;
        background: var(--white);
        color: var(--white);
    }
}

.tox-promotion {
    display: none !important;
}

/* ===================================== Responsive end ===================================== */

.no-data-found,
.all-section-loader,
.tab-sections {
    min-height: 300px;
}

/* Filter Css */

.filter-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-radius: 20px;
    padding: 9px 80px;
}

.filter-toggle-button {
    border-radius: 20px;
    padding: 10px 80px;
    cursor: pointer;
    font-size: 16px;
    height: 42px;
    border: 1px solid black;
}

.filteration-box {
    display: flex;
    justify-content: flex-end;
}

.filter-box {
    display: none;
    width: 350px;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

.filter-dropdown {
    position: relative;
    margin-bottom: 20px;
}

.filter-dropdown .filter-dropdown-label {
    cursor: pointer;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
}

.filter-dropdown .filter-content {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.filter-dropdown.open .filter-content {
    display: block;
}

.filter-dropdown select,
.filter-dropdown input[type="date"] {
    width: 100%;
    padding: 10px;
}

.selection-display {
    display: none;
    margin: 20px;
    flex-direction: column;
}

.selection-display p {
    margin: 0;
    padding: 5px 0;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 3px;
}

.down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-block-left.full {
    max-height: 209px;
    overflow-y: auto;
    margin-right: 9px;
}

.main-wrapper .card .card-header.header-spaced,
.analytics-modal .modal-body {
    display: flex;
    flex-direction: column;
    margin: 16px 0 0px;
    border-radius: 20px 20px 7px 7px;
    position: relative;
}

.promotion-stats .first-step {
    padding: 30px 20px 20px;
    background: var(--white);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 8px rgba(0, 102, 190, 0.13);
    border-radius: 20px 20px 20px;
    margin: 0px 0px 0;
}

.section-body .promotion-stats .header-title #heading {
    margin: 0;
}

.section-body .card .tab-content {
    background: var(--white);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 8px rgba(0, 102, 190, 0.13);
    border-radius: 20px 20px 20px;
    margin: 0px 0px 0;
    padding: 18px 16px 16px;
    min-height:300px;
}

.section-body .header-title {
    margin: 0 0 20px;
}

.section-body .header-title h4,
.section-body #modal-header {
    font-size: 24px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0px;
    color: var(--dark-blue);
    font-weight: 500;
}

.main-wrapper .card .card-header.header-spaced ul,
.analytics-modal .modal-body ul {
    border: 0;
    margin: 0;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item,
.analytics-modal .modal-body ul li.nav-item,
.symposium-highlight-add ul li.nav-item {
    flex: 1 1 auto;
    margin-right: 0;
    text-align: center;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item .nav-link,
.analytics-modal .modal-body ul li.nav-item a.nav-link {
    color: rgba(0, 102, 190, .5);
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    padding: 3px 5px;
    border: 0;
    height: 100%;
    width: 100%;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.analytics-modal .modal-body ul li.nav-item a.nav-link {
    font-size: 18px;
}

.analytics-modal .modal-body ul li.nav-item .excel-download,
.main-wrapper .card .card-header.header-spaced ul li.nav-item .excel-download {
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: 2;
    padding: 3px;
}

.analytics-modal .modal-body ul li.nav-item .excel-download:hover img,
.main-wrapper .card .card-header.header-spaced ul li.nav-item .excel-download:hover img {
    filter: brightness(0) invert(1);
}

.analytics-modal .modal-body ul li.nav-item a.nav-link {
    line-height: 40px;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item button:focus {
    outline: none;
}

.main-wrapper .card .card-header.header-spaced .loading {
    top: 80px;
    height: 80%;
    background: url(../img/loading.gif) 50% 50% no-repeat var(--white);
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item .nav-link.active,
.analytics-modal .modal-body ul li.nav-item a.nav-link.active {
    background: var(--white);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 7px rgba(0, 102, 190, 0.13);
    color: var(--primary);
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.analytics-modal .modal-body ul li.nav-item a.nav-link.active {
    border-radius: 15px 15px 0 0;
}

.main-content section.section h5#modal-header {
    color: var(--black);
    font-size: 18px;
    margin: 0;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item .nav-link.active:before,
.analytics-modal .modal-body ul li.nav-item a.nav-link.active:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAB9CAYAAABqMmsMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMC1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NUY1NEZEMEJFM0MxMUVEOUE3OEM5NjM1NUY4NzNGMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NUY1NEZEMUJFM0MxMUVEOUE3OEM5NjM1NUY4NzNGMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg1RjU0RkNFQkUzQzExRUQ5QTc4Qzk2MzU1Rjg3M0YyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg1RjU0RkNGQkUzQzExRUQ5QTc4Qzk2MzU1Rjg3M0YyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jA0x9QAAA4BJREFUeNrsne1t4kAURc0qBbgDpgPcwbqDpAPTAXTgdJDtwOmAEiiBEiiBErzzxFtlicJu+DD2zD1XGvlHUJThnnfnzdiEWYGyU9/3IV6qOOw696uN0l8S/rz2ibcrebPN1Jc4FnHUn4z+rwAgTdPN6Gc3PtzyuwAgPdOXl1Q4Sjze42jjOPQDiQSYbrU3HvFUu5LxcWz7B4p3fSLbtji6fgSxBIy/hVvFsR4r6gFg3HW+u3Ubd6t+YMUonb0Zvx3bfBJAtOpJgHHMb6dS9STA4xu9TXE8p5+cAGDg7d0Uq54l4DHm2+3Y3ZTNB4DhzG+88id/jMsSMIz576n8vSSAsPkAIG6+aYZ1d234khMJcJ+t3ibVvx8AMt/nA8Cw6lI2HwBuq347269TnwdN4HXm1x79yYsEuG7d73KZDwBcrjb1dR8Arq/+ZXH8YEY2ogf4vvl2Y2eXU/WTAJdplZv5JMBljd8+x7mRAN9v/LIUCSBc/SSAePWTAOLVTwKIVz8JIF79JMC/VStMkgQ4nwBW/YEE0DS/VjAfAM6rUZkoAAiv/wAgHv8AIB7/APC1KqXJsg08jX+L/j0JQPUDAN0/AChqoTZheoDTHqAnAXTNrxTnDQAfCgAAAAAAAACgqjkAaKsEAJYAAEBa4iDo4xygJwEQACAAQACAAECrASwBQFsAAAAAAAAAIKsAAAAAAAAAAKqaq06cm0HHc4BDwfMAsuYHdgHaqpQnDwCCHwcDgFMtlCcv3QT6TaADCUD8A4CongGABAAA0fXfzA8AoKumQNIA1NgvCoB//1/Aft0EIP5dM8Hqt8rfY71uArTYLpoAVD8JQPWrJgDVTwJQ/aoJQPWTAFusFgWAUz/hJcCjfwsAugnQYr4oALH6V/GyxGLBJYCuXzgB/Elfun7hJaBj3RcFIFa/NX0v2CrYA3jT9wtLBQGI5lvVb7BTEAD/sidr+krsFOsBMF8YAP9gB+YrAhDNbzBfFADf6r1j3X30lJj5b/GyxjYxAPxs37Z5FZaJLQHe7O0wXwwAu6njkU+zp7YEeNVzU0ctAT5VPeYrJYDfzHkl7sUA8Kd2eXZPDQCMFwTAH9eyqF8T9UIAeFdvxtcYLwKAm27/iHGJ6QIA+L15M/0nlZ4xAL6OW+Nmhi/8WmF4ogBEQ1/P/Ozv79EJPkqMzkuzCEDP26Cr3wIMAJMujJ88uZcbAAAAAElFTkSuQmCC) no-repeat;
    background-size: 34px;
    border-radius: 0;
    bottom: -1px;
    content: "";
    height: 34px;
    left: -18px;
    position: absolute;
    width: 34px;
    z-index: -1;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item:first-child .nav-link.active:before,
.analytics-modal .modal-body ul li.nav-item:first-child a.nav-link.active:before {
    background: var(--white);
    height: 40px;
    left: 0;
    top: 34px;
    width: 24px;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item .nav-link.active:after,
.analytics-modal .modal-body ul li.nav-item a.nav-link.active:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAB9CAYAAABqMmsMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMC1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MkY1M0ZDMEJFM0QxMUVEODY5RUYxRkQ2MjU1RkZCRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MkY1M0ZDMUJFM0QxMUVEODY5RUYxRkQ2MjU1RkZCRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYyRjUzRkJFQkUzRDExRUQ4NjlFRjFGRDYyNTVGRkJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYyRjUzRkJGQkUzRDExRUQ4NjlFRjFGRDYyNTVGRkJGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DUXpKQAAA29JREFUeNrsndFR20AURaU0EFNBRAUxFcR0QCrA6QAqIFQAqcCmAtIBdgWog4gO3AF5a68SxYmHkCFG9jl3ZsfDH/idufft07IqH0NFUTTFSulzkT8f8mdTlmVdqL1UmQH4G81iJRDm6TOgaPz6WACsq87rJmCY+VXyAOiqyQ4hDLumx5fXt1jjWJXfLhOAriaCwAZAEARAEAhN4HP1OdaXaBgXloDlAL81i1aA6QBdTWNdOljiAtDOET45Q9i+3vTk90iN4V2weGFJmA7Q1Sy7gZEABaCNhGMh4ETApkgYWiImAC0E9wHBqWViAvBjmygEbACEQACEgLYL2KRF3h14RhEKQAvBkVtEXgS0GuQt4sDyMQFot4i3lo8LQNLIZwfMHmBdxz5FZAPQ5KbQ00WwCOj2A1eWkusARoEAGAXkCOhGwZkl5TpAklNCsAMkpemgswGwA9gQwh2glS4AByCNiUeWlwtAkodHwD1AuyM4dC7AdYCBcwG2AyxdIBzgwDIzHWDpAjaDbACSTiwzNwKMAR3AGKADYAzAIyApXXh9aLm5ACQdOBTiRoAxIACFl03AAfhgudkAVJabDUCaB7yz5FwAko4sORsAY0AAlAAoLAA2gXAAvFYGDoBaE+lh0OoPDll2HUAJgBIAJQACAJM3jOoAby27EaDAAHg6GA5AZdkFQIEB8IkgHACPhxsBigyAp4OdA3g6mA7AyNKzAXhv6VfCnQjqyH8XL9jPAtwOwgHwvgB4BHh7GNwBvD2s8DwAPgbIEbCMgQJ+ozjdAQb03YBHwuCvlxEA+OtlBGAl7Otl6E1gV8jRsA7wU2c6AFvI187qAL9uCS90AIV67awOAJ8LCMCf5wKYhtAIgDeEOsDmhnBiBBgFex8FRgA8CnSAp6Pgbp+vlRGAp1XFuhIAtsbhAns5H7AHeJ7Oox+4FgC2PgYEXwWAvTNIzwtqewD2zmAoAEIwFAA2BPcBwakAsDXd5S2iTeDL6Toaw3MBYKvO28TGCGBqmJvDEwHgqop1GxDsxPMDI+D/qsmRUOsAXDdIW8VJrEoAuBrn3mBsBKgUC5cRC1MBEIRXB0EAegJCrNlrzA8EoF9KbnCzzX9NE4D+usJsGzAIQP+1yDDMc0zUAiAQdV7z9ud/vd1EAPYLjCZ/tivpQQDURn0XYADIAapSonmIlQAAAABJRU5ErkJggg==)no-repeat;
    background-size: 34px;
    border-radius: 0;
    bottom: -1px;
    content: "";
    height: 34px;
    position: absolute;
    right: -18px;
    width: 34px;
    z-index: -1;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item:last-child .nav-link.active:after,
.analytics-modal .modal-body ul li.nav-item:last-child a.nav-link.active:after {
    background: var(--white);
    height: 40px;
    right: 0;
    top: 34px;
    width: 24px;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item:first-child .nav-link.active,
.analytics-modal .modal-body ul li.nav-item:first-child a.nav-link.active {
    border-radius: 20px 20px 0 0;
}

.main-wrapper .card .card-header.header-spaced .tab-content,
.analytics-modal .modal-body .tab-content,
.symposium-highlight-add ul.nav-tabs {
    background: var(--white);
    border-radius: 20px 20px 20px;
    box-shadow: 0 -4px 8px rgba(0, 102, 190, 0.07);
    margin: 1px 0 0;
    min-height: 150px;
    mix-blend-mode: normal;
    padding: 18px 16px 1px;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item a.nav-link,
.symposium-highlight-add ul.nav-tabs a.nav-link {
    border-radius: 20px 20px 0 0 !important;
    padding: 7px 5px !important;
    box-shadow: none;
    line-height: 29px;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item a.nav-link:hover,
.symposium-highlight-add ul.nav-tabs a.nav-link:hover {
    background-color: var(--white) !important;
}

.graph .card-body.card-body-scroll {
    margin-bottom: 40px;
}

.card .card-body.card-body-scroll .card-scroll nav .pagination {
    margin-top: 15px;
}

.main-wrapper .card .card-header.header-spaced ul li.nav-item:last-child a.nav-link.active:after {
    top: 20px;
}

.analytics-modal .modal-body {
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
}

.analytics-modal .modal-header {
    justify-content: center;
    padding: 15px 15px 8px;
}

.analytics-modal .modal-header #modal-header {
    color: var(--primary);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin:0 0 15px;
}

.filter {
    width: 100%;
}

.home-buttons {
    border: 0;
    background: var(--white);
    border-radius: 50%;
    padding: 7px;
    box-shadow: 0px 0px 8px rgba(0, 20, 137, 0.15);
    margin-left: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
}

.home-buttons:hover {
    background: var(--primary);
}

.home-buttons:hover img {
    filter: brightness(0) invert(1);
}


.no-data-found, .section-body .card .card-body p.no-data-found {
    font-size: 24px;
    text-align: center;
    color: var(--dark-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    width: 100%;
}

/* tooltip css */

.region-country {
    position: relative;
    cursor: pointer;
}

.region-country::after {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    background: rgba(0, 0, 0, 0.75);
    color: var(--white);
    padding: 5px;
    border-radius: 5px;
    min-width: 400px;
    max-width: 500px;
    white-space: pre-wrap;
    display: none;
    z-index: 10;
}

.region-country[data-title]:hover::after {
    display: block;
}


div.highcharts-legend.highcharts-no-tooltip>div.highcharts-label.highcharts-legend-title>span {
    top: 150px !important;
}


/**Login page**/
body.login-page {
    background: url(../img/registration-page.jpg) no-repeat;
    background-size: cover;
}

body.login-page:after {
    content: "";
    background: rgba(0, 0, 36, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
}

.login-page .login-section {
    position: relative;
    z-index: 1;
}

.login-page .card {
    box-shadow: 0px 3px 10px -3px rgba(0, 102, 190, 0.2);
    border-radius: 30px;
    border: 0;
    overflow: hidden;
    max-height: 100%;
    max-width: 582px;
    margin: 0 auto;
    padding: 22px;
}

.login-page .card .card-header {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    background: transparent;
    border: 0;
    font-family: "Roboto", serif;
    margin: 0 0 30px;
}

.login-page form {
    max-width: 368px;
    margin: 0 auto;
}

.login-page form .form-group {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 40px;
}

.login-page form .form-group input {
    max-width: 367px;
    padding: 9px 52px;
    color: var(--dark-blue);
    background: var(--white);
    border-radius: 30px;
    border: 0;
    box-shadow: 0px 1px 6px rgba(0, 102, 190, 0.2);
    font-family: "Roboto", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: auto
}

.login-page input::-webkit-input-placeholder {
    color: var(--skyblue);
    opacity: 1;
    font-weight: 300;
}

.login-page input:-ms-input-placeholder {
    color: var(--skyblue);
    opacity: 1;
    font-weight: 300;
}

.login-page input::placeholder {
    color: var(--skyblue);
    opacity: 1;
    font-weight: 300;
}

.login-page form .form-group span {
    position: absolute;
    left: 22px;
    top: 21px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-page form .form-group .form-control:focus {
    box-shadow: 0 0 7px rgb(0 102 190 / 40%);
}

.login-page form .form-group .form-control:focus+span svg path {
    fill: var(--primary);
}

.login-page form .form-group span.password_img {
    right: 23px;
    left: auto;
    cursor: pointer;
}

.login-page form .form-check {
    margin: -16px 0 0 22px;
}

.login-page form .form-check input[type=checkbox] {
    border: 1px solid var(--skyblue);
    width: 16px;
    height: 16px;
    padding: 1px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: -1px 0 0 -1.5rem;
}

.login-page form .form-check input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
    background-size: 16px;
    background-position: center;
    background-color: var(--green);
    border-color: var(--green);
    box-shadow: none;
}

.login-page form .form-check label {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: var(--skyblue);
    margin-left: 3px;
    cursor: pointer;
    font-family: "Roboto", serif;
    padding: 0;
}

.login-page form button[type="submit"],
#msal-login {
    max-width: 140px;
    width: 100%;
    margin: 15px auto 30px;
    display: block;
    filter: drop-shadow(0px 1px 6px rgba(0, 102, 190, 0.2));
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 30px;
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    font-weight: 500;
    padding: 11px 14px;
    line-height: 1;
}
.login-page form button[type="submit"]:hover{
    background: var(--dark-blue);
    border-color: var(--dark-blue);
}

#msal-login {
    background: transparent;
    color: var(--primary);
}

#msal-login:hover {
    background: var(--primary);
    color: var(--white);
}

.login-page .login-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-page nav.navbar {
    display: none;
}

.login-page main.py-4 {
    padding: 0 !important;
}

/**Login Page End**/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-color: 0 0 0 30px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--dark-blue) !important;
}

.navbar .container-custom {
    padding: 0px 5px;
}

.navbar .brand-img .header-logo svg {
    width: 80px;
    height: auto;
}

.brand-img {
    min-width: 230px;
}

.brand-img img {
    max-width: 120px;
}

.apply-filter {
    border: 1px dashed var(--primary);
    border-radius: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    flex: 1 1;
    margin-right: 20px;
}

.sidebar-mini .main-content,
.sidebar-mini .main-footer {
    padding-left: 65px;
    width: calc(100% - 65px);
}

.sidebar-mini .main-sidebar #sidebar-wrapper {
    max-width: 65px;
}

.light-sidebar.sidebar-mini .main-sidebar:after {
    background-color: transparent;
    box-shadow: none;
}

.sidebar-mini .main-sidebar {
    width: 65px;
    position: static;
    background: transparent;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu {
    background-color: transparent;
}

.sidebar-mini .main-sidebar .sidebar-menu>li {
    padding: 0;
    margin: 8px 0px 8px 0;
}

.sidebar-mini #toggle_side {
    height: 50px;
}

.sidebar-mini #sidebar-wrapper .logout-link {
    margin-right: 0px;
}

.light-sidebar.sidebar-mini .main-sidebar .sidebar-menu li.active a {
    height: 50px;
}

.main-sidebar .sidebar-brand a {
    padding: 4px 27px;
}

.main-wrapper .card-scroll table,
.tab-content .card-scroll table {
    padding-right: 12px;
    border-spacing: 0 22px;
    padding-left: 5px;
    width: 100%;
    border-collapse: initial;
    border: 0;
}

.card-body.card-body-scroll .card-scroll {
    padding: 0px;
    align-items: flex-start;
    margin: 8px 0;
    max-height: 64vh;
    min-height: 229px;
    overflow-y: auto;
    padding-bottom: 6px;
    padding-right: 6px;
    width: 100%;
}

.main-wrapper .table thead.sticky-header,
.tab-content .table thead.sticky-header,
.main-wrapper .card-scroll .highcharts-data-table table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: .3s linear;
    z-index: 5;
    background: var(--white);
    line-height: 1;
}

.card-scroll table thead.sticky-header tr,
.main-wrapper .card-scroll .highcharts-data-table table thead tr {
    background: transparent;
}

.card-scroll .table tr td,
.main-wrapper .card-scroll .highcharts-data-table table tr td,
.main-wrapper .card-scroll .highcharts-data-table table tr th {
    background: transparent;
    padding-bottom: 10px;
    border: 0;
    color: #4e718e;
    font-size: 13px;
}

.main-wrapper .card-scroll .highcharts-data-table table tr td,
.main-wrapper .card-scroll .highcharts-data-table table tr th {
    padding: 0px 16px;
    height: 60px;
    font-weight: 400;
}

.main-wrapper .table thead tr th,
.tab-content .table thead tr th,
.main-wrapper .card-scroll .highcharts-data-table table thead tr th {
    color: var(--dark-blue);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 5px 12px 16px;
    background-color: transparent;
    border: 0;
    height: auto;
}

.card-scroll table thead tr,
.main-wrapper .card-scroll .highcharts-data-table table thead tr {
    border-spacing: 0 0px;
    box-shadow: none;
}

.card-scroll table tr,
.main-wrapper .card-scroll .highcharts-data-table table tr {
    background: transparent;
    border-radius: 13px;
    border-spacing: 0 10px;
    box-shadow: 0 1px 6px rgba(0, 102, 190, .2);
}

.card-scroll .table tr td.image img {
    max-width: 200px;
}

.card-thumbnail .card-body {
    border-radius: 0px 0 10px 10px;
    box-shadow: 0px 0px 8px rgba(0, 102, 190, 0.13);
    padding: 16px;
}
.card.post-card .card-content, .event-card .card-content, .video-card .card-content {
    padding: 16px;
    height:100%;
}
.main-wrapper .card-scroll .highcharts-data-table table tbody {
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    padding: 20px;
}

.section-body .card-thumbnail .card.post-card {
    /* margin: 10px 10px 30px; */
    height: 100%;
}
.section-body .card .video-card-inset .post-card-img, 
.section-body .card .post-card-inset .post-card-img, 
.section-body .card .event-card-inset .post-card-img, 
.section-body .card .video-card-inset .post-card-img img, 
.section-body .card .post-card-inset .post-card-img img, 
.section-body .card .event-card-inset .post-card-img img,
.section-body .card .video-card-inset .post-card-img video, 
.section-body .card .post-card-inset .post-card-img video, 
.section-body .card .event-card-inset .post-card-img video  {
    border-radius: 10px 10px 0 0;
}
.section-body .card .video-card-inset,
.section-body .card .post-card-inset,
.section-body .card .event-card-inset {
    border-radius: 10px;
    box-shadow: 0 0px 13px 0px rgba(0, 102, 190, 0.2);
    /* margin: 0 0 30px; */
    height: 100%;
}

.section-body .card .video-card-inset img,
.section-body .card .post-card-inset img,
.section-body .card .event-card-inset img {
    border-radius: 0 0;
}

.section-body .card .video-card-inset:hover,
.section-body .card .post-card-inset:hover,
.section-body .card .event-card-inset:hover {
    box-shadow: 0 0px 25px 0px rgba(0, 102, 190, 0.4);
}

.section-body .card .card .card-title {
    line-height: 130%;
    font-size: 16px;
    color: var(--primary);
    font-weight: 500;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.section-body .card-thumbnail .post-card-img {
    background: #fbfbfb;
    border-radius: 10px 10px 0 0;
    /* overflow: hidden; */
}
.video-card .card-content {
    height: 100%;
}
.section-body .card-thumbnail .post-card-img img.card-img-top {
    margin: 0 auto;
    display: flex;
    background: var(--white);
    max-height: 250px;
    width: 100%;
}

.section-body .card .card-body p.show-users {
    color: #00a993;
}

.section-body .card.video-card,
.section-body .card.video-card .card.video-card-inset {
    height: 100%;
}

.section-body .card.video-card,
.section-body .card.post-card,
.section-body .card.event-card {
    margin: 0;
    height: 100%;
}

.section-body .card.video-card .card.video-card-inset,
.section-body .card.post-card .card.post-card-inset {
    margin: 0 0px;
    height: 100%;
}

#usersTableContent .card.post-card-inset {
    padding: 20px 15px;
}

#usersTableContent .card.post-card-inset a.btn.add-btn {
    margin-top: 5px;
}

.section-body .card.video-card .card.video-card-inset img,
.section-body .card.post-card .card.post-card-inset img,
.section-body .card.video-card .card.video-card-inset video,
.section-body .card.post-card .card.post-card-inset video {
    height: 240px;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    object-fit: cover;
}

.section-body .video-thumbnail .card.post-card .card.post-card-inset video,
.section-body .video-thumbnail .card.video-card .card.video-card-inset img,
.section-body .video-thumbnail .card.video-card .card.video-card-inset video {
    height: 210px;
    width: 100%;
}

.form-check .form-check-label {
    padding-left: 5px;
}

.section-body .card-thumbnail .podcasts-box .post-card-img img.card-img-top,
.section-body .card-thumbnail .question-box .event-card-inset img {
    max-width: 150px;
    padding: 30px 0;
    display: flex;
    margin: 0 auto;
}

.form-opinion input[type=checkbox],
.form-opinion input[type=radio] {
    margin-left: 0;
    margin-right: 0px;
    position: relative;
}

.progress {
    width: 120px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 6px;
}

.theme-white .progress-bar {
    width: 100%;
}

.card .card-body-scrolled {
    box-shadow: 0px 0px 8px rgba(0, 102, 190, 0.13);
    border-radius: 10px;
}

.login-section .alert-danger {
    border: 0;
    text-align: center;
    padding: 10px;
}

.page-item .page-link {
    -webkit-box-shadow: 0px 0px 4px rgb(0 102 190 / 42%);
    -moz-box-shadow: 0px 0px 4px rgb(0 102 190 / 42%);
    box-shadow: 0px 0px 4px rgb(0 102 190 / 42%);
}
.option-material-box .check-group .form-check {
    align-items: center;
    display: flex;
}
.option-material-box .check-group input {
    border: 1px solid #97B6CF;
    width: 16px;
    height: 16px;
    padding: 1px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    flex: 0 0 16px;
    margin: 0 16px 0 0;
    position: absolute;
    left:0;
}
.option-material-box .check-group input:checked[type=checkbox] {
    background-color: #39cabc;
    border-color: #39cabc;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
  
}
.option-material-box .check-group .form-check label.form-check-label {
    padding-left: 30px;
}
.theme-white .btn-primary:focus,
.theme-white .btn-primary:active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.form-opinion label {
    text-align: left;
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 400;
}
.form-opinion .option-material .option-material-box label {
    font-size: 16px;
}
.form-opinion .form-check-input[type=checkbox] {
    border: 1px solid #97B6CF;
    width: 16px;
    height: 16px;
    padding: 1px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    margin: 0px 12px 0 0;
}
.form-opinion label.form-check-label {
    font-size: 16px;
}
.form-opinion .form-check-input:checked[type=checkbox] {
    background-color: #39cabc;
    border-color: #39cabc;
}
.form-opinion label h5 {
    color: var(--dark-blue);
    font-weight: 500;
    margin-bottom: 12px;
}
.upload-file-box {
    width: 100%;
    border: 1px dashed #0066BE;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 16px;
    max-width: 445px;
    margin: 0 0 5px;
}
.upload-file-box .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    flex-wrap: wrap;
}
.upload-file-box input.form-control {
    width: 171px;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: 0;
    border-radius: 30px;
}
.upload-file-box input.form-control~label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 11px;
    background: #0066be;
    border-radius: 30px;
    color: #fff!important;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    min-width: 171px;
    text-align: center;
}
.section-body .card .upload-file-box .box p {
    margin: 0;
    font-size: 16px;
    line-height: 145.19%;
    color: #97b6cf;
    word-break: break-all;
    padding-right: 5px;
}
.theme-white .form-opinion .form-control:focus {
    box-shadow: 0 0 5px rgba(0, 102, 190, .55) !important;
}

.section-body .form-group .d-flex {
    flex-wrap: wrap;
    padding: 0 7px;
}

.section-body .form-group .d-flex .form-control,
.section-body .form-group .d-flex .tox-tinymce,
.section-body .form-group .d-flex audio {
    flex: 1 1;
}

.section-body .parsley-errors-list {
    text-align: left;
}

.card-body.card-body-scroll .card-scroll .ans label {
    color: var(--dark-gray);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding-left: 29px;
    position: relative;
}

.card-body.card-body-scroll .card-scroll .ans .radio input {
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 16px;
    z-index: 1;
}

.card-body.card-body-scroll .card-scroll .ans .radio .checkmark {
    border: 1px solid var(--skyblue);
    border-radius: 23px;
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.card-body.card-body-scroll .card-scroll .ans input:checked~.checkmark {
    background-color: var(--green);
    border-color: var(--green);
}

.card-body.card-body-scroll .card-scroll .ans input~.checkmark:after {
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    content: "";
    height: 9px;
    left: 5px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.card-body.card-body-scroll .card-scroll .ans input:checked~.checkmark:after {
    display: block;
}

.card-body.card-body-scroll .card-scroll h5 {
    color: var(--primary);
    font-weight: 500;
}

.form-opinion h4 {
    color: var(--dark-blue);
}

.ratings-container {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ratings-header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 7px;
    color: var(--primary);
}

.ratings-summary {
    display: flex;
    flex-direction: row;
    margin: 12px 0;
    justify-content: space-between;
}

.average-rating {
    line-height: 1;
    display: flex;
    flex-direction: column;
}

.rating-value {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: var(--dark-blue);
}

.rating-value i {
    font-size: 14px;
    margin-left: 3px;
}

.total-ratings {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #282c3f;
}

.rating-bars {
    margin-left: 46px;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.rating-label {
    display: flex;
    font-size: 14px;
    color: #a9abb3;
}

.rating-number {
    width: 8px;
    margin-right: 4px;
    line-height: 1;
    font-size: 16px;
}

.bar-icon {
    width: 19px;
    height: 12px;
}

progress {
    border: none;
    width: 120px;
    height: 4px;
    background: #f5f5f6;
    margin: 0;
}

.rating-count {
    font-size: 12px;
    color: #282c3f;
    margin-left: 9px;
}

progress[data-rating="5"] {
    color: #14958f;
}

progress[data-rating="4"] {
    color: #14958f;
}

progress[data-rating="3"] {
    color: #72bfbc;
}

progress[data-rating="2"] {
    color: #fcb301;
}

progress[data-rating="1"] {
    color: #f16565;
}

.ratings-icon {
    background-position: -276px -60px;
    width: 21px;
    height: 22px;
}

.star-icon {
    background-position: -171px -28px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.bar-icon:before {
    font-size: 14px;
}

textarea.form-control {
    border-radius: 18px;
}

.logout-link .dropdown .dropdown-toggle {
    font-size: 16px;
    line-height: 19px;
    color: var(--skyblue);
    font-weight: 300;
    padding-right: 0;
    background: none;
    border: 0;
    box-shadow: none;
    position: relative;
}

.logout-link .dropdown .dropdown-toggle:hover,
.logout-link .dropdown .dropdown-toggle:active,
.logout-link .dropdown .dropdown-toggle:focus {
    color: var(--primary) !important;
    background: transparent !important;
}

.logout-link .dropdown .dropdown-toggle span {
    font-weight: 500;
    padding-right: 5px;
}

.logout-link .dropdown .dropdown-toggle:after {
    content: "";
    background-image: url(../img/dropdown-arrow.svg);
    border: 0;
    width: 13px;
    height: 10px;
    background-size: 13px;
    position: relative;
    top: 5px;
    margin-left: 2px;
    background-repeat: no-repeat;
    background-position: center;
}

.logout-link .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 2px 10px var(--primary)26;
    border: 0;
    right: 0 !important;
    left: auto !important;
}

.logout-link .dropdown-menu a {
    font-size: 16px;
    line-height: 19px;
    color: var(--skyblue);
    font-weight: 300;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logout-link .dropdown-menu a:hover,
.logout-link .dropdown-menu a:active,
.logout-link .dropdown-menu a:focus {
    background: transparent;
    color: var(--primary);
}

.theme-white .navbar {
    padding: 8px 70px;
}

.logout-link .dropdown-menu a i {
    margin: 0;
    font-size: 17px;
    cursor: pointer;
}

#root {
    margin-bottom: 30px;
}

text.highcharts-credits {
    font-size: 0 !important;
}





/* ===================================== Responsive Start ===================================== */

@media only screen and (max-width: 1560px) {
    .section-body .card .card-body p {
        display: block;
    }

    .section-body .card-body.landing {
        max-width: min(100% - 20px, 100%);
    }

    .card-graph {
        /* width: calc(100% - 4%); */
        margin: 10px auto 0px;
    }

    .survey_result.card-graph {
        margin-top: 40px;
    }
}

@media (max-width: 1480px) {

    /* .main-sidebar {
        width: 185px;
    } */
    .main-sidebar .sidebar-menu li a span {
        font-size: 13px;
        margin-top: 0px;
        line-height: 1.2;
    }

    .main-sidebar .sidebar-menu li a {
        padding: 0 11px;
    }

    body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
        padding-left: 11px;
    }

    /* .main-content {
        padding: 30px 25px 15px 215px;
    } */
    /* .theme-white .navbar {
        left: 215px;
        width: calc(100% - 240px);
    } */
    /* table th.table-heading.heading-bigger {
        width: 400px;
    } */

    .view-btn,
    .edit-btn,
    .delete-btn {
        margin-right: 6px;
    }

    .section-body .card {
        margin-bottom: 30px !important;
        /* padding: 12px 15px; */
    }

    .section-body .card-body.landing {
        max-width: min(100% - 10px, 100%);
    }

    .section-body .card .card-title {
        line-height: 20px;
        font-size: 16px;
    }

    .livetoggle {
        margin-left: 6px !important;
    }

    .light.light-sidebar.theme-white .main-wrapper table th,
    td {
        padding: 7px !important;
    }

    .section-body .col-12.col-md-12.col-lg-12 {
        padding: 10px 15px 10px 15px;
    }

    .ques-footer-btn {
        padding: 20px 20px 0 14px !important;
    }

    .note-editor.note-frame.card {
        margin: 0 !important;
    }

    .main-wrapper .table thead th {
        font-size: 14px;
    }

    .light.light-sidebar.theme-white .main-wrapper table th.table-heading {
        width: 22%;
    }

    .table.table-bordered td,
    .table.table-bordered th {
        font-size: 12px;
    }

    td .livetoggle.btn-warning {
        padding: 3px 5px;
        margin-left: 0 !important;
        font-size: 11px;
    }
}

@media (max-width: 1439px) {
    .main-wrapper .table thead th {
        font-size: 12px;
    }

    .light.light-sidebar.theme-white .main-wrapper table th,
    td {
        padding: 5px !important;
    }
}

@media (max-width: 1299px) {
    .section-body .card .card-body p {
        font-size: 13px;
    }

    .main-wrapper .card-body a.btn.btn-primary,
    .main-wrapper.main-wrapper-1 .card-header a,
    .main-wrapper.main-wrapper-1 .add-btn {
        padding: 4px 14px;
        line-height: 20px;
        font-size: 13px;
    }

    .main-footer {
        left: 225px;
        width: calc(100% - 225px);
    }

    .sidebar-mini .main-sidebar {
        width: 65px;
    }

    .main-sidebar .sidebar-brand a {
        padding: 4px 18px;
    }

    /* .main-sidebar .sidebar-brand {
        flex-direction: column-reverse;
    } */

    .main-sidebar .sidebar-menu>li {
        padding: 10px;
    }

    .sidebar-brand a .header-logo svg {
        width: 40px;
        height: auto;
    }

    .main-sidebar .sidebar-brand #toggle_side svg {
        width: 20px;
    }

    .main-sidebar .sidebar-brand #toggle_side a.nav-link {
        font-size: 5px;
    }

    .main-sidebar .sidebar-menu li a .feather {
        margin-right: 0px;
    }

    /* .main-sidebar .sidebar-menu > li > a span {
        display: none;
    } */

    .section-body .card-body.landing {
        max-width: min(100% - 0px, 100%);
    }

    /* .main-sidebar {
        width: 65px;
    } */
    /* .theme-white .navbar {
        left: 90px;
        width: calc(100% - 115px);
    } */
    .main-content,
    .main-footer {
        padding-left: 90px;
    }

    .view-btn,
    .edit-btn,
    .delete-btn {
        width: 30px;
        height: 30px;
    }

    .section-body .card-body.landing {
        padding: 20px 20px;
    }

    .section-body .card-body {
        padding: 20px 20px;
    }

    .main-sidebar .sidebar-menu li.menu-header {
        display: none;
    }

    .table:not(.table-sm):not(.table-md):not(.dataTable) td,
    .table:not(.table-sm):not(.table-md):not(.dataTable) th {
        height: 46px;
    }

    .main-wrapper table th,
    td {
        padding: 12px !important;
    }

    .view-btn svg,
    .edit-btn svg,
    .delete-btn svg {
        width: 15px;
        height: 15px;
    }

    .livetoggle {
        margin-left: 0px !important;
        padding: 2px 6px;
        font-size: 11px;
    }

    .section-body .col-12.col-md-12.col-lg-12 {
        padding: 30px 15px 10px 15px;
    }

    .table:not(.table-sm):not(.table-md):not(.dataTable) td,
    .table:not(.table-sm):not(.table-md):not(.dataTable) th {
        height: 46px;
        font-size: 12px;
        padding: 7px !important;
        line-height: 16px;
    }

    .main-sidebar .sidebar-menu li a {
        padding: 0 0px;
        justify-content: center;
    }

    body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
        padding-left: 0px;
    }

    .main-sidebar .logout-link a i {
        font-size: 22px;
        margin: 0 !important;
    }

    .main-sidebar .logout-link a span {
        display: none;
    }

    .main-sidebar .sidebar-menu li a {
        height: 45px;
    }

    .settingSidebar .settingPanelToggle {
        padding: 8px 10px;
        left: -36px;
        width: 36px;
    }

    /* .card-graph {
        width: calc(100% - 3%);
    } */
}

@media (max-width: 1024px) {
    .card .card-body.card-body-scroll {
        height: 100%;
    }

    .section-body .card-body.landing {
        padding: 15px 15px;
    }

    .main-wrapper .card .card-header.header-spaced {
        /* padding: 10px 13px; */
        margin: 10px 0 10px;
    }

    .card .card-body.card-body-scroll .card-scroll {
        overflow-x: auto;
    }

    .main-footer {
        left: 0;
        width: calc(100% - 0px);
    }

    .ques-footer-btn {
        justify-content: flex-start;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 12px 0 0;
    }

    .section-body .col-12.col-md-12.col-lg-12 {
        padding: 0px 15px 10px 15px;
    }

    .card-scroll {
        padding: 0;
    }

    .main-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }

    .card .card-body.card-body-scroll .card-scroll form {
        margin-bottom: 20px;
    }

    body.sidebar-gone .main-sidebar {
        left: -65px;
        overflow: initial !important;
    }

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

    body.sidebar-gone .main-sidebar #toggle_side {
        margin-left: 120px;
        z-index: 9;
        position: relative;
        margin-top: 4px;
    }

    /* .section-body .card {
        padding: 0;
    } */
    .theme-white .navbar {
        left: 90px;
        width: calc(100% - 80px);
        margin-right: 20px;
    }

    body.sidebar-gone .main-sidebar #toggle_side a.nav-link {
        padding: 5px;
        height: 36px;
        width: 36px;
        box-shadow: 0px 2px 10px 0px rgba(0, 102, 190, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--white);
    }

    .navbar {
        left: 0 !important;
        width: 100%;
    }

    .main-content section.section {
        padding-top: 15px;
    }

    .note-editor.note-frame.card {
        margin: 0 !important;
        max-height: 300px;
    }

    .light.light-sidebar.theme-white .main-wrapper table th:last-child {
        min-width: 215px;
    }

    .light.light-sidebar.theme-white .main-wrapper table.table-rating th:last-child {
        min-width: auto;
    }
}

@media (max-width: 991px) {
    .theme-white .navbar {
        height: 55px;
        padding: 4px;
    }

    .logged-users label {
        flex: 0 0 100px;
        font-size: 13px;
    }

    .logged-users select#users {
        min-width: 150px;
        padding: 7px 10px !important;
        font-size: 13px;
    }

    .modal-dialog {
        width: 95%;
    }

    .card-body.card-body-scroll .card-scroll {
        overflow: auto;
    }

    .section-body .card-body+nav ul.pagination li.page-item {
        padding: 2px 0;
    }

    .theme-white .page-item .page-link {
        color: #6777ef;
        padding: 5px 8px;
        font-size: 12px;
    }

    .section-body {
        padding: 0 0px;
    }

    .light.light-sidebar.theme-white .main-wrapper table th:last-child {
        min-width: 200px;
    }

    .light.light-sidebar.theme-white .main-wrapper table.table-rating th:last-child {
        min-width: auto;
    }

    body.sidebar-gone .main-sidebar #toggle_side a.nav-link {
        padding: 4px;
        height: 32px;
        width: 32px;
    }

    .card-graph {
        width: calc(100% - 30px);
    }

    .card .card-body.card-body-scroll .card-scroll .table {
        min-width: 960px;
    }

    .section-body .card {
        padding: 12px 15px;
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-body .card {
        margin-bottom: 10px !important;
    }

    .section-body .card-body.landing {
        max-width: min(100% - 0px, 100%);
    }

    h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 10px 0 0;
    }

    .sidebar-mini .main-content,
    .sidebar-mini .main-footer {
        padding-left: 50px;
    }

    .table:not(.table-sm):not(.table-md):not(.dataTable) td,
    .table:not(.table-sm):not(.table-md):not(.dataTable) th {
        font-size: 12px;
        padding: 9px !important;
    }

    .section-body .col-12.col-md-12.col-lg-12 {
        padding: 20px 20px 10px 20px;
    }

    .main-footer {
        padding: 12px;
    }

    .main-footer {
        height: 55px;
        padding: 12px 15px;
    }

    .main-footer .footer-right a {
        font-size: 12px;
        line-height: 16px;
    }

    .main-footer .footer-left svg {
        width: 65px;
    }

    .main-wrapper.main-wrapper-1 .card.add-video-table {
        padding: 20px 25px 15px;
    }

    .view-btn,
    .edit-btn,
    .delete-btn {
        margin-right: 8px;
    }

    .main-wrapper .card .card-header.header-spaced h6 {
        font-size: 12px;
    }

    .main-wrapper .card .card-header.header-spaced span {
        font-size: 12px;
    }

    .main-wrapper .card .card-body.card-body-scroll {
        overflow-x: auto !important;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .analytics-modal .modal-body ul li.nav-item a.nav-link {
        line-height: 32px;
        font-size: 14px;
    }

    .section-body .card {
        padding: 12px 15px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card.col .d-flex.justify-content-between {
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
    }

    .search-element.d-flex #searchInput {
        width: 100%;
    }

    .theme-white .navbar {
        width: calc(100% - 70px);
        margin-right: 15px;
    }

    .main-content {
        padding-top: 15px;
    }

    .card.col .d-flex.justify-content-between ul.navbar-nav {
        width: calc(100% - 64px);
        margin-right: 0 !important;
    }

    .card.col ul.navbar-nav form.form-inline.me-auto {
        width: 100%;
    }

    .card.col ul.navbar-nav form.form-inline.me-auto .search-element.d-flex {
        width: 100%;
    }

    .section-body .card-body.landing {
        max-width: 100%;
    }

    .logged-users label {
        font-size: 12px;
        padding: 5px !important;
    }

    .main-content section.section .section-body {
        padding: 0 0px;
    }

    .logged-users select#users {
        min-width: 130px;
        padding: 5px 10px !important;
        font-size: 12px;
    }

    .answers.option-added .col-md-6 #DeleteRow {
        right: -20px;
    }

    .main-sidebar .sidebar-brand {
        height: 90px;
    }

    .card-graph {
        width: 100%;
        padding: 15px;
        margin: 0 0 20px;
    }

    ul.pagination {
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px auto 0;
        flex-wrap: wrap;
    }

    .navbar-nav.navbar-right .dropdown-item,
    .navbar-nav.navbar-right .dropdown-item a {
        font-size: 14px;
        line-height: 26px;
        padding: 8px 16px;
    }

    .card-body.card-body-scroll {
        margin-bottom: 10px;
    }

    .navbar-nav.navbar-right .dropdown-menu.dropdown-menu-right.pullDown {
        width: 170px;
        margin-right: 2px;
    }

    .survey_result.card-graph {
        margin-top: 20px;
    }

    .col-sm-6,
    .col-xs-6 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .main-wrapper .table {
        width: 890px !important;
        margin: 0 auto 8px auto;
    }

    .main-wrapper .card .card-body.card-body-scroll {
        overflow-x: auto !important;
    }

    .main-wrapper.main-wrapper-1 .card.add-video-table {
        padding: 0px 0px 15px;
    }

    .card-scroll {
        padding: 0px 0px 2px 0;
    }

    .section-body .card-body {
        padding: 10px 5px;
    }

    .main-wrapper.main-wrapper-1 .form-group {
        text-align: center;
    }

    span.logo-name.header-logo svg {
        width: 60px;
        height: 70px;
    }

    label.form-label.col-form-label.font-weight-bold,
    .card .card-body.card-body-scroll .card-scroll .text-md-start {
        font-size: 12px;
    }

    .main-content section.section {
        padding-top: 10px;
    }

    .option-material .option-material-box {
        width: calc(100% - 30px);
        margin: 0 auto 20px;
        padding: 5px;
    }

    button#addInputBtn {
        margin: 0 0 15px 15px;
    }

    .input-group-text,
    select.form-control:not([size]):not([multiple]),
    .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 12px;
        padding: 9px 12px;
        height: 39px;
    }

    .section-body .row {
        gap: 0 12px;
        margin: 0 0 4px 0 !important;
    }

    label {
        margin-bottom: 0 !important;
        padding: 12px 10px 5px 10px !important;
    }

    .section-body .row .answers.row {
        margin: 0 0 18px 0 !important;
        gap: 0 8px;
    }

    .section-body .card .card-body p {
        line-height: 18px;
        font-size: 12px;
    }

    .note-editor.note-frame.card {
        margin: 0 !important;
        max-height: 255px;
    }

    /* .main-wrapper.main-wrapper-1 .card .card-header {
        padding: 8px;
    } */

    .main-wrapper.main-wrapper-1 .card-header .add-btn,
    .main-wrapper.main-wrapper-1 .form-group .add-btn,
    .main-wrapper.main-wrapper-1 .back-btn {
        padding: 5px 9px;
    }

    .main-footer .footer-left img {
        max-width: 120px;
    }
}

@media (max-width: 567px) {
    h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .section-body .card-body.landing {
        min-height: 150px;
    }

    .section-body .card {
        padding: 8px 0px;
        margin: 0 0 10px 0 !important;
    }

    .section-body .card .card-title {
        line-height: 18px;
        font-size: 16px;
        margin: 0 0 4px 0;
    }

    .section-body .card .card-body p {
        margin: 0 0 12px 0;
        line-height: 18px;
        font-size: 12px;
    }

    .section-body .col-12.col-md-12.col-lg-12 {
        padding: 0px 0px 10px 0;
    }

    .view-post-card .card-header img.card-img-top {
        margin-bottom: 15px;
    }

    .livetoggle {
        margin-left: 0px !important;
        padding: 5px 8px;
        font-size: 10px;
        margin: 0 !important;
        line-height: 12px;
    }

    .view-btn,
    .edit-btn,
    .delete-btn {
        width: 26px;
        height: 26px;
    }

    .view-btn svg,
    .edit-btn svg,
    .delete-btn svg {
        width: 15px;
        height: 15px;
    }

    .main-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card .card-header h4 {
        font-size: 16px;
        line-height: 20px;
        padding-right: 8px;
    }

    .main-wrapper.main-wrapper-1 .card-header a {
        padding: 2px 14px !important;
        font-size: 10px;
        line-height: 16px;
    }

    /* .main-wrapper.main-wrapper-1 .card .card-header {
        padding: 10px;
    } */

    .main-sidebar .sidebar-menu li a span {
        font-size: 12px;
    }

    .main-sidebar .sidebar-menu li a {
        height: 45px;
    }

    .main-sidebar .sidebar-menu li a svg {
        width: 20px;
        height: 20px;
    }

    .section-body .row .answers.row {
        margin: 0 0 12px 0 !important;
    }

    form.add-form {
        padding: 0;
    }

    .card .card-header .btn {
        margin-top: 1px;
        padding: 2px 9px;
    }

    .note-toolbar .note-btn {
        font-size: 10px;
    }

    textarea#content {
        min-height: 105px !important;
    }

    .main-footer .footer-right a {
        padding: 0 9px;
    }

    .main-footer .footer-left svg {
        width: 60px;
    }
}
