/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.badge-notifications {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff !important;
    font-weight: bold;
}

.header-navbar[class*="bg-white"] .navbar-nav .nav-item>a i,
.header-navbar[class*="bg-white"] .navbar-nav .nav-item>a span {
    color: #2e2e74 !important;
}

.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-logo .logo {
    height: 80px;
    margin-top: -15px;
}

.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-logo {
    height: 50px;
    width: 155px;
}

.horizontal-menu.navbar-sticky .content>.content-wrapper {
    margin-top: 4.75rem !important;
}

.microS p {
    width: 500px;
}

#nav-height {
    height: 80px;
}

.cart {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 75px;
    height: 75px;
    /* background: #292d48; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.cart i {
    font-size: 25px;
    color: white;
}

.cart:before {
    content: attr(data-totalitems);
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    right: 25px;
    background: #ff9800;
    line-height: 24px;
    padding: 0 5px;
    height: 24px;
    min-width: 24px;
    color: white;
    text-align: center;
    border-radius: 24px;
}

.cart.shake {
    animation: shakeCart 0.4s ease-in-out forwards;
}

@keyframes xAxis {
    100% {
        transform: translateX(calc(50vw - 105px));
    }
}

@keyframes yAxis {
    100% {
        transform: translateY(calc(-50vh + 75px));
    }
}

@keyframes shakeCart {
    25% {
        transform: translateX(6px);
    }
    50% {
        transform: translateX(-4px);
    }
    75% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(0);
    }
}

.monthselect,
.yearselect {
    border: 0;
}

.wizard .steps ul li.first::before {
    background: transparent !important;
}

.loader {
    position: fixed;
    left: 15%;
    top: 60%;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    text-align: center;
}

.mapOverlap {
    position: absolute;
    left: 10px;
    width: 70px;
    bottom: 4px;
    background: transparent;
    z-index: 99999;
}

.mapOverlapCount {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99999;
    background-image: url('../../app-assets/images/ico/favicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: difference;
    /* background: linear-gradient(150deg,rgb(18 142 208 / 50%),rgb(144 200 70 / 50%) 43.07%,rgb(248 174 56 / 50%) 73.05%, rgb(238 29 38 / 50%) 100%); */
}

.widget-chat .chat-content .chat-body .chat-message .chat-time {
    font-size: 8px !important;
}

.widget-chat .chat-content .chat-body .chat-message {
    padding: 3px 5px !important;
    position: relative !important;
    /* float: right !important; */
    text-align: right !important;
    margin: 0.2rem 0.2rem 1.8rem 0 !important;
    max-width: calc(100% - 5rem) !important;
    clear: both !important;
    word-break: break-word !important;
    color: #727E8C !important;
    background: #fde0ba !important;
    border-radius: 0.267rem !important;
    box-shadow: none !important;
    font-size: 14px;
}

.widget-chat .chat-content .chat-left .chat-body .chat-message {
    background: #aafdad !important;
}

.theiaStickySidebar {
    position: fixed;
    right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 40px !important;
}
.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
}  
.skeleton-box::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: translateX(-100%);
      background-image: linear-gradient(
        90deg,
        rgba(#fff, 0) 0,
        rgba(#fff, 0.2) 20%,
        rgba(#fff, 0.5) 60%,
        rgba(#fff, 0)
      );
      animation: shimmer 2s infinite;
      content: "";
}
  
@keyframes shimmer {
    100% {
    transform: translateX(100%);
    }
}
.allComm{
    bottom: 5px;
    position: absolute;
    right: 5px;
    padding: 5px 10px;
}


.uploadCont{
    height:100px;
    width:90px !important;
    border:4px solid #fff;
    box-shadow:1px 1px 0 rgba(0,0,0,0.1),-1px -1px 0 rgba(0,0,0,0.1);
    position:relative;
    background-repeat:no-repeat;
    background-size: 100% auto;
    background-color:rgba(0,0,0,0.02);
    background-position: center center;
}
.uploadCont.success,.uploadCont.loading{
    pointer-events:none;
}
.uploadCont.forImg{
    background-image:url(../img/coverIco.png);
}
.uploadCont.forPDF{
    background-image:url(../img/pdfIco.png);
}
.uploadCont.success.forPDF{
    background-image:url(../img/pdfIco.png);
}
.uploadifive-queue{
    display:none !important;
}
/*
.uploadCont.forImg::before {
    content: "\f1c5";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #e1e1e1;
    font-family: "FontAwesome";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px !important;
    background: rgba(0,0,0,0.05);
}
.uploadCont.forPDF::before {
    content: "\f1c1";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #e1e1e1;
    font-family: "FontAwesome";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px !important;
    background: rgba(0,0,0,0.05);
}
*/
.uploadDataCont{
    position:absolute;
    height: 100px;
    width: 90px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}
.proImgloader {
    position: absolute;
    display: none;
    height: 100px;
    width: 90px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    align-items: center;
    line-height: 90px;
    color: white;
    top:0;
}
.proImgRemove {
    position: absolute;
    display: none;
    height: 26px;
    width: 26px;
    background: red;
    text-align: center;
    align-items: center;
    line-height: 26px;
    color: white;
    right: 4px;
    bottom: 4px;
}

.uploadCont.loading ~ .proImgloader{
	display:block;
}
.uploadCont.success ~ .proImgRemove{
	display:block;
}
/* .toCenter{
    margin:5px auto !important;
} */
.text-center{
    text-align:center !important;
}
.hiddenInputs{   
    width: 90px;
    height: 100px;
    opacity: 0;
    margin: auto !important;
    z-index: 999999;
    position: relative;
}

.emptyMsg {
    text-align: center;
    margin-top: 10px;
    color: rgba(0,0,0,0.3);
    font-weight: 600;
    font-size: 1.5rem;
}
.point{
    pointer-events: none;
}
.nocursor{
    cursor: not-allowed;
}
.d-grid{
    display: grid;
}
.uploadContBtn{
    height:100%;
    width:18px !important;
    position:relative;
    align-items: center;
    display: flex;
}
.uploadDataContBtn{
    position:absolute;
    width: 18px;
    top: 0;
    bottom: 0;
    left: 0px;
    /*
    height: 38px;
    right: 0;
    margin: auto !important; */
}
.hiddenInputA{   
    width: 18px;
    height: 38px;
    opacity: 0;
    /* margin: auto !important; */
    z-index: 999999;
    position: relative;
}

.uploadContI{
    height:38px;
    width:18px !important;
    position:relative;
}
.uploadDataContI{
    position:absolute;
    height: 38px;
    width: 18px;
    top: -50px;
    right: 0px;
}
.hiddenInputI{   
    width: 18px;
    height: 38px;
    top: -50px;
    right: 0px;
    opacity: 0;
    z-index: 999999;
    position: absolute;
}
.delete-kanban-item {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    width: 20px;
    height: 20px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    z-index: 9999;
    border: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  .brand-text{
    font-size: 10px !important;
    display: none;
  }
}
body.dt-print-view {
    background-image: url(https://cca.a2zweb.in/img/logo.png) !important;
    background-repeat: no-repeat !important;
    background-blend-mode: overlay !important;
    background-position: center !important;
    background-color: #F2F4F4 !important;
    background-size: auto !important;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media print {
    body:before{
        content: url(https://cca.a2zweb.in/img/logo.png) !important;
        background-repeat: no-repeat !important;
        background-blend-mode: overlay !important;
        background-position: center !important;
        background-color: #F2F4F4 !important;
        background-size: auto !important;
        inset: 0;
        position: fixed;
        display: grid;
        justify-content: center;
        align-content: center;
        opacity: 0.1;
    }
}
@page {
    size: A4 potrait;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding:0 0 0 35px;
}