/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .printing-admin-row {
    display: flex;
    align-items: center;
}

.printing-admin-select {
   position: relative;
   width: 100%;
   height: 40px;
   background: #fff;
   border: 2px solid #5B6987 !important;
   /* box-shadow: 0px 0px 0px 1px #e7e7e9 inset !important; */
   color: #43454b;
   font-size: 14px;
   font-weight: 400 !important;
   outline: none !important;
   /* line-height: 40px; */
   white-space: nowrap;
   margin-right: 5px;
   padding: 4px 16px 4px 8px !important;
   border-radius: 6px !important;
   -webkit-border-radius: 6px !important;
   -moz-border-radius: 6px !important;
   -ms-border-radius: 6px !important;
   -o-border-radius: 6px !important;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

.printing-admin-btn {
   background: #5B6987;
   border: none;
   color: #fff;
   font-size: 14px;
   line-height: 40px;
   padding: 0 20px;
   outline: none !important;
   text-align: center;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   cursor: pointer;
}
