/*
Custom css
*/

.sidenav li.sub_menu.active, .sidenav li.dashboard.active {
    color: #53a6fa;
}


.lable_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.lable_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.lable_check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.lable_check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.lable_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.lable_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.sal_range {
    border: 1px solid #e4e6e8;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 12px;
    border-radius: 7px;
}


table.schedule-table , table.schedule-table tbody {
    display: block;
    width: 100%;
}

table.schedule-table th {
    background-color: #021885;
    color: #fff;
    font-size: 16px;
}

table.schedule-table td , table.schedule-table th {
    padding: 7px 23px;
    font-size: 16px;
    border: 1px solid #ccc;
}

table.schedule-table {
    margin-bottom: 20px;
}
#Contact_Information h2 {
    /* font-size: 30px; */
    /* font-weight: 600; */
    color: #324360;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'voltesemibold';
}
.schedule-table input[type="text"] {
    width: 117px;
    font-size: 14px;
}

.box-blue {
    text-align: center;
    background: #96bcea;
    border-radius: 5px;
    padding: 10px 0 0 0;
    margin-right: 10px;
}

.box-blue h2,.box-blue h3 {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.box-blue a {
    width: 100%;
    background: #678bb7;
    float: left;
    margin-top: 14px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
}

.profileView label {font-weight: bold;}

.DetailView {
    background: #000;
}

p.DetailValue {
    background: #f3f6f9;
    padding: 10px;
    border-radius: 5px;
    min-height: 42px;
}

span.project_tag_active {
    background-color: #ffa200ab;
    padding: 4px 10px;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
}

span.project_tag_completed {
    background-color: green;
    padding: 4px 10px;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
}
.box-body.ActionBody a {
    clear: both;
    display: flex;
    margin-bottom: 12px;
}
input.btn.btn-primary.cstm_btn {
    color: #fff !important;
}
.cstmBtn.rightALign {
    color: #fff !important;
    float: right;
    margin-top: -20px;
}
.spanAncor{ cursor: pointer !important;}

span.addMore {
    background: #232e3d;
    padding: 0px 10px 6px 10px;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    border-radius: 7px;
    cursor: pointer;
}
.tableOfContentCon .row {
    margin-top: 15px;
}

span.removeOpt {
    background: #b50a0a;
    padding: 0px 14px 6px 14px;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    border-radius: 7px;
    cursor: pointer;
}
.added .row {
    margin-bottom: 14px;
}
ul.NoListStyle {
    list-style: none;
    padding-left: 0px;
}
table.table.table-striped.table-hover td > * {
    float: left;
    margin-right: 6px;
}

.mobile-space{
    font: 400 16px/1.5 "Segoe UI", system-ui, -apple-system, sans-serif !important;
}
.mobile-space .center-stage {
    height: 224px;
    width: 100%;
    padding-left: 10px;
    position: relative;
}

.mobile-space .center-stage.specs-accent {
    padding-left: 0 !important;
}

.mobile-space .specs-photo-main {
    float: left;
    height: 100%;
    width: 200px;
    /* background: #fff; */
    position: relative;
    z-index: 1;
    background-image: url(https://gadinsider.com/assets/uploads/updates/2023-07-23/702_5951344_One_updates.jpg);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
}

.mobile-space .specs-photo-main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 200px;
    width: 229px;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, #fcfeff 2%, rgba(125, 185, 232, 0));
    z-index: 1;
}

.mobile-space a {
    color: #555;
    text-decoration: none;
}

.mobile-space .specs-photo-main a {
    display: block;
    height: 100%;
    width: 165px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.mobile-space .specs-photo-main img {
    max-height: 100%;
    max-width: 100%;
    width: 160px;
    height: auto;
    margin-top: 3%;
    margin-left: 5px;
}

.mobile-space .specs-spotlight-features {
    padding-top: 5px;
    float: left;
    width: 554px;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc(100% - 200px);
    font: 400 16px/1.5 "Segoe UI", system-ui, -apple-system, sans-serif !important;
}

.mobile-space .specs-spotlight-features li.pattern:nth-child(1) {
    width: 60%;
}

.mobile-space .specs-spotlight-features li.pattern:nth-child(2) {
    width: 40%;
}

.mobile-space .specs-brief-accent {
    position: relative;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.mobile-space .specs-spotlight-features li {
    height: 98px;
    width: 33.333%;
    margin: 5px 0 12px;
    float: left;
    padding: 0px 10px;
    color: #2b2b2b;
    position: relative;
    z-index: 1;
    font: 400 16px/1.5 "Segoe UI", system-ui, -apple-system, sans-serif !important;
}

.mobile-space .specs-spotlight-features .specs-brief {
    width: 274px;
    font-size: 15px;
    padding: 0px 10px;
    padding-left: 8px !important;
}

.mobile-space .head-icon {
    margin-top: -2px;
}

.mobile-space .head-icon svg {
    width: 14px;
}

.mobile-space .specs-spotlight-features .pattern {
    padding-left: 20px;
}

.mobile-space .specs-spotlight-features li:nth-child(n+4) {
    margin-bottom: 0;
}

.mobile-space .specs-spotlight-features .specs-brief,
.specs-spotlight-features li:nth-child(4) {
    border-left: none;
}

.mobile-space .center-stage:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: blur(30px);
-webkit-filter: blur(30px);
-moz-filter: blur(30px);
-o-filter: blur(30px);
-ms-filter: blur(30px); */
    overflow: hidden;
    background-image: linear-gradient(to right, #607d8b2e, #3f51b566);
}
.mobile_specification .medium-insert-embeds-overlay{
    width: 200px;
    z-index: 2;
}
.mobile-space .specs-spotlight-features .accent {
    color: #2b2b2b;
    padding-top: 13px;
    display: block;
    width: 100%;
    position: relative;
    font-size: 25px;
}

.mobile-space .specs-fans {
    width: 205%;
    height: 105%;
    float: left;
    left: -55px;
    position: relative;
    padding-left: 55px;
    display: block;
    color: #2b2b2b;
}

.mobile-space .accent~span {
    position: relative;
    left: -28px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    width: 100px;
    font-weight: 400;
}

.mobile-space .specs-brief * {
    color: #2b2b2b !important;
}

@media (max-width:1200px) {
    .mobile-space .center-stage {
        height: 250px;
    }

    .mobile-space .specs-spotlight-features li.pattern:nth-child(1) {
        width: 100%;
    }

    .mobile-space .specs-spotlight-features li.pattern:nth-child(2),
    .mobile-space .specs-spotlight-features li {
        width: 50%;
        margin: 0;
        height: auto;
    }

    .mobile-space .specs-spotlight-features .accent {
        font-size: 20px;
    }

    .mobile-space .specs-spotlight-features .pattern {
        padding-left: 10px;
    }
}

@media (max-width:767px) {

    .mobile-space .specs-spotlight-features li.pattern:nth-child(2),
    .mobile-space .specs-spotlight-features li {
        width: 100%;
    }

    .mobile-space .specs-spotlight-features {
        width: 100%;
        padding: 10px 0;
        background-image: linear-gradient(#607d8b2e, #3f51b566);
    }

    .mobile-space .specs-spotlight-features .accent {
        padding-top: 5px;
    }

    .mobile-space .specs-photo-main {
        width: 100%;
    }

    .mobile-space .center-stage {
        height: 100%;
    }

    .mobile-space .specs-photo-main {
        height: 250px;
    }

    .mobile-space .center-stage:after,
    .mobile-space .specs-photo-main:after {
        display: none;
    }
}

.medium-insert-embeds-overlay {
    position: absolute;
    width: 204px !important;
}



span.error {
    color: red;
    font-weight: bold;
}
input.error,textarea.error {
    border-color: red;
}
.row.relatedPostsRow {
    position: relative;
}
.relatedPostsPopup {
    height: 200px;
    width: 90%;
    background: #fff;
    position: absolute;
    z-index: 999;
    top: 72px;
    left: 15px;
    box-shadow: 0 0 6px 0px #d3d3d3;
}
.relatedPostsPopup .PopUpClose {
    width: 25px;
    height: 25px;
    background: #fd6969;
    color: #fff;
    line-height: 0;
    padding: 10px 10px 10px 9px;
    position: absolute;
    font-size: 18px;
    right: 0;
    border-radius: 50%;
    font-family: system-ui;
    cursor: pointer;
}
.relatedPostsPopup ul {
    list-style: none;
    padding: 0;
    overflow-y: scroll;
    height: 176px;
}
.relatedPostsPopup .holder {
    padding: 15px;
}
.relatedPostsPopup ul li {
    padding: 8px 10px;
    border: 1px solid #ededed;
    margin-bottom: 4px;
    cursor: pointer;
}
.relatedPostsPopup ul li:hover {
    background: #e7e7e7;
}
div#relatedPostsHolder .relatedPost {
    background: #f1f1f1;
    width: 100%;
    /* border: 1px solid #fff; */
    margin-bottom: 2px;
    padding: 10px;
}

div#relatedPostsHolder {
    width: 100%;
    margin: 0px 20px 20px 20px;
}

div#relatedPostsHolder .relatedPost span.removeRelatedPost {
    background: #c9c9c9;
    width: 25px;
    padding: 0 7px;
    color: #fff;
    margin-right: 9px;
    cursor: pointer;
}

div#relatedPostsHolder .relatedPost span.removeRelatedPost:hover {
    background: #9b9898;
}
.editable {
    padding-right: 40px;
    padding-left: 40px;
}
#imgPreviewHtml{ display: none }
#arpp_results{
    width: 48%; float: left; height: 188px; overflow-y: auto; overflow-x: hidden;border: 1px solid #ccc;
}
#arpp_selected{
    width: 48%; float: right; height: 188px; overflow-y: auto; overflow-x: hidden; border: 1px solid #ccc;
}
ul {
    list-style: none;
    margin: 0;
}
.vli {
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 4px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    overflow: hidden;
}
.vli span {
    width: 28px;
    background: #e2e2e2;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.response_suggest_tags{
    width: 51%;
    padding: 0;
    border: 1px solid #ccc;
}
.response_suggest_tags li{
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
    cursor: pointer;
}

img.tag_icon {
    width: 18px;
    float: right;
    margin: 0 3px;
}

.edit-box .pos-counter{
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: 10px;
    color: #ababab;
}
.edit-box{
    padding: 7px 10px 11px 50px;
    margin: 10px;
    background: #e6e9ed;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    position: relative;
}
.edit-box:first-child .sort-icon.sort-up
{
    display: none;
}
.edit-box:last-child .sort-icon.sort-down
{
    display: none;
}
.edit-box h4{
    font-weight: 100;
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    line-height: 26px;
}
.edit-box h4 i{
    margin-right: 10px;
}
.edit-box .detail-more-text{
    text-align: center;
    display: block;

    font-size: 12px;
    margin-top: 10px;
    color: #ababab;
    text-decoration: none;
}
.edit-box .gallery-element .gallery-uploader{
    width: 100%;
    border: 2px dashed #ccc;
    padding: 15px;
    position: relative;
    min-height: 80px;
    max-height: 95px;
    max-width: 100%;
    margin: 10px 0px 20px 0;
}
.edit-box .picture-element .picture-uploader{
    width: 100%;
    border: 2px dashed #ccc;
    padding: 15px;
    position: relative;
    min-height: 80px;
    max-width: 100%;
    margin: 10px 0px 20px 0;
}
.edit-box .picture-element .picture-uploader .singleimage.removeImage{
    display: none;
}
.edit-box .picture-element .picture-uploader .singlePreview{
    text-align: center;
}
.edit-box .gallery-element .gallery-uploader input[type="file"],
.edit-box .picture-element .picture-uploader input[type="file"]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left:0px;
    cursor: pointer;
}
.edit-box  .gallery-element .gallery-uploader .img-placeholder,
.edit-box  .picture-element .picture-uploader .img-placeholder{
    display: table;
    margin: 0 auto;
    color: #ccc;
}
.edit-box .picture-element .picture-uploader .img-placeholder i,
.edit-box .gallery-element .gallery-uploader .img-placeholder i{
    font-size: 2em;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
a[href="https://www.froala.com/wysiwyg-editor?k=u"]{
    display: none !important;
}
.edit-box .gallery-element .gallery-inner-preview .gallaryPreview{
    width: calc(100% / 3 - 20px);
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    margin:10px;
    position: relative;
    border-color: #ccd1d9;
    text-align: center;
}
.edit-box .gallery-element .gallery-inner-preview .gallaryPreview .form-control{
    line-height: 19px;
    padding: 6px 14px;
    height: 40px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.edit-box .gallery-element .gallery-inner-preview .gallaryPreview img{
    height: 100px;
    max-width: 100%;
    margin: 0 auto;
}
.edit-box .gallery-element .gallery-inner-preview .gallaryPreview .removeImage{
    position: absolute;
    top: -11px;
    right: -11px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    font-family: arial;
    background: #d14841;
}
.edit-box .close-edit-box-icon{
    position: absolute;
    left: 5px;
    bottom: 10px;
    font-size: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #d14841;
    border-radius: 3px;
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);

}
