@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');

body{
    font-family: "El Messiri", sans-serif !important;
}

input[type="date"] {
    position: relative;
}

.lora {
    font-family: 'Lora', serif;
}

.logogradient {
    background: #317979;
    background: linear-gradient(to right, #317979 0%, #451460 61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 53px;
}

.response,
.color-main {
    border-color: #59b7af;
    color: #59b7af !important;
}

.ds.page_topline {
    background-color: #3f1f50;
}

.links-maincolor-hover:not(.btn):hover,
.ds a:not(.btn):hover {
    color: #59b7af !important;
}

.page_header.s-overlay::before {
    opacity: 1 !important;
}

.page_header_wrapper.ds.ms,
.page_header.s-overlay.ds.ms:before {
    background-color: #ecfae8;
}

.page_header.affix {
    opacity: 0.95 !important;
    background-color: #ecfae8 !important;
}

.text-white {
    color: #ecfae8!important;
}

input[type="date"]:before {
    content: "\1F4C6";
    position: absolute;
    right: 5px;
    filter: grayscale(1);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    background: transparent;
}

.ds label {
    padding-left: 10px;
}

@media(min-width:768px) and (max-width:1024px) {
    .toggle_menu {
        right: 30px !important;
    }
}

@media(min-width:1200px) {
    .ds .sf-menu>li>a:hover,
    .ds .sf-menu>li.active>a {
        color: #349189;
    }
}

.breadcrumb {
    display: none;
}

@media (min-width: 1200px) {
    .sf-menu>li>a,
    .affix .sf-menu>li>a {
        padding-bottom: 22px;
        padding-top: 22px;
    }
}

@media (min-width: 1200px) {
    .ds .sf-menu>li>a {
        color: #121212;
    }
}

.sf-menu,
.sf-menu ul {
    font-weight: 500;
}

/* #myVideo {
    position: absolute;
    width: auto;
    height: auto;
    top: -6px;
    left: 0;
} */

#myVideo {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
    border-color: #3e3e3e;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #515151;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
    border-radius: 10px !important;
}

.btn-sm {
    padding: 14px 30px 11px;
}

#deckManagementlist a.active {
    color: #24a298;
}

#deckManagementlist a:before {
    content: "";
    display: none;
}

#files-area {
    margin: 0 auto;
}

#files-area span {}

.file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: flex;
    align-items: center;
}

.file-block * {
    color: #ccc;
}

.file-block>span.name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
    font-size: 13px;
}

.file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}

.file-delete:hover {
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}

.file-delete>span {
    transform: rotate(45deg);
}

[for="attachment"] {
    display: block !important;
}

.attachment-dropper {
    border: 1px dashed #555;
    cursor: pointer;
}

.attachment-dropper a {}

.gap-5 {
    gap: 10px;
}

table.border-0 tr>* {
    border: 0;
    border-bottom: 1px solid #252839;
}

.category_card_listing .item-content {
    position: relative;
}

.category_card_listing .item-content h6 {
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    margin: 0 !important;
    color: #fff;
    text-shadow: 0px 3px 5px #000;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 14px 5px 10px;
}

body .page_topline {
    overflow: unset !important;
    z-index: 9999;
}

.gap-15 {
    gap: 15px;
}

#dropdownMenuLink+.dropdown-menu a {
    color: #121212;
    margin: 0;
    padding: 15px 15px;
    font-size: 14px;
}

#dropdownMenuLink+.dropdown-menu a+a {
    padding-top: 0;
}
.login_t_hd{
    font-size: 14px;
}
.s-pb-65>[class*='container'] {
    padding-bottom: 25px;
}
@media(max-width:767px) {
    .toggle_menu:before,
    .toggle_menu span,
    .toggle_menu span:before,
    .toggle_menu span:after {
        background-color: #000;
    }
    .mobile-active .sf-menu {
        min-height: calc(100vh);
    }
}
@media (min-width: 1200px){
.s-pt-xl-150>[class*='container'] {
    padding-top: 100px;
}
}

.owl-dots>* {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}
.owl-theme.products .owl-dots {
    margin-top: 0px;
    margin-bottom: 40px;
}
.owl-carousel.owl-theme.owl-navigation .owl-nav.disabled {
    display: none !important;
}