/* Card View */

.grid-view.card .card-img {
    height: 7.5rem;
    /* height: 13rem; */
    /* height: 220px; */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    object-fit: cover;
    object-position: center;
}

.grid-view.card .card-title {
    /* height: 2rem; */
    margin-bottom: 10px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-view.card .card-text {
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.grid-view.card .tags {
    display: inline-block;
    margin-bottom: 0.2rem;
    /* margin-bottom: 1rem; */
}

.grid-view.card .tags .badge {
    /* max-width: 5rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 10px;
    display: flex;
    padding: 3px 7px;
}
.grid-view.card .tags .badge i {
    margin-right: 3px;
    display: inline-block;
}

.grid-view.card .fa-users {
    margin-left: 1rem;
}

.grid-view.card .card-body,
.grid-view.card .card-footer {
    font-size: 0.8rem;
    border: solid 1px #eee;
}

.grid-view.card .card-img ~ .card-body {
    border-top-width: 0;
}

.grid-view.card .card-footer {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.grid-view.card .progress-bar {
    background-color: #50a5f1;
    border-color: #50a5f1;
}

/* Timeline */

.timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline-with-icons .timeline-item {
    position: relative;
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: hsl(217, 88.2%, 90%);
    color: hsl(217, 88.8%, 35.1%);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-scroll,
.lazy-loader {
    /* height: 100%; */
    overflow-y: auto;
}

.sidebar-data,
.add-progress-form {
    display: none;
}

.dep-task {
    /* color: #fff; */
    font-weight: 600;
    text-decoration: underline;
}

.pricing-one {
    position: relative;
    display: block;
    background-color: var(--bs-gray-300);
    /* background-color: rgba(246, 249, 251, 0.4); */
    padding: 30px 0 0px;
}

.pricing-one__top {
    position: relative;
    display: block;
    counter-reset: count;
}

.pricing-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    /* background-color: var(--qondri-white); */
    border: 1px solid #f2f5f8;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pricing-one__single .pricing-one__content .thm-btn {
    background: linear-gradient(to right, #0083b0, #00b4db);
    color: #fff;
}
.pricing-one__single:hover p, .pricing-one__single:hover h3 {
    color: #fff;
    }
.pricing-one__icon-count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.pricing-one__icon i {
    font-size: 52px;
    color: #95aac9;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-one__count {
    position: relative;
    height: 50px;
    width: 40px;
}

.pricing-one__content {
    position: relative;
    display: block;
}

.pricing-one__sub-title {
    color: var(--bs-dark);
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-one__btn {
    background-color: #f2f5f8;
    color: var(--qondri-gray);
    padding: 7px 42px 9px;
    font-size: 13px;
}

.pricing-one__count:before {
    position: absolute;
    height: 35px;
    width: 40px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--qondri-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #f2f5f8;
}

.subscribe-area {
    padding: 40px 0px;
    background: #00b4db;
    background: -webkit-linear-gradient(to right, #0083b0, #00b4db);
    background: linear-gradient(to right, #0083b0, #00b4db);
}

.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff !important;
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    outline: 0;
    font-weight: 300;
    height: 52px;
    margin-right: 20px;
    padding-left: 20px;
    width: 95%;
    /* cursor: pointer; */
}
a.submit-btn {
    position: absolute;
    right: 0;
    background: #fff;
    color: #00aed6;
    padding: 14px 46px;
    border-radius: 35px;
    font-size: 16px;
}
.subscribe2-wrapper .subscribe-form input::placeholder {
    color: #fff;
}
/* h2.style-color {
	color: white;
}

.style-color {
	color: white;
} */

.subscribe-text span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 5px;
}

/* .subscribe-text h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 6px;
} */

span.about-heading {
    color: #2787f5;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

h2.about-heading-2 {
    /* color: #212121; */
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

p.font-style-element {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue",
        Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* -webkit-appearance: none; */
    outline: none !important;
    background-color: #f2f5f8;
    color: var(--qondri-white);
    font-size: 15px;
    font-weight: 700;
    padding: 13px 50px 13px;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 1;
}

.pricing-one__single:hover {
    background: #00b4db;
    background: -webkit-linear-gradient(to right, #0083b0, #00b4db);
    background: linear-gradient(to right, #0083b0, #00b4db);
    border: 1px solid transparent;
    color: white;
}

.thm-btn:hover {
    background-color: #183862;
    color: white;
}

h3.pricing-one__title:hover {
    color: white;
}

label.error {
    color: var(--bs-red) !important;
    margin-top: 0.1rem;
}

input.error {
    border-color: var(--bs-red) !important;
}

.ServiceLocSelect {
    display: none;
}

.input-entry {
    display: none;
}

.round-img {
    border-radius: 50%;
    overflow: hidden;
}

.round-img img {
    object-fit: cover;
    min-height: 50px;
}

.selectize-input {
    z-index: unset !important;
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: var(--bs-input-bg);
    border: 1px solid var(--bs-input-border-color);
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: var(--bs-body-color);
    background: var(--bs-input-bg);
}

.SaveTaskPriorityWrap {
    display: none;
}

.LocSelect {
    margin-bottom: 1.5rem;
}

.LocSelectWrapTitle {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    display: none;
}

.LocSelectWrapText {
    display: none;
}

.LocSelectWizard {
    padding: 1rem;
    background: #e3e3e3;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.LocSelectWizard .LocSelectWrapTitle,
.LocSelectWizard .LocSelectWrapText {
    display: block;
}

#HomeAboutSection {
    height: 20rem;
    overflow: hidden;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
}

#HomeAboutSection.expanded {
    height: auto;
}

#FullPageMessage,
#ProfileEditAlert {
    display: none;
}

#FullPageMessage.show,
#ProfileEditAlert.show {
    display: block;
}

/****************************STYLES LIYA END*****************************/
.NavClose,
.ServiceNavClose,
.ServiceNavOpen {
    display: none;
}
.ServiceNavWrap .main-section-nav .btn {
    min-width: auto;
    width: auto;
}
.service-action-menu {
    display: none;
}
.action-label {
    font-size: 9px;
    display: block;
    line-height: 13px;
}
.side-menu-nav .nav-item .nav-link {
    line-height: 20px;
    position: relative;
}
#ServiceImgSlider img,
.ServiceImg {
    height: 450px;
    object-fit: cover;
}
/* [data-layout-mode="dark"] .ServiceNavWrap .ServiceNavParent{
    background: #000;
} */
@media (max-width: 991.98px) {
    .ServiceNavWrap .main-section-nav .btn {
        min-width: 120px;
        width: auto;
    }
    .service-action-menu {
        display: flex;
    }
    .ServiceNavActions .MainSectionNav {
        display: block;
        margin: auto 0;
        border-right: 1px solid #ddd;
        margin-right: 25px;
        padding-right: 24px;
    }
    .ServiceNavActions .service-action-menu li:last-child a {
        border-bottom: 0;
    }
    .ServiceNavActions .MainSectionNav i {
        margin-right: 8px;
        display: inline-block;
    }
    .MoreServiceActionMob {
        display: block;
    }
    .ServiceNavClose {
        background: #50a5f1;
        color: #fff !important;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin-right: 9px;
        position: absolute;
        bottom: 20vh;
        text-align: center;
        align-content: center;
        display: grid;
        left: 0;
        right: 0;
        margin: auto;
    }
    .list-inline-item a {
        width: 100%;
        text-align: left;
        color: #000;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 6px;
    }
    .ServiceNavOpen {
        display: block;
    }
    .list-inline-item:last-child .dropdown-menu,
    .NavList ul li:last-child .dropdown-menu {
        display: block;
        margin: auto;
        width: 152px;
        position: static;
    }

    .share-links .dropdown-menu {
        display: flex !important;
    }
    .share-links a.dropdown-item {
        width: 35px;
        height: 35px;
        padding: 4px 12px;
        font-size: 16px;
    }
    .ServiceNavParent .main-section-nav {
        display: block;
    }
    .ServiceNavWrap .ServiceNavParent {
        position: absolute;
        top: -8vh;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        background-color: var(--bs-body-bg);
        opacity: 0.95;
        height: 100vh;
        width: 100%;
        z-index: 9999;
        /* display: block; */
        padding-top: 96px;
    }
    .NavClose {
        display: block;
    }
    .list-inline-item,
    .NavList ul li {
        display: block;
        text-align: center;
        margin-bottom: 6px;
    }
    .list-inline-item a,
    .NavList ul li a {
        display: inline-block;
        width: 100px;
    }
    .page-button-parent {
        padding-top: 35px;
        display: none;
        position: absolute;
        top: 13px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100vh;
        background-color: var(--bs-body-bg);
        opacity: 0.95;
        padding: 0;
    }
    .service-actions li a {
        min-width: auto;
    }
    .page-buttons {
        padding-top: 75px;
        padding-left: 0;
    }
    /* Jk */
    .NavClose {
        background: #50a5f1;
        color: #fff !important;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin-right: 9px;
        position: absolute;
        bottom: 20vh;
        text-align: center;
        align-content: center;
        display: grid;
        left: 0;
        right: 0;
        margin: auto;
    }
    .NavClose i {
        font-size: 25px;
    }
}
/* This style hides the default file input */
.input-file {
    display: none;
}

/* Styling for the custom file upload container */
.file-upload-container {
    position: relative;
}

/* Style for the custom label */
.custom-file-upload {
    display: inline-block;
    background-color: #e9e9e9;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}
/* Hide the default file input */
.input-file {
    display: none;
}

/* Style for the file input container */
.file-input-container {
    display: inline-block;
    position: relative;
}

/* Style for the file input button (label) */
.file-button-label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff; /* Customize the background color as needed */
    color: #fff; /* Customize the text color as needed */
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Style for the file input button when the user hovers over it */
.file-button-label:hover {
    background-color: #b36b00; /* Customize the hover background color as needed */
}

/* Style for the image preview container */
.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Style for the preview images */
.preview-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/* Styles for the remove button */
.remove-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    border: none;
    color: red;
    font-size: 15px; /* Reduce the font size to make it smaller */
    cursor: pointer;
    width: 20px; /* Set a smaller width to make it square */
    height: 20px; /* Set a smaller height to make it square */
    transition: background-color 0.3s; /* Add a smooth transition on hover */
}

.remove-button:hover {
    background-color: #f9f9f9; /* Change the background color on hover for a visual effect */
}

/* Style for the image container */
.image-container {
    position: relative;
    right: 5px;
    display: inline-block;
    margin: 2px;
}
.subscribe-form button {
    padding: 15px 50px 15px;
    border-radius: 35px;
    border: none;
}












.post-slide {
	background: #fff;
    border-radius: 0.25rem;
    border: solid 1px #dedede
	/* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}

/* .post-slide .post-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
    margin-bottom: 25px;
} */

.post-slide .post-title a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
    }
    .post-slide .post-img img {
         width: 100%;
         height: 100%;
         transform: scale(1, 1);
         transition: transform 0.2s linear;
         object-fit: cover;
         }
/* .post-slide .post-img img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition: transform 0.2s linear;
    object-fit: contain;
} */ */

.post-slide:hover .post-img img {
	transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
	transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
	opacity: 1;
	text-decoration: none;
}

.post-slide .over-layer i {
	position: relative;
	top: 45%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px;
}

.post-slide .post-content {
	background: #fff;
	padding: 2px 20px 40px;
	border-radius: 15px;
}

.post-slide .post-title a {
    min-height: 50px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #495057;
	display: inline-block;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

.post-slide .post-title a:hover {
	text-decoration: none;
	color: #3498db;
}

.post-slide .post-description {
    font-size: 16px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 25px;
}

.post-slide .read-more {
    padding: 7px 16px;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    border-radius: 0.2rem;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
	background: #3498db;
	text-decoration: none;
	color: #fff;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: 25px;
    width: 100%;
    height: 150px;
    }
    .required-label::after {
        content: '*';
        color: red;
        margin-left: 2px;
    } 