:root {
    --ld-green: #207860;
    --ld-l-green: #D9F7ED;
    --ld-hover-green: #00A06A;
    --ld-black: #000;
    --ld-white: #fff;
    --ld-d-gray: #5C5C5C;
    --ld-m-gray: #8F8F8F;
    --ld-gray: #C7C7C7;
    --ld-l-gray: #EAEAEA;
    --ld-gray-2: #707070;
    --ld-lighter-gray: #B9B9B9;
    --ld-navy: #072953;
    --ld-d-navy: #001733;
    --ld-ice: #F2F6FF;
    --ld-yellow: #FACE3D;
    --ld-red: #FACE3D;
    --ld-purple: #758BBC;
    --ld-l-white: #F8FAFF;
}

.bg-ld-l-green { background: var(--ld-l-green); }

.bg-ld-green { background: var(--ld-green); }

.bg-ice { background: var(--ld-ice); }

.bg-ld-purple { background: var(--ld-purple); }

.bg-ld-gray { background: var(--ld-gray); }
.bg-ld-gray-2 { background: var(--ld-gray-2); }
.bg-ld-l-gray { background: var(--ld-l-gray); }

.text-ld-green { color: var(--ld-green); }

.text-ld-lighter-gray { color: var(--ld-lighter-gray); }
.text-ld-ld-gray-2 { color: var(--ld-gray-2); }

body {
    font-family: "itc-avant-garde-gothic-pro";
    font-size:15px;
    line-height:24px;
}
a{ text-decoration:none!important; transition:all 0.5s ease-in-out}
a:hover{color:var(--ld-green)}

h1,h2,h3,h4,h5,h6{ font-weight:bold; margin:0px;}

/*
h1{font-size:48px; line-height:55px}
h2{font-size:34px; line-height:38px}
h3{font-size:30px; line-height:42px}
h4{font-size:26px; line-height:38px}
h5{font-size:22px; line-height:34px}
h6{font-size:18px; line-height:28px}
*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--ld-l-gray)!important;
    opacity: 1; /* Firefox */
}
input[type=text], input[type=email],input[type=password],input[type=date],input[type=number]{
    padding-bottom:0px !important;
    padding-top:3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--ld-l-gray)!important;
    opacity: 1; /* Firefox */
}

.select2-selection__rendered{
    padding-top: 10px;
}

.select2-search__field::placeholder{
    padding-top: 5px !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 3px !important;
    display: inline-flex !important;
    width: 100%;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--ld-l-gray);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--ld-l-gray);
}


button:focus,input:focus, textarea:focus{ outline:none;}
input[type="submit"],button {transition:all 0.6s ease-in-out}

.ld-btn-primary-outline-link{border: 1px solid #001733; border-radius:5px; color:#001733;padding: 15px 20px;text-align: center;font-size: 15px;}
.ld-btn-primary-outline-link:hover {border-color:var(--ld-green); color:var(--ld-green)!important;}

.ld-btn {
    height:50px;
}
body{
    -webkit-appearance:none;
}

.ld-btn-block{ display:block!important}
.ld-btn-primary{
    background:var(--ld-green);
    border: 1px solid var(--ld-green);
    border-radius:5px;
    color:#fff !important;
    display:inline-block;
    font-weight:bold;
    height: 54px;
    padding: 0.9rem 19.6px;
    padding: 16px;
    text-align: center;font-size: 15px;
    min-width: 128px !important;
}

.ld-btn-primary-outline{
    color:var(--ld-green) !important;
    border: 1px solid var(--ld-green);
    border-radius:5px;
    display:inline-block;
    font-weight:bold;
    height: 54px;
    padding: 0.9rem 19.6px;
    padding: 16px;
    text-align: center;
    font-size: 15px;
    min-width: 128px !important;
}


.ld-btn-primary-mobile{
    background:var(--ld-green);
    border: 1px solid var(--ld-green);
    border-radius:5px;
    color:#fff !important;
    display:inline-block;
    font-weight:bold;
    height: 50px;
    padding: 3% 8.6px;
    justify-content: space-between;
    text-align: center;font-size: 10px;
    min-width: 128px !important;
}

.position_top{
    margin-top: -200px;
}
.ld-btn-secondary{
    background:var(--ld-m-gray);
    border: 1px solid var(--ld-m-gray);
    border-radius:5px;
    color:#fff !important;
    display:inline-block;
    font-weight:bold;
    height: 54px;
    padding: 15px 19.6px;
    padding: 16px;
    text-align: center;font-size: 15px;
    min-width: 98px !important;
    margin: 2px 0;
}

.ld-btn-danger{
    background:var(--danger);
    border: 1px solid var(--danger);
    border-radius:5px;
    color:#fff !important;
    display:inline-block;
    font-weight:bold;
    height: 54px;
    padding: 15px 19.6px;
    text-align: center;font-size: 15px;
    min-width: 128px !important;
}

.ld-btn-primary:hover {background:var(--ld-hover-green);color:#fff;}
.ld-btn-primary-outline:hover {background:var(--ld-hover-green);color:white !important;}
.ld-btn-secondary:hover {background:var(--ld-d-gray);color:#fff;}


.ld-btn-light-green{ background:var(--ld-l-green); border: 1px solid var(--ld-l-green);
    border-radius:5px; display:inline-block; color:var(--ld-green) !important; font-weight:bold;
     height:54px;padding: 15px 37px; padding: 16px;text-align: center;font-size: 15px;}
.ld-btn-light-green:hover {background:var(--ld-hover-green);color:#fff !important;}

.ld-btn-dark-navy{background:var(--ld-d-navy); border: 1px solid var(--ld-d-navy); border-radius:5px; display:inline-block; color:#fff; font-weight:bold;  height:52px;padding: 15px 37px;text-align: center;font-size: 15px;}

.ld-btn-dark-navy:hover {background:var(--ld-navy);}


.ld-mt-40{ margin-top:40px}


.navbar-toggler { border:0px solid #000; position:absolute; right:5px; top:6px;}
.navbar-toggler:focus{ border:none}

/*.nav-link {margin-right: 0.8rem !important;margin-left: 0.8rem !important;}*/
.main-nav a { color: var(--ld-black);  font-weight: bold;}
.nav-item { text-align:center; display: table;}
.nav-item .nav-dash{border-bottom: 2px solid #000;height: 2px;width: 12px;display: table;margin: auto; margin-top:2px;transition:all 0.3s ease-in-out}
.nav-item  a:hover{color:#00C985}
.nav-item:hover .nav-dash{ border-color:var(--ld-green); width:100%}
.active .nav-dash{border-color:var(--ld-green); width:100%}
.nav-item .active {color:#00C985}
.nav-container {}
.mobile-nav { display:none}

.form-control { border: 1px solid var(--ld-l-gray); padding: 0.375rem 0.75rem !important; }

#auth-wrapper {
    height: 100vh;
}
.auth-wrapper .bg-info, .auth-wrapper .auth-wrapper-right { padding:50px}
.auth-wrapper  {color: var(--ld-d-gray);}
.auth-wrapper h2 { color:#000;}
.login-right-top {}
.login-right-wrapper { width:80%; margin:auto}
.login-footer { color:var(--ld-d-gray); font-size:12px; margin-top:-20px;}
.login-footer a {color:var(--ld-d-gray);}
.login-footer a:hover {color:var(--ld-green);}
.login-footer-absolute {position:absolute; bottom:10px; left:-10px;}
.login-logo-absolute { position:absolute; left:50px; top:50px}

.form-control {
    height: calc(1.38em + 1.4em + 2px);
}


.header{ background:rgba(255,255,255,0.9);}
.header-bottom { margin-bottom:100px}

.home-banner { margin:3rem 0;}
.home-banner h1 { margin-right:20px;}
.home-banner .home-banner-content{ margin-top:2rem; margin-bottom:2rem}
.home-banner .home-banner-content p { color:var(--ld-gray); font-size:16px; line-height:28px; margin:15px 0}
.banner-search { background:#F1F4F7; border-radius:8px; padding:12px; margin-top:30px; position:relative}
.banner-search input[type="text"]{ border:none; padding:5px 10px; font-size:14px; height:53px; width:100%}
.banner-search input[type="text"]:focus{ border:none; outline:none}
.banner-search input[type="submit"]{ border:none; background:var(--ld-green);  border-top-right-radius:6px;  border-bottom-right-radius:6px; color:#fff; font-size:14px; height:53px;  line-height:normal; right:10px; padding:0px 20px; position:absolute;}
.banner-search input[type="submit"]:hover { background:#00A06A; }
.link-black-green {}
.link-black-green:hover {color:#00c985!important}


.anchor-empty{ left:0px; top:0px; position:absolute; height:100%; width:100%; z-index:10}
.anchor-empty-grid{ background:url(../images/thumb-overlay.png) center top; border-radius:10px; left:0px; top:0px; position:absolute; height:100%; width:100%; z-index:10}
.section-padding{ padding:60px 0}
.latest-logodomo{}
.latest-logodomo h4 { margin-bottom:20px;}
.latest-logodomo h4 span{ float:right; font-size:14px; font-weight:normal}
.latest-logodomo h4 a { border-bottom:4px solid var(--ld-green); padding-bottom:2px;}
.latest-logodomo .latest-gird { position:relative}
.latest-logodomo .latest-gird .latest-gird-item { margin:15px 0; position:relative; overflow:hidden}
.latest-logodomo .latest-gird .latest-gird-item img {border-radius:12px; width:100%;height: 223px;}
.latest-logodomo .latest-gird .grid-icon{ position:absolute; top:27px; left:34px}
.latest-logodomo .latest-gird .grid-icon img { border-radius:8px;}
.latest-logodomo .latest-gird .grid-content{ color:#fff; position:absolute; bottom:2px; margin:10px 34px; z-index:11}
.latest-logodomo .latest-gird .grid-content h6 { display:block; margin-bottom:-20px; transition:all 0.2s ease-in-out;}
.latest-logodomo .latest-gird .grid-content span{ opacity:0; transition:all 0.5s ease-in-out;}
.latest-logodomo .latest-gird .grid-content span a{color:#fff; text-decoration:none}
.latest-logodomo .latest-gird .latest-gird-item:hover h6{ margin-bottom:2px;}
.latest-logodomo .latest-gird .latest-gird-item:hover span{ opacity:1}

.industry-section { position:relative; overflow:hidden}
.industry-section h2{ margin-bottom:20px}
.industry-section p {color:var(--ld-gray)}
.industry-section .industry-right-container { margin-right:-100px}
.industry-section .industry-right-container img { border-radius:10px;}
.industry-section .industry-right-container .industry-item:nth-child(2n){ margin-top:50px;}
.readmore{ display:inline-block; font-size:18px; margin-top:25px}
.readmore a{color:var(--ld-black); position:relative}
.readmore a i{background:var(--ld-ice) url(../images/icons/icon-arrow-right-light-gray.png) center center no-repeat; background-size:14px;  border-radius:100%; display:inline-block; height:34px; position:absolute; top:-10px; right:-50px; width:34px; transition:all 0.2s ease-in-out}
.readmore-white-circle i{background:var(--ld-white) url(../images/icons/icon-arrow-right-light-gray.png) center center no-repeat!important;  background-size:14px!important;}
.readmore a:hover{color:var(--ld-d-gray)}
.readmore a:hover i{color:var(--ld-green); margin-right:-5px;}
.mrgn-left-n-45px { margin-left:-45px}
.how-works h3{ margin-bottom:20px}
.how-works .how-works-container{ background:var(--ld-ice); border-radius:10px; padding:60px 0px}
.how-works .how-works-container p{color:var(--ld-gray)}
.how-works .how-works-image img{ display:block; margin:auto}

.grid-works-image img{ display:block;}

.green-bg{ background:var(--ld-green)}
.yellow-bg{background:var(--ld-yellow)}
.navy-bg{background:var(--ld-navy)}
.navy-d-bg{background:var(--ld-d-navy)}
.ice-bg { background: var(--ld-ice); }

.text-gray { color:var(--ld-gray)}
.text-dark-gray { color:var(--ld-d-gray)}
.text-medium-gray { color:var(--ld-m-gray)}
.text-light-gray { color:var(--ld-l-gray)}
.text-lighter-gray { color: var(--ld-lighter-gray); }

.faq-section { border-top:1px solid #EAEAEA; padding:120px 0}
.faq-section h3 { text-align:center; margin-bottom:30px}
.faq-section ul{ list-style:none; margin:0px; padding:0px;}
.faq-section ul li {background:var(--ld-ice); border-radius:10px; margin:14px 0; padding:18px 22px; position:relative}
.faq-section ul li h6{ font-size:18px;}
.faq-section ul li p { margin:12px 0}
.faq-section ul li .faq-action{ background:#fff url(../images/icons/icon-open-green.png) center center no-repeat; background-size:16px; border-radius:100%; height:36px; cursor:pointer; position:absolute; top:14px; right:15px; width:36px;}
.faq-section ul li .faq-action-close{ background:#fff url(../images/icons/icon-close-green.png) center center no-repeat; background-size:16px;}

.faq-section ul li .faq-content { display:none}


.testimonial-section .logodomo-col { float:left; width:48.5%}
.testimonial-section .testimonial-item{ font-size:18px; border-radius:10px; color:#fff; margin:35px 0; padding:38px 38px}
.testimonial-section .testimonial-item h6{}
.testimonial-section .testimonial-item .testimonial-customer-info{ border-top:1px solid #fff; position:relative; padding-top:16px;}
.testimonial-section .testimonial-item .testimonial-customer-info span { font-weight:normal; font-size:18px; display:block}
.testimonial-section .testimonial-item .testimonial-customer-info img { position:absolute; top:20px; right:2px}

.find-logodomo-section{ background:var(--ld-green); color:#fff; padding:45px 0;}
.find-logodomo-section .banner-search { background:#F1F4F7; border-radius:8px; padding:12px; margin-top:0px; position:relative}
.find-logodomo-section .banner-search input[type="text"]{ border:none; padding:5px 10px; font-size:14px; height:53px; width:100%}
.find-logodomo-section .banner-search input[type="submit"]{ border:none; background:var(--ld-d-navy); border-top-right-radius:6px;  border-bottom-right-radius:6px;  color:#fff; font-size:14px; height:53px;  line-height:normal; right:10px; padding:0px 20px; position:absolute;}
.find-logodomo-section .banner-search input[type="submit"]:hover { background:#00A06A; }

.footer{background:var(--ld-d-navy); color:#fff; padding-top:150px; padding-bottom:60px}
.footer a{color:#fff}
.footer a:hover{ color:var(--ld-green)}
.footer .footer-nav{ font-size:16px}
.footer .footer-nav h6{ font-size:16px;}
.footer .footer-nav ul { list-style:none; margin:0px; padding:0px}
.footer .footer-nav ul li{ margin:16px 0}
.footer .footer-nav ul li a{ color:#fff}
.footer .footer-nav ul li a:hover{ color:var(--ld-green)}
.footer .copy-rights{ font-size:14px;}
.footer .footer-col-1 { margin-right:80px; float:left}
.footer .footer-col-2{ float:left}
.footer .footer-col-3{ float:right}
.footer-social h6{ margin-bottom:15px}
.footer-social a { display:display-inline; margin:10px 15px 10px 0px}

#dashboard-sidebar {
    background: var(--ld-ice);
}

.height-100vh {
    height: 130vh !important;
}

.min-height-100vh {
    min-height: 100vh;
}

#sidebarMenu .nav-link {
    height: 48px;
    display: table-cell;
    vertical-align: middle;
}

#sidebarMenu .nav-item.active {
    border-right: 4px solid var(--ld-green);
    background: var(--ld-l-white);
    padding-left: 4px;
}

#sidebar-nav-brand {
    height: 100px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.8rem;
    /* height: 7.375rem; */
    line-height: 2.6rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    opacity: 0.3;
}

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

.menu_image_hover {
    display: none;
}

#sidebarMenu .nav-link:hover .menu_image_hover{
    display: initial;
}

#sidebarMenu .nav-link:hover .menu_image{
    display: none;
}

#sidebarMenu {
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}

.table {
    border-collapse: separate;
    border-spacing: 0px 8px;
    margin-bottom: 1rem !important;
}

.table th {
    border: none !important;
    padding-top: 0px !important;
}

.table td {
    border: 1px solid var(--ld-l-gray) !important;
    white-space: nowrap;
    vertical-align: middle;
    height: 52px;
}

.table td:not(:last-child) {
    border-right: none !important;
}

.table td:not(:first-child) {
    border-left: none !important;
}

.table td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table td:last-child {
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.table thead tr {
    border: none;
}

.modal-content {
    padding: 30px 50px 30px 50px;
    border-radius: 0.7em;
    min-height: 282px;
    justify-content: center;
}

.modal-footer {
    padding-top: 0px;
}

.admin-title-h4 { margin-bottom:50px}
.template-grid{}
.template-grid h3 {}
.template-grid .template-grid-item{}
.template-grid .template-grid-item h6 { font-size:15px; text-align:center; margin:20px 0}
.message-board-nav {}
.message-board-nav ul {list-style:none; padding:0px; margin:30px 0 20px 0px;}
.message-board-nav li { display:inline-block; margin-right:20px; font-weight:bold}
.message-board-nav li a { color:var(--ld-gray)}
.message-board-nav li a.text-muted { color:var(--ld-gray) !important; }
.message-board-nav li a.active {color:var(--ld-d-navy) !important; }
.message-board-search input[type="text"]{background: url(../images/icons/icon_search.png) 20px center no-repeat; border:1px solid var(--ld-l-gray); border-radius:5px; height:52px;  padding:20px 20px; padding-left:50px; font-size:15px; width:100%}

.message-board-messages { height:440px; margin-top:10px; padding-right:15px; overflow:auto;}
.message-board-messages p{ margin:0px; margin:0px;}
.message-board-messages ul{padding:0px; margin:0px}
.message-board-messages ul li {border:1px solid var(--ld-l-gray); border-radius:10px;  color:var(--ld-gray); font-size:14px; padding:24px 20px 20px 20px; margin:12px 0;}
.message-board-messages ul li strong { color:#000; display:inline-block; margin-bottom:6px}
.message-board-messages ul li span{ font-size:12px; float:right}
.message-board-messages ul li p {}
.message-board-messages ul li.active{ border-color:var(--ld-green) !important;}
.message-chat-wrapper{border:1px solid var(--ld-l-gray);  border-radius:10px; }
.message-chat-wrapper .chat-header { border-bottom:1px solid var(--ld-l-gray); padding:20px 25px; position:relative}
.message-chat-wrapper .chat-header h6{ font-size:15px; padding-top:8px;}
.message-chat-wrapper .chat-header img { width:24px; margin-right:16px;}
.message-chat-wrapper .chat-header span { float:right}
.message-chat-wrapper .chat-content{ height:380px; padding:10px 0px; overflow-y:scroll; overflow-x: hidden}
.message-chat-wrapper .chat-content .chat-item{ margin:15px 0}
.message-chat-wrapper .chat-content .chat-text{ background:#F2F6FF; border-radius:10px; color:#5C5C5C; margin-right:25%; padding:3%; border-bottom-left-radius: 0 !important;}
.message-chat-wrapper .chat-content .chat-avatar { margin-left:25px; margin-right:10px}
.message-chat-wrapper .chat-content .chat-avatar  img { width:24px;}
.message-chat-wrapper .chat-content .chat-date{ color:var(--ld-lighter-gray); font-size:12px; margin-left:60px; margin-top:10px}
.message-chat-wrapper .chat-content .chat-item-reply{ }
.message-chat-wrapper .chat-content .chat-item-reply .chat-text{ margin-right:0px; margin-left:25%; background: var(--ld-green); color:var(--ld-l-white); border-bottom-right-radius: 0; border-bottom-left-radius: 10px !important;}
.message-chat-wrapper .chat-content .chat-item-reply .chat-avatar { margin-left:10px; margin-right:15px}
.message-chat-wrapper .chat-content .chat-item-reply .chat-date {margin-left:0px; margin-right: 3rem; text-align:right}

.message-chat-wrapper .chat-footer { padding:0px 25px;}
.message-chat-wrapper .chat-footer .chat-footer-inner{border-top:1px solid var(--ld-l-gray);  padding:25px 0px;}
.message-chat-wrapper .chat-footer .chat-footer-inner textarea { border:none; font-size:14px; resize:none; color: var(--ld-d-gray); width:100%;}
.message-chat-wrapper .chat-footer .chat-action-buttons { float:left;}
.message-chat-wrapper .chat-footer .chat-action-buttons span { cursor:pointer; padding:6px}

.highlight-ice-bg { background:var(--ld-ice); border:1px solid #8DBBFA!important}
.highlight-ice-bg i{ color:#8DBBFA; font-size:16px}
.highlight-grey-bg { background:var(--ld-m-gray); border:1px solid #a5a5a5!important;}
.highlight-grey-bg i{ color:#ffffff; font-size:16px}
.highlight-yellow-bg { background:#FFFAEB; border:1px solid #FACE3D!important}
.highlight-yellow-bg i{ color:#FACE3D; font-size:16px}

.notification-board ul li { color:var(--ld-d-gray)}
.notification-board ul li strong{ margin-bottom:0px;}

.option-nav { position:absolute; right:10px; top:25px}
.option-nav img { cursor:pointer; width:auto!important}

.manage-setting-link{ float:right; font-weight:normal!important; margin-right:0px!important}
.manage-setting-link a {color:var(--ld-d-gray)!important;}

.comment-box {border-radius:10px; border:1px solid var(--ld-l-gray);  padding:40px 40px;}
.comment-box .comment-box-header { position:relative; margin-bottom:20px;}
.comment-box .comment-box-header h6{font-weight:normal; font-size:18px;}
.comment-box .comment-box-header span.date{color:var(--ld-d-gray); font-size:12px; margin-right:35px}
.comment-box .comment-box-header .option-nav { right:0px; top:0px; width:20px; text-align:center;}
.comment-box  .comments {color:var(--ld-gray);}
.comment-box  .comments p{ margin:0px; padding:10px 0}

#settings_tabs button.active{
    border: 2px solid var(--success) !important;
    color: #000000;
}

#settings_tabs button:focus{
    outline: 0 !important;
}

.btn-outline-gray {
    border-color: var(--ld-gray) !important;
}

.hover-img {
    display: none;
}

a[role=button] {
    cursor: pointer;
}

.select2-container--default .select2-selection .select2-selection__rendered {
    /*line-height: calc(1.5em + 1.5em + 2px) !important;*/
    margin-bottom: 0 !important;
}

.select2-container--default .select2-selection .select2-search--inline .select2-search__field {
    height: calc(1.5em + 0.7em + 2px) !important;
    padding-left: 0.75rem;
    margin-left: 0px;
}

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 1.5em + 2px) !important;
    border: 1px solid var(--ld-l-gray) !important;
}

.select2-container--default .select2-selection__arrow {
    height: calc(1.5em + 1.5em + 2px) !important;
    right: 1em;
}

.d-none-imp {
    display: none !important;
}

.stepper .line{
    width: 1px;
    background-color: var(--ld-l-green) !important;
}

.stepper .lead {
    font-size: 1.1rem;
}

.stepper .step {
    padding: 0.5rem 1rem;
}

.btn-link:hover {
    text-decoration: none;
    color: initial;
}

.profile-pic-edit-btn {
    position: absolute;
    bottom: 0;
    left: 75px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #EAEAEA;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    left: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    display: flex !important;
}
.autocomplete-items div span{
    padding-left: 10px;
}
.autocomplete-items div:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.autocomplete-items span {
position: relative;
top: 5px;


}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: var(--ld-ice);
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.admin-mobile-nav { display:none}
.admin-mobile-header { display:none}

.close {
    position: absolute !important;
    top: 1em !important;
    right: 1em !important;
}

.uploaded-files-wrapper li{
    border: none !important;
    padding: 0px;
    margin-bottom: 1em;
}

.upload-progress-wrapper {
    border: none !important;
    height: 6px;
    border-radius: 1rem;
}

.uploaded-file-name {
    margin-left: 0.5em;
}

.upload-progress-bar {
    height: inherit;
    width: 0;
    border-radius: 1rem;
}
.bghight{
    height: 1.6rem;
}
.pagination {
    justify-content: end;
}
.ui-slider-horizontal .ui-slider-range {
    background: #04c987;
}
.ui-slider-horizontal {
    height: 0.5rem !important;
}
.ui-widget-content{
    border: none !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.4rem !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #04c987 !important;
    border-radius: 12px !important;
    border: none !important;
}

.page-link {
    border: none;
    color: var(--ld-gray) !important;
}

.page-item.active .page-link {
    background: var(--ld-green) !important;
    border-color: var(--ld-green) !important;
    color: #FFF !important;
    border-radius: 0.5em;
}

.notification-settings-list li {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #D3D3D3;
}

.user-avatar-img {
    height: 75px; width: 75px;
    border-radius: 5em;
}

.user-chat-img {
    height: 24px; width: 24px;
    border-radius: 5em;
}

.side-menu-div {
    width: 100px;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    height: 110vh;
}

.selectjs, .select2  {
    width: 100% !important;
}

.page-link {
    padding: 0.6rem 0.75rem 0.4rem 0.75rem;
}

.mockup-list-preview-img {
    height: 243px;
    width: 100%;
    border-radius: 0.3rem;
}

.mockup-edit-preview-img {
    height: auto;
    width: 100%;
    height: 4.5rem;
    border-radius: 0.3rem;
}

.mockup-hover-img {
    display: none;
}

.mockup-preview-image-wrapper:hover .mockup-normal-img { display: none; }
.mockup-preview-image-wrapper:hover .mockup-hover-img { display: inline-block;}



.fieldwidth{
    margin-left:0px;
}
.lablewidth{
    margin-left: -12px;
}
.hbgimage-1{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-helpdesk-1.png');
    background-color: #0000;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 12px;
    /* position: relative; */
}
.hbgimage-2{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-helpdesk-2.png');
    background-color: #0000;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 12px;
    /* position: relative; */
}
.hbgimage-3{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-helpdesk-3.png');
    background-color: #0000;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 12px;
    /* position: relative; */
}
.labgimage-1{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-helpdesk-4.png');
    background-color: #0000;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    /* position: relative; */
}
.labgimage-2{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-helpdesk-5.png');
    background-color: #0000;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    /* position: relative; */
}
.labgimage-3{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-helpdesk-6.png');
    background-color: #0000;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    /* position: relative; */
}
.bgimage-1{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png');
    background-color: #0000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 12px;
    /* position: relative; */
}

.active_logodomo {
    height: 200px;
}

.bgimage-2{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image2.png');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 12px;
    /* position: relative; */
}
.bgimage-3{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image3.png');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 12px;
    /* position: relative; */
}
.cbg-1
{
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-2
{
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cbg-3
{
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-4
{
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-5
{
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 315px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-6
{
    background-image: linear-gradient(to bottom, rgb(0, 201, 134), rgb(0, 201, 134));
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 10px solid var(--ld-l-gray);
}

.cbg-6-m
{
    background-image: linear-gradient(to bottom, rgb(0, 201, 134), rgb(0, 201, 134));
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-7
{
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-8
{
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-9
{
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-10
{
    background-image: linear-gradient(to bottom, rgb(0, 201, 134), rgb(0, 201, 134));
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-11
{
    background-image: linear-gradient(to bottom, rgb(242, 246, 255), rgb(242, 246, 255));
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-10-m
{
    background-image: linear-gradient(to bottom, rgb(0, 201, 134), rgb(0, 201, 134));
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cbg-12
{
    background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0));
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (min-width: 300px)  {
    .auth-wrapper .background-info{
        background-color: #F2F6FF !important;
        padding-bottom: 55px !important;
    }
    .auth-wrapper .background-info, .auth-wrapper .auth-wrapper-right { padding:10px; top: 22px;}
    .img-si{
        width: 44px;
    }
    /* .float-right{
        float: left !important;
    } */
    .icon-hide{
        display: none;
    }
    .m-r-hide{
        display: inline-block;
    }
    .m-hide{
        display: none;
    }
    .img-ins {
        margin-top: -35px;
    }
    .p-t{
        margin-top: -70px;
    }
    .p-size{
        font-size: 12px;
    }
        #filter{
            display: block;
        }
        #sorthide{
            display: block;
        }
        #sortshow{
            display: none;
        }
        #gridwebview{
            display: none;
        }
        #webview{
            display: none;

        }
        #mobileview{
            display: block;
        }
        .sec_hide{
            display: none;
        }
        .sec_show{
            display: inline-flex;
        }
        #tile_hide{
            display: none;
        }

        .bgimage-1-m{
            background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png');
            background-color: #0000;
            height: 90px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            border-radius: 12px;
            /* position: relative; */
        }
        .indust{
            background:var(--ld-ice);
            position: relative;
        }
        .card-h{
            margin-top: 1rem;
        }
        .img-in{
            margin-top: -44px;
        }
}

@media screen and (min-width: 600px) {
    .align-bottom{position: relative;top:280px !important}
    .auth-wrapper .background-info, .auth-wrapper .auth-wrapper-right { padding:50px; top: 0px;}

    .auth-wrapper .background-info{
        background-color: #F2F6FF !important;
        padding-bottom: 320px !important;
    }

    .float-right{
        float: right !important;
    }
    .icon-hide{
        display: inline-block;
    }
    .m-r-hide{
        display: none;
    }
    .m-hide{
        display: inline-block;
    }
    .p-t{
        margin-top: 0;
    }
    .p-size{
        font-size: 13px;
    }
    .img-in{
        margin-top: 0px;
    }
    .card-h{
        margin-top: 0rem;
    }
    .indust{
        background:var(--ld-ice);
        position: relative;
    }
    .indust-tile{
        padding-bottom:6rem;
    }
    #filter{
        display: none;
    }
    #sorthide{
        display: none;
    }
    #sortshow{
        display: block;
    }
    #gridwebview{
        display: block;
    }
    #webview{
        display: inline-flex;

    }
    #mobileview{
        display: none;
    }
    .sec_hide{
        display: inline-block;
    }
    .sec_show{
        display: none;
    }
    #tile_hide{
        display: inline-flex;
    }

    .bgimage-1-m{
        background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png');
        background-color: #0000;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 12px;
        /* position: relative; */
    }
}
.form-control{
    -webkit-appearance: none;
}
.form-control-file{
    padding: 120px 0px 100px 40%;
    text-align: center !important;
    visibility: hidden;
    margin: 0;
    /* width: 100% !important; */
    background-color: #D3D3D3;
}
.form-control-file-m{
    padding: 120px 0px 100px 35%;
    text-align: center !important;
    visibility: hidden;
    margin: 0;
    /* width: 100% !important; */
    background-color: #D3D3D3;
}
.color input:hover{
    background-color: #afafaf;
}
.form-control-file{ position:relative}
.color input{ background-color:#D3D3D3;}
.form-control-file:before {
    content: attr(data-title);
    /* padding: 120px 0px 100px 35%;
    width: 100% !important; */
      visibility: visible;
      overflow: hidden;
      position: absolute;
      /* bottom: 10px;
      left: 0;
      pointer-events: none;
      width: 100%;
      right: 0;
      height: 57px; */
      display: block;
      margin: 0 ;
      color: #ffff;
      font-weight: 600;
      text-transform: capitalize;
      text-align: center;

}
.form-control-file-m{ position:relative}

.form-control-file-m:before {
    content: attr(data-title);
    /* padding: 120px 0px 100px 35%;
    width: 100% !important; */
      visibility: visible;
      overflow: hidden;
      position: absolute;
      /* bottom: 10px;
      left: 0;
      pointer-events: none;
      width: 100%;
      right: 0;
      height: 57px; */
      display: block;
      margin: 0 ;
      color: #ffff;
      font-weight: 600;
      text-transform: capitalize;
      text-align: center;
}
.select2-container {
    border: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
    margin: 3px 5px !important;

}

.select2-selection__choice__remove span{
    font-size: 25px;
    color: #207860;
}

.select2-selection__choice {
    padding: 5px 30px !important;
    background: transparent !important;
    border: 1px solid #207860 !important;
}

.tile-sm {
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 17em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 0.4em;
    cursor: pointer;
    transition: background-image 0.2s ease-in-out;
}

.tile-lg {
    background-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(234, 234, 234));
    height: 35em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 0.4em;
    cursor: pointer;
    transition: background-image 0.3s ease-in-out;
}

.field-editable-placeholder {
    border: 0px;
}
.bg-banner{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/banners/banner_heading.jpg');
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 12px;

}
.grid-banner{
    padding: 20px 0;
}
[contenteditable] {
    outline: 0px solid transparent;
}

.inbg{
    background-color:var(--ld-ice);
    position: relative;
}

.tile-padding{
    position: relative;
    top: -160px;
}
.ind-section-padding{ padding: 60px 0px 0px 0px}

.indust{
    background:var(--ld-ice);
    position: relative;
    /* height: 410vh !important; */
}
.checkoutimage{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-helpdesk-10.png');
    background-color: #0000;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    /* position: relative; */
}

.border-radius-none {
    border-radius: 0;
}

.polka-xs {
    height: 1.7em;
    widows: 1.7em;
}

.select2-container{
    border: 1px solid var(--ld-l-gray);
    border-radius: 4px !important;
    }
.select2-container--focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2-search__field{
    border: 1px solid var(--ld-l-gray);
    border-radius: 4px;
}
.select2-search__field:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 6rem !important;
}

.pro_image{
    height: 9em;
}
input[type="checkbox"] {
    margin-top: 0.08em;
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--ld-white);
    /* Not removed via appearance */
    font: inherit;
    color: grey;
    width: 1.15em;
    height: 1.15em;
    border: 0.10em solid var(--ld-m-gray);
    border-radius: 0.35em;
    display: grid;
    place-content: center;
    cursor: pointer;
  }
  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--ld-green);
    /* Windows High Contrast Mode */
    background-color: white;
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  input[type="checkbox"]:checked:focus {
    border: 0.10em solid var(--ld-green);
  }
  input[type="checkbox"]:checked {
    border: 0.10em solid var(--ld-green);
  }
  /* input[type="checkbox"]:checked + label,a {
    color: var(--ld-green);
  } */
  input[type="checkbox"]:checked:hover {
    border: 0.10em solid var(--ld-green);
  }

.form-check-label{
    padding-left: 0.3rem;
}
        /* datatable css  */
table.dataTable thead th {
    background: transparent !important;
    white-space: nowrap;
}


table.dataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 5px;
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    left: 15px;
}

table.dataTable thead .sorting span {
    background: url('../images/icons/sort_both.png') no-repeat center right;
    background-size: 20px;

}
table.dataTable thead .sorting_asc span {
    background: url('../images/icons/sort_asc.png') no-repeat center right;
    background-size: 20px;
}
table.dataTable thead .sorting_desc span {
    background: url('../images/icons/sort_desc.png') no-repeat center right;
    background-size: 20px;
}

table.dataTable thead .sorting_asc_disabled span {
    background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled span {
    background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    content: "";
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    content: "";
}

input[type=color] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    border: none;
    height: 35px;
    width: 35px;

}

input[type=color]::-webkit-color-swatch {
    border-radius: 50%;
    border: none;
}
input[type=color]::-moz-color-swatch {
    border-radius: 50%;
    border: none;
}

  /* Radio Button styling */
input[type='radio'] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    border:1px solid var(--ld-lighter-gray);
    padding: 2px;
    border-radius:50%;
    outline:none;
}
input[type='radio']:hover {
    border:1px solid var(--ld-green);
}
input[type='radio']:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    border-radius:50%;
}
input[type='radio']:checked:before {
    background: var(--ld-green);

}
input[type='radio']:checked {
    border:1px solid var(--ld-green);
}
.chat-item .chat-text a{
    color:#5C5C5C;
}
.chat-item-reply .chat-text a{
    color:var(--ld-l-white);
}
.chat-text a:hover{
    color:var(--ld-hover-green);
}



.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--ld-green) !important;
    color: white;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--ld-green) !important;
    color: white;
}
.select2-search--dropdown .select2-search__field {
    padding: 8px !important;
    padding-bottom: 5px !important;
    width: 100%;
    box-sizing: border-box;
}
.select2-results__option {
    padding: 6px;
    padding-bottom: 2px !important;
    padding-top: 7px !important;
    user-select: none;
    -webkit-user-select: none;
}
/*.select2-results__options::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    !* background-clip: padding-box; *!*/
/*  }*/
/*  .select2-results__options::-webkit-scrollbar-track {*/
/*    background-color:  transparent;*/
/*    height: 8px;*/
/*  }*/

/*  .select2-results__options::-webkit-scrollbar-thumb {*/
/*    !* background-clip: padding-box; *!*/
/*    background-color: var(--ld-green);*/
/*    border-radius: 12px;*/
/*  }*/

  .select2-results__options::-webkit-scrollbar-button {
    display: none;
  }

/* scrollbar  */
*::-webkit-scrollbar {
    width: 8px;               /* width of the entire scrollbar */
}

*::-webkit-scrollbar-track {
    background-color:  transparent;        /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
    background-color: var(--ld-green);    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid  var(--ld-green);  /* creates padding around scroll thumb */
}

  /* scrollbar  */
/*body::-webkit-scrollbar {*/
/*    width: 8px;               !* width of the entire scrollbar *!*/
/*  }*/

/*  body::-webkit-scrollbar-track {*/
/*    background-color:  transparent;        !* color of the tracking area *!*/
/*  }*/

/*  body::-webkit-scrollbar-thumb {*/
/*    background-color: var(--ld-green);    !* color of the scroll thumb *!*/
/*    border-radius: 20px;       !* roundness of the scroll thumb *!*/
/*    border: 3px solid  var(--ld-green);  !* creates padding around scroll thumb *!*/
/*  }*/

  .select2-container--default .select2-selection .select2-selection__rendered {
    /*line-height: calc(1.5em + 1.5em + 6px) !important;*/
}
.scroll-y{
    max-height: 500px;
    overflow-y: scroll
}
.scroll-y::-webkit-scrollbar {
width: 8px;               /* width of the entire scrollbar */
}
.scroll-y::-webkit-scrollbar-track {
background-color:  transparent;        /* color of the tracking area */
}
.scroll-y::-webkit-scrollbar-thumb {
background-color: var(--ld-green);    /* color of the scroll thumb */
border-radius: 20px;       /* roundness of the scroll thumb */
border: 3px solid  var(--ld-green);  /* creates padding around scroll thumb */
}
.icon-mar{
    margin-top: -6px;
}
.datepicker-days{
    padding: 20px;

}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    min-width: 0px !important;
}

table .userbid td {border:1px solid var(--ld-green) !important}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box > .inner {
    padding: 18px;
}

.small-box .icon {
    text-align: right;
    position: absolute;
    top:14px;
    right: 12px;
    color: rgba(0,0,0,.15);
    z-index: 0;
}

.bg1{
    background-color: var(--ld-green) !important;
}
.bg2{
    background-color: var(--ld-d-navy);
}
.bg3{
    background-color: var(--ld-yellow);
}
.bg4{
    background-color: var(--ld-ice);
}

.ourlogodoomoprice
{
    top:1.25rem;
    font-size:14px;
}
.ourlogodoomopricebg
{
    float: right;
    width:25%;
    height: 30%;
}


.iconposition{
    position: relative;
    top: -1px;
    left: 1px;
}

#bar-fixed.stickIt {
    position: fixed;
    top: -150px;
    bottom: 0px;
  }
  .menu {
    align-items: center;
    overflow: scroll;
  }
  .nav-text {
    vertical-align: middle !important;
  }
.is-invalid .select2-container--default .select2-selection--single {
    border-color: #dc3545;
}
.grid-banner .grid-banner-content{ margin-top:5rem;}
.grid-banner .grid-banner-content h2{ margin-left:40px;}
.grid-banner .grid-banner-content p{ margin-left:40px;}
.grid-banner button{ margin-top:6rem;margin-left: 2rem;}
.mobile-header-buttons  { display:none}
.dd-overlay { display: none; background: rgba(255,255,255,0.9); height: 100%; width: 100%; position: fixed; left: 0px; top:0px; z-index: 100;}
.filter-dd ul { list-style: none; margin: 0px; padding: 0px;}
.filter-dd ul li { }
.filter-dd .sort-icon{ display: none!important;}
.filter-dd ul li .dd-parent{ background:url(../images/icons/sort_desc.png) no-repeat!important; background-position:5px -3px!important;
    height: 25px; width: 25px; position: absolute;}
.filter-dd ul li ul { position: absolute; left: 0px; top: 30px; width: 100%;}
.filter-dd ul li ul li { font-weight: normal; font-size: 14px;}

.filter-dd .dropdown-toggle{ border:none; background: none; font-weight: bold; text-align: left; padding: 0px; position: relative;
    width: 80%;}
.filter-dd .dropdown-toggle::after{color: var(--ld-green);border-top: 0.5em solid;
    border-right: 0 transparent;
    border-bottom: 0;
    border-left: 0 transparent;}
.filter-dd .dd-menu-item { padding: 0px;}
.filter-dd .dd-menu-item i { padding-right: 10px;}
.filter-dd  .dropdown-item { font-size: 15px; line-height: 14px;  padding: 16px; padding-bottom: 10px;}
.filter-dd  .dropdown-item:hover, .filter-dd  .dropdown-item:focus { background: var(--ld-green); color: #fff;}

.dd-action-mobile { display: none; z-index: 10!important;}
.dd-mobile-wrapper { display:none; height: 445px; width: 100%; position: absolute; left: 0px; top:-140px; z-index: 1000;
   }

.close-menu{ display: none; font-size: 20px; position: absolute; right: 18px; top:38px; text-align: center; width: 30px; z-index: 10000;}
.dd-mobile-wrapper ul {list-style: none; margin: 0px; padding: 0px; margin-top: 50px; height: 400px;}
.dd-mobile-wrapper ul li {font-size:12px; font-weight: normal; padding:10px 20px 8px 20px; padding: 16px; padding-bottom: 13px;}
.dd-mobile-wrapper ul li:hover{background: var(--ld-green); color: #fff;}
.dd-mobile-wrapper ul li i{padding-right: 10px;}
.dd-mobile-wrapper div { height: 100%; overflow-y: scroll;}
.dropdown-item-filter-selected {
    background: var(--ld-green);
    color: #fff;
}


.dropdown-menu {
    min-width: 14rem;
}

.dropdown-item-filter img {
    height: 14px;
    width: 19px;
}

.input-group-text {
    border-color: var(--ld-l-gray);
}

.popup-modal .modal-content {
    min-height: 161px;
    color: #FFF;
    border: 0px;
}

.logodomo_team_updates_banner {
    background-image: url('../images/stacked_images/logodomo_team_updates_bg.svg');
    background-position-x: center;
    background-position-y: center;
    background-repeat-y: no-repeat;
    display: flex;
    align-items: center;
    height: 17vh;
    background-size: cover;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;
    counter-reset: li-count;
    flex-direction: row-reverse;
}

#progressbar .active::before {
    color: var(--ld-green) !important;
    border: 2px solid var(--ld-green);
    background: #ffffff !important;
}

#progressbar li {
    counter-increment: li-count;
    list-style-type: none;
    font-size: 12px;
    width: 14.2%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar li:before {
    content: counter(li-count);
    width: 40px;
    height: 40px;
    line-height: 32px;
    display: block;
    font-size: 18px;
    color: var(--ld-l-gray);
    border: 2px solid var(--ld-l-gray);
    background: #FFF;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 5px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--ld-l-gray);
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    /*background: var(--ld-green);*/
    background: linear-gradient(to right, var(--ld-green) 30%, var(--ld-l-gray) 50%);

}

#progressbar li:not(li.active ~ li):not(li.active):after {
    background: var(--ld-green) !important;
}

#progressbar li:not(li.active ~ li):not(li.active):before {
    color: #ffffff !important;
    border: 2px solid var(--ld-green);
    background: var(--ld-green) !important;
    content: url("../images/icons/icon_check_white.svg");
    line-height: 24px !important;
}

#progressbar li:not(li.active ~ li):not(li.active) strong {
    color: var(--ld-gray-2) !important;
    font-weight: bold !important;
}

#progressbar li.active strong {
    color: var(--ld-gray-2);
    font-weight: bold !important;
}
#progressbar li strong
{
    font-weight: 350 !important;
}

.dataTables_filter{
    display: none;
}

.dataTables_info{
    /*display: none;*/
}

.logodomo-template-cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    padding-top: 0px;
    padding-right: 0px;
}

.logodomo-template:hover .logodomo-template-cover {
    opacity: 0.4;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.logodomo-template:hover .middle {
    opacity: 1;
}

.tile-placeholder {
    opacity: 1;
}

.mockup-tile {
    /* height: 13vh !important; */
}

.select-template-btn:hover {
    color: var(--ld-green);
}

.mockup-image-container {
    transition: all .5s ease;
    background-size: contain;
    background-position:unset;
    border-radius: 12px;
    background-repeat: round;
}

.mockup-image-container:hover {
    box-shadow: -16px -72px 35px -8px  rgba(0, 23, 51, 0.50) inset;
    -webkit-box-shadow: -16px -72px 35px -8px  rgba(0, 23, 51, 0.50) inset;
    -moz-box-shadow: -0px -72px 35px -8px  rgba(0, 23, 51, 0.50) inset;
}

.mockup-image-container.selected {
    box-shadow: -16px -72px 35px -8px  rgba(0 201 133 / 0.64) inset;
    -webkit-box-shadow: -16px -72px 35px -8px  rgba(0 201 133 / 0.64) inset;
    -moz-box-shadow: -16px -72px 35px -8px  rgba(0 201 133 / 0.64) inset;
}

.mockup-image-container.selected .mockup-like-btn-container{
    opacity: 1;
}

.mockup-like-btn-container {
    transition: all .5s ease;
    opacity: 0;
}

.mockup-image-container:hover .mockup-like-btn-container{
    opacity: 1;
}

.logodomo-timer {
    margin-top: -4rem;
}

.logodomo-timer-shadow {
    box-shadow: 0px 14px 14px 11px rgba(234,234,234,0.69);
    -webkit-box-shadow: 0px 14px 14px 11px rgba(234,234,234,0.69);
    -moz-box-shadow: 0px 14px 14px 11px rgba(234,234,234,0.69);
    height: 0px;
    width: 300% !important;
    left: -63px !important;
}

.mockup-tile {
    background-size: cover;
    background-position: unset;
    background-repeat: round;
}

.mockup-delete-btn {
    display: none;
}

.mockup-tile-container:hover .mockup-delete-btn{
    display: block;
}

.mockup-tile-container:hover .mockup-counter {
    display: none;
}

.upload-mechanical-file-container {
    cursor: pointer;
}

.upload-block-file-input {

}

.favourite-btn {
    padding: 0rem 0rem !important;
    box-shadow: none !important;
}

.favourite-mockup {
    box-shadow: -3px -58px 52px 0px rgb(0 201 133 / 32%) inset;
    -webkit-box-shadow:-3px -58px 52px 0px rgb(0 201 133 / 32%) inset;
    -moz-box-shadow:-3px -58px 52px 0px rgb(0 201 133 / 32%) inset;
}

.favourite-mockup > .mockup-like-btn-container {
    opacity: 1 !important;
}

.checkprogress{
    cursor: pointer;
}
.confirm
{
    padding: 0.9rem 19.6px;
    color: white !important;
}
.confirm:hover
{
    color: white !important;
}
.bgnextscreen
{
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png'); */
    background-color: var(--ld-ice);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    height: 200px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    z-index: 1;
    position: relative;
}
.bgnextscreen1
{
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png'); */
    background-color: var(--ld-ice);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    height: 250px;
    z-index: 1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    /* position: relative; */
}
.bgnextscreen2
{
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png'); */
    background-color: var(--ld-ice);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    height: 50%;
    z-index: 1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    position: relative;
}
.bgnextscreen3
{
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png'); */
    background-color: var(--ld-ice);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    height:70%;
    z-index: 1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    /* position: relative; */
}
.bgnextscreen4
{
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png'); */
    background-color: var(--ld-ice);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px;
    height:45%;
    z-index: 1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    position: relative;
    left: 12px;
}
.bgnextscreen5
{
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png'); */
    background-color: var(--ld-ice);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    height:70%;
    z-index: 1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    position: relative;
}
.bgnextscreen6
{
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png'); */
    background-color: var(--ld-ice);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    height:50%;
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.bgnextscreen7
{
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url('../images/thumbnails/logodomo-grid-image.png'); */
    background-color: var(--ld-ice);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
    height:50%;
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.bt-2
{
    bottom: 25px;
}
.bt-3
{
    right: 130px;
}
/* .bt-4
{
    right: 200px;
} */
.bt-5
{
    top: 210px;
    right: 0
}
.bt-6
{
    top: 80px;
    right: 17%;
}
/* .bt-7
{
    top: 60px;
    right: 8.8em;
} */
.bt-8
{
    top: 0px;
    left: 290px;
}
.bt-9
{
    top: 1px;
    left: 430px;
}
.bt-10
{
    top: 110px;
    left: 300px;
}
.bt-11
{
    left:310px !important;
    bottom: 15.5% !important;
}
.bt-12
{
  right: 160px;
}
.bt-13
{
    left: 300px;
}
.bt-14
{
    right: 295px;
}
.bt-15
{
    top: 610px;
    right: 295px;
}
.bt-16
{
    top:265px;
    right: 160px;
}
.bt-17
{
    top:320px;
    right: 5px;
}
.bt-18
{
    top:-1%;
    right: 100%;
}
.bt-19
{
    left: 26%;
    bottom:0px;
}
.bt-20
{
    right:30.5%;
    bottom:10px;
}
.bt-21
{
    right: 240px;
    bottom:18%;
}
.bt-22
{
    top:20px;
    right: 0px;
}
.fpt
{
    padding-top:2.8rem;
}
.selectbg
{
    z-index: 1 !important;
    border-radius: 12px;
    background-color: #fff !important;
}
.modal-backdrop
{
    z-index: 0 !important;
    background-color: rgb(0, 23, 51,0.5) !important;
}
.bg-z
{
    position: relative;
    z-index: 1 !important;
}
.clickhover .admin_rows
{
    cursor: pointer;
}
.clickhover .admin_rows:hover
{
   background-color: var(--ld-green);
   color: var(--ld-white);
   border: none !important;
   border-radius: 10px;
}
.seemore:hover
{
    color:var(--ld-d-gray) !important;
}
.seemore
{
    color: #000000 !important;
}
.screensize{
    height: 101px;
}

a.disabled
{
    opacity: 0.5;
  pointer-events: none;
}
.text-disabled
{
    background-color: #fff !important;
}
.modal-header{
    display: flex;
    justify-content: center;
    align-items: center;
}
iframe {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--ld-green) transparent transparent transparent !important;
    border-style: solid;
    border-width: 7px 8px !important;
    left: 0% !important;
}
.text {
    display: block;
    width: 12pc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tooltip.show {
    opacity: 0.65;
}
.fixed {
    position: fixed;
    top:0;
    left: 9%;
    width: 90%;
    background-color: white !important;
    z-index: 99 !important;
    padding: 20px 40px;
}
.fixed .logodomo-timer-shadow {
    box-shadow: 0px 14px 14px 11px rgba(234,234,234,0.69);
    -webkit-box-shadow: 0px 14px 14px 11px rgba(234,234,234,0.69);
    -moz-box-shadow: 0px 14px 14px 11px rgba(234,234,234,0.69);
    height: 0px;
    width: 300% !important;
    left: -38px !important;
    z-index: 99;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 30%;
    left: 30%;
    width: 100px;
    height: 100px;
    /* margin-top: -10px;
    margin-left: -10px; */
    border-radius: 50%;
    border-top: 2px solid #00C985;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
  }

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.setcard .card
{
    border-radius: 15px !important;
}

.zindex
{
    z-index: 10000 !important;
}
.chossedomain tbody tr:hover
{
    background-color: var(--ld-green);
    color: var(--ld-l-white);
    cursor: pointer;
}
.card-img, .card-img-top {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
