.webkulshadowstock{
    background-color: #f1f1f1;
    padding: 0 25px;
    clear: both;
}
.wk-oosn-emailBox{
    position: relative;
}
#wk-notification-container{
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 10px;
    position: relative;
}
#wk-oosn-button{   
    max-width: 100%;
}
#wk-oosn-button span:after{
    background-image: none;
    content: "\f0e0";
    font-family: 'Fontawesome';
    color: #fff;
    font-size: 18px;
    display: flex;
    width: 20px;
    margin-left: 10px;
    align-items: center;
    line-height: 1px;
}
#oosn_email{
    height: 100%;
}
.wk-oosn-notificationcontainer{
    margin: 10px 0;
    display:inline-block;
    position:relative;
    z-index:0;
}
#loader{
    display:none;
    float:right;
    margin:20px 0 0 50px;
    width:30px;
    height:10px;
    position:absolute;
}
.wk-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: absolute!important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-loading-mask-outer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-loader {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}
.wk-display-none {
    display: none;
}
#wk-oosn-warning{
    display:none;
    margin-top: 10px;
    background-color: transparent;
    padding-left: 25px;
}
#wk-oosn-warning b{
    font-weight: normal;
    color: #000;
}
.message.error#wk-oosn-warning b:before{
    content: '\f00d';
    font-family: 'FontAwesome';
    margin-right: 4px;
    color:#ff0000;
    background-color: transparent;
    font-size: 16px;
    width: 20px;
}
.message.success#wk-oosn-warning b:before{
    content: '\f00c';
    margin-right: 4px;
    color: #339933;
    font-family: 'FontAwesome';
    font-size: 16px;
    width: 20px;
}
#wk-oosn-email-warning{
    color:red;
    background-color: transparent;
}
.wk-oosn-error{
    color: red;
}
.wk-container {
    margin: 10px 0;
}
@media only screen and (max-width: 767px) {
    .wk-oosn-container {
        text-align: center;
    }
}
@media only screen and (max-width: 767px)  {
    #associate-select {
      width: 100% !important;
    }
  }
