.attachment-panel {
    padding: 3px 10px;
    font-size: 17px;
  }
  
.attachment-panel a, .attachment-panel a:link, .attachment-panel a:visited {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    float: left;
    margin-left: 4px;
    padding: 4px 4px 8px;
}

.img_preview{
    width: 300px;
    position: relative;
    display: none;
    bottom: 57px;
}

.img_preview > a {
    height: 25px;
    position: absolute;
    /* right: 2px; */
    top: 1px;
    width: 25px;
    left: 29px;
    color: #fff;
    /* border: 1px solid;
    border-radius: 50%;
    padding: 1px; */
    /* background-color: rgb(0,0,0,0.5); */
    background-image: url(/theme/assets/images/trash.png);
    background-size: contain;
}

.video_preview{
    width: 265px;
    position: relative;
    display: none;
    bottom: 57px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background: #fff;
}

#ChatID > .timing{
    text-align: center;
    color: #bec3c9;
}

.video_preview_icon{
    background-color: #5B70CE;
    height: 44px;
    width: 44px;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    align-self: safe;
    text-align: center;
    padding-top: 5px;
    font-size: 25px;
    color: #fff;
}

.video_detail{
    font-size: 12px;
}
.video_type {
    text-transform: uppercase;
}
.video_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.video_remove{
    position: absolute;
    right: 3px;
    top: 3px;
    /* border: 1px solid;
    border-radius: 50%;
    padding: 3px; */
    background-image: url(/theme/assets/images/trash.png);
    background-size: contain;
    height: 25px;
    width: 25px;
}

.link_preview{
    width: 265px;
    position: relative;
    display: none;
    /* bottom: 57px; */
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background: #fff;
}

.msg_link_preview{
    width: 193px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background: #fff;
}
.msg_link_preview > .float-left{
    margin-right: 0px !important;
}
.msg_link_preview .link_detail{
    text-align: left !important;
}

.msg_link_preview .link_detail .link_title{
    padding-right: 0px;
}

.link_preview_icon{
    background-color: #5B70CE;
    height: 44px;
    width: 44px;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    align-self: safe;
    text-align: center;
    padding-top: 5px;
    font-size: 25px;
    color: #fff;
}

.link_detail{
    font-size: 12px;
}
.link_title{
    font-weight: 500;
    padding-right: 30px;
    max-height: 40px;
    overflow: hidden;
}

.link_type {
    text-transform: uppercase;
}
.link_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.link_link{
    color: #90949c;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link_image{
    width: 72px;
    height: 72px;
    border-radius: inherit;
    background-position: center center;
}
.link_remove{
    position: absolute;
    right: 3px;
    top: 3px;
    /* border: 1px solid;
    border-radius: 50%;
    padding: 3px; */

    background-image: url(/theme/assets/images/trash.png);
    background-size: contain;
    height: 25px;
    width: 25px;
}

#dropArea {
    width: 93%;
    padding: 15px;
    border: 1px solid #fff;
    background: rgba(91,112,205,0.7);
    position: absolute;
    z-index: 99;
    height: 71%;
    display: none;
}

#dropZone {
    border: 2px dashed #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 50% 0%;
    text-align: center;
    font: 21pt bold arial;
    color: #fff;
    height:100%;
}

.conversation-text a{
    word-break: break-all;
}

.conversation-list .ctext-wrap p {
    color: #000;
}

.conversation-list .odd .ctext-wrap p{
    color: #000;
}

#chat_input {
    width: 100%;
    padding-right: 25px;
}

.chat-reset-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
    outline: 0;
    cursor: pointer;
    float: left;
    visibility: hidden;
}
.chat-reset-icon:after {
	content: "X";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #f33c3c;
	z-index:1;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: 500;
	font-size: 12px;
	box-shadow: 0 0 2px #E50F0F;
	cursor: pointer;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.capitalize{
    text-transform: capitalize
}

#notificationsHTML{
    min-height:175px;
}

.notificationdiv {
    /* background-color: #ced9ed; */
}

.tog{
    cursor: pointer;
}

.order_status{
    text-transform: capitalize;
}

.notification_icon{
    color:#525f80;
}
.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #626fd3 !important;
    border-left-color: #626fd3 !important;
    border-right-color: #626fd3 !important;
}

.border-dark-light{
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.75);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.75);
}


.text-offline{
    color:#fc6d42;
}

.text-online{
    color:#37a000;
}


/*==================================================
 * Effect 7
 * ===============================================*/
 img
 {
    /* position:relative;
     -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
             box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.8);
 }
 
.logo img, .img-fluid, #ChatID img, .video_remove img {
    box-shadow: none;
}

.chat_heading{
    margin-bottom: 0px;
    background-color: unset;
    color: #000;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.75);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.75);
    border-bottom: unset;
}

.chat_heading_img{
    height:40px;
    width:40px;
    border-radius: 100%;
}

/* Product View Start*/
.col_1_of_3 {
    display: block;
    float: left;
    margin: 1%;
    box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -o-box-shadow: 0 0 5px #aaa;
}
.span_1_of_3 {
    background:#fff;
    width: 31.2%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.inner_content {
    padding: 10px;
    position: relative;
}

.span_1_of_3:hover {
    background: #4CB1CA;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}

.span_1_of_3:hover a{
    color: #fff;
}

.price {
    padding: 10px 0 0 0;
}

.cart-left {
    width: 73.5%;
    float: left;
}

.cart-right {
    float: right;
    background: url(/theme/assets/icon/cart2.png)2px 0px #45bdea;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.span_1_of_3:hover .cart-right{
    background: url(/theme/assets/icon/cart3.png)2px 0px #fff;
}

.cart-left p.title {
    font-size: 14px;
    margin-bottom: 0px;
}

.price1 {
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    .span_1_of_3 {
        width: 47.1%
    }

    .custom-css-pos{
        display: grid;
    }

    .custom-text-size{
        margin-left: 7px;
        white-space: nowrap;
        font-size: 13px
    }
}

@media only screen and (max-width: 411px) {
    .span_1_of_3 {
        width: 97.1%
    }

    .span_1_of_3 .product_image img{
        height: 155px !important;
        width: 215px !important;
    }
}


/* Product View End*/

.proforma_invoice p{
    margin: 0px;
}

@media only screen and (max-width: 767px) {
    h4 {
      font-size: 15px !important;
    }

    .btn-heading{
        top:-5px;
    }
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


.input-group{
    flex-wrap: nowrap !important;
}
#CartProducts{
    white-space: nowrap;
}

.table{
    white-space: nowrap; 
}

.bootstrap-datetimepicker-widget a  {
    /* background: #45bdea !important;
    color:#fff !important; */
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up, .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:hover {
    background:url('/theme/assets/icon/arrow-up.png');
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.glyphicon-chevron-down, .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:hover {
    background:url('/theme/assets/icon/arrow-down.png');
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.none-box-shadow{
    box-shadow: none;
}

.white-space-nowrap{
    white-space: nowrap;
}

.ct-label.ct-horizontal.ct-end {
    transform: rotate(-45deg);
    padding-top: 5px;
}

@media only screen and (max-width:1024px){
    .side-menu {
        z-index: 999 !important;
    }
}
@media only screen and (max-width:768px){
    .font-size-mobile{
        font-size: 10px !important;
    }
}

@media only screen and (max-width:411px){
    .custom-font-size{
        font-size: 10px;
    }

    .mt-mobile{
        margin-top:5px;
    }

    .white-space-nowrap{
        font-size: 14px;
    }

   
}

@media only screen and (max-width: 330px) {
    .ct-label.ct-horizontal.ct-end {
        font-size: 10px;
    }
}

.input-group {
    flex-wrap: wrap !important;
}
.input-group>.form-control:not(:first-child) {
    width: 85%;
}


#CartProducts .input-group {
    flex-wrap: nowrap !important;
}

.input-daterange > .form-control{
    width: 50% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #45bdea !important;
    color: white;
}

.custom-control-input:checked ~ .custom-control-label:before {
    border-color: #45bdea;
    background-color: #45bdea;
}

.select2-search__field:focus {
    border-color: #45bdea !important;
    outline: 0 !important;
}

.button-menu-mobile{
    height:69px !important;
}

#wrapper{
    background-color: #dfe9f1;
}

table.table-bordered.dataTable .row {
    display: block !important;
}

#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
    background: #45bdea !important;
}

#sidebar-menu > ul > li > a.mm-active {
    color: #fff;
    background-color: #45bdea !important;
}


div.table-responsive>div.dataTables_wrapper>div.row:nth-child(2){
    padding-top: 30px;
}

@media only screen and (max-width:768px){
    #CartProducts .input-group-btn button {
        padding: 0px 5px !important;
    }

    .input_qty{
        padding: 0px 1px !important;
    }

    #CartProducts td {
        padding: 3px 5px !important;
    }

    .mleft{
        float: left;
        text-align: left!important;
    }

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    div.table-responsive>div.dataTables_wrapper>div.row:nth-child(2){
        padding-top: 60px;
    }

    div.dataTables_wrapper div.dataTables_info{
        font-size: 10px;
    }
}

.footer{
    background-color: #343435;
}

/* div.table-responsive>div.dataTables_wrapper>div.row:nth-child(1){
    position: absolute;
    top: 0px;
    width: 96.5%;
}

div.table-responsive>div.dataTables_wrapper>div.row:nth-child(3){
    position: absolute;
    width: 96.5%;
    top: 100%;
    
}

@media only screen and (max-width:1024px){
    div.table-responsive>div.dataTables_wrapper>div.row:nth-child(3){
        position: absolute;
        width: 96.5%;
        top: 94%;
    }
}

@media only screen and (max-width:768px){
    div.table-responsive>div.dataTables_wrapper>div.row:nth-child(3){
        position: absolute;
        width: 96.5%;
        top: 94%;
    }
} */

@media only screen and (max-width:768px){
    .footer {
        bottom: -50px;
    }

    .input-group>.form-control:not(:first-child) {
        width: 80%;
    }

}

.custom-css-pos{
    border-radius: 5px;
}

.ct-golden-section:before {
    float: left;
}

.recent_notifications .notify-icon{
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color:#fff;
}

.footer {
    /* bottom: -50px; */
}

body {
    background: #dfe9f1;
}

.submenu li a:hover {
    background-color: #45bdea;
    color: rgba(255, 255, 255, 0.8);
}

.submenu li a {
    color: #fff;
}

.submenu li.mm-active > a {
    color: #fff;
    background-color: #45bdea;
}

.btn-outline-danger{
    font-size: 17px;
}

.btn-outline-danger{
    margin-top:2px;
}

.custom-delete-icon{
    padding-top: 5px;
    padding-left: 6px;
}

.cursor-pointer{
    cursor: pointer;
}


/*SAFARI Browser CSS added on 04-10-2019 JCasp Developer/Mehul Patel-START HERE*/
.row:before, .row:after {display: none !important;}
/*SAFARI Browser CSS added on 04-10-2019 JCasp Developer/Mehul Patel-END HERE*/

/*Modal CSS added on 14-10-2019 JCasp Developer/Mehul Patel-START HERE*/
.modal.show{
    /*display: block !important;  */
}
/* Important part */
.modal-dialog{
    /*overflow-y: initial !important*/
}
.modal-body{
 /*   height: 100%;
 */   overflow-y: auto;
}
.proforma_invoice{
    min-width: 600px;
}
/*Modal CSS added on 14-10-2019 JCasp Developer/Mehul Patel-END HERE*/

/* For admin profile image css added on 17-10-2019 */
.rounded-circle-admin{
    height: 45px !important;
    width: unset !important;
}

.modal-open .modal{
    overflow-x: auto !important;
}

.proforma_invoice{
    background-color: #fff;
}


/* Added on 24-10-2019 START Here*/
.enlarged .side-menu {
    position: absolute !important;
}

.enlarged #wrapper #sidebar-menu ul ul {
    margin-top: 0px;
    border-radius: 8px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
    background-color: #45bdea;
    border-radius: 8px;
}

/* .enlarged #wrapper .left.side-menu #sidebar-menu .submenu > li{
    margin-bottom: 2px;
} */

/* Added on 24-10-2019 END Here*/

/* Added on 11-12-2019 by Mehul Patel / Start Here */
.dropdown-item{
    overflow-x: auto;
}
/* Added on 11-12-2019 by Mehul Patel / End Here */