﻿.az-drawer {
    /* overflow-y: auto; */
    -webkit-transition: width 0.25s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.25s cubic-bezier(0.5, 0, 0, 1);
    transition: width 0.25s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.25s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: width 0.25s cubic-bezier(0.5, 0, 0, 1), -o-transform 0.25s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: width 0.25s cubic-bezier(0.5, 0, 0, 1), transform 0.25s cubic-bezier(0.5, 0, 0, 1), -moz-transform 0.25s cubic-bezier(0.5, 0, 0, 1);
    transition: width 0.25s cubic-bezier(0.5, 0, 0, 1), transform 0.25s cubic-bezier(0.5, 0, 0, 1);
    transition: width 0.25s cubic-bezier(0.5, 0, 0, 1), transform 0.25s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.25s cubic-bezier(0.5, 0, 0, 1), -moz-transform 0.25s cubic-bezier(0.5, 0, 0, 1), -o-transform 0.25s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.az-drawer-left {
    
}
.az-drawer-right {
    
}
.az-drawer-left.az-drawer--opened {
    transform: translateX(0);
}
.az-drawer-right.az-drawer--opened {
    transform: translateX(0);
}
.az-drawer-left.az-drawer--closed {
    transform: translateX(-100%);
}
.az-drawer-right.az-drawer--closed {
    transform: translateX(100%);
}
.az-drawer--closed {
    
}
.az-drawer {
    
}
.az-drawer .az-drawer-inner-wrapper {
    position: relative;
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    /*left: 0;
    top: 0;
    overflow-y: auto;*/
    background-color: #fff;
    z-index: 10;
}
.az-drawer-header, 
.az-drawer-footer {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight:400;
}
.az-drawer-body
{
    font-weight:400;
}
.az-drawer-header, 
.az-drawer-footer {
}
.az-drawer-header {
    position: absolute;
    border-bottom: 1px solid #eee;
    min-height: 50px;
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    /*z-index: 20;*/
    background: #fff;
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.06);
    height:auto;
}
.az-drawer-header-title {
    margin: 0 0 0 36px;
    font-size: 16px;
    font-weight: 300;
    /*float: left;*/
    line-height: 28px;
    color: #000;
}
.az-drawer-header > .az-drawer-header-title:first-child {
    margin-left: 10px;
}
.az-drawer-trigger-btn {
       /* top: 11px; */
    /* right: 16px; */
    /* z-index: 20; */
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    /* padding: 4px; */
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    float: left;
    border-radius: 3px;
    color: #cdcdcd;
    margin: 2px 0;
}
.az-drawer-done-btn {
    border: 0px solid #ddd;
    /* border-radius: 5px; */
    /* float: right; */
    padding: 15px 22px;
    font-size: 15px;
    background-color: #f5f5f5;
    color: #333;
    margin: 0px -12px;
    position: absolute;
    top: 0;
    right: 0;
}
    
    .az-drawer-done-btn.disabled {
        opacity: 0;
    }
    .az-drawer-done-btn:hover {
        color: #f5f5f5;
        background-color: #1fa01f;
    }
.az-drawer-trigger-btn:hover
{
     color: #333;
     border-color:#555;
}
.az-drawer-body {
   
    position: absolute;
    width: 100%;
    min-height: 150px;
    /* overflow-y: auto; */
    /* position: absolute; */
    xheight: 100%;
}
.az-drawer-content-style {
    max-width: 694px;
    margin: 0 auto;
    padding:16px 12px 0 12px;
}
.az-drawer-body-vh100 {
    height: 100%;
    top: 0px;
}
.az-drawer-body-vh100-x {
    height: calc(100% - 53px);
    top: 53px;
}


.az-drawer-has-sticky-footer .az-drawer-body {
    padding-bottom: 60px;
}
.az-drawer-footer {
    border-top: 0px solid #eee;
    min-height: 50px;
    width: 100%;
    z-index: 20;
    background: #fff;
}

.az-drawer-has-sticky-footer .az-drawer-footer {
    left: 0;
    bottom: 0;
    position: fixed;
    box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.06);
}
.az-drawer-modal {
    position: fixed;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3215686274509804);
    z-index: 9998;
    visibility: hidden;
    opacity:0;
    transition: all 0.3s;
    cursor: crosshair;
}
.az-drawer--opened + .az-drawer-modal {
    visibility: visible;
    opacity:1;
}
.az-drawer--closed + .az-drawer-modal {
}

.az-global-drawer-open {
  
     scrollbar-width: none;
     overflow-style: none; /* IE 11 */
}
.az-global-drawer-open::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.az-drawer-transparent {
    background: rgba(255, 255, 255, 0) !important;
}
.az-drawer-transparent .az-drawer-inner-wrapper {
    background: rgba(255, 255, 255, .80) !important;
}
/*===============================
    Header Fixed With PS
===============================*/
.ps .az-drawer-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
/*===============================
    Drawer Item Scroll
===============================*/
.drawer-item-scroller {
    overflow: auto;
    height: 100%;
}
/* width */
.drawer-item-scroller::-webkit-scrollbar {
    width: 8px;
}


/* Track */
.drawer-item-scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #F4F6F6;
    border-radius: 10px;
}


/* Handle */
.drawer-item-scroller::-webkit-scrollbar-thumb {
    background: #E5E8E8;
    border-radius: 10px;
}


/* Handle on hover */
.drawer-item-scroller::-webkit-scrollbar-thumb:hover {
    background: #CCD1D1;
}

/*az drawer actions start*/
.az-drawer-actions-drop {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #D5D8DC !important;
    background-color: #f5f5f5 !important;
    /*padding: 18px 18px !important;*/
    width: 53px;
    min-height: 52px;
}

.az-drawer-actions-drop:hover, .az-drawer-actions-drop:active {
    background-color: #1fa01f !important;
    cursor: pointer !important;
}

.az-drawer-actions-drop .dropdown-toggle {
    box-shadow: none !important;
    color: #333 !important;
    vertical-align: middle !important;
}

.az-drawer-actions-drop .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0 !important;
    vertical-align: baseline !important;
    content: "";
    border: none !important;
    font-weight: 700 !important;
}

.az-drawer-actions-drop .az-drawer-actions-font-icon {
    font-weight: 900 !important;
    padding: 17px;
}

.az-drawer-actions-drop:hover .az-drawer-actions-font-icon {
    color: white !important;
}

.az-drawer-actions-drop .az-drawer-actions-custom-drop-down-menu.show {
    position: absolute;
    will-change: transform;
    top: 21px !important;
    left: 0px;
    transform: translate3d(-124px, 34px, 0px);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}


.az-drawer-actions-drop .az-drawer-actions-custom-drop-down-menu.show .dropdown-divider:nth-last-child(1) {
    display: none;
}

.az-drawer-actions-drop + .az-drawer-done-btn {
    right: 54px !important;
    margin: 0px !important;
    border: 0px solid #ddd;
    padding: 15px 22px;
    font-size: 15px;
    background-color: #f5f5f5;
    color: #333;
    margin: 0px !important;
    position: absolute;
    top: 0;
}

.az-drawer-actions-drop + .az-drawer-done-btn:hover {
    color: #f5f5f5 !important;
    background-color: #1fa01f !important;
}


/*az drawer actions end*/


.az-drawer-optins-sizing, .az-drawer-content-sizing {
    margin: 0 auto;
    padding: 8px 12px;
}

/*
===============================
Responsive
===============================
*/
.az-drawer-responsive {
    width: 38%;
}
.az-drawer-responsive-100
{
    width:100% !important;  
}
@media (max-width: 767px) {
    .az-drawer {
        width: 100% !important;    
    }
  
}
@media (max-width: 1200px) {
    .az-drawer-responsive {
        width: 420px;    
    }
  
}