:root {
    --primary: #0E497A;
    --secound: #F1F8FD;
    --third: #0E497A;
    --success: #1BBC9B;
    --caution: #FFBE00;
    --alert: #FF5252;
    --heading: #141A1F;
    --body: #3C4E5D;
    --white: #FFFFFF;
    --border: #D5DDE4;
    --disabled: #C1CDD7;
}

body {
    font-family: IBM Plex Sans !important;
    color: var(--body);
}

[class*=sidebar-dark-] {
    background: var(--white);
}

[class*=sidebar-dark-] .sidebar a {
    font-size: 16px;
    line-height: 26px;
    color: var(--body) !important;
    margin: 0 !important;
}

.logo {
    padding: 6px 0 6px 15px;
    display: block;
    border-bottom: 1px solid var(--border);
}

.logo .brand-image {
    max-height: 40px;
    display: inline-block;
}

.logo .brand-text {
    display: inline-block;
    max-height: 40px;
    max-width: 110px;
}

aside .logo span img {
    max-height: 45px;
}

.sidebar-collapse span.brand-text.font-weight-light {
    display: none;
}

.profile-menu {
    float: right;
    margin-left: auto;
    min-width: 160px;
    margin-right: 20px;
}

.profile-menu a {
    color: #000;
}

.profile-menu a .profile-blk {
    display: flex;
    align-items: center;
}

.profile-menu a .profile-blk figure img {
    object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.profile-menu .dropdown-menu {
    max-width: 320px;
    min-width: 320px;
}

.profile-blk {}

.profile-blk figure {
    margin: 0;
    float: left;
    margin-right: 10px;
}

.profile-blk .text {
    float: left;
    width: calc(100% - 70px);
}

.profile-blk .text .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
}

.profile-blk .text .email {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: var(--disabled);
}

.profile-blk i.fa {
    float: right;
    text-align: center;
}

.profile-menu .profile-link {
    padding: 30px;
    border-bottom: 1px solid var(--border);
}

.profile-menu .profile-link a {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: var(--primary);
}

.profile-menu .profile-link a .user-icon {
    margin-right: 25px;
}

.profile-menu .profile-link a span {
    border-bottom: 2px solid var(--caution);
}

.profile-menu ul.org {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
}

.profile-menu ul.org li {
    list-style: none;
    padding: 20px 30px 0px 30px;
    float: left;
    width: 100%;
}

.profile-menu ul.org li figure {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    width: 65px;
    /* height: 45px; */
    /* overflow: hidden;
    border-radius: 100px; */
}


/* .profile-menu ul.org li figure img {
    width: 45px;
    height: 45px;
    object-fit: cover;
} */

.profile-menu ul.org li .cont {
    color: var(--primary);
    width: calc(100% - 75px);
    float: left;
}

.profile-menu ul.org li .cont a {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: var(--primary);
    border-bottom: 2px solid var(--caution);
}

.profile-menu a.sign-out {
    text-align: center;
    display: block;
    background: var(--secound);
    padding: 15px;
    color: var(--primary);
    font-weight: 600;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.profile-menu a.sign-out span {
    border-bottom: 2px solid var(--caution);
}

.sidebar {
    padding: 0;
}

.sidebar .nav-link {
    width: 100% !important;
    border-bottom: 1px solid var(--border);
    border-left: 5px solid transparent;
    color: var(--primary) !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 13px 25px;
}

.sidebar .nav-link i {
    margin-right: 20px;
}

.sidebar .nav-link.active {
    background: transparent !important;
    box-shadow: none !important;
    width: 5px;
    height: 54px;
    background: var(--primary);
    font-weight: 600;
}

.sidebar .nav-link.active:before {
    content: '';
    width: 5px;
    height: 50px;
    background: var(--primary);
    font-weight: 600;
    display: block;
    position: absolute;
    left: -4px;
    top: 1px;
    border-radius: 0 5px 5px 0;
}

.sidebar .nav-link:hover {
    color: var(--primary) !important;
}

.side-panel {
    box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

.card-header .card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.card-header .card-title .info {
    cursor: pointer;
}

.card .card-body {
    padding: 1.25em 0;
}

.custom-table {
    width: 100%;
}

.custom-table thead {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border)
}

.custom-table tr {
    border-bottom: 1px solid var(--border);
}

.custom-table th {
    background-color: var(--secound);
    padding: 20px;
}

.custom-table td {
    padding: 20px;
    color: var(--primary);
}


/* Tooltip Start */

.tooltip {
    /* position: relative; */
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    opacity: 1;
	width: 30% !important;
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 350px;
    width: 100%;
    background: rgba(241, 248, 253, 0.2);
    border-radius: 8px;
    color: var(--primary);
    text-align: center;
    padding: 10px;
    /* position: absolute; */
    z-index: 1;
    left: -120px;
    top: -40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tooltip .tooltiptext:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #ffffff;
}

.arrow {
	opacity: 0;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* Tool Tip End */


/* Pagination Custom */

.pagination-custom {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.pagination-custom ul {
    margin: 0;
    padding: 0;
}

.pagination-custom ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.pagination-custom ul li a {
    border: 1px solid var(--border);
    box-sizing: border-box;
    border-radius: 4px;
    color: var(--body);
    display: inline-block;
    padding: 5px 10px;
    transition: all 0.3s;
}

.pagination-custom ul li a:hover {
    background-color: var(--disabled);
}

.pagination-custom ul li a.active {
    border-color: var(--primary);
    color: var(--primary);
}

.pagination-custom ul li:last-child {
    margin: 0;
}


/* Pagination Custom End */

.take-test {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    border-bottom: 2px solid var(--caution);
    color: var(--primary);
    transition: all 0.3s;
}

.take-test:hover {
    border-color: var(--primary);
}

.p24 {
    padding: 24px !important;
}

.grpah {
    padding: 24px;
}

.grpah .hd {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

label.light {
    font-weight: normal !important;
}

.select {
    border: 1px solid #DADADA;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 15px;
}

.dashboard-data {
    margin-bottom: 15px;
    padding: 16px 24px;
    border: 1px solid #D5DDE4;
    border-radius: 8px;
}

.tableborder {
    width: 100%;
}

.tableborder td {
    padding: 5px;
    font-size: 16px;
    font-weight: normal;
}

.tableborder td:first-child {
    color: #000;
}


/* Side Bar Hover Hide Css */

.sidebar-collapse .main-sidebar:hover {
    width: 4.6rem !important;
}

.sidebar-collapse .main-sidebar:hover .brand-text,
.sidebar-collapse .main-sidebar:hover .powered-logo .brand-logo,
aside:hover .link-head span {
    display: none !important;
}

.sidebar-collapse .main-sidebar:hover .sidebar {
    overflow-x: hidden;
}

.sidebar-collapse .main-sidebar:hover .sidebar li.nav-item>a>p {
    display: none !important;
}

.sidebar-collapse aside:hover .powered-logo {
    width: 73px !important;
}

.h48 {
    height: 48px;
}

input:focus-visible,
select:focus-visible {
    outline: 0;
}

.mydp .disabled,
.mydp .currmonth {
    background: transparent !important;
}


/* Custom Select */

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 100%;
    height: 48px;
    color: #333;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: 1px solid #D5DDE4;
    border-radius: 4px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    background-image: url(../img/author-icons/select-arrow.svg);
    background-position: right 12px center;
    background-repeat: no-repeat;
}


/* .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
} */

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #F1F8FD;
    border-radius: 5px;
    margin-top: 5px;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #3C4E5D;
}

.select-options li[rel="hide"] {
    display: none;
}


/* Cuppa Dropdown */

.cuppa-dropdown .dropdown-list .list-area {
    max-height: 200px;
    overflow: auto;
}


/* Cuppa Css overwrite */

.cuppa-dropdown .selected-list .c-btn {
    box-shadow: none !important;
    height: 48px;
    border-radius: 5px;
    line-height: 26px;
    padding: 10px 30px 10px 10px !important;
    overflow: hidden;
}

.tags .rep .form-control-static {
    padding: 0;
}

.cuppa-dropdown .dropdown-list {
    margin: 0;
    padding: 5px 0 0 0 !important;
}

.cuppa-dropdown .dropdown-list .arrow-up {
    display: none;
}

.cuppa-dropdown .dropdown-list .list-area {
    box-shadow: none;
    background: var(--secound);
    font-size: 14px;
    border: 0;
}

.cuppa-dropdown .dropdown-list .list-area .list-filter {
    display: none;
}

.cuppa-dropdown .dropdown-list .pure-checkbox label:before {
    right: 0;
    left: inherit !important;
    border-radius: 5px;
    border-color: var(--border) !important;
}

.cuppa-dropdown .dropdown-list .pure-checkbox label:after {
    right: 3px;
    left: inherit !important;
}

.cuppa-dropdown .dropdown-list .pure-checkbox label {
    display: block;
    padding-left: 0 !important;
}

.pure-checkbox input[type="checkbox"]:checked+label:before {
    background: transparent !important;
}

.pure-checkbox input[type="checkbox"]:checked+label:after {
    border-color: var(--primary) !important;
}

.cuppa-dropdown .selected-list .c-token {
    background: var(--secound) !important;
    color: #000 !important;
    border-radius: 4px !important;
    padding: 2px 10px !important;
    margin: 0 5px 5px 0 !important;
}

.cuppa-dropdown .selected-list .c-token .c-label {
    margin-right: 5px;
}

.cuppa-dropdown .dropdown-list .list-area .select-all {
    border: 0;
}

.cuppa-dropdown .dropdown-list .list-area .select-all span {
    font-weight: 600;
}

.cuppa-dropdown .dropdown-list .list-area ul li.pure-checkbox label:before,
.cuppa-dropdown .dropdown-list .list-area ul li.pure-checkbox label:after {
    top: 13px !important;
}

.cuppa-dropdown .dropdown-list .list-area ul li.pure-checkbox label:before {
    right: 0;
}

.cuppa-dropdown .dropdown-list .list-area ul li.pure-checkbox label:after {
    right: 3px;
}

.cuppa-dropdown .dropdown-list .list-area ul li.pure-checkbox {
    position: relative;
}

.cuppa-dropdown .dropdown-list .list-area ul li.pure-checkbox .add-btn input {
    padding: 5px 20px;
}

.dropdown-list .list-area ul.ng-star-inserted {
    max-height: initial !important;
    overflow: hidden;
}

.dropdown-list .list-area ul.list-grp {
    padding: 0 0 0 10px !important;
}

.cuppa-dropdown .dropdown-list .list-area div {
    max-height: initial !important;
}

.cuppa-dropdown .dropdown-list ul li figure {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.cuppa-dropdown .dropdown-list ul li figure img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}


/* Filter Modal */

.check-value {
    width: calc(100% - 50px);
    float: left;
    display: flex;
}

.pagination-custom ul li.disabled {
    background: var(--disabled);
    border-radius: 5px;
}

.simple-notification.success {
    background: var(--primary) !important;
    min-height: auto;
    border-radius: 5px;
}


/* 25-3-22 */

.questions .accord i {
    display: none;
}


/* 30-3-22 */

.tox.tox-tinymce.tox-tinymce-inline {
    max-width: 567px;
}

.tox-editor-header {
    max-width: 567px !important;
    box-shadow: none !important;
}

.my-daterange .mydrp {
    width: 100% !important;
}


/* 29-4-22 */

.manual-marking .custom-radio {
    display: flex;
    align-items: center;
}

.manual-marking .custom-radio .radio {
    margin-right: 10px;
}

.manual-marking .custom-radio .rad-img {
    max-height: 20px !important;
}

.custom-audio {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    height: 38px;
}
.custom-audio::-webkit-media-controls-panel {
    background-color: white;
    border-radius: 0;
}


.custom-audio {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    height: 38px;
    width: 240px;
}

.custom-audio::-webkit-media-controls-panel {
    background-color: white;
    border-radius: 0;
}
