.container {
    max-width: 1300px !important;
}
.main {
    position: relative;
}

.content .widget-wrap {
    width: 100%;
    color: #666;
}

.content .widget-wrap-half {
    width: 50%;
    color: #666;
}

.wpforms-submit {
    color: #666 !important;
}

.content .add-resource {
    text-align: right;
    margin-bottom: 10px;
}

.content .content-header {
    font-size: 20px;
    margin-bottom: 5px;
}

.content .entry-content {
    overflow: hidden;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #EF4444;
}

.responsive-icon-close {
    display: none;
}

.sildebar-responsive-menu-icon.active .responsive-icon-close {
    display: block;
}

.sildebar-responsive-menu-icon.active .responsive-icon {
    display: none;
}

.card-body .table-responsive {
    display: table !important;
}

.sidebar .widget_nav_menu a .fa {
    float: left;
    margin: 4px 8px 0 0px;
}
.bg-light-blue{
    background-color: #daeaf3;
}
.bg-light-blue-2{
    background-color: #e6eff6;
}
.responsive-menu-icon a:focus,
a:hover {
    text-decoration: none !important;
}

.hr {
    border-top: 0px;
    height: 3px;
    width: auto;
    color: rgb(102, 102, 102);
    background-color: rgb(102, 102, 102);
}

h5.modal-title {
    font-weight: 600;
    color: #0a71b2;
}

#customControlInline {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 0.5rem;
}

.modal-body h5 {
    font-weight: 600;
    font-size: 16px;
}

.sidebar-btn {
    display: none;
}
.loader {
    display: none;
    position: absolute;
    z-index: 1000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader-xs.gif') 50% 50% no-repeat;
}
.form-control, .custom-select{
    height: auto;
}
.dataTables_processing{
    position: fixed !important;
    z-index: 1000000;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader-xs.gif') 50% 50% no-repeat;
    text-indent: -99999px;
    margin: 0 !important;
}

.home-pin ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
    opacity: 0.5;
}
.home-pin ::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
    opacity: 0.5;
}
.home-pin :-ms-input-placeholder { /* IE 10+ */
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
    opacity: 0.5;
}
.home-pin :-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: #b91c1c;
    font-weight: bold;
    opacity: 0.5;
}

@media only screen and (min-width: 1023px) {
    .responsive-menu {
        display: block !important;
    }
}

@media only screen and (min-width: 1024px) {
    .sidebar .sidebar-btn {
        text-align: right;
        padding: 10px 15px 0 0;
    }
    .sidebar-active .sidebar .sidebar-btn {
        text-align: center;
        padding: 10px 0px 0 0;
    }
    .sidebar-active .sidebar .sidebar-btn .fa {
        padding: 0px 0px 0 0;
        margin: 0;
    }
    .sidebar-active .sidebar .menu-main-cmi-menu-container {
        display: none;
    }
    .sidebar-active .sidebar {
        min-height: 500px;
    }
    .sidebar-btn {
        display: block;
    }
    .sidebar-btn a {
        cursor: pointer;
        text-decoration: none;
        text-decoration-line: none !important;
        font-weight: bold;
    }
    .sidebar-btn .fa {
        font-size: 20px;
        position: relative;
        top: 2px;
        margin: 0 5px 0 0;
    }
    .sidebar-btn a:hover {
        cursor: pointer;
        text-decoration: none;
        text-decoration-line: underline !important;
    }
    .sidebar-btn a:focus {
        outline: none;
    }
    .open-sidebar {
        display: none;
    }
    .sidebar-active .open-sidebar {
        display: block;
    }
    .sidebar-active .close-sidebar {
        display: none;
    }
    .sidebar-active #sidebarLinks {
        width: 45px;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sidebar-active main.content {
        width: calc(100% - 45px);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

.sildebar-responsive-menu-icon {
    display: none;
    font-weight: 600;
}

.sildebar-responsive-menu-icon .close-tool {
    display: none;
}

.sildebar-responsive-menu-icon.active .open-tool {
    display: none;
}

.sildebar-responsive-menu-icon.active .close-tool {
    display: block;
}

@media only screen and (max-width: 1023px) {
    .sildebar-responsive-menu-icon {
        display: block;
    }
    .sidebar-responsive-menu {
        display: none;
    }
    .breadcrumb {
        background-color: #ffffff;
    }
    .sidebar {
        padding-bottom: 0px;
    }
    .sidebar .widget {
        margin-bottom: 0;
        padding: 10px 20px;
        word-wrap: break-word;
    }
    .menu-main-cmi-menu-container .sidebar-responsive-menu {
        padding-top: 10px;
        border-top: 1px solid #c1c1c1;
        margin-top: 10px;
    }
    #sidebarLinks {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .interests-card .card-div {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media only screen and (max-width: 800px) {
    #sidebarLinks {
        max-width: 630px;
    }
}

@media only screen and (max-width: 425px) {
    .card-body .table-responsive .btn {
        margin-bottom: 2px;
    }
    .checkbox-choice-text {
        font-size: 16px !important;
        line-height: 18px !important;
    }
    .question-text {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .spacer-option {
        margin-top: 20px !important;
    }
    #survey-iframe {
        height: 550px !important;
    }
    .scan-activity {
        display: flex;
    }
}

@media only screen and (max-width: 800px) {
    .sidebar-responsive-menu {
        display: none;
    }
    .sildebar-responsive-menu-icon {
        display: block;
    }
    .sildebar-responsive-menu-icon {
        cursor: pointer;
    }
    .sildebar-responsive-menu-icon a {
        color: #64c9ea;
        text-decoration: none;
    }
    .gallery {
        margin: 5px;
        float: left;
        width: 180px;
    }
}

.alternatingback1 {
    border-top: none;
    padding: 0px;
}

.main {
    background: #f4f7fc;
}

.profile .alert-success {
    background-color: #10B981;
    border-color: #c3e6cb;
}

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

.form-control.is-invalid {
    border-color: #EF4444;
    padding-right: 1.90625rem;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.125rem) center;
    background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem);
}

.float-left {
    float: left !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.profile .alert-success p {
    margin-bottom: 0;
}

.profile td {
    border-top: 0px;
}

.profile tbody {
    border-bottom: 0px;
}

.border-dashed {
    border-top: 2px solid #c5c8ce;
    margin: 10px;
}

.widget .border-dashed {
    margin: 10px 0;
}

.bg-gray {
    background-color: #f5f5f5;
}

#pageLinks {
    position: sticky;
    bottom: 0;
    background: #fff;
    justify-content: center;
    display: block;
    padding-bottom: 1rem;
    z-index: 10;
}

.pagination-btn {
    text-decoration: none !important;
    font-weight: bold !important;
    color: #1f4785 !important;
    padding-top: 0 !important;
    padding-bottom: 2px !important;
    margin-right: 5px !important;
    border: 2px solid #ddd !important;
    border-radius: 20px !important;
}

.pager {
    display: inline-flex;
}

.mobile-sticky {
    position: relative !important;
}

.quote {
    padding: 20px;
}

.quote .body {
    padding: 20px 0;
    border-top: 3px solid rgb(102, 102, 102);
    border-bottom: 3px solid rgb(102, 102, 102);
    width: fit-content;
    margin: 0 auto;
}

.quote .quotetext {
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 1.75rem 2.75rem 0;
    font-style: italic;
}

.quote .quotetext::before {
    content: "“";
    top: 0px;
    left: 0px;
    line-height: 1;
}

.quote .quotetext::before,
.quote .quotetext::after {
    z-index: -1;
    position: absolute;
    color: #d5d5d5;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
}

.quote .quotetext::after {
    content: "”";
    bottom: 0px;
    right: 0px;
    line-height: 0;
}

.quote .quote__credits {
    margin-left: 0;
    padding-right: 0;
    color: gray;
    margin-top: 1rem;
}

.table-borderless,
.table-borderless tbody,
.table-borderless tr,
.table-borderless td,
.table-borderless th {
    border: none !important;
}

.logged-in-mode {
    color: #fff;
    padding: 3px 15px;
    background: #17618b;
    height: 30px;
    left: 0;
    right: 0;
}

.logged-in-mode + .navbar {
    margin-top: 30px;
}

#section-table_length {
    float: left;
}

.executive-pro-home .breadcrumb {
    height: 50px;
}

.edit-block-button {
    float: right;
}

.exit-button {
    background: #17618b;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.tab-primary .tab-content {
    background: #fff;
    color: #212529;
}

.video-content {
    padding: 0px 8px 0px 10px;
}

.video-container {
    width: 33%;
    padding: 10px;
    background: #eee;
    display: inline-block;
}

.style1 {
    color: #ffffff;
    font-size: 16px;
}

.color-cruncher textarea {
    border-radius: 0px;
    height: 180px;
}

.choices-wrapper {
    display: inline-flex;
    margin: 0px 0px -8px;
    list-style: none;
    padding: 0px;
    flex-flow: column wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    max-width: 100%;
    min-width: 168px;
}

.base-choice {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(38, 38, 38, 0.1);
    box-shadow: rgba(38, 38, 38, 0.6) 0px 0px 0px 1px inset;
    color: rgb(38, 38, 38);
    max-width: 100%;
    min-width: 75px;
    min-height: 40px;
    outline: 0px;
    padding: 4px 12px;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity,
        box-shadow;
    transition-timing-function: ease-out;
    width: 100%;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 8px;
    margin-right: 0px;
    width: 100%;
}

.key-helper {
    display: flex;
    align-self: flex-start;
    margin: 4px 8px 0px 4px;
}

.checkbox-choice {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    flex: 1 1 0%;
    min-width: 75px;
}

.checkbox-choice-text {
    margin: 0px;
    max-width: 100%;
    font-weight: unset;
    font-size: 20px;
    line-height: 28px;
}

.key-helper-wrapper {
    position: relative;
    width: 24px;
    min-width: 22px;
    height: 24px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    font-family: sans-serif;
    border-color: rgba(38, 38, 38, 0.6);
    background-color: rgba(241, 236, 226, 0.8);
    color: rgb(38, 38, 38);
}

.key-helper-hint-wrapper {
    position: absolute;
    right: 0px;
}

.key-helper-hint {
    height: 24px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: rgba(38, 38, 38, 0.6);
    background-color: rgb(241, 236, 226);
}

.key-helper-hint-text {
    display: none;
    padding-left: 7px;
    white-space: nowrap;
}

.key-helper-letter {
    width: 22px;
    height: 22px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.question-text-wrapper {
    margin: 0px;
    max-width: 100%;
    font-weight: unset;
    font-size: 24px;
    line-height: 32px;
    color: rgb(38, 38, 38);
}

.question-text {
    margin: 0px;
    max-width: 100%;
    font-weight: unset;
    font-size: 24px;
    line-height: 32px;
}

.container-survey {
    width: 100%;
    max-width: 840px;
    margin: 0px auto;
    padding: 0 45px;
    min-height: 340px;
}

.theme-blue-text {
    color: #1f4785;
}

.block-survey {
    border: 0px;
    padding: 0.01em 0px 0px;
    margin: 0px;
    min-width: 0px;
}

.question-header {
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.question-head {
    position: absolute;
    right: 100%;
    padding-right: 8px;
    height: 32px;
}

.question-header-counter-content {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(38, 38, 38);
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    outline: none;
}

.question-text-wrapper {
    margin: 0px;
    max-width: 100%;
    font-weight: unset;
    font-size: 16px;
    line-height: 24px;
}

.question-spacer {
    margin-left: 4px;
}

.icon-boundary {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

svg:not(:root) {
    overflow: hidden;
}

.spacer-option {
    margin-top: 32px;
}

.base-choice:hover {
    background-color: rgba(38, 38, 38, 0.3);
}

.checkbox-choice-checkbox {
    margin-right: -4px;
    flex-shrink: 0;
    padding: 0px 12px;
    opacity: 1;
    display: none;
}

.base-choice:hover .key-helper-hint-text {
    display: block;
}

.base-choice[data-selectable="true"]:active {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(38, 38, 38, 0.1);
    box-shadow: rgba(38, 38, 38, 0.8) 0px 0px 0px 2px inset;
    color: rgb(38, 38, 38);
    max-width: 100%;
    min-width: 75px;
    min-height: 40px;
    outline: 0px;
    padding: 4px;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity,
        box-shadow;
    transition-timing-function: ease-out;
    width: 100%;
    animation: 0.2s ease 0s 3 normal none running base-choice-animation;
    cursor: pointer;
    opacity: 1;
}

@keyframes base-choice-animation {
    50% {
        opacity: 0.3;
    }
}

.base-choice:active[data-selectable="true"] .checkbox-choice-checkbox {
    display: block;
}

.d-block {
    display: block;
}

.form-group iframe {
    height: 450px;
}

.m-0 {
    margin: 0 !important;
}

#survey-iframe {
    height: 500px;
}

.cap-assessment {
    font-size: 12px;
}

.color-cruncher hr {
    border: 0;
    height: 3px !important;
    width: 100%;
    color: #666666;
    background-color: #666666;
}

.color-cruncher input[type="reset"],
input[type="submit"] {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #000000;
    cursor: pointer;
    padding: 3px 10px;
    width: auto;
}

.color-cruncher input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #b9c4c7;
}

.content .color-cruncher a.btn {
    border: 1px solid #000000;
    color: #000000;
}

.remember {
    float: left;
}

#media-navigation .border-dashed {
    margin-top: 0rem;
}

#media-results {
    min-height: 410px;
}

#folder-sidebar-area {
    min-height: 400px;
}

.card-body.media-manager-card {
    padding: 0px;
}

#navigation-button-wrapper {
    padding: 0px;
}

#folder-navigation-area {
    padding-bottom: 0.75rem;
}

#media-results-area {
    height: 100%;
    width: 100%;
}

#media-results-area > h3 {
    margin-top: 0.75rem;
    margin-left: 0.75rem;
}

.folder-nav-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 2rem;
    border-radius: 3px;
}

.folder-nav-title > h4 {
    margin: 0px;
    color: #7a7b7e;
}

.nav-arrow {
    color: #0871B0;
    font-weight: bold;
}

#navigation-arrow {
    z-index: 20;
}

.navigation-arrow-container {
    height: 2rem;
    z-index: 40;
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.edit-folder{
    color: #153d77;
}
.delete-folder{
    color: #153d77;
}
.navigation-arrow-container:hover {
    background: #cbedfd;
}

#navigation-arrow.open-folder {
    transform: rotate(90deg);
}

.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hide-contents {
    display: none;
}

.folder-item {
    display: flex;
    align-items: center;
    border: solid 1px;
    border-radius: 3px;
    padding: 0 10px 0 10px;
    height: 80px;
    background-color: #e9ecef;
    color: #dbdbdb;
}

.folder-items {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #e9ecef;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
}

.folder-item:hover {
    cursor: pointer;
    background-color: #d9d9d9;
}

.folder-item.active {
    background-color: #0a71b2;
    color: #629cd6;
}

.folder-items.active {
    background-color: #0a71b2;
    color: #629cd6;
}

.folder-item-contents {
    border-left: 1px solid #eef9ff;
    padding-left: 0.5rem;
    margin-left: 1rem;
    margin-right: 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.folder-item-contents div:hover {
    background: #fafafa;
}

.folder-item-contents.hide-contents {
    display: none;
}

.folders {
    border: 1px solid;
    height: 160px;
    width: auto;
}

#choose-file-area {
    padding: 3px 8px;
}

#choose-image-area {
    padding: 3px 8px;
}

.result-container {
    padding: 0px;
    display: flex;
    justify-content: center;
    background-size: 100% 100%;
}

.media-result {
    width: auto;
    height: 110px;
    overflow: hidden;
}

.img-trash {
    position: absolute;
    top: 2%;
    left: 85%;
    color: red;
}

#media-results-area .card-img {
    width: auto;
    height: 90%;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 1px;
    padding: 5px;
    max-width: none;
}

#media-results-area .card-img:hover {
    cursor: pointer;
}

#openImageContainer {
    width: 600px;
    height: 460px;
}

#openFileImage {
    max-height: 100%;
    max-width: 100%;
}

.modal-dialog.open-file {
    max-width: none;
    min-width: 300px;
}

#openImageContainer {
    padding: 20px;
}

.folder-sidebar-area {
    display: flex;
    align-items: center;
}

.folder-text-area p {
    margin: 0rem;
    margin-left: 0.5rem;
}
.active .folder-text-area p, .active .folder-text-area .fas{
    color: #fff;
}

.folder-selector {
    width: 100%;
}

#modal-top-wrapper {
    width: 100%;
    display: flex;
    margin-bottom: 0.25rem;
}

#filePath {
    margin: 0rem;
}

.media-breadcrumb {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
    color: #0871B0;
}

.add-image {
    border: solid 1px;
    border-radius: 2px;
    margin: 0 0px 0 5px;
    width: 90%;
    height: 90%;
    background-position: center;
}

.add-image .btn {
    margin-top: 30px;
    background-color: #0871B0;
    height: 37px;
}

.add-image .plus-icon {
    margin-left: -10px;
    width: 30px;
}

.create-folder {
    background-color: #0871B0;
    color: white;
    margin-top: 20px;
}
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    line-height: 1;
}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    line-height: 1;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before{
    content: "";
    background-image:url("/images/sort-top.png");
    width: 9px;
    height: 6px;
    background-repeat: no-repeat;
    opacity: 1;
}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.5em;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after{
    content: "";
    background-image:url("/images/sort-bottom.png");
    width: 9px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: bottom left;
    opacity: 1;
}
table.dataTable thead .sorting_asc:before{
    background-image:url("/images/sort-top-active.png");
}
table.dataTable thead .sorting_desc:after {
    background-image:url("/images/sort-bottom-active.png");
}

/* Bootstrap CC */

.color-cruncher {
    background: #383838;
}

.color-cruncher li.list-group-item {
    border-radius: 0 !important;
    margin: 0;
    border: none;
    color: #fff;
    font-weight: bolder;
    width: 100px;
    text-align: center;
    padding: 10px;
}

.color-cruncher .list-group.list-group-horizontal {
    margin: 0 auto;
    display: inline-flex;
}

.color-cruncher .list-group.strength {
    display: inline-block;
    border-radius: 0;
}

.color-cruncher .list-group.strength li.list-group-item {
    color: #000;
    width: 300px;
}

.color-cruncher .row {
    margin: 0;
}

.color-cruncher .col-md-8,
.color-cruncher .col-md-4 {
    padding: 5px 0 15px 2px;
}

.color-cruncher .col-md-8 {
    border-right: 1px solid #ddd;
}

.color-cruncher .result {
    margin-top: 25px;
}

.color-cruncher .words-count li {
    list-style: disc;
}

.color-cruncher textarea {
    background-color: #fff;
    border: 1px solid;
}

#filePath {
    display: none;
}

.file-box {
    display: none;
}

#editOpenImageContainer .edit-image {
    color: #0071a1;
    border-color: #0071a1;
    background: #f3f5f6;
}

#editOpenImageContainer {
    margin-left: 20px;
    margin-top: 10px;
}

#editImage {
    z-index: 1100 !important;
}

#editOpenImageContainer .delete-media {
    color: red;
    border-color: red;
    background: #f3f5f6;
}

.delete-folder {
    margin-left: 8px;
}

#clone-icon-id .clone-icon {
    font-size: 11px;
    color: #0071a1;
    border-color: #0071a1;
    background: #f3f5f6;
}

.delete-btn-bg {
    background: #ff5858;
}

.move-btn-bg {
    background: #56a1fd;
}

#agreementModal #termsAgreement {
    z-index: 10 !important;
}

.interests-card {
    background-color: #383838;
}

.responsive-video {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    padding-bottom: 56.25%;
}

.responsive-video .video-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
}

.itemsContainer .thumbnail {
    width: 300px;
    height: 250px;
    margin: 0 auto 10px;
}

.itemsContainer:hover .play {
    display: block;
}

.play {
    position: absolute;
    display: none;
    top: 45%;
    width: 40px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.user-dropdown .select2-search__field {
    width: 100% !important;
}

.select2-container--bootstrap4
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0.2rem 0.5rem;
}

.select2-container--bootstrap4
    .select2-selection--multiple
    .select2-selection__choice {
    margin: 0.2rem 0.25rem 0.3rem 0;
}

.checkbox-choice-text {
    font-size: 16px !important;
    line-height: 18px !important;
}

.question-text {
    font-size: 20px !important;
    line-height: 24px !important;
}

.spacer-option {
    margin-top: 20px !important;
}

#survey-iframe {
    height: 550px !important;
}

#totalWordCount {
    background-color: black;
    height: 50px;
}

@media (max-width: 425px) {
    .media-navigation {
        display: none;
    }
    #folder-sidebar-area {
        min-height: 300px;
    }
    .color-cruncher li.list-group-item {
        width: 90px;
    }
    .color-cruncher .list-group.strength li.list-group-item {
        width: 270px;
    }
    .color-cruncher #total {
        padding: 12px 0 0 0;
    }
}

@media (max-width: 767px) {
    .quick-navigation {
        display: none;
    }
    .color-cruncher .col-md-8 {
        border-right: 0px;
    }
    .user-details .text-right {
        text-align: left !important;
        margin-top: 0px !important;
    }
}

.color-cruncher .style2 {
    color: #000000;
    font-size: 16px;
}

.color-cruncher .style1 {
    color: #ffffff;
    font-size: 16px;
}

.color-cruncher .stylered {
    color: white;
    background-color: red;
}

.color-cruncher .styleblue {
    color: white;
    background-color: blue;
}

.color-cruncher .stylegreen {
    color: white;
    background-color: green;
}

.color-cruncher .stylebrown {
    color: white;
    background-color: brown;
}

.color-cruncher .styleyellow {
    color: black;
    background-color: yellow;
}

.color-cruncher .stylepurple {
    color: white;
    background-color: purple;
}

.color-cruncher .styleorange {
    color: white;
    background-color: orange;
}

.modal.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.close-sidebar .feather {
    width: 25px;
    height: 25px;
}

.open-sidebar .feather {
    width: 25px;
    height: 25px;
}

.user-search input {
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.dictionary-colors .btn-outline-dark:not(:disabled):not(.disabled):hover {
    background-color: #f4f7fc;
    color: #000000;
}

#get-user #error-text {
    margin-right: 97px;
}

#get-user #selectName {
    background: #ffffff;
    width: 192px;
    margin-right: 20px;
    padding: 0;
    position: absolute;
    z-index: 10000000;
    right: 0;
    max-height: 260px;
    overflow-y: scroll;
    border-top: 0;
    cursor: pointer;
}

#get-user .selectedName {
    text-align: left;
    padding: 1px 6px 1px 6px;
    display: block;
}

.has-search {
    position: relative;
}

#get-user #search-box:focus {
    outline: none;
}

#printdivcontent p {
    margin: 0 0 10px !important;
}

.sidebar-link.parent {
    display: inline-flex;
}

.sidebar-link.parent .feather {
    margin-top: 2px;
}

.stress-img {
    height: 17px;
    margin-right: 7px;
    margin-top: 2px;
}

@media only screen and (max-width: 1026px) {
    .vertical-line {
        display: none;
    }
}

@media only screen and (min-width: 1026px) {
    .login-page {
        padding-left: 10rem;
    }
}

.password-strength {
    list-style-type: disc;
    padding-left: 30px;
    line-height: 1.2;
    font-size: 14px;
    padding-top: 15px;
}

.vr {
    border-left: 2px solid #c4c6c9;
    height: 300px;
    margin-left: 94px;
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item .sidebar-item.active > .sidebar-link {
    color: #212529;
    background: #e9ecef;
}

/* dropbox */

.file-area {
    width: 100%;
    position: relative;
    font-size: 18px;
}

.file-area input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.file-area .file-dummy {
    width: 100%;
    padding: 50px 30px;
    border: 2px dashed #ccc;
    background-color: #fff;
    text-align: center;
    transition: background 0.3s ease-in-out;
}

.file-area .file-dummy .success {
    display: none;
}

.file-area:hover .file-dummy {
    border: 2px dashed #1abc9c;
}

.file-area input[type="file"]:valid + .file-dummy {
    border-color: #1abc9c;
}

.file-area input[type="file"]:valid + .file-dummy .success {
    display: inline-block;
}

.file-area input[type="file"]:valid + .file-dummy .default {
    display: none;
}

.profile-img {
    border-radius: 80px;
    border: 1px solid white;
    object-fit: cover;
    width: 120px;
    height: 120px;
}
.profile-img-navigation {
    border-radius: 100px;
    object-fit: cover;
    width: 40px;
    height: 40px;
    margin-top: 0px;
}

.cropper-img {
    border-radius: 75px;
    border: 1px solid white;
    object-fit: cover;
    width: 150px;
    height: 150px;
    margin-left: 34%;
}

/* dropbox */

.google-recaptcha {
    max-width: 410px;
}

body {
    overflow-x: hidden !important;
}
body.shortable-profile {
    overflow-x: unset !important;
}

/* password Verification rule */

ul.helper-text {
    /* display: block; */
    list-style: disc;
    margin-top: 6px;
    font-size: 12px;
    line-height: 22px;
    color: red;
}
li.valid {
    color: green;
    list-style-type: "\2713   " !important;
}
.helper-text li {
    list-style: disc;
}
.qr-code img {
    width: 100px;
    margin: 10px auto;
}
.qr-code .btn {
    border-radius: 0.375rem;
    padding: 0.15rem 0.5rem;
}

.select2-container {
    display: block !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5 !important;
}
.select2-selection__rendered {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 90% !important;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0a71b2 !important;
}
.swal-button--confirm {
    background-color: transparent !important;
    border: 2px solid #9ca3af;
    border-radius: 30px;
    padding: 3px 15px;
    color: #6a719e;
}

.swal-button--confirm:hover {
    border: 2px solid #0a71b2;
    color: #fff;
    background-color: #0a71b2 !important;
}
.swal-button--cancel {
    background-color: transparent !important;
    border: 2px solid #9ca3af;
    border-radius: 30px;
    padding: 3px 15px;
    color: #6a719e;
}
.swal-button--cancel:hover {
    border: 2px solid #0a71b2;
    color: #fff;
    background-color: #0a71b2 !important;
}
.swal-button{
    font-weight: 400;
}
.swal-button--confirm,
.swal-button--delete {
    border-radius: 30px;
    padding: 3px 15px;
}
.swal-button--danger {
    border-radius: 30px;
    padding: 3px 15px;
    border: 2px solid #ef4444 !important;
    background-color: transparent !important;
    color: #ef4444;
}

.swal-button--danger:hover {
    background-color: #ef4444 !important;
    color: #ffffff;
}

.btn-danger.swal-button{
    border: 2px solid #ef4444 !important;
    background-color: transparent !important;
    color: #ef4444;
}
.btn-danger.swal-button:hover{
    background-color: #ef4444 !important;
    border-color: #ef4444 !important;
    color: #ffffff;
}
.swal-button--cancel:focus, .swal-button--danger:focus, .btn-danger:focus, .btn-danger.focus, .swal-button:focus{
    box-shadow: none !important;
}



.dataTables_filter {
    float: right;
    margin-left: -12px;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
    width: 65% !important;
}

.dataTables_wrapper label input {
    padding: 0.15rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.1rem;
}
.multiple-select .btn-group {
    background-color: rgba(255, 255, 255, 1) !important;
    width: 100%;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
    border-width: 1px;
    border-radius: 0.25rem !important;
}
.multiple-select .dropdown-toggle {
    text-align: left;
    padding: 0.5rem 2.25rem 0.55rem 1rem;
    overflow: hidden;
    position: relative;
}
.multiple-select .dropdown-toggle .multiselect-selected-text {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.multiple-select .dropdown-toggle::after {
    float: right;
    margin-top: 11px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 7px;
}
.multiple-select .multiselect-container {
    width: 100%;
}
.multiple-select .multiselect-container .multiselect-item a {
    display: block;
}
.multiple-select .multiselect-container .checkbox {
    padding: 3px 20px 3px 20px;
    width: 100%;
}
.multiple-select .multiselect-container .checkbox input {
    margin-right: 10px;
}
.bootstrap-tagsinput {
    margin: 0;
    width: 100%;
    padding: 0.4rem 0.75rem 0;
    font-size: 1rem;
    line-height: 1.25;
    transition: 0.15s ease-in-out;
}

.has-focus {
    background-color: #fff;
    border-color: #5cb3fd;
}

.label-info {
    display: inline-block;
    background-color: #6b7280;
    padding: 5px 10px;
    border-radius: 0.25rem;
    margin-bottom: 0.4em;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "\00d7";
}

#toast-container > div {
    width: 350px !important;
    opacity: 1 !important;
}

.toast-top-center {
    top: 15px !important;
}

.d-initial {
    display: initial !important;
}
.drag-btn svg:hover path {
    fill: #0a71b2;
}
.col {
    padding: 0 15px;
}
.public-profile {
    float: left;
    width: 100%;
    height: 400px;
}

div#profile-card {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
#profile-card img {
    display: initial;
}

input[name="ncode"]:disabled {
    background-color:#d5d5d5 !important;
}
.user-count.sorting:before,
.user-count.sorting:after {
    content: '' !important;
    width: 15px;
}
/**/
.table{
    border: 1px solid #E4E6EA !important;
    border-radius: 4px;
    background-color: #ffffff !important;
}
.table tr th{
    font-size: 15px;
    font-weight: 500 !important;
    color: #4F4F4F;
}
.table thead th, .table  tfoot th{
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #4F4F4F !important;
    background-color: #F8F8F8 !important;
    vertical-align: middle;
}
.table thead th, .table thead td {
    padding: 15px 25px !important;
}
.table tbody th, .table tbody td {
    padding: 8px 25px !important;
    border-top: 1px solid #dee2e6 !important;
}

/**/
table.dataTable thead th, table.dataTable tfoot th{
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #4F4F4F !important;
    border: 0;
    background-color: #F8F8F8;
    vertical-align: middle;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 11px 20px !important;
    vertical-align: middle;
    line-height: 1;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 20px !important;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
}
/**/
.table.table-small{
    border: 1px solid #E4E6EA !important;
    border-radius: 4px;
    background-color: #ffffff !important;
}
.table.table-small tr th{
    font-size: 12px;
    font-weight: 500 !important;
    color: #4F4F4F;
}
.table.table-small thead th, .table.table-small tfoot th{
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #4F4F4F !important;
}
.table.table-small thead th, .table.table-small thead td {
    padding: 12px 10px !important;
    font-size: 12px !important;
    line-height: 1.2;
}
.table.table-small tbody th, .table.table-small tbody td {
    padding: 3px 10px !important;
    font-size: 12px !important;
    line-height: 1.2;
}
/**/

.page-item .page-link{
    font-size: 15px;
    font-weight: normal;
    border-radius: 4px !important;
    margin: 0 5px;
    padding: 10px 15px;
}
.page-item.active .page-link{
    background-color: #0871B0;
    border-color: #0871B0;
}
.progress-bar{
    background-color: #0871B0;
}
.open-hand{
      cursor:url("/images/openhand.png"), auto;
}
.swal-title {
    font-size: 20px;
}
.subcategory-table .subcategory-name{
    max-width: 300px;
}
.dataTables_filter .form-control, .dataTables_length .form-control, .dataTables_filter input[type=search]{
    border: 1px solid rgb(229 231 235) !IMPORTANT;
    padding: 8px 16px !important;
    border-radius: 0.25rem !important;
    font-size: 1rem;
}
div.dataTables_wrapper div.dataTables_filter label{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color: rgb(107, 114, 128) !important;
}
li.category {
    position: relative;
}
#auditTable .action-td{
    max-width: 300px;
}

.profile-img-container img:hover {
    opacity: 0.2;
    z-index: 501;
}

.profile-img-container img:hover + i {
    display: block;
    z-index: 500;
}

.profile-img-container i {
    display: none;
    margin-top:35%;
}

.profile-img-container img {
    position:absolute;
}
#m-categories{
    width: 100%;
}
.categories-fixed{
    position: fixed;
    top: 52px;
    z-index: 5;
    width: 100%;
    left: 0;
}
.is-sticky #sidebar-categories{
    position: fixed !important;
}
