/* Code by Ankit Suman */
.card-body.msg-box.reply-note-sec {
    background-color: #fffbe8;
}
div.flaged-ticket {
    background-color: rgba(255,163,102,0.05);
}
/* Code by Ankit Suman */

/* Code start by kuldeep sir on 21-06-2021 */
.box-header {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 99;
}
.box-footer {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.08);
    text-align: center;
    font-size: 13px;
    padding: 8px 0;
}
.box-footer p {
    margin-bottom: 0;
}
.text-logo {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
}
.box-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-header-inner .nav li {
    display: inline-block;

}
.box-header-inner .nav li a {
    padding:17px 10px;
}
.boxarea {
     padding:50px 0;
     min-height: calc(100vh - 90px);
}

.ticket-support-expire {
    background-color: rgba(232,94,60,0.04);
}

.ticket-support-expire:hover .ticket-list {
    background: rgba(232,94,60,0.04) !important;
}
.ticket-support-expire:hover {
    background-color: rgba(232,94,60,0.04);
}

.ticket-list:hover i.fa-lock {
    color: #f00;
}

.ticket-list .reply-status{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticket-list .support-expries {
    text-align: center;
    position: absolute;
    font-size: 17px;    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-57% , -8px);
    cursor: pointer;
    opacity:0;
    transition: all .5s;
    margin-bottom: -15px;
}
.ticket-list:hover .support-expries{
    opacity:1;
    transform: translate(-57% , 18px);
}

.dropdown_list .dropdown-menu {
    min-width: 100%!important;
    width: 100%!important;
}
.dropdown_list .dropdown-menu .dropdown-item {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}
.dropdown_list .dropdown-menu .dropdown-item:hover {
    transform: scale(1.01);
}

/*summernote start*/
.default-summernote .note-toolbar{
    position: relative!important;
}
/*summernote end*/

/*support header start*/

.toggle-icon{
    display: none;
    height: 16px;
    width: 20px;
    position: relative;
}
.toggle-icon span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.toggle-icon span:nth-child(1){
    top: 0;
}
.toggle-icon span:nth-child(2){
   top: 7px;
}
.toggle-icon span:nth-child(3){
   top: 14px;
}
.toggle-icon.active span:nth-child(1){
        top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.toggle-icon.active span:nth-child(2){
   
    opacity: 0;
}
.toggle-icon.active span:nth-child(3){
        top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.box-header-inner .support-menu .text-logo{
    display: none;
}
.artical-bx .card-body a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Date 29-07-2021 Ankit Suman and deepak sir start*/
.media-body .ticket-description-sec img, .card-body.description-sec img {
    width: 100% !important;
}

.media-body .ticket-description-sec a, .card-body.description-sec a {
    color: #3a7afe !important;
}
/*Date 29-07-2021 Ankit Suman end*/

@media (max-width: 768px) {
    .default-summernote .note-editor.note-frame .btn{
        padding: 7px 12px;
    }
    .toggle-icon{
        display: inline-block;
    }
    .box-header-inner .support-menu{
        position: fixed;
        top: 0;
        padding: 30px 0;
        display: block;
        z-index: 999;
        left: -200px;
        height: 100vh;
        width: 200px;
        background: #131313;
        transition: all 0.5s;
    }
    .box-header-inner .support-menu .text-logo{
        display: block;
        padding: 0 15px;
    }
    .box-header-inner .support-menu.active{
        left: 0;
    }
     .box-header-inner .support-menu li{
        display: block;
     }
     .box-header-inner .support-menu li a{
        display: block;
        padding: 10px 15px;
     }
     .box-header-inner .support-menu li a:hover{
       background-color: #313131;
     }
}
@media (max-width: 576px){
    .card-footer{
        padding: 1rem;
    }
    .chat-bx span {
        font-size: 15px;
    }
    .chat-bx .conversation-date,
    .ticket-detail-attachment{
        font-size: 12px;
    }
    h3, .h3 {
        font-size: 1rem;
    }
    .defaut-breadcrumb .breadcrumb-item {
        font-size: 14px;
    }
    .defaut-breadcrumb .breadcrumb-item:after{
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 0.9rem;
    }
}

/*support header end*/

@media (min-width: 576px) {

    .min-container{
        max-width:800px;
        margin: auto;
    }
}
/* Code end by kuldeep sir on 21-06-2021 */

@media only screen and (min-width: 768px){
    [data-sidebar-style="mini"] .deznav.tab-sidebar .slimScrollDiv,
    [data-sidebar-style="mini"] .deznav.tab-sidebar .deznav-scroll {
        overflow: hidden !important;
    }
}

/* Code start by kuldeep sir on 30-07-2021 */
.attached-area{
    padding-left: 20px;
    border-left: 2px solid #ccc;
}

.attached-title{
    color: #000;
}
.attached-file{
    color: #3a7afe;
}

.default-summernote a {
    color: #3a7afe;
}
/* Code end by kuldeep sir on 30-07-2021 */

/*jstree css start here on 01-09-2021*/
.jstree-default .jstree-anchor {
    color: #3F4254;
    padding: 0 8px 0 4px; 
}
.jstree-default .jstree-icon {
    color: #ffad0e;
    font-size: 1.3rem; 
}
.jstree-default .jstree-icon.fa {
    font-size: 1.2rem; 
}
.jstree-default .jstree-icon.la {
   font-size: 1.5rem; 
}
.jstree-default .jstree-disabled {
    line-height: auto;
    opacity: 0.7; 
    height: auto;
    cursor: not-allowed;
}
.jstree-default .jstree-disabled .jstree-icon {
    color: #3F4254; 
}   
.jstree-default .fa-file-text {
    color: #969696;
}   
.jstree-default .jstree-clicked {
    border: 0;
    box-shadow: none; 
    background: #F3F6F9;
    -webkit-box-shadow: none;
}
.jstree-default .jstree-hovered {
    box-shadow: none; 
    border: 0;
    background-color: #F3F6F9;
    -webkit-box-shadow: none;
}
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked {
    box-shadow: none; 
    background: #EBEDF3;
    -webkit-box-shadow: none;
}
.jstree-default .jstree-wholerow-hovered,
.jstree-default.jstree-wholerow .jstree-wholerow-hovered {
    border: 0;
    box-shadow: none; 
    -webkit-box-shadow: none;
    background-color: #F3F6F9;
}
.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c"; 
    color:#ffad0e;
    margin-left: 2px;
}
.jstree-open > .jstree-anchor > .la-folder:before {
    margin-left: 2px;
    color:#ffad0e;  
    content: "\f200"; 
}
.jstree-default .jstree-clicked{
   background: transparent; 
}
.jstree-anchor{
    background: transparent;
    margin: 0!important;
    padding: 0!important;
    color: #000!important;
}

.jstree-anchor{
    margin-bottom:3px!important;
}

.added-permission a{
    background-color: #40b919;
    color: #fff!important;
    padding-right: 10px!important;
}

.not-added-permission a {
    background-color: #ff1b1b;
    color: #fff!important;
    padding-right: 10px!important;
}
.not-added-permission a.jstree-hovered ,
.not-added-permission a.jstree-clicked {
    background-color: #ff1b1b;
    color: #fff!important;
}
.added-permission a.jstree-hovered ,
.added-permission a.jstree-clicked {
    background-color: #40b919;
    color: #fff!important;
}

.added-permission .jstree-themeicon,
.not-added-permission .jstree-themeicon{
    background-size: 16px!important;
}
/*jstree css end here on 01-09-2021*/

.heart-blast {
    background-position: -1680px 0 !important;
    transition: background 1s steps(28); 
}

.heart {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../images/like.png);
    cursor: pointer;
    margin: -25px -15px; 
}

ul.category-checkbox-list { 
    list-style: none;
    margin: 5px 20px;
}
ul.category-checkbox-list li {
    margin: 5px 5px;
}

img.configurationPrefixImg
{
    max-width:150px;
    min-width: 70px;
    height:auto;
}

body.authPages
{
}

ul.page-checkbox-list, ul.category-checkbox-list { 
    list-style: none;
    margin: 5px 20px;
}
ul.page-checkbox-list li, ul.category-checkbox-list li {
    margin: 5px 5px;
}
.disable_menu {
    background: rgba(255,255,255,0.5);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    height: 100%;
}

.min-width-40 {
    min-width: 40rem !important;
}
.max-width-180 {
    max-width: 180px;
}


.editor-element-list {
    list-style: none;
    padding: 0px;
}
.ME-ElementList li {
    display: none;
    padding: 5px;
}
.ME-ElementList li.ME-Show {
    display: block;
}


#MagicEditorElementContainer {
    background-color: #f1f1f19e;
    padding: 15px;
}
.icon-bx-wraper.style-1{
    padding:15px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius:7px;
    background: #fff;
    box-shadow: none;
    border: none;
}
.icon-bx-wraper.style-1 .icon-lg{
/*    border: 1px solid #0000001c;*/
    padding: 0;
    text-align:center;
    height: auto;
    
}

.icon-bx-wraper.style-1 .dz-title {
    font-size:13px;
    margin:0;
    padding:0;
    
}
.icon-bx-wraper.style-1 .icon-lg img{
    width:100%;
    height:65px;
    width:100px;
    object-fit: contain;
}


.icon-bx-wraper.style-2 .dz-title {
    font-size:13px;
    margin:0;
    padding:0;
    
}
.icon-bx-wraper.style-2 .icon-lg img{
    width:100%;
    height:65px;
    width:100px;
    object-fit: contain;
}

.icon-bx-wraper.style-2{
    flex-direction: column;
    padding:15px;
    border-radius:0;
    background: #fff;
    box-shadow: none;
    border: 1px solid #eee;
}
.icon-bx-wraper.style-2 .icon-lg{
    flex-direction: column;
    padding: 0;
    width:100%;
    text-align:center;
    width: 100%;
    height: auto;
    margin-bottom:15px;
    
}

.icon-bx-wraper.style-2 .dz-title {
    font-size:13px;
    margin:0;
    padding:0;
    
}
.icon-bx-wraper.style-2 .icon-lg img{
    width:100%;
    height:65px;
    width:100px;
    object-fit: contain;
}
.editor-element-list li{
/*    padding:0;*/
/*    float: left;*/
}
.modal-lg {
  width: 1300px;
}

.object-fit-cover {
  object-fit: cover;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: 1px solid transparent;
    color: var(--primary);
}

.nav-tabs .active .nav-link {
    background-color: #efefef;
}
.accordion-header.collapsed .accordion-header-indicator::before {
    content: "\e64b" !important;
} 
.accordion-header:not(.collapsed) .accordion-header-indicator::before {
    content: "\e648" !important;
}

.zoom-img-container {
    position: absolute;
/*    height: 0;*/
background: transparent;
/*    width: 0;*/
    box-shadow: 0px 0px 30px #00000020;
    top: 0;
    left: 0;
    z-index: 999;
}
.zoom-img-container img {
    background-color: #fff;
    height: 300px !important;
    width: 300px !important;
    object-fit: cover;
    padding: 30px;
    border-radius: 10px;
}

/* image gallery */
.image-gallery-wrap .image-gallery-container {
    padding: 40px 20px;
}
.image-gallery-wrap .heading-text {
    margin-bottom: 2rem;
    font-size: 2rem;
}
.image-gallery-wrap .heading-text span {
    font-weight: 100;
}
.image-gallery ul {
    list-style: none;
}
/* Responsive image gallery rules begin*/
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.image-gallery > li {
    flex: 1 1 auto; /* or flex: auto; */
    height: 250px;
    cursor: pointer;
    position: relative;
}
.image-gallery::after {
    content: "";
    flex-grow: 999;
}
.image-gallery li img {
    opacity: 0.8;
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image-gallery li video {
    opacity: 0.8;
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image-gallery li:hover img {
    transform: scale(1.1);
    opacity: 1;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image-gallery li:hover video {
    transform: scale(1.1);
    opacity: 1;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image-gallery li .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hover */
.image-gallery li:hover .overlay {
    transform: scale(1);
}
/* end image gallery */

/* button primary and outline primary */
.btn.approve{
    font-size: 14px;
    padding: 0.5rem 1rem;
    margin-right: 10px;
    height: fit-content;
}
.btn.decline{
    font-size: 14px;
    padding: 0.5rem 1rem;
    margin-right: 10px;
    height: fit-content;
}
.btn-outline-primary{
    border-color:#B3A25D !important;
}
.btn-outline-primary:hover{
    border-color:#B3A25D !important;
    background-color: #B3A25D !important;
}
.btn.btn-outline-primary:focus{
    background-color: #B3A25D !important;
}
.btn-primary{
    border-color:#B3A25D !important;
    background-color: #B3A25D !important;
}
.btn-primary:hover{
    border-color: #827544!important;
    background-color: #827544!important;
}
/* end button style */

/* toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #B3A25D;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #B3A25D;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
  
  /* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}
/* end toggle button */