/*Theme: https://themesbrand.com/borex/layouts/index.html*/


/*******************  For Horizontal Footer  **********************************/

body[data-layout="horizontal"] .main-content {
    display: flex;
    flex-direction: column;
}

body[data-layout="horizontal"] .page-content {
    margin-top: 0;
    padding: calc(125px + 24px) calc(24px / 2) 60px calc(24px / 2);
    flex: 1;
}

body[data-layout="horizontal"] .footer {
    display: flex;
    flex: 0;    
    position: inherit;
    justify-content: center;
    width: 100%;
}

html {
    overflow: hidden;
    overflow-y: scroll;
}

/*******************  End Horizontal Footer  **********************************/


/*******************  For loaders  **********************************/

.loader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2b8;
    z-index: 9999;
    position: fixed;
    width: 100%;
}

.loader p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55%;
    display: inline-block;
    text-align: center;
    margin-bottom: -5em;
    font-weight: 400;
    font-size: 60px;
    font-family: "Work Sans", sans-serif;
}

.loader .spinner-grow {
    width: 25px;
    height: 25px;
}

.search-container .spinner-border {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-right-color: transparent;
}

.search-custm.search-container .spinner-border {
    bottom: 9px;
    top: 37px;
    right: 15px;
}


/*******************  End loaders  **********************************/

#qtpanel {
    width: 800px;
}

.qtmenu-size .fas,
.qtmenu-size .far {
    font-size: 17px;
}

.digital-clock {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 60px;
    color: #ffffff;
    border: 2px solid #999;
    border-radius: 4px;
    text-align: center;
    font: 50px/60px 'DIGITAL', Helvetica;
    background: linear-gradient(90deg, #000, #555);
}

.custom-btn-group a.btn {
    font-size: 12px;
    padding: 7px;
    border-radius: 5px;
    min-width: 35px;
    margin-right: 5px;
}

.custom-topnav-menu .dropdown-menu a svg,
.custom-topnav-menu .dropdown-menu a i {
    width: 20px;
    position: relative;
    left: -12px;
    font-size: 17px;
    color: #000;
}

.custom-topnav-menu .dropdown-menu a i {
    left: -16px;
}

.addSourceBtn {
    top: -8px;
    right: -8px;
}

.p-8 {
    padding: 20px;
}

.pt-8 {
    padding-top: 48px;
}

.end-9 {
    right: -33px;
    height: 35px;
}

.max-height {
    max-height: 450px;
}

.max-height-1 {
    max-height: 215px;
}
.max-hw {
    max-height: 150px;
    padding: 10px;
    width: 100%;
}
.modal-dialog .row p {
    word-break: break-all;
}

.nav-tabs-custom .product-view-nav .nav-item .nav-link {
    cursor: pointer;
}

.nav-tabs-custom .product-view-nav .nav-item .nav-link.active {
    background: #3b76e1;
    color: #fff;
}

.nav-tabs-custom .product-view-nav .nav-item .nav-link::after {
    display: none;
}

.product-view-nav.position-absolute {
    top: 4px;
    right: 0px;
    width: auto;
}

.max-w {
    width: 160px;
}
.max-width-1 {
    display: inline-block;
    max-width: 150px;
}

.edit-pipeline {
    transition: all 0.2s ease-in 0s;
    position: relative;
    left: -10px;
    top: -2px;
}

.pipeline-btn {
    top: 4px;
    position: relative;
    transform: scale(0.8);
    transition: all 0.2s ease-in 0s;
}

.pipeline-btn:hover {
    transform: scale(1);
}

.max-w1 {
    max-width: 200px;
}

.max-w2 {
    max-width: 280px;
}

.min-h {
    height: 100px;
}

.min-height {
    min-height: 230px !important;
}

.height {
    height: 300px;
}

.select2-selection__choice {
    padding: 2px 8px !important;
    font-size: 13px !important;
}

.cur-poiter {
    cursor: pointer;
    line-height: 13px;
    height: 14px;
    top: 10px;
    position: relative;
    right: 1px;
}

.remove_linked_contact i {
    right: 5px;
    top: 4px;
    transition: all 0.2s ease-in 2s;
    position: absolute;
    font-size: 18px;
}

.mob-show .btn.btn-outline-primary i {
    display: none;
}

.mob-show .btn.btn-outline-primary {
    width: 100%;
    border: none;
    text-align: left;
}

.mob-show .btn.btn-outline-primary:hover {
    border-radius: 0px;
    background: none;
    color: #133572;
}

.link-with-input {
    position: absolute;
    right: 13px;
    /* // bottom: -23px; */
    font-size: 13px;
    color: #3b76e1;
    cursor: pointer;
}

.modal-body #manuallyAddContactsToList {
    position: absolute;
    right: 15px;
    top: 29px;
    z-index: 999;
}

.modal-body #manualAddContactsDiv {
    position: relative;
    margin-top: 50px;
    padding: 15px;
}

.bottom-0 {
    bottom: 0px !important;
}

.link-with-input span {
    margin-right: 10px;
}

.link-with-input span:last-child {
    margin: 0;
}

.link-with-input span {
    margin-right: 10px;
}

.link-with-input span:last-child {
    margin: 0;
}

.select2-selection {
    border: 1px solid #e2e5e8;
    border-radius: .75rem;
}

.select2-selection--darkAdmin {
    border: 1px solid #283f5c !important;
    border-radius: .75rem !important;
}

.select-dropdown--darkAdmin {
    background-color: #253a55;
    border: 1px solid #283f5c !important;
    border-radius: .75rem !important;
}

body[data-layout-mode="dark"] .ui-widget-content {
    background-color: #253a55 !important;
    border: 1px solid #2b405a !important;
}

body[data-layout-mode="dark"] .ui-widget-content a {
    color: #8495ab !important;
}

body[data-layout-mode="dark"] .ui-autocomplete {
    background-color: #253a55 !important;
}

body[data-layout-mode="dark"] .ui-menu-item {
    color: #8495ab !important;
}

body[data-layout-mode="dark"] .ui-autocomplete {
    background-color: #253a55 !important;
}

body[data-layout-mode="dark"] .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: #d9e3f3 !important;
    border: 1px solid #d9e3f3 !important;
    background-color: #253a55 !important;
}

body[data-layout-mode="dark"] .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

body[data-layout-mode="dark"] .select2-selection {
    border: 1px solid #283f5c;
    border-radius: 4px;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    background-color: #253a55;
    color: #8495ab;
    -webkit-user-select: none
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    background-color: #253a55;
    color: #8495ab;
    white-space: nowrap
}

body[data-layout-mode="dark"] .select2-container .select2-search--inline {
    float: left;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    background-color: #253a55;
    color: #8495ab;
    -webkit-appearance: none
}

body[data-layout-mode="dark"] .select2-dropdown {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

body[data-layout-mode="dark"] .select2-results {
    display: block;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-results__option {
    padding: 6px;
    user-select: none;
    background-color: #253a55;
    color: #8495ab;
    -webkit-user-select: none
}

body[data-layout-mode="dark"] .select2-results__option[aria-selected] {
    background-color: #253a55;
    color: #8495ab;
    cursor: pointer
}

body[data-layout-mode="dark"] .select2-container--open .select2-dropdown {
    background-color: #253a55;
    color: #8495ab;
    left: 0
}

body[data-layout-mode="dark"] .select2-container--open .select2-dropdown--above {
    background-color: #253a55;
    color: #8495ab;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

body[data-layout-mode="dark"] .select2-container--open .select2-dropdown--below {
    background-color: #253a55;
    color: #8495ab;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

body[data-layout-mode="dark"] .select2-search--dropdown {
    display: block;
    padding: 4px;
    background-color: #253a55;
    color: #8495ab;
    border: 0.75px solid #283f5c;
    border-radius: 4px !important;
}

body[data-layout-mode="dark"] .select2-search--dropdown .select2-search__field {
    background-color: #253a55;
    color: #8495ab;
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

body[data-layout-mode="dark"] .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    background-color: #253a55;
    color: #8495ab;
    -webkit-appearance: none
}

body[data-layout-mode="dark"] .select2-search--dropdown.select2-search--hide {
    display: none
}

.simplebar-scrollbar::before {
    background: #444;
}

* {
    scrollbar-color: #898989 #e7e7e7;
}

::-webkit-scrollbar {
    background: #e7e7e7;
    width: 10px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    /*background: repeating-linear-gradient(0deg, gray, transparent 100px)*/
}

.swal2-actions {
    display: flex !important;
    gap: 6px !important;
}

body[data-sidebar="dark"] .simplebar-scrollbar::before {
    background: #d9d9d9;
}

body[data-layout-mode="dark"] .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #253a55;
    color: #8495ab;
    filter: alpha(opacity=0)
}

body[data-layout-mode="dark"] .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

body[data-layout-mode="dark"] .select2-selection {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: #253a55;
    color: #8495ab;
    line-height: 28px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__clear {
    background-color: #253a55;
    color: #8495ab;
    cursor: pointer;
    float: right;
    font-weight: bold
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__placeholder {
    background-color: #253a55;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

body[data-layout-mode="dark"] .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--single .select2-selection__clear {
    background-color: #253a55;
    color: #8495ab;
    float: left
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    background-color: #253a55;
    color: #8495ab;
    left: 1px;
    right: auto
}

body[data-layout-mode="dark"] .select2-container.select2-container--disabled .select2-selection--single {
    background-color: #253a55;
    cursor: default
}

body[data-layout-mode="dark"] .select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

body[data-layout-mode="dark"] .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
    cursor: text
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__rendered {
    background-color: #253a55;
    color: #8495ab;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__rendered li {
    background-color: #253a55;
    color: #8495ab;
    list-style: none
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: #253a55;
    color: #8495ab;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    background-color: #253a55;
    color: #8495ab;
    float: right
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    background-color: #253a55;
    color: #8495ab;
    margin-left: 5px;
    margin-right: auto
}

body[data-layout-mode="dark"] .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

body[data-layout-mode="dark"] .select2-container.select2-container--focus .select2-selection--multiple {
    background-color: #253a55;
    color: #8495ab;
    border: solid black 1px;
    outline: 0
}

body[data-layout-mode="dark"] .select2-container.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    color: #8495ab;
    cursor: default
}

body[data-layout-mode="dark"] .select2-container.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

body[data-layout-mode="dark"] .select2-container.select2-container--open.select2-container--above .select2-selection--single,
.select2-container.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

body[data-layout-mode="dark"] .select2-container.select2-container--open.select2-container--below .select2-selection--single,
.select2-container.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

body[data-layout-mode="dark"] .select2-container .select2-search--dropdown .select2-search__field {
    background-color: #253a55;
    color: #8495ab;
    border: 1px solid #283f5c
}

body[data-layout-mode="dark"] .select2-container .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

body[data-layout-mode="dark"] .select2-container .select2-results>.select2-results__options {
    background-color: #253a55;
    color: #8495ab;
    max-height: 200px;
    overflow-y: auto
}

body[data-layout-mode="dark"] .select2-container .select2-results__option[role=group] {
    background-color: #253a55;
    color: #8495ab;
    padding: 0
}

body[data-layout-mode="dark"] .select2-container .select2-results__option[aria-disabled=true] {
    background-color: #253a55;
    color: #999
}

body[data-layout-mode="dark"] .select2-container .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    color: #8495ab;
}

body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option {
    background-color: #253a55;
    color: #8495ab;
    padding-left: 1em
}

body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__group {
    background-color: #253a55;
    color: #8495ab;
    padding-left: 0
}

body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option {
    background-color: #253a55;
    color: #8495ab;
    margin-left: -1em;
    padding-left: 2em
}

body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    background-color: #253a55;
    color: #8495ab;
    margin-left: -2em;
    padding-left: 3em
}

body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    background-color: #253a55;
    color: #8495ab;
    margin-left: -3em;
    padding-left: 4em
}

body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    background-color: #253a55;
    color: #8495ab;
    margin-left: -4em;
    padding-left: 5em
}

body[data-layout-mode="dark"] .select2-container .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    background-color: #253a55;
    color: #8495ab;
    margin-left: -5em;
    padding-left: 6em
}

body[data-layout-mode="dark"] .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

body[data-layout-mode="dark"] .select2-container .select2-results__group {
    background-color: #253a55;
    color: #8495ab;
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container {
    width: 100% !important;
}

.custom-select .select2-container {
    min-width: 15em!important;
}

#pswd_info {
    position: absolute;
    width: 250px;
    padding: 10px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 999999 !important;
    left: 14px;
    top: 70px;
}

#pswd_info i {
    font-size: 9px;
    padding: 1px;
}

#pswd_info:before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.invalid {
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}

#detailed-list .nav-item {
    width: 100%;
}

#detailed-list .nav-item .nav-link.active {
    background: none;
}

#detailed-list .nav-item .nav-link.active::after {
    display: none;
}

.row:empty {
    display: none;
}

.custom-switch {
    position: absolute;
    top: -6px;
    left: -65px;
}

.custom-editor .note-dropdown-menu {
    list-style: none;
    padding: 0;
    max-height: 175px;
    overflow: auto;
}

.custom-editor .note-dropdown-menu li {
    padding: 5px;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
    font-size: 13px;
}

.custom-editor .note-dropdown-menu li:hover {
    background: #f5f5f5;
}

.reshop-data th[scope="row"],
.reshop-data th[scope="col"] {
    background: #f5f6f8;
}

.swal2-actions button:first-child {
    margin-right: 10px !important;
}

.min-h-auto {
    min-height: auto !important;
    line-height: 10px;
    text-align: center;
}

.min-h-auto.dz-started {
    padding: 0 !important;
}

#delete-profile-logo {
    cursor: pointer;
}

.without-logo,
.without-logo-dash {
    font-size: 30px;
    line-height: 85px;
}

.custom-p {
    padding: 12px;
}

.card-input {
    display: block;
    width: 100%;
    padding: .47rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #545965;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .75rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    height: 40px;
}

.custom-btn-group button {
    margin-right: 5px;
}

.custom-btn-group button:last-child {
    margin-right: 0px;
}

.showProfileModal,
.showAgencyModal {
    position: absolute;
    right: 0;
    left: 0;
    background: #f10202;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    margin: 0 auto;
    font-size: 10px;
    line-height: 23px;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
    top: -10px;
}

.modal {
    background: #00000091;
}

.select2-container .select2-selection--single {
    height: 37px !important;
    border-radius: 12px !important;
    border-color: #e4e4e4 !important;
}

.select2-container .select2-selection--multiple {
    border-radius: 12px !important;
    border-color: #e4e4e4 !important;
    min-height: 37px;
}

.emptyDiv {
    width: 100%;
    display: inline-block;
    padding-top: 94px;
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
}

.note-editor.note-frame {
    padding: 0;
}

.emptyDiv:empty {
    display: none;
}

.qt-menu .dropdown-icon-item span {
    white-space: inherit;
    line-height: 20px;
}

.stage-premium {
    font-size: 12px;
    width: 14px;
    height: 14px;
    line-height: 6px;
    margin: 4px 4px 5px 0;
    font-weight: bold;
    color: #3b76e1;
}

.select2-selection__arrow {
    height: 34px !important;
}

body[data-sidebar-size="sm"] {
    min-height: auto !important;
}

.rtl-side[data-sidebar-size="sm"] .cd-icon-dark {
    left: 30px;
}

body[data-sidebar-size="sm"] .cd-icon-dark {
    left: 5px;
}


/*.sidebar-enable .sidebar-menu-scroll {
    position: relative;
     overflow: auto; 
} */


/* .typeahead.dropdown-menu {
    max-height: 400px;
    overflow: auto;
} */

.edit-dashname #dashboard-name {
    padding-right: 25px;
}

.buttons-for-edit {
    padding-top: 6px;
}

.edit-dashname .fa-pen {
    top: 12px;
    right: 8px;
    cursor: pointer;
    color: #3b76e1;
    transform: scale(0.9);
    transition: all 0.2s ease-in 0s;
}

.edit-dashname .fa-pen:hover {
    transform: scale(1);
}

.aside-dash .list-group {
    border-radius: 0 0 0 15px;
    border-right: 1px solid #eff0f2;
}

.aside-dash li:hover {
    color: #fff;
    cursor: pointer;
    background: #90b2ef;
}

.aside-dash .list-group li {
    border-right: 0;
    border-left: 0;
    border-top: 0;
}

.aside-dash .list-group li:last-child {
    border-radius: 0;
}

.dragable-grid li {
    list-style: none;
}

.dropzone.dz-clickable {
    min-height: 100px !important;
}

.dz-default.dz-message {
    margin: 0px;
    padding-top: 10px;
}

.bootbox .modal-header {
    display: flex;
    padding: 10px;
    position: relative;
}

.bootbox .modal-header .bootbox-close-button {
    position: absolute;
    right: 11px;
    font-size: 28px;
    line-height: 17px;
    background: none;
    border: 0px;
}

.col-lg-4.col-md-6.col-sm-6.mb-2:empty {
    display: none;
}

.gridjs-table {
    width: 100% !important;
}

body[data-sidebar-size="md"] .logo-lg {
    display: none;
}

body[data-sidebar-size="md"] .logo-sm {
    display: inherit !important;
}

.card-title.mb-3:empty {
    display: none;
}

.cus-padd {
    padding-left: 32px;
}

.no-data-found {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    text-transform: capitalize;
    font-size: 18px;
}

#updLead .nav-link {
    font-size: 12px !important;
}

.cus-m {
    margin: 0 10px 0px 11px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete li a.ui-menu-item-wrapper {
    cursor: pointer;
    padding: 10px;
    line-height: 15px;
    width: 100%;
    display: inline-block;
}

.ui-autocomplete li a.ui-menu-item-wrapper:hover {
    background: #3b76e1;
    color: #fff;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.ui-autocomplete {
    z-index: 1100;
}

ul#ui-id-1 {
    z-index: 1100;
}

.deletedContactGrid #undel_contact,
.hiddenContactGrid #unhide_contact {
    top: 2px;
    right: 3px;
    font-size: 11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    padding: 2px 0 0 0;
}

.searchNormalContact {
    border-radius: 30px 0px 0px 30px !important;
}

#availableUsers li a {
    padding: 5px 20px 5px 10px;
}

#availableUsers li {
    cursor: pointer;
    list-style: none;
}

#availableUsers li i.fa {
    position: absolute;
    top: 2px;
    right: 4px;
    transition: all 0.2s ease-in 0s;
    transform: scale(0.8);
}

#availableUsers li:hover {
    transform: scale(1);
}

.tag-label .remove-attach-flag {
    left: 6px;
    top: 6px !important;
    font-size: 17px;
    width: 15px;
}

.tags-list li {
    list-style: none;
    border: 1px solid #eee;
    padding: 2px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.tags-list li .fas {
    font-size: 10px;
}

.searchDeletedContact,
.searchHiddenContact {
    border-radius: 30px 0px 0px 30px !important;
}

.horizontl-icon {
    display: inline-block;
    position: relative;
    top: 4px;
}

.rtl-side .ishorizontal-topbar .dropdown-item svg {
    margin-left: 18px;
}

.rtl-side .fa-robot {
    left: -8px !important;
    padding-left: 34px !important;
}

.rtl-side .product-view-nav {
    left: 0;
    right: initial;
}

.rtl-side .gridjs-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rtl-side #alltemplates .gridjs-head .col-md-4.ms-auto {
    display: flex;
    justify-content: left;
    align-items: baseline;
}

.rtl-side .swal2-actions {
    display: flex;
    gap: 5px;
}

.cus-btn-icons {
    max-height: 18px;
    padding: 0;
    right: 30px;
    top: 20px;
}

.cus-btn-icons .mdi.mdi-eye-outline {
    position: relative;
    top: -5px;
}

.form-floating-custom .form-floating-icon {
    max-height: 58px;
}

.rtl-side .select2-selection__rendered {
    direction: initial !important;
}

.borderRed {
    border: 2px solid red !important;
}

.gridjs-td i.fas {
    margin-right: 5px;
}

.wt-btns.wt-btn-next {
    background-color: #3b76e1 !important;
}

.d-flex.gap-1.card-header.align-items-start .card-title,
.card-header.d-flex .flex-grow-1 .card-title,
.d-flex.gap-1.card-header.align-items-start .flex-grow-1 {
    font-size: 15px;
    padding-top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.maxDashPanel,
.minDashPanel {
    cursor: pointer;
}

.minDashPanel {
    position: relative;
    top: -4px;
}

.flex-shrink-0 .dropdown a {
    font-size: 12px;
    cursor: pointer;
}

#dashboard-prospects-create .gridjs-td span {
    display: flex;
    gap: 3px;
}

#dashboard-prospects-create .gridjs-td span button {
    padding: 0;
}

.nav.nav-tabs .nav-link {
    padding: 10px 8px 8px 8px;
    font-size: 13px;
}

.for-small-view {
    display: none;
}

.custm-bg {
    background: hsl(224deg 100% 98%);
    padding: 9px 30px;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-bottom: 9px;
}

.swal2-styled.swal2-confirm {
    background-color: #3264bf;
    border-color: #2f5eb4;
}

.viewAll {
    color: #3b76e1;
}

#searchval_div {
    min-width: 200px;
}

.viewLessMore {
    color: #3b76e1;
    cursor: pointer;
    font-size: 12px;
}

.vw-icon {
	position: relative;
	bottom: 2px;
}

.removeStage {
    cursor: pointer;
}

#cdCentricOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

#sendFeedbackOpener {
    z-index: 1;
}

#sendFeedbackOpener a {
    color: #1465bd;
}


/*******************  For Form Layouts **********************************/

.color-pickr {
    width: 30%;
}

.newFORMLOBSelector {
    cursor: pointer;
}

.newFORMLOBSelector i {
    font-size: 30px;
}

.layout-1 {
    max-width: 100%;
    border: 2px solid #000;
    min-height: 169px
}

.color-sec {
    width: 270px;
}

.min-w1 {
    min-width: 107px;
    text-align: left;
    cursor: pointer;
}

.color-sec .col {
    cursor: pointer;
    background: #fdfdfd;
    transition: all 0.2s ease-in 0s;
}

.color-sec .col:hover {
    background: #f7f7f7;
    color: #000;
}

.layout-1 .agency-logo {
    max-height: 200px;
    /* background: url(assets/images/small/img-1.jpg); */
    background: #000;
    min-height: 130px;
    background-size: cover;
}

.grid-form {
    display: grid;
    grid-template-areas: "1";
    grid-gap: 0px;
    grid-auto-columns: 100%;
}

.notificationEmails {
    padding-right: 52px !important;
}

.form-start {
    background-color: #3b76e1;
}

.removeAdditionalEmail {
    top: 37px;
    right: 48px;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
}

.removeAdditionalEmail:hover {
    transform: scale(1.1);
    color: red;
}

.default {
    padding: 60px;
    background: #ffffff;
    background-position: center center;
    background-size: cover;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
}

.form-text {
    color: #000;
}

.layout-2 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.step-icon {
    padding-top: 11px;
}

.bg-light1 {
    background: #e4e4e4;
}

.layout-2 .agency-logo {
    max-height: 200px;
    background: #fff;
    min-height: 170px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    border: 3px solid #ccc;
}

.running-form {
    bottom: -4px;
}

.form-list-items::after,
.form-list-items:after {
    display: none;
}

.form-list-items.active .step-icon {
    background-color: #3b76e1 !important;
}

.form-list-items.active .running-form {
    color: #3b76e1;
}

.form-list-items {
    min-width: 120px;
}

.min-w {
    width: 90px;
}

.min-w2 {
    width: 160px;
}

.min-w-select {
    min-width: 340px;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

    .swiper-container-pointer-events.swiper-container-vertical {
        touch-action: pan-x
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    color: #3b76e1;
    background-color: transparent;
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    color: #3b76e1;
    background-color: transparent;
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-container-cube .swiper-cube-shadow:before {
            content: '';
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px)
        }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.notification-top-bar {
    line-height: 30px;
    width: 100%;
    background: #6F8FAF;
    text-align: center;
    color: #fff;
    font-family: Work Sans,sans-serif;
    font-weight: lighter;
    font-size: 14px;
}

.notification-top-bar p {
    padding: 0;
    margin: 0;
}

.notification-top-bar p a {
    padding: 5px 10px;
    border-radius: 3px;
    background: #FFF;
    color: #1ABC9C;
    font-weight: bold;
    text-decoration: none;
}
.btn.cust-btn {
    left: -129px;
    top: 46%;
    transform: rotate(270deg);
    background: #ccc;
    border-radius: 0px;
    padding: 3px 10px;
    font-size: 12px;
}
.dropdown-menu-xxl {
    text-align: center;
    max-width: 350px;
    width: auto;
    min-width: 300px;
}

.stage-list {
    list-style-type: none;
    min-height: 1.5em;
    font-size: 0.85em;
}

.stage-list li.placeholder {
    height: 1.2em
}

.stage-grid {
    border: 1px solid #999a9b;
    cursor: move;
    border-radius: 2px;
}

.stage-grid.ui-sortable-helper {
    opacity: 0.5;
}

.placeholder {
    border: 1px solid orange;
    background-color: #fffffd;
}

.hover-element {
    display: flex;
    transition: all 0.2s ease-in-out 0s;
}

.stage-grid .progress {
    background-color: #e0e2e7 !important;
}

body[data-layout-mode="dark"] .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.simplebar-scrollbar::before {
    background: #000;
}

body[data-sidebar="dark"] .simplebar-scrollbar::before {
    background: #d9d9d9;
}

html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #444;
}

body::-webkit-scrollbar {
    width: 11px;
}

table {
    font-size: 14px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.logo_preview_grid {
    cursor: pointer;
}

#includeEstimatesWizard {
    margin-top: 1%;
    margin-bottom: 1%;
}

.removeMapRowPolicy,
.addMapRowPolicy,
.removeMapRow,
.addMapRow {
    border-radius: 50%;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
}
.readonly-grid {
    border: 1px solid rgb(229 229 229);
    padding: 10px;
    border-radius: 5px;
}
.readonly-grid legend {
    background-color: #eaeaea;
    color: #000;
    padding: 3px 6px;
    font-size: 15px;
    margin-top: -24px;
    width: auto;
    border-radius: 3px;
}
span.note-date {
    font-size: 12px;
    text-transform: uppercase;
}

.floating-action-bar {
    position: fixed;
    top: 90%;
    margin-left: 5%;
}

/*******************  End For Form Layouts **********************************/


/*******************  For Customize Advance Questions **********************************/

.displaySubsection {
    text-align: center !important;
    margin: 0;
}

.hide-element {
    display: none !important;
}


/*******************  End For Customize Advance Questions **********************************/


/*******************  Start Media query  **********************************/

@media (min-width: 320px) and (max-width: 820px) {
    .color-sec {
        width: 100%;
        margin-bottom: 10px;
    }
    .mob-show {
        display: inherit !important;
    }
    .mob-show-none {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .button-menu-small button {
        padding: 5px;
    }
    body[data-layout="horizontal"] .page-content {
        padding: calc(70px + 24px) calc(24px / 2) 0 calc(24px / 2);
    }
    .gridjs-search {
        margin-bottom: 10px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .col-auto1 {
        min-width: auto !important;
    }
    .d-none-small {
        display: none;
    }
    .nav-tabs-custom .nav-link {
        font-size: 12px;
        padding: 5px;
    }
    .create-dash .col {
        margin-bottom: 10px;
    }
    .wt-popover.wt-slides {
        width: 85% !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .d-none-small {
        display: none;
    }
    .nav-tabs-custom .nav-link {
        font-size: 12px;
        padding: 5px;
    }
    .create-dash .col {
        margin-bottom: 10px;
    }
    .wt-popover.wt-slides {
        width: 85% !important;
    }
    .block-grid-2 {
        width: 88%;
    }
}

@media (min-width: 320px) and (max-width: 639px) {
    .col-auto.ms-auto .d-flex.gap-2 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .block-grid-1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .block-grid-2 {
        width: 88% !important;
    }
    #search-dropdown {
        width: 95%;
    }
    /* .typeahead {
        max-width: 100%;
    } */
    h4.modal-title,
    h5.card-title {
        font-size: 15px;
    }
    .gridjs-table {
        width: auto !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .arrow-card .btn-sm.fas {
        height: 29px;
        padding: 7px;
        transform: rotate(90deg);
    }
    .arrow-card {
        display: inline-block !important;
        text-align: center;
    }
    .lead-info-tabs li {
        width: 100%;
    }
    .lead-info-tabs li a {
        display: flex;
        gap: 5px;
    }
    .lead-info-tabs li a i {
        position: relative;
        top: 3px;
        min-width: 15px;
    }
    .lead-info-tabs {
        background: whitesmoke;
    }
    .custom-switch {
        position: relative;
        left: 0;
    }
    .button-menu-small .flex-grow-1 {
        display: none;
    }
    .custom-builder .col-sm-auto {
        max-width: 30%;
    }
    .custom-builder .end-9 {
        right: -9px;
        top: 1px !important;
        background: none;
        color: #f56e6e;
        border: 0;
        padding: 0;
        font-size: 18px;
    }
    .custom-builder .end-9:hover {
        background: none;
        color: #c45858;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .max-height {
        height: 700px;
    }
    /* your css rules for ipad portrait */
}

@media (min-width: 768px) and (max-width: 1024px) {
    #selected-tab {
        max-width: 101px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .d-flex.gap-3 {
        padding: 5px;
        flex-wrap: wrap;
    }
}

@media screen and (orientation: portrait) {
    .sub-menu {
        height: auto !important;
    }
}

@media screen and (min-width: 980px) {
    body[data-layout="vertical"] #search-dropdown {
        width: 50vw;
        transform: translate3d(45px, 7px, 0px) !important;
    }
    /* body[data-layout="vertical"] .typeahead {
        max-width: 100%;
        min-width: 100%;
    } */
}

@media screen and (max-width: 991px) {
    .sidebar-enable .page-content {
        padding-left: 78px;
    }
    /* #side-menu {
        position: fixed;
    } */
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .flex-shrink-0 .dropdown .fw-semibold {
        display: none;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .flex-shrink-0 .dropdown .fw-semibold {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    .for-small-view {
        display: inline-block;
    }
    .for-large-view {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 540px) {
    .hide-on-sm {
        display: none;
    }
    .navbar-header button {
        padding: 7px 5px !important;
        padding-right: 5px;
    }
    .for-small-view {
        display: inline-block;
    }
    .for-large-view {
        display: none;
    }
}


/*******************  End Media query  **********************************/
