/*
Theme Name: Devsbud
Theme URI: https://devsbud.com
Author: Iqbal Hossen
Author URI: https://iqbalhossen.com
Description: A custom WordPress theme built with Elementor compatibility
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devsbud
*/

.canvas-container {
  position: relative;
  margin-bottom: 20px;
}

.canvas-container canvas {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  max-width: 500px;
  height: 300px;
}

.clear-btn {
  margin-top: 5px;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 4px;
	    z-index: 999999999;
    position: absolute;
    bottom: 0;
    right: 0;

}
.clear-btn:hover {
  background-color: #d32f2f;
}
.canvas-container.signature-canvas-container {
    /* width: 3000px !important; */
    /* max-width: 300px; */
    height: 200px;
}