/***************Start updated by Sandeep******************/
.shape_circle_fill, .shape_triangle_fill, .shape_square_fill, .shape_round_square{
  overflow: visible !important;
}
.rightSection {
  /* overflow-y: scroll; */
}
#background_image{
	align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
}
.mainCanvas{
    align-items: center;
    justify-content: center;
    display: flex;
}
.workCanvas{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    height: 60px;
    width: 60px;
    background-color: #555;
    border-radius: 50%;
    margin: auto;
    border: 0px solid #555;
    transform: skew(0deg);
  }

  .square {
    height: 60px;
    width: 60px;
    background-color: #555;
    border: 0px solid #555;
    transform: skew(0deg);
    }
	.rectangle {
		height: 60px;
		width: 90px;
		background-color: #555;
    border: 0px solid #555;
    transform: skew(0deg);
	  }
    .parallelogram {
      width: 80px;
      height: 60px;
      transform: skew(20deg);
      background: #555;
      border: 0px solid #555;

    }
    .square_border {
      height: 60px;
      width: 60px;
      background-color: transparent;
      border: 3px solid #555 !important;
  }
  .square_round{
    height: 60px;
    width: 60px;
    border-radius: 10px;
    background-color: #555;
  }
  .square_round_border{
    height: 60px;
    width: 60px;
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid #555 !important;
  }  
.circle_border{
  height: 60px;
  width: 60px;
  background-color: transparent;
  border-radius: 50px;
  border: 3px solid #555 !important;
}
.rectangle_border{
  height: 60px;
	width: 90px;
  background-color: transparent;
  border-radius: 0px;
  border:  3px solid #555 !important;
}
.rectangle_round_fill{
  height: 25px;
  width: 55px;
  border-radius: 10px;
  position: relative;
  background-color: #555;
  top: 15px;
}
.rectangle_round_border{
  height: 25px;
  width: 55px;
  background-color: transparent;
  border-radius: 10px;
  top: 26px;
  position: relative;
  border: 3px solid #555 !important;
}
	.triangle-right {
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-left: 25px solid #555;
		border-bottom: 15px solid transparent;
	}
  .line_out{
    margin: 15px;
    height: 60px;
    width: 60px;
  }
  .line_inside{
    height: 5px;
    width: 60px;
    border-radius: 10px;
    top: 23px;
    transform: rotate(-45deg);
    position: relative;
    background-color: #555;
  }
.insideimage {
    position: absolute;
}
.bg_image{
  max-width: 100%;
  height: auto;
}
  /*Drag and resize start*/
  .draggable {
    position: absolute;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    cursor: hand;
    cursor: pointer;
  }

  .resizable {
    /* width: 50%; */
    /* border: 1px solid #bb0000; */
    /* border:  1px dashed black; */
  }

  .resizable img {
    width: 100%;
  }

  .ui-resizable-handle {
    background: #f5dc58;
    border: 1px solid #FFF;
    width: 9px;
    height: 9px;

    z-index: 2;
  }

  .ui-resizable-se {
    right: -5px;
    bottom: -5px;
  }

  .ui-rotatable-handle {
    background: #f5dc58;
    border: 1px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;

    height: 10px;
    left: 50%;
    /* margin: 0 0 0 -5px; */
    position: absolute;
    top: -30px;
    width: 10px;
  }

  .ui-rotatable-handle.ui-draggable-dragging {
    visibility: hidden;
  }

  .ui-resizable-nw {
    left: -5px;
    top: -5px;
  }

  .ui-resizable-ne {
    top: -5px;
    right: -5px;
  }

  .ui-resizable-sw {
    bottom: -5px;
    left: -5px;
  }

  .ui-resizable-se {
    bottom: -5px;
    right: -5px;
  }

  .ui-resizable-n {
    top: -5px;
    left: 50%;
  }

  .ui-resizable-s {
    bottom: -5px;
    left: 50%;
  }

  .ui-resizable-w {
    left: -5px;
    top: 50%;
  }

  .ui-resizable-e {
    right: -5px;
    top: 50%;
  }
  .bold { font-weight: bold; }
  .italic { font-style: italic; }
  .underline{
    text-decoration: underline;
   }

#image_0 #image_1 {
  width: 150px;
  height:150px;
}
.image_graphics .imageview {
    width: 100px;
    height: 100px;
  }
.image_graphics img {
  height: 100%;
   width: 100%;
}

.lock_border {
  border: 1px solid red !important;
}

/***************End updated by Sandeep******************/

*{
	margin:0px;
	padding:0px;
}

input:focus{
	outline:none;
}
.mainWrapper{
    display: flex;
    min-height: 100%;
    flex-wrap: nowrap;
}

.leftSidebar{
	width: 95px;
    min-width: 35px;
	padding:65px 15px;
	position:relative;
}

.leftSidebar .expendedLeftSideBar .shapesSample{
  display: none;
}
.leftSidebar .expendedLeftSideBar .backgroundSample{
  display: none;
}
.leftSidebar .expendedLeftSideBar .graphicSample{
  display: none;
}
.leftSidebar .expendedLeftSideBar .textSamples{
  display: none;
}
.leftSidebar .expendedLeftSideBar .backgroundSample .masonryGallery{
  column-count: 3;
}

.leftSidebar .expendedLeftSideBar .backgroundSample .masonryGallery img {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  grid-row: 1 / -1;
  grid-column: 1;
}

.leftSidebar .expendedLeftSideBar{
  display: none;
  padding:15px;
	    width: 300px;
    height: calc(100% - 59px);
    position: absolute;
    background: #fff;
    left: 100px;
    top: 59px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.leftSidebar .expendedLeftSideBar .backgroundSample .masonryGallery{
  /* display: none; */
}

.leftSidebar .expendedLeftSideBar .graphicSample .image-tab .masonryGallery{
  column-count: 3;
}
.leftSidebar .expendedLeftSideBar .graphicSample .image-tab .masonryGallery img{
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  grid-row: 1 / -1;
  grid-column: 1;
}

.custom-tabs .nav-tabs{
  border:none;
  margin-bottom: 20px;
}
.custom-tabs .nav-tabs .nav-item .nav-link{
  font-size: 14px;
  border: none;
  background: #ececec;
  border-radius: 20px;
  margin-right: 10px;
  color: #000;
}
.custom-tabs .nav-tabs .nav-item .nav-link.active{
  background: #4e5e8f;
  color: #fff;
}
.selectionShortcut{
	width:80px;
}
.selectionShortcut ul{
	padding:0px;
	margin:0px;
  width: 70px;
}
.selectionShortcut ul li{
	list-style: none;
	display:block;
	font-size: 13px;
	padding:7px 0px;
	cursor: pointer;
  text-align: center;
}
.selectionItems{
	width:100%;
}
.selectionItems ul{
	padding:0px;
	margin:0px;
}
.selectionItems ul li{
	list-style: none;
	color:#fff;
	font-size: 13px;
	padding:7px 0px;
	cursor: pointer;
}
.rightSection{
	width:100%;
	padding: 0px 0px 0px 20px;
}
.rightSection .ad-sizes{text-align: center;}
.rightSection .ad-sizes ul{padding:0px;margin:0px}
.rightSection .ad-sizes ul li{list-style:none;cursor:pointer;display:inline-block;margin-right:10px;font-size: 14px;font-weight: 500;padding: 18px 20px;}
.rightSection .ad-sizes ul li.active{
	border-bottom: 2px solid #4e5e8f;
}
.rightSection .mainCanvas{
	width:100%;
	margin:0px auto;
	background: #ececec;
    height: 500px;
	border-radius:10px;
    padding: 20px;
}
.rightSection .workCanvas{
	width: 300px;
    height: 250px;
    margin: auto auto;
    /* border: 1px solid #999; */
    box-shadow: rgb(0 0 0) 0px 0px 0.5rem;
    background-color: white;
    background-image: none;
   
}
.workCanvas{
	width: 300px ;
    height: 250px ;
    margin: auto auto;
    /* border: 1px solid #999; 
    box-shadow: rgb(0 0 0) 0px 0px 0.5rem;*/
    background-color: white;
    background-image: none;
    overflow: hidden;
}
   
.commonSquare{
    width:100px;
    height:100px;
    border:2px solid #f00;
}

.commonRectangle{
    width:150px;
    height:100px;
    border:2px solid #ff0;
}

.commonCircle{
    width:80px;
    height:80px;
    border-radius: 100%;
    border:2px solid #ff0;
}

.rightUpdatePanel{
	width:300px;
	min-width:300px;
	display:none;
	background: #fff;
	padding: 20px;
}

.rightUpdatePanel .buttons{
	margin-bottom: 22px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row{
	margin-bottom: 20px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row ul{
	padding:0px;
	margin:0px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row ul li{
	list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #484848;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row ul li p {
    font-size: 11px;
    text-align: center;
    font-weight: 500;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .width{
	margin-right:10px;
}
.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .height{
	margin-left:10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .width input{
	border: none;
    border-bottom: 1px solid #dedede;
    border-radius: 0px;
	font-size:13px;
	padding:5px 0px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .width input:focus{
	box-shadow:none;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .height input:focus{
	box-shadow:none;
}
 
.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .height input{
	border: none;
    border-bottom: 1px solid #dedede;
    border-radius: 0px;
	font-size:13px;
	padding:5px 0px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .rotate{
	    width: 50px;
		cursor:pointer;
    text-align: right;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row{
	display:flex;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .fontfamily{
	display:flex;
	margin-bottom:15px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .fontfamily select{
	font-size:13px;
	margin-right: 15px;
}
.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .fontfamily input{
	font-size:13px;
	    padding: 5px 3px;
    text-align: center;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .fontfamily button span{
	font-size:11px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .textAlignment{
	display:flex;
	    justify-content: space-between;
}
.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .textAlignment ul{
	padding:0px;
	margin:0px;
}
.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .textAlignment ul li{
	list-style:none;
	display:inline-block;
	font-size: 13px;
    margin-right: 10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row{
	display:flex;
	    justify-content: space-between;
	margin-bottom:15px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .fillColor .picker{
	width: 50px;
    height: 15px;
    border-radius: 3px;
    background: #ececec;
	float: left;
	margin-right:10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .fillColor{
	font-size:13px;
	line-height: 15px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .borderSelection{
	display:flex;
	align-items:center;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .borderSelection .borderWidth{
	font-size:13px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .borderSelection .borderWidth input{
	border: none;
    border-bottom: 1px solid #dedede;
    border-radius: 0px;
	font-size:13px;
	padding:5px 0px;
	width: 90px;
    margin-right: 10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .border-radius{
	display:flex;
	align-items: center;
	font-size:13px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .border-radius label{
	margin-right: 42px;
    margin-bottom: 0px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .border-radius input{
	border: none;
    border-bottom: 1px solid #dedede;
    border-radius: 0px;
	font-size:13px;
	padding:5px 0px;
	width: 90px;
    margin-right: 10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .border-radius label{
	    margin-right: 42px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .borderColor{
	font-size:13px;
	min-width:100px;
	line-height: 15px;
	margin-right:20px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .borderColor .picker{
	width: 50px;
    height: 15px;
    border-radius: 3px;
    background: #ececec;
	float: left;
	margin-right:10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .transparent{
	    font-size: 13px;
    display: flex;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .transparent label{
	margin-bottom:0px;
	margin-right:10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .shapeProperties .item-row .transparent input{
	margin-right:10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .imageProperties .item-row .transparent{
	    font-size: 13px;
    display: flex;
}

.rightUpdatePanel .rightUpdatePanel-inner .imageProperties .item-row .transparent label{
	margin-bottom:0px;
	margin-right:10px;
}

.rightUpdatePanel .rightUpdatePanel-inner .imageProperties .item-row .transparent input{
	margin-right:10px;
}

.textExpendedItems{
	display:none;
}
.backgroundExpendedItems{
	display:none;
}

.topNavbar{
	background:#4E5E8F;
}
.topNavbar .nav-item .nav-link{
	color:#fff !important;
}


.divider{
	height: 2px;
    background: #dedede;
    margin: 25px auto;
}
