/* loading ajax div */
#loading {
    position: fixed;
    left: 46%;
    top: 40%;
    z-index: 10000;
    height: 31px;
    width: 31px;
    display: none;
}

/* html support text areat */

.editable-textarea1 {
    width: 100%;
    background-color: transparent;
    font-family: "Open Sans";
    font-size: 13px;
    color: #b8b8b8;
    font-weight: 600;
    border: solid 2px #39444e;
    line-height: 24px;
    min-height: 45px;
    border-radius: 6px !important;
    padding: 5px 10px 5px 10px;
}

.editable-textarea {
    width: calc(100% - 50px);
    background-color: transparent;
    font-family: "Open Sans";
    font-size: 13px;
    color: #b8b8b8;
    font-weight: 600;
    border: solid 2px #39444e;
    line-height: 24px;
    margin-left: 10px;
    min-height: 45px;
    height: auto !important;
    border-radius: 6px !important;
    padding: 5px 100px 5px 10px;
}

.editable-textarea[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555;
}

.editable-textarea[placeholder]:empty:focus:before {
    content: "";
}

.editable-textarea b.blank_main {
    color: red;
}

.editable-textarea span.blank_class {
    background: url(../images/dot.png) repeat-x;
    background-position-x: 0%;
    background-position-y: 0%;
    min-height: 20px;
    min-width: 89px;
    background-position: bottom;
    display: inline-block;
}

/* search box  css */
.tag-msgbox {
    border: solid 1px #ef7900;
    padding: 5px;
    display: none;
    color: #b8b8b8;
    background-color: #2b343d;
    margin-left: 60px;
}

.tag-display {
    display: none;
    border: solid 0.5px #ef7900;
    overflow: hidden;
    padding: 5px;
    color: #b8b8b8;
    background-color: #2b343d;
    margin-left: 60px;
    min-width: 200px;
}

.display_box {
    margin-left: 3px;
    padding: 4px;
    font-size: 12px;
    height: 35px;
    min-width: 200px;
}

.tag-user-image {
    width: 25px;
    float: left;
    margin-right: 6px;
    border-radius: 50%;
}

#comment-image-main {
    padding: 0px !important;
}

#comment-image-main img {
    width: 180px !important;
}

#comment-like .countTotal {
    margin-left: 5px;
    padding: 0px 4px;
    border-radius: 4px;
    border: solid 1px #b8b8b8;
    font-family: "Open Sans";
    font-size: 10px;
    color: #b8b8b8;
    font-weight: 600;
}

.commentMain .commentPart .commentTime .current svg path {
    fill: #ef7900 !important;
}

#add-case-content {
    padding-right: 12px !important;
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0px;
    /* margin-top: 10px; */
    word-wrap: anywhere;
}

#edit-case-content {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.DiagnosisSelect label {
    position: unset !important;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.add-new-case h4.whats-new {
    color: #b8b8b8ab;
}

.add-new-case .left_subbox {
    border-top: solid 1px #39444e;
    padding-top: 8px;
    margin-bottom: 15px;
}

.teethAccordianMain .required_option {
    color: #ef7900;
}

#editTitle_main {
    z-index: 9;
    display: block;
    position: absolute;
    padding: 10px;
    background: #2b343d;
    border: solid 2px #39444e;
    border-radius: 6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0px;
}

.genrate-auto-text {
    text-align: center;
}

.genrate-auto-text label {
    width: 100%;
}

.genrate-auto-text .btn-generate {
    justify-content: center !important;
}

.patient_options_show {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
}

.btn-edit-title-main {
    justify-content: center;
    margin-top: 5px;
}

.btn-edit-title-main button {
    margin-left: 4px;
}

.asa_select {
    border: 1px solid #46494d;
}

.postOption input {
    background: transparent;
    border: solid 2px #39444e;
    color: #b8b8b8;
}

.postOption label {
    color: #bdb4b4;
}

.postOption select {
    border: 1px solid #46494d;
}

.patient_option {
    display: block;
}

.patient_option .patient_option_column {
    padding-right: 10px;
    float: left;
}

.patient_option label {
    float: left;
    margin-right: 8px;
}

.patient_option #patient_age {
    width: 110px;
}

.patient_option .input-div {
    float: left;
}

.user-icons span {
    padding: 2px;
}

.user-icons img {
    height: 20px;
}

#upload-notice span {
    color: red;
    font-size: 14px;
    line-height: 20px;
}

.upload-priview-main .upload-waiting {
    border: 1px solid #535353;
    color: #b8b8b8;
    border-radius: 6px;
}

.upload-priview-main .light_box {
    background: #a2a2a2;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    font-size: 1.2em;
}

.upload-queue-list tr td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.upload-queue-list tr td label {
    margin-left: 11px;
}

.upload-queue-list tr td textarea {
    width: 100%;
    padding-right: 10px;
}

.upload-queue-list .upload_delete {
    color: #b8b8b8;
    margin-left: 13px;
    margin-right: 6px;
}

.case-upload-media {
    display: none;
}

.file-upload-new-case {
    color: #b8b8b8;
    padding: 8px 0px 5px 0px;
    width: 70px;
    font-size: 0.95rem;
}

.file-upload-new-case:hover {
    color: #e98207 !important;
    cursor: pointer;
    padding: 8px 0px 5px 0px;
}

.toast {
    width: 20%;
    position: absolute;
    right: 18px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #4070f4;
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 1111;
    top: 114%;
    opacity: 1;
}

.toast.active {
    transform: translateX(0%);
}

.toast .toast-content {
    display: flex;
    align-items: center;
}

.toast-content .check,
.toast-content .upload {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #4070f4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.toast .message .text {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}

.toast .message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #ddd;
    margin-bottom: 0px;
}

.toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4;
}

.toast .outoffile {
    position: absolute;
    top: 6px;
    right: 12px;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

.toast.active ~ button {
    pointer-events: none;
}

#error_model .error_model_body ul {
    padding: 10px;
    margin-left: 14px;
}

#error_model .error_model_body ul li {
    list-style-type: disc !important;
    color: red;
}

.gallery {
    width: 100%;
    display: block;
}

.gallery .list-group-item {
    float: left;
    padding: 0;
    margin-top: 8px;
    background: none;
    width: 33%;
    list-style-type: none;
    border: none;
}

.gallery img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}
#post-main .gallery img {
    object-fit: cover;
}
.gallery .list-group-item span.number {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 26px;
    height: 26px;
    color: white;
    background: #ef7900ab;
    padding-top: 1px;
    text-align: center;
    border-radius: 13px;
}

.gallery .deletemedia {
    position: absolute;
    background: none;
    color: rgb(43, 43, 43) !important;
    width: 25px !important;
    height: 25px !important;
    right: 16px;
    font-size: 20px;
    line-height: normal;
    border: none;
    box-shadow: inset 0 0 20px #fff;
    /* padding: 8px !important; */
}

.gallery .deletemedia:hover {
    /* box-shadow: 0 0 11px rgba(33, 33, 33, .2); */
    box-shadow: inset 0 0 20px #fff;
}

.gallery .deletemedia:focus {
    /* box-shadow: 0 0 11px rgba(33, 33, 33, .2); */
    box-shadow: inset 0 0 20px #fff !important;
}

.gallery textarea {
    background-color: #333d46;
    font-family: "Open Sans";
    font-size: 13px;
    color: #b8b8b8;
    font-weight: 600;
}

#case-tag-display {
    margin-left: 0px;
    max-width: 227px;
}

.checkboxWrapper
    input[type="checkbox"]:checked
    + .all_option_check
    .checkmark
    path {
    opacity: 1 !important;
    stroke-dashoffset: 0px !important;
    fill: #0070ba !important;
}

.selected_dropdown_color {
    color: #ef7900 !important;
}

.polling_option {
    margin-top: 2px;
    margin-bottom: 6px;
}

#main-polling {
    padding-bottom: 8px;
}

.polling-main {
    padding-right: 12px;
    color: #b8b8b8;
}

.postOption .progress {
    background-color: #aaa !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.polling-main .radio-option {
    margin-top: 12px;
    padding-left: 35px;
}

.polling-main .polling-option-bottom {
    margin-top: 10px;
    margin-left: 18px;
}

#post-main-edit .case-setting-title {
    text-align: center;
    color: #b8b8b8ab;
}

.add-media-main {
    text-align: center;
}

.add-media-main .caseedit-add-media {
    margin-top: 15px;
}

.case-edit-savemain {
    text-align: right;
}

#followupstatus .control-checkbox {
    margin-left: 8px;
}

.follow_up_list_main {
    padding: 6px;
}

.follow_up_list_main .followup_box {
    float: left;
    width: 100%;
    border-bottom: solid 1px #39444e;
    padding: 5px 0px;
}

.follow_up_list_main .followup_date,
.follow_up_list_main .text_follow_up_date {
    float: left;
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 14px;
    color: #b8b8b8;
    /*     width:25%; */
}

.follow_up_list_main .description {
    float: left;
    width: 100%;
    color: #b8b8b8;
}

.follow_up_list_main .follow_up_medias {
    float: left;
    width: 100%;
    height: 100px;
    overflow: auto;
    white-space: nowrap;
}

.follow_up_list_main .follow_up_medias li {
    /*     float:left; */
    margin-right: 1px;
    display: inline-block;
}

.follow_up_list_main .follow_up_medias li img {
    height: 100px;
}

#case-main-edit .form-control:focus {
    background-color: unset;
}

/* Case Share Css */
.case-share input[type="checkbox"] {
    display: none;
}

/* .case-share .checkbox:checked+.label {
    background: #7B7484;
    color: #231733;
} */

/* .case-share .checkbox:checked~.social {
    opacity: 1;
    transform: scale(1) translateY(-90px);
} */

.case-share label {
    cursor: pointer;
    margin: 0;
    /* padding: 1px 8px; */
    font-family: "Open Sans";
    font-size: 13px;
    color: #b8b8b8;
    font-weight: 600;
}

.case-share .social {
    transform-origin: 50% 0%;
    transform: scale(0) translateY(-190px);
    opacity: 0;
    transition: 0.5s;
    z-index: 999;
}

.case-share ul {
    position: absolute;
    left: -110px;
    right: 0;
    /* margin:-5px auto 0; */
    color: #fff;
    height: 46px;
    width: 180px;
    background: #3b5998;
    padding: 0;
    list-style: none;
}

.case-share ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    float: left;
    display: block;
    height: 100%;
}

.case-share ul li i {
    padding: 0px !important;
}

.case-share ul li:hover {
    color: rgba(0, 0, 0, 0.5);
}

.case-share ul:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 46px auto;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #cc181e;
}

.case-share li[class*="twitter"] {
    background: #6cdfea;
}

.case-share li[class*="gplus"] {
    background: #e34429;
}

.case-share li[class*="dropbox"] {
    background: #8dc5f2;
}

.case-share li[class*="github"] {
    background: #9c7a5b;
}

.case-share li[class*="instagram"] {
    background: #0e68ce;
}

.case-share li[class*="email"] {
    background: #cc181e;
}

.create_group,
.un-evaluated-cases-list {
    cursor: pointer;
}

.justselect-group {
    display: block !important;
    /* border: 1px solid #ced4da !important; */
}

.bootstrap-tagsinput {
    width: 100%;
    height: auto;
    border: solid 2px #39444e !important;
    border-radius: 6px !important;
    font-family: "Open Sans";
    font-size: 13px;
    color: #b8b8b8 !important;
    font-weight: 600;
    background: transparent !important;
}

.bootstrap-tagsinput .tag {
    background: #068dce;
    padding: 3px;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#searchusermain .username {
    float: left;
    margin-right: 4px;
    color: white;
    font-family: "Open Sans";
    font-size: 14px;
    color: #b8b8b8;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 5px;
    min-width: 15%;
}

#searchusermain .form-check-inline {
    margin-right: 5px !important;
}

#setting-sub-content {
    background-color: #2b343d !important;
}

.settingsuboption .suboption a.active {
    background-color: #212832;
}

.researchaccess_options_main .control-checkbox {
    margin-bottom: 6% !important;
}

.researchaccess_options .option {
    margin-left: 10px;
    font-family: "Open Sans";
    font-size: 13px;
    color: #b8b8b8;
    font-weight: 600;
}

.researchaccess_options_main .groupMain .groupPic img {
    width: 30px !important;
    max-height: 30px !important;
    margin-top: 7px !important;
}

.researchaccess_options_main .groupMain .groupName {
    margin-top: 0px !important;
}

#group_request .groupMain .groupName p {
    min-height: 0px !important;
}

#group_request .groupMain .groupPic img {
    width: 35px !important;
    height: 35px !important;
    max-height: 35px;
    margin-top: 3px;
}

#researchaccess_group_member_form .control-checkbox,
#searchusermain .control-radio,
#evaluationStudentForm .control-radio {
    width: 30px;
    height: 30px;
    margin: 0 auto !important;
    padding-right: 0px !important;
}

/* Evalution css start */
#evaluationModel fieldset.scheduler-border {
    border: solid 1px #39444e;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    color: #b8b8b8;
    font-family: "Open Sans";
}

#evaluationModel .scheduler-border legend {
    width: auto !important;
    padding-left: 6px;
    padding-right: 6px;
}

#evaluationModel #dynamicOption,
#adminform #manualAddOption,
#adminform .questions_add .row {
    margin-top: 8px;
}

#evaluationModel .p_left12 {
    padding-left: 12px;
}

#evaluationModel .form-control:disabled {
    background-color: #59535359 !important;
    opacity: 1;
}

#manualAddOption #manual_options {
    width: calc(100% - 25px);
    display: contents;
}

#adminform .questions_add .row .remove_question {
    color: red;
    font-size: 19px;
    padding: 2px 6px;
}

#adminform .questions_add .row .input-sm {
    width: 90%;
    display: inline-block;
}

#evaluationModel .month_select_main {
    margin-top: 5px;
}

#evaluationModel #checkboxes1,
#evaluationModel #checkboxes {
    margin-top: 10px;
}

#evaluationModel #checkAll1,
#evaluationModel #checkAll {
    margin-left: 12px;
    margin-top: 10px;
}

#evaluationModel .evalution-group-title {
    font-size: 20px;
}

#evaluationModel .editable-textarea {
    width: 100% !important;
    margin-left: 0px !important;
    padding: 5px 10px 5px 10px !important;
}

.saved-groups-template-list .saved_list {
    padding: 10px;
    font-family: "Open Sans";
    font-size: 18px;
    color: #b8b8b8;
}

.saved-groups-template-list .saved_list a {
    font-size: 15px;
}

/* Evalution css end */

/* Accordian profile */
.accordionParts1 {
    background-color: #2b343d;
    border-radius: 8px;
    margin-bottom: 15px;
}

.accordionParts1 .accordionHeader {
    padding: 0 5px;
    width: 100%;
    min-height: 52px;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 14px;
    color: #b8b8b8;
    font-weight: bold;
}

.accordionParts1 .accordionHeader .title {
    margin-left: 10px;
    line-height: 17px;
}

.accordionParts1 .accordionHeader .accordionHeaderSub {
    min-height: 52px;
}

.accordionParts1 .accordionHeader .accordionHeaderSub:after {
    font-family: "FontAwesome";
    content: "\f068";
    font-size: 18px;
    color: #b8b8b8;
    font-weight: normal;
    margin-left: auto;
}

.accordionParts1 .accordionHeader .accordionHeaderSub.collapsed:after {
    content: "\f067";
    font-size: 18px;
    color: #b8b8b8;
    font-weight: normal;
    margin-left: auto;
}

.accordionParts1 .accordionContent {
    padding: 10px;
}

.accordionParts1 .accordionContent .groupMain {
    margin-bottom: 10px;
}

.accordionParts1 .accordionContent .groupMain .groupPic {
    max-width: 30px;
    max-height: 30px;
}

.accordionParts1 .accordionContent .groupMain .groupPic img {
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
}

.accordionParts1 .accordionContent .groupMain .groupName {
    width: calc(100% - 40px);
    font-family: "Open Sans";
    font-size: 13px;
    color: #b8b8b8;
    font-weight: 600;
    margin-left: 10px;
}

.accordionParts1 .accordionContent .groupMain:hover .groupName {
    color: #ef7900;
}

.group-heading {
    font-family: "Open Sans";
    font-size: 14px;
    color: #b8b8b8;
    font-weight: bold;
    margin-left: 1.8rem;
    cursor: pointer;
    margin-bottom: 10px;
}

/* Accordian profile */

/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#loginmodal {
    width: 550px;
    padding: 15px 20px;
    background: #2b343d;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#loginform label {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    color: #7c8291;
    margin-bottom: 3px;
}

.txtfield {
    display: block;
    width: 100%;
    padding: 6px 5px;
    margin-bottom: 15px;
    font-family: "Open Sans";
    color: #7988a3;
    font-size: 1.4em;
    /* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8); */
    background-color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#edf3f9),
        to(#fff)
    );
    background-image: -webkit-linear-gradient(top, #edf3f9, #fff);
    background-image: -moz-linear-gradient(top, #edf3f9, #fff);
    background-image: -ms-linear-gradient(top, #edf3f9, #fff);
    background-image: -o-linear-gradient(top, #edf3f9, #fff);
    background-image: linear-gradient(top, #edf3f9, #fff);
    border: 1px solid;
    border-color: #abbce8 #c3cae0 #b9c8ef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4); */
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.radio_for_popup .control_indicator {
    margin-top: 5px;
}

.group-memberlist-rolewise .user_link .active {
    color: #ef7900;
}

.txtfield:focus {
    outline: none;
    color: #525864;
    border-color: #84c0ee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
}

.radio_for_popup {
    min-height: 32px;
    width: 100%;
    vertical-align: middle;
    float: left;
}

.radio_for_popup input[type="radio"] {
    vertical-align: middle;
    min-height: 25px;
    float: left;
    width: 4%;
}

#loginmodal input[type="checkbox"] {
    vertical-align: middle;
    min-height: 25px;
    float: left;
    /*width: 4%;*/
}

.radio_for_popup span {
    vertical-align: middle;
    margin-left: 4px;
    font-size: 17px;
    padding-top: 2px;
    float: left;
    width: 80%;
    color: white;
}

.other_text {
    width: 55% !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
}

/* pop up css end*/

/* image grid start */
.imgs-grid {
    max-width: 800px;
    margin: 0 auto;
    font-size: 0;
}

.imgs-grid.imgs-grid-1 .imgs-grid-image {
    width: 100%;
    text-align: center;
}

.imgs-grid.imgs-grid-2 .imgs-grid-image,
.imgs-grid.imgs-grid-4 .imgs-grid-image {
    width: 50%;
}

.imgs-grid.imgs-grid-3 .imgs-grid-image,
.imgs-grid.imgs-grid-6 .imgs-grid-image {
    width: 33.333333333333336%;
}

.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(1),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(2),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(3) {
    width: 33.333333333333336%;
    /* height: 220px;
    overflow: hidden; */
}

.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(4),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(5) {
    width: 50%;
}

/* .imgs-grid-5 .imgs-grid-image .image-wrap {
    height: 218px;
    width: 100%;
} */

.imgs-grid .imgs-grid-image {
    position: relative;
    display: inline-block;
    padding: 1px;
    box-sizing: border-box;
    text-align: center;
}

.imgs-grid .imgs-grid-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #f0f0f0;
}

.imgs-grid .imgs-grid-image:hover {
    cursor: pointer;
}

.imgs-grid .imgs-grid-image .image-wrap {
    position: relative;
    /*display: inline-block;*/
    overflow: hidden;
    vertical-align: middle;
    /*     max-height:320px; */
}

.imgs-grid .imgs-grid-image .image-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.imgs-grid-5 .imgs-grid-image .image-wrap img {
    width: 100%;
    margin: 0;
    height: 100%;
    /*     left: 50%; */
    position: absolute;
    /*     top: 50%; */
    /*     transform: translate(-50%, -50%); */
    object-fit: cover;
}

.imgs-grid .imgs-grid-image .view-all {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center !important;
}

.imgs-grid .imgs-grid-image .view-all:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    height: 100%;
}

.imgs-grid .imgs-grid-image .view-all:hover {
    cursor: pointer;
}

.imgs-grid .imgs-grid-image .view-all:hover .view-all-text {
    text-decoration: underline;
}

.imgs-grid .imgs-grid-image .view-all .view-all-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
}

.imgs-grid .imgs-grid-image .view-all .view-all-text {
    position: relative;
    font-size: 16px;
    font-family: sans-serif;
    color: white;
}

@media (max-width: 350px) {
    .imgs-grid .imgs-grid-image .view-all .view-all-text {
        font-size: 10px;
    }
}

.imgs-grid-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: black;
    opacity: 0;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.imgs-grid-modal .modal-caption {
    padding: 30px 50px;
    text-align: center;
    color: white;
}

.imgs-grid-modal .modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background-image: url(img/imgs-grid-icons.png);
    background-repeat: no-repeat;
    background-position: -100px;
}

.imgs-grid-modal .modal-close:hover {
    cursor: pointer;
}

.imgs-grid-modal .modal-inner {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 0;
    right: 0;
}

.imgs-grid-modal .modal-inner .modal-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
}

.imgs-grid-modal .modal-inner .modal-control:hover {
    cursor: pointer;
}

.imgs-grid-modal .modal-inner .modal-control.left {
    left: 0;
}

.imgs-grid-modal .modal-inner .modal-control.right {
    right: 0;
}

.imgs-grid-modal .modal-inner .modal-control .arrow {
    margin: 0 auto;
    height: 100%;
    width: 40px;
    background-repeat: no-repeat;
    background-image: url(img/imgs-grid-icons.png);
}

.imgs-grid-modal .modal-inner .modal-control .arrow.left {
    background-position: 2px center;
}

.imgs-grid-modal .modal-inner .modal-control .arrow.right {
    background-position: -42px center;
}

.imgs-grid-modal .modal-inner .modal-image {
    position: absolute;
    top: 0;
    left: 70px;
    right: 70px;
    bottom: 0;
    text-align: center;
}

.imgs-grid-modal .modal-inner .modal-image:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    height: 100%;
}

.imgs-grid-modal .modal-inner .modal-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.imgs-grid-modal .modal-inner .modal-image img:hover {
    cursor: pointer;
}

.imgs-grid-modal .modal-inner .modal-loader {
    display: inline-block;
    vertical-align: middle;
    color: silver;
    font-size: 14px;
}

@media (max-width: 800px) {
    .imgs-grid-modal .modal-inner .modal-control {
        width: 40px;
    }

    .imgs-grid-modal .modal-inner .modal-control .arrow {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .imgs-grid-modal .modal-inner .modal-image {
        left: 0;
        right: 0;
    }
}

.imgs-grid-modal .modal-indicator {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    text-align: center;
}

.imgs-grid-modal .modal-indicator ul {
    margin: 0;
    padding: 0;
}

.imgs-grid-modal .modal-indicator ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 100%;
    margin: 0 1px;
    vertical-align: middle;
}

.imgs-grid-modal .modal-indicator ul li:hover {
    cursor: pointer;
}

.imgs-grid-modal .modal-indicator ul li.selected {
    background-color: white;
    width: 14px;
    height: 14px;
    margin: 0;
}

/* image grid end */
.heading-name {
    font-family: "Open Sans";
    font-size: 13px;
    color: #b8b8b8;
    font-weight: 500;
    margin: 0;
}

.my-modal-titles {
    font-family: "Open Sans";
    font-size: 17px;
    color: #ef7900;
    font-weight: bold;
    line-height: 1.5rem;
}

.modalCustom .modal-headers {
    border-bottom: solid 1px #39444e;
}

.btn-radio {
    background: #2b343d !important;
}

.btn-themes {
    background-color: #212832 !important;
    color: #fff !important;
}

.cropit-image-preview {
    background-color: #2b343d;
    background-size: cover;
    border: solid 1px #39444e;
    border-radius: 3px;
    margin: 0px auto;
    width: 250px;
    height: 250px;
    cursor: move;
}

.cropit-image-zoom-input {
    width: 90%;
}

.select2-dropdown .select2-dropdown--below {
    z-index: 111111 !important;
}

.select2-container {
    width: 55% !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    display: block;
}

select {
    background: #39444e00 !important;
    color: #b8b8b8 !important;
    border-radius: 6px !important;
    border: 2px solid #39444e !important;
}

.hide {
    display: none;
}

.braintree-heading {
    color: #b8b8b8 !important;
}

/* board cases css */

.boardcases_main {
    float: left;
    margin-right: 6px;
}

/*Top add Boardcase invite Css Start*/
.invite_board_cases {
    width: 100%;
    float: left;
}

.invite_board_cases .invite_board_cases_main {
    float: left;
    padding: 10px;
}

.invite_board_cases .board_case_invite_button {
    float: right;
    padding: 20px;
    padding-left: 25%;
}

.invite_board_cases a.admin_board_c_invite {
    color: orange !important;
}

.invite_board_cases a.admin_board_c_invite:hover {
    color: blue !important;
}

.board_case_invite {
    float: left;
    margin-left: 80px;
    width: 87%;
    margin-top: 7px;
}

.board_case_invite .board_case_invite_button {
    float: right;
    margin-right: 2px;
    margin-top: 7px;
}

.board_case_invite .invite_board_cases_main {
    float: left;
}

.invite_board_cases_main span img {
    width: 35px;
    transition: transform 0.25s ease-in-out;
}

.invite_board_cases_main span img:hover {
    width: 35px;
    transition: transform 0.25s ease-in-out;
    transform: rotate(180deg);

    cursor: pointer;
}

.invite_board_cases_main span img:after {
    transform: rotate(45deg);
}

.invite_board_cases_main span img:before {
    transform: rotate(-45deg);
}

.invite_board_cases_main span {
    padding: 2px;
}

.board_case_invite .board_case_invite_button a {
    color: orange;
}

/*Top add Boardcase invite Css End*/

/* survey css start */
#questionForm .table th,
#questionForm .table td {
    border-top: none;
}

#groupHeaderMain .group-action-btn {
    margin-top: 5px;
}

/*auto-popup for survey*/
.btm-border {
    border-bottom: solid 1px #39444e;
}

.btn-themes1 {
    background-color: #39444e !important;
    border-color: #39444e !important;
}

.btn-themes1:hover {
    color: #fff;
}

.modular-titles {
    font-family: "Open Sans";
    font-size: 16px;
    color: #b8b8b8;
    font-weight: 600;
}

.modular-titles1 {
    font-family: "Open Sans";
    font-size: 16px;
    color: #b8b8b8;
    margin-top: 1rem;
}

.title-heading {
    font-weight: bold;
}

.survey-titles {
    font-family: "Open Sans";
    font-size: 16px;
    color: #ef7900;
    margin-top: 1rem;
}

.main-heading {
    font-family: "Open Sans";
    font-size: 16px;
    color: #b8b8b8;
    font-weight: 600;
}

.question-title {
    font-family: "Open Sans";
    font-size: 20px;
    color: #b8b8b8;
}

ul.countAreas li {
    display: inline-table;
}

ul.countAreas {
    margin-bottom: 0;
    text-align: right;
}

.examPages {
    padding: 13px;
}

.star-ratings-icon {
    margin-left: 0.8rem;
    margin-top: 2rem;
}

.bg-1 {
    background-color: #2b343d;
    border-color: #39444e;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 32px;
    justify-content: space-around;
    text-align: center;
    width: 7em;
}

input[type="range"] {
    display: block;
    width: 100%;
}

input,
select,
textarea {
    outline: medium none;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    font-size: 32px !important;
}

.star-rating :checked ~ label {
    color: #ef7900;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ef7900;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background: #fff;
    border-radius: 16px;
}

input[type="range"]::-moz-range-track {
    height: 15px;
    background: #ef7900;
    border-radius: 16px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #ef7900;
    border-radius: 50%;
    border: 2px solid #ddd;
    /* box-shadow: -407px 0 0 100% #EF7900; */
}

input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ef7900;
    /* box-shadow: -407px 0 0 400px #EF7900; */
}

.wrapper {
    width: 100%;
    display: flex;
}

.range {
    display: flex;
    align-items: center;
    width: 100%;
}

/* survey css end */

.media-img .editmedia,
.media-img .downloadmedia {
    position: absolute;
    background: none;
    color: white !important;
    right: 16px;
    font-size: 14px;
    padding: 2px 12px !important;
    margin-top: 12px !important;
    opacity: 0.7;
    top: 2px;
    z-index: 100;
}

.media-img .editmedia:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

#cases_main .img_video {
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
    top: 0 !important;
}

.boardcases_main .icon-b img {
    height: 22px;
    width: 20px;
}

.boardcases_main .icon-pdf img {
    height: 27px;
    width: 22px;
}

.middleCenter
    .posted
    .partOne
    .profileDetails
    .title
    .profileTime
    .time
    .pinned_post_text {
    color: #ef7900;
}

#member-list-group-sidebar-main .suggestion_sort {
    float: right;
    margin-bottom: 10px;
    color: #7c7c7c;
}

#member-list-group-sidebar-main .suggestion_sort span {
    font-size: 11px;
    margin-right: 3px;
}

#member-list-group-sidebar-main .suggestion_sort .active {
    color: #ef7900 !important;
}

#member-list-group-sidebar-main .suggestion_sort a {
    color: #b8b8b8 !important;
}

#member-list-group-sidebar-main .suggestion_sort span.desc,
#member-list-group-sidebar-main .suggestion_sort span.asc {
    margin: 0px !important;
}

/* member page sorting desing */
#member_sorting_main {
    width: 85%;
}
#member_sorting_main .jump_to_main {
    margin-left: 5%;
}
#member_sorting_main .jump_to_main .title {
    margin-top: 10px;
    float: left;
}
#member_sorting_main .jump_to_main .justselect-wrapper {
    margin-left: 10px;
    float: left;
    width: 17%;
}
#member_sorting_main .search_member {
    float: right;
    margin-left: 12px;
    margin-top: 3px;
}
#member_sorting_main .search_member .form-control:focus {
    background: transparent !important;
}
#member_sorting_main .suggestion_sort {
    float: left;
    color: #7c7c7c;
    margin-top: 6px;
    margin-left: 4%;
}

#member_sorting_main .suggestion_sort span {
    font-size: 11px;
    margin-right: 3px;
}

#member_sorting_main .suggestion_sort .active {
    color: #ef7900 !important;
}

#member_sorting_main .suggestion_sort a {
    color: #b8b8b8 !important;
}

#member_sorting_main .suggestion_sort span.desc,
#member_sorting_main .suggestion_sort span.asc {
    margin: 0px !important;
}
/* member page sorting desing end */

.user-info .groupMain .groupPic {
    height: 25px !important;
    width: 25px !important;
}

.user-info .groupMain .groupPic img {
    width: 25px !important;
    height: 25px !important;
}

.user-info .groupMain .groupName1 {
    font-size: 11px !important;
}

#give_evalution_list .btn-customforgevalution {
    padding: 14px 0;
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 22px;
}

.alert-modal-content {
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
.alert-modal-content.success {
    border: 1px solid #b8b8b8;
    background-color: #b8b8b8;
}
.alert-modal-content.success i {
    color: #28a745 !important;
    padding: 0px !important;
}
.alert-modal-content.error {
    border: 1px solid #b8b8b8;
    background-color: #b8b8b8;
}
.alert-modal-content.error i {
    color: #dc3545 !important;
    padding: 0px !important;
}
.alert-modal-content .icon {
    font-size: 30px;
    margin-bottom: 10px;
}
.alert-modal-content .btn {
    width: 100%;
    border-radius: 0;
}

.popover-header {
    background-color: transparent !important;
    border-bottom: solid 1px #39444e !important;
    color: white !important;
}

.img-survey-country,
.img-survey-vheadline {
    margin-right: 4px !important;
}

#member_list_main .accordionFilterPart .accordionHeader {
    width: 100%;
    height: 45px;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 14px;
    color: #b8b8b8;
    font-weight: bold;
}

#member_list_main .accordionFilterPart .accordionHeader .title {
    margin-left: 10px;
    line-height: 17px;
}

#member_list_main .accordionFilterPart .accordionHeader .accordionHeaderSub {
    height: 45px;
}

#member_list_main
    .accordionFilterPart
    .accordionHeader
    .accordionHeaderSub:after {
    font-family: "FontAwesome";
    content: "\f068";
    font-size: 18px;
    color: #b8b8b8;
    font-weight: normal;
    margin-left: auto;
}

#member_list_main
    .accordionFilterPart
    .accordionHeader
    .accordionHeaderSub.collapsed:after {
    content: "\f067";
    font-size: 18px;
    color: #b8b8b8;
    font-weight: normal;
    margin-left: auto;
}

/* PDF-specific styles */
.pdf-styles .title_avg h4 {
    color: #ef7900 !important; /* Orange color for titles */
    font-weight: bold !important;
}

.pdf-styles .title_avg p {
    color: black !important; /* Black color for subtitles */
}

/* Add other styles for PDF generation */
.pdf-styles .print-change-table th {
    background-color: white !important;
    color: black !important;
}
.pdf-styles .print-change-table td,
.pdf-styles .print-change-table td p,
.pdf-styles1 table td p {
    background-color: white !important;
    color: black !important;
}
.pdf-styles .report-comment-main p {
    color: black !important;
}

.pdf-styles1 table th {
    background-color: white !important;
    color: black !important;
}

.pdf-styles1 .categoriesPart {
    background: white !important;
}

.pdf-styles1 .categoriesPart .categoriesHadd .title {
    color: black !important;
}
.pdf-styles1 .categoriesPart .categoriesScore {
    color: black !important;
}

.polling-main .polling-cancel-answer {
    color: #ffffff;
    background-color: #707070;
    border-color: #707070;
}

.question .explanationclass p,
.question .explanationclass span,
.question .explanationclass li {
    font-size: 20px !important;
    line-height: 1.8 !important;
}

.question .questionContent p {
    font-size: 20px !important;
    line-height: 1.8 !important;
}

.containerforthreelink a {
    font-size: 20px !important;
}

.braintree-sheet__content--form .braintree-form__notice-of-collection {
    display: block;
    width: 100%;
}
.braintree-sheet__content--form .braintree-form__flexible-fields{
    display: block !important;
}

.braintree-sheet__content--form .braintree-form__field-group{
    text-align: center !important;
    margin: 0 auto !important;
}

/* CUSTOM CHECK BOX */
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 8px;
  font-size: 14px;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  height: 20px;
  width: 20px;
  background: #2b343d;
  border: 2px solid #39444e;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}

/* Show checkmark when checked */
.custom-checkbox input:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #ef7900;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}