/*================
 Template Name: SAIMILE - By Soft Amass India
 Description: This Template is build for SAIMILE by Soft Amass India.
 Version: 1.0
 Author: Soft Amass India
 Website: https://softamassindia.com/ 
=======================*/

/*----------------------------------------
------------------------------------------  
    ///////////       ///\\\       |||
   ///               ///  \\\      |||
   \\\              ///    \\\     |||
    \\\\\\\\\\     ///      \\\    |||
            \\\   //////  \\\\\\   |||
            ///  ///          \\\  |||
   ///////////  ///            \\\ |||
------------------------------------------
----------------------------------------*/

.pod-attachment {
    height: 155px;
    width: 100%;
    object-fit: cover;
}
.img-white{
    filter: brightness(0) invert(1);
}

.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
    color: var(--bs-info) !important;
}
.blockui-overlay .text-primary{
    color:#fff !important;
}

/* #saimile_consignment_note_drawer{
    z-index: 105 !important;
} */

#view_pod_drawer{
    z-index: 99995 !important; 
}
#pdf_open_modal{
    z-index: 99999 !important; 
}
.drawer-overlay{
    /*z-index: auto !important;*/
}
#sai_scrolltop{
    z-index: 9999 !important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

::-webkit-scrollbar-track {
    background-color: var(--bs-white);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: var(--bs-dark) !important;
}

.menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease !important;
    background-color: var(--bs-info-light) !important;
    color: var(--bs-info) !important;
}
/* Scrollbar Styling end*/

/* heart bit animation*/
@keyframes heartbeat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.15);
    }
    100% {
      transform: scale(1);
    }
  }

  .heart {
    animation: heartbeat 1s infinite;
    /* color: white !important; */
  }
  /* end of heart bit animation*/

.select2-container--open {
    z-index: 9999999 !important;
}

.slide-out-element {
    transform: translateX(-100%); /* Initially move the element outside the viewport */
    transition: transform 0.7s ease; /* Transition property for smooth animation */
    position: absolute;
    width: 100%;
    z-index: 2;
}
  
.slide-out-element.active {
    transform: translateX(0); /* Move the element to its original position */
    transition: transform left .9s ease;
}

.same-size-img {
    height: 155px;
    width: 100%;
    object-fit:  cover;
}
/*============= On Map slide Search Input =============*/
.map-search-box {
    position: absolute;
    top: 10px;
    background: rgb(47 54 64 / 88%);
    height: 58px;
    border-radius: 109px;
    padding: 10px;
    right: 10px;
    z-index: 1;
}
.map-search-box ::placeholder{
    color: var(--bs-white);
}

.map-search-btn {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bs-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
    margin-top: -1px !important;

}
.map-search-btn > i {
    font-size: 18px;
}
.map-search-clear{
    margin-top: 10px;
    margin-right: 7px;
    font-size: 20px !important;
    cursor: pointer;
}

.map-search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-weight: normal;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
}

/* ===== custom width ====== */
.w-20 {
    width: 20% !important;
}
.w-75px {
    width: 75px !important;
}
.w-90px {
    width: 90px !important;
}
.w-100px {
    width: 100px !important;
}
.w-110px {
    width: 110px !important;
}
.w-125 {
    width: 125px !important;
}
.w-130px{
    width: 130px !important;
}
.w-140px {
    width: 140px !important;
}
.w-145px {
    width: 145px !important;
}
.w-150 {
    width: 150px !important;
}
.w-160px {
    width: 160px !important;
}

.w-200px{
    width: 200px !important;
}
.w-215px {
    width: 215px !important;
}
.w-225px{
    width: 225px !important;
}
.w-240px {
    width: 240px !important;
}
.w-250px{
    width: 250px !important;
}
.w-305px {
    width: 305px !important;
}
.w-315px {
    width: 315px !important;
}
.w-320px {
    width: 320px !important;
}
.map-m-h{
    min-height: 435px;
}
.ml-15p{
    margin-left: 15%;
}

/* ======= custom height ======= */
.h-50px {
    height: 50px !important;
}
.h-60px {
    height: 60px !important;
}
.h-550px{
    height: 550px !important;
}
.h-180px {
    height: 180px !important;
}
.h-110px {
    height: 110px !important;
}
.height-fit-content {
    height: fit-content !important;
}

.element-center {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.bottom-radius-none{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.border-right-none {
    border-right: none !important;
}
.border-none {
    border: none !important;
}
.border-redius-none{
    border-radius: 0px !important;
}
.br-10 {
    border-radius: 10px !important;
}
.border-x-none{
    border-left: none !important;
    border-right: none !important;
}
.border-radius-left-none{
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.border-radius-right-none{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.vp-title{
    display: none !important;
}


/* Alternatively, you can hide specific elements */
iframe.vp-title {
    /* Target Vimeo sidedock class if applicable */
    display: none !important;
}

/* ======= Remove on google map elements ====== */


.gm-style-cc{
    display: none !important;
}
.gmnoprint{
    display: none !important;
}
.gm-control-active
{
    display: none !important;
}
.gm-fullscreen-control
{
    display: none !important;
}

.mnu_fill-white {
    fill: var(--bs-white) !important;
}
.mnu_fill-blue {
    fill: var(--bs-cyan)!important;
}
.w-20p{
    width:20% !important;
}
.w-40p {
    width: 40% !important;
}
.w-60p {
    width: 60% !important;
}
.onmap-layer{
    position: absolute !important;
    z-index: 1;
    min-height: 450px;
}
.capsule{
    border-radius: 30px !important;
}
.pull-right{
    float: right;
}

.p-30{
    padding: 7rem;
}
.p-35{
    padding: 7.6rem;
}
.home-btn-group {
    width: fit-content;
    position: absolute;
    right: 0;
}

.hover-none {
    pointer-events: none;
}
.bright{
    filter: brightness(1.5);
}
.brighter {
    filter: brightness(2.4);
}
.mt-m10{
    margin-top: -10px;
}
.mt-100{
    margin-top: 100px;
}
.text-right {
    text-align: right !important;
}
.blink{
    animation: blinker 2.5s linear infinite;
}
@keyframes blinker{
    50%{
        opacity: 0;
    }
}

.md-drawer-wd {
    width: 900px;
}
.sm-drawer-wd{
    width: 600px;
}
.xs-drawer-wd {
    width: 500px;
}
.map-drawer{
    width: 30%;
}
.option-block {
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.option-block:hover {
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.option-block .icon-block {
    transform: scale(1);
    transition: all 200ms linear;
    transition-delay: 0.03s;
}

.option-block:hover .icon-block {
    transform: scale(1.2);
    transition: all 200ms linear;
    transition-delay: 0.03s;
    color: var(--bs-info) !important;
}

/* ========= display ====== */
.display-contents {
    display: contents !important;
}
.display-initial {
    display: initial !important;
}
#business-profile .ribbon-label{
    top: 30px !important
}
/* ========= Fixed bar ====== */
.fixed-bar{
    position: absolute;
    z-index: 1;
    width: -webkit-fill-available;
    width: -moz-available;
    /* width: calc(71.5%); */
}

/* ========= Google MAP Remove border ====== */
.gm-style iframe + div {
    border: none !important;
}

/* ========= border color ====== */


/*====== SAI Pagination ======== */
.sai-pagination{
    /* position: absolute;
    bottom: 80px;
    width: -webkit-fill-available;
    margin-right: 15px;
    z-index: 1; */

    list-style: none;
    margin: 0;
    padding: 0;
}

.inp-secure {
    -webkit-text-security: disc; 
}
.cursor-auto {
    cursor: auto !important;
}

/* Smaller desktop up to 1370px */

@media(max-width:1370px){
    .aside .menu>.menu-item>.menu-link .menu-icon {
        width: 35px !important;
        height: 35px !important;
    }
    .fs-2hx {
        font-size: 2rem !important;
    }
    .aside {
        width: 80px !important;
    }
    .wrapper {
        padding-left: 80px !important;
    }
    .header-fixed .header{
        left: 80px !important;
        height: 70px !important;
    }
    .header-fixed .wrapper {
        padding-top: 70px !important;
    }
    .aside-logo .h-55px {
        height: 50px !important;
    }
    .page-title .fs-3 {
        font-size: 1.2rem !important;
    }
    .fs-1 {
        font-size: 1.5rem !important;
    }
    .fs-2 {
        font-size: 1.35rem !important;
    }
    .fs-3 {
        font-size: 1.15rem !important;
    }
    .fs-4 {
        font-size: 1.01rem !important;
    }
    .fs-5 {
        font-size: 1rem !important;
    }
    .fs-6 {
        font-size: 0.95rem !important;
    }
    .fs-7 {
        font-size: 0.85rem !important;
    }
    .fs-8 {
        font-size: 0.75rem !important;
    }
    .fs-2x {
        font-size: 1.5rem !important;
    }
    .fs-3x {
        font-size: 2.5rem !important;
    }
    .fs-4x {
        font-size: 3.5rem !important;
    }
    .stepper-title{
        font-size: 1.15rem !important;
    }
    .stepper-desc{
        font-size: 12px !important;
    }
    #carrier_order_list_modal .py-10 {
        padding-top: 2rem !important;
        padding-bottom: 1.8rem !important;
    }
    #carrier_order_list_modal .mt-n20 {
        margin-top: -6rem !important;
    }
    div[role="round-progressbar"]{
        font-size: 2rem !important;
    }
    #uses_notification div[role="round-progressbar"] {
        font-size: 0.75rem !important;
    }
    .h1,
    h1 {
        font-size: 1.6rem;
    }
    .map-search-box {
        height: 50px;
    }
    .map-search-btn {
        width: 30px;
        height: 30px;
        margin-top: 0px !important;
    }
    .map-search-btn>i {
        font-size: 15px;
    }
    .map-search-text {
        line-height: 30px;
    }
    .map-search-clear {
        margin-top: 8px;
        font-size: 15px !important;
    }
    .btn{
        font-size: 1rem !important;
    }
        .onmap-layer .form-check-input {
            width: 1.35rem !important;
            height: 1.35rem !important;
        }

}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .onmap-layer {
        position: absolute !important;
        z-index: 1;
        min-height: 450px;
        width: 350px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
    .onmap-layer {
        position: absolute !important;
        z-index: 1;
        min-height: 450px;
        width: 320px !important;
    }
}
/* Tablet portrate Responsive */

@media screen and (min-width: 751px) and (max-width: 991px) {
    .onmap-layer {
        position: absolute !important;
        z-index: 1;
        min-height: 450px;
        width: 320px;
    }

    .m-w-100 {
        width: 100% !important;
    }

    .m-mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .fc .fc-toolbar-title {
        margin-top: 0.5rem !important;
    }

    .fc .fc-toolbar {
        display: block !important;
        align-items: normal !important;
    }

    .m-mt-0 {
        margin-top: 0px !important;
    }

    #add-order-status .btn {
        width: 100% !important;
    }

    .w-20p {
        width: 50% !important;
    }

    .wrapper {
        padding-left: 0px !important;
    }

    .header-fixed .header {
        left: 0px !important;
    }

    /* .map-m-h {
        min-height: 445px;
    } */

    .ml-15p {
        margin-left: 0%;
    }

    .fc .fc-view-harness {
        margin-top: 55px !important;
    }

    .tot-ship-top {
        margin-top: 65px !important;
    }
    .carrier-summary-sk .col-xl-2:nth-child(-n+5):first-child {
        display: none !important;
    }
    /* #carrier_add_card .card-toolbar{
        display: contents !important;
    } */
    #carrier_order_list_modal .fixed-bar {
        position: relative !important;
    }
    #carrier_order_list_modal .me-10 {
        margin-right: 0 !important;
    }
    #carrier_order_list_modal .mt-100 {
        margin-top: 10px;
    }
    #carrier_order_list_modal .carrier-details-search-btn {
        margin-top: -65px !important;
    }
    #carrier_order_list_modal .tab-mb-0 {
        margin-bottom: 0 !important;
    }

    #carrier_order_list_modal .tab-pb-0 {
        padding-bottom: 0 !important;
    }
    
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .onmap-layer {
        position: absolute !important;
        z-index: 1;
        min-height: 450px;
        width: 350px;
    }
}

/* Tablet landscape Responsive */

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .onmap-layer {
        position: absolute !important;
        z-index: 1;
        min-height: 450px;
        width: 290px;
    }

    .m-w-100 {
        width: 100% !important;
    }

    .m-mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .fc .fc-toolbar-title {
        margin-top: 0.5rem !important;
    }

    .fc .fc-toolbar {
        display: block !important;
        align-items: normal !important;
    }

    .m-mt-0 {
        margin-top: 0px !important;
    }

    #add-order-status .btn {
        width: 100% !important;
    }

    .w-20p {
        width: 50% !important;
    }

    .wrapper {
        padding-left: 80px !important;
    }

    .header-fixed .header {
        left: 80px !important;
    }

    .map-m-h {
        min-height: 445px;
    }

    .ml-15p {
        margin-left: 0%;
    }

    .fc .fc-view-harness {
        margin-top: 55px !important;
    }

    .tot-ship-top {
        margin-top: 65px !important;
    }
    .carrier-summary-sk .col-xl-2:nth-child(-n+5):first-child {
        display: none !important;
    }
    #carrier_order_list_modal .tab-land{
        width: 100% !important;
    }
    #carrier_order_list_modal .tab-col{
        width: 25% !important;
    }
    .tab-full-wd{
        width: 100% !important;
    }
    
}

/* 
=================================
--- Mobile Responsive ---
=================================
*/

@media(max-width:750px){
    .onmap-layer {
        position: inherit !important;
        z-index: 1;
        min-height: 440px;
    }
    .m-w-100 {
        width: 100% !important;
    }
    .m-mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .fc .fc-toolbar-title {
        margin-top: 0.5rem !important;
    }
    .fc .fc-toolbar {
        display: block !important;
        align-items: normal !important;
    }
    .m-mt-0 {
        margin-top: 0px !important;
    }
    #add-order-status .btn {
        width: 100% !important;
    }
    .w-20p {
        width: 50% !important;
    }
    .wrapper{
        padding-left: 0px !important;
    }
    .header-fixed .header {
        left: 0px !important;
    }
    .map-m-h {
        min-height: 350px;
    }
    .ml-15p {
        margin-left: 0%;
    }
    .map-search-box{
        display: none;
    }
    .fc .fc-view-harness {
        margin-top: 55px !important;
    }
    .tot-ship-top{
        margin-top: 65px !important;
    }
    .carrier-summary-sk .card-header{
        display: none;
    }
    .carrier-summary-sk .col-xl-2:nth-child(-n+5):first-child{
        display: none !important;
    }
    .m-d-block{
        display: block !important;
    }
    #carrier_order_list_modal .me-10{
        margin-right: 0 !important;
    }
    #carrier_order_list_modal .mt-100{
        margin-top: 10px;
    }
    #carrier_order_list_modal .fixed-bar{
        position: relative !important;
    }
    #parcel_tracking_drawer{
        width: auto !important;
    }
    #parcel_tracking_drawer .parcel-tracking-details{
        padding: 2rem 1.25rem !important;
    }
    #parcel_tracking_drawer .card-header{
        padding: 0 1.25rem !important;
    }
    #parcel_tracking_drawer .px-5 {
        padding-right: 1rem !important;
        padding-left: 0rem !important;
    }
    #parcel_tracking_drawer .mb-5 {
        margin-bottom: 0.75rem !important;
    }
    .md-drawer-wd{
        width: 100% !important;
    }
    .sm-drawer-wd{
        width: 100% !important;
    }
    .xs-drawer-wd {
        width: 100% !important;
    }
    #business_logo_and_color_card{
        display: none;
    }
    div[role="round-progressbar"] {
        --size: 4rem !important;
    }
    div[role="round-progressbar"] {
        font-size: 1rem !important;
    }
    .m-hide{
        display: none !important;
    }
    .m-login-foot{
        margin-right: 0 !important;
        text-align: center;
    }
    .map-drawer {
        width: 100%;
    }
    
    #order-stat .w-50 {
        width: 100% !important;
    }
    .m-mt-10{
        margin-top: 10px;
    }
    .create-order-frm-open, .manifest-success-close-btn{
        margin-bottom: 0 !important;
        position: relative !important;
    }
    #user_log_data_table_wrapper .table-responsive {
        overflow-x: auto !important;
    }
    .chat-screen {
        left: 6px !important;
    }
    .m-mt-2{
        margin-top: 2rem !important;
    }

    /*==================================== 
    datatable columns convert into row 
    ======================================*/
       
       .dataTables_wrapper th{
        display: none;
       }
       .dataTables_wrapper td {
        display: block;
        text-align: left;
        border: none;
        padding: 6px;
      }
      
      .dataTables_wrapper th {
        background-color: #f2f2f2;
        font-weight: bold;
      }
      
      .dataTables_wrapper tr {
        border-bottom: 1px solid #ddd;
      }
}

@media(min-width:1400px){

.map-m-h{
    min-height: 455px !important;
}
.onmap-layer{
    min-height: 460px !important;
}

}