.sheetouter {
    display: flex;
}

.sheetouter .sheetleft {
    width: 330px;
    min-width: 330px;

}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Apply spinning animation to icon */
.add-spin {
    animation: spin 1s linear infinite;
}
iconify-icon.lock-icon-screen {
    cursor: pointer;
}
.sheetouter .sheetright {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    height: calc(100vh - 106px)
}

.sheetouter .sheetleft .sheetleftinner div#v-pills-tab {
    box-shadow: 0px 15px 15px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    z-index: 1;
    width: 85px;
    align-items: center;
    justify-content: center;
}

.sheetouter .sheetleft .sheetleftinner {
    height: calc(100vh - 106px);
    display: flex;
    flex: 1;
	padding: 15px;
	flex-direction: column;
    overflow-y: hidden;
}
.sheetouter .sheetleft .sheetleftinner::-webkit-scrollbar {
    width: 0px;
    }
    @-moz-document url-prefix() {
    .sheetouter .sheetleft .sheetleftinner {
        scrollbar-color: grey transparent;
        scrollbar-width: thin;
    }
}
.sheetouter .sheetleft .sheetleftinner:hover {
    overflow-y: auto;
}
.sheetouter .sheetleft .sheetleftinner .sidesheetleftstep_box {
    width: 100%;
	flex-shrink: 0;
} 

.leftstepimg_box:hover::-webkit-scrollbar {
    width: 4px;
}
.leftstepimg_box:hover::-webkit-scrollbar-thumb {
    background: #a8a6a6;
}
.leftstepimg_box {
    /* flex: 1; */
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: calc(100vh - 370px);
    /* flex-shrink: 0; */
}
.main_show_div {
flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* .leftstepimg_box::-webkit-scrollbar {
width: 0px;
} */
@-moz-document url-prefix() {
    .leftstepimg_box {
        scrollbar-color: grey transparent;
        scrollbar-width: thin;
    }
}
.leftstepimg_box:hover {
	overflow-y: auto;
}
.sheetouter .sheetleft .sheetleftinner .leftstepimg_box .leftstepimg_list {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.sheetouter .sheetleft .sheetleftinner .leftstepimg_box .leftstepimg_list .leftstepclose_btn {
    display: inline-flex;
    align-self: flex-start;
    flex-shrink: 0;
    margin-right: 5px;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}
.sheetouter .sheetleft .sheetleftinner .leftstepimg_box .leftstepimg_list .leftstep_img {
    display: inline-block;
	flex-shrink: 0;
}
.leftstepimg_list .leftstep_img img {
    width: 100px;
    height: 110px;
    object-fit: contain;
    display: block;	
    background: #f4f4f4;
    border: 1px solid #ebebeb;
}
.sheetouter .sheetleft .sheetleftinner h2.sheetstephead {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.sheetouter .sheetleft .sheetleftinner .leftstepimg_box .leftstepimg_list .leftstep_content {
    flex-grow: 1;
    margin-left: 10px;
}
.sheetouter .sheetleft .sheetleftinner .leftstepimg_box .leftstepimg_list .leftstep_content h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.sheetouter .sheetleft .sheetleftinner input.stepleft_control {
	width: 100%;
    height: 26px;
    font-size: 12px;
    padding: 2px 3px;
    display: inline-block;
    max-width: 64px;
    outline: 0px;
    box-shadow: none;
}
.sheetouter .sheetleft .sheetleftinner .leftstepimg_box .leftstepimg_list .leftstep_content .stepinputlock_btn {
    display: inline-flex;
    font-size: 16px;
    color: #000;
    margin-left: 10px;
}
.sheetouter .sheetleft .sheetleftinner h2.sheetstephead span.step_qus_icon {
    display: inline-flex;
    font-size: 18px;
    margin-left: 4px;
}
.sheetouter .sheetleft .sheetleftinner .tab-content {
    flex: 1;
    overflow-y: auto;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.sheetouter .sheetleft .sheetleftinner div#v-pills-tab button.nav-link:first-child {

    border-top: 1px solid #eee;
}

.sheetouter .sheetleft .sheetleftinner div#v-pills-tab button.nav-link {
    width: 100%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    font-size: 12px;
    color: #22242c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sheetouter .sheetleft .sheetleftinner div#v-pills-tab button.nav-link.active,
.sheetouter .sheetleft .sheetleftinner div#v-pills-tab button.nav-link:hover {
    background: #800080;
    border-color: #800080;
    font-weight: 600;
    color: #fff
}

.sheetouter .sheetleft .sheetleftinner div#v-pills-tab button.nav-link.active iconify-icon,
.sheetouter .sheetleft .sheetleftinner div#v-pills-tab button.nav-link:hover iconify-icon {
    opacity: 1;
}

.sheetouter .sheetleft .sheetleftinner div#v-pills-tab button.nav-link iconify-icon {
    font-size: 20px;
    opacity: 0.5;
    margin-bottom: 5px;
}

.sheetouter .sheetleft .sheetleftinner .tab-content .tab-pane {
    padding: 15px;
}

h2.sheethead {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.btn-upload:hover {
    opacity: 0.75;
}

.btn-upload {
    background-color: #800080;
    border: none;
    color: #fff;
    height: 42px;
    padding: 0px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

label.btn-upload iconify-icon {
    font-size: 20px;
    margin-left: 8px;
}

.gangsheetbuilder .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: 0px 0px, 6px 6px;
    background-size: 12px 12px;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 100%), linear-gradient(45deg, #ccc 25%, white 25%, white 75%, #ccc 75%, #ccc 100%);	
}

.gangsheetbuilder .canva-bg {
    position: relative;
}

.gangsheetbuilder div#imagePreview  .image-preview-container{
    width: 100px;
    height: 100px;
    border-radius: 0;
    background-color: #f7f7f7;
    padding: 5px;
    border: 1px solid #dedede;
    position: relative;
    margin: 5px;
}
.gangsheetbuilder div#imagePreview .image-preview-container img {
    width: 100%;
    width: 100%;
    object-fit: contain;
}
.gangsheetbuilder div#imagePreview {
    display: flex;
    flex-wrap: wrap;
}
.pulse_blink {
animation: pulse-main 1.5s infinite;
border-radius: 6px;
opacity: 0.6;
font-size: 14px;
}
@keyframes pulse-main
{
    0% {
box-shadow: 0 0 0 0 rgba(128,0,129,.7);
}
70% {
box-shadow: 0 0 0 10px rgba(128,0,129,0);
}
100% {
box-shadow: 0 0 0 0 rgba(128,0,129,0);
}
}

span.remove-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    width: 25px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 9px;
    min-width: 25px;
}
.gangsheetbuilder .height_box label {
    font-size: 0.7em;
    margin-bottom: 0;
    font-weight: 500;
    color: #212529;
    width: 50%;
}

.gangsheetbuilder .height_box input[type="number"] {
    font-size: 0.8em;
    height: 38px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #1c1e27;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
}

.gangsheetbuilder button.submit_form {
    background-color: transparent;
    border: 1px solid #800080;
    color: #800080;
    height: 42px;
    min-height: 42px;
    padding: 0px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.btnremovetrim{
    background-color: transparent;
    border: 1px solid #800080;
    color: #800080;
    height: 42px;
    min-height: 42px;
    padding: 0px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    text-align: center;
    justify-content: center;
}
.btnremovetrim:hover{
   background-color: #800080;
   color:#fff 
}
.gangsheetbuilder button.submit_form2 {
    background-color: #228b22;
    border: 1px solid #228b22;
    color: #fff;
    height: 42px;
    min-height: 42px;
    padding: 0px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.gangsheetbuilder button.submit_form2:hover {
    background-color: transparent;
    border: 1px solid #228b22;
    color: #228b22;
}

.gangsheetbuilder button.submit_form:hover {
    background-color: #800080;
    border: 1px solid #800080;
    color: #fff;
}

.gangsheetbuilder .chosen-container.chosen-container-single {
    width: 100% !important
}

.gangsheetbuilder .chosen-container-single .chosen-single {
    font-size: 0.8em;
    height: 38px;
    border-radius: 5px;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #1c1e27;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
    width: 100%;
}

.gangsheetbuilder .chosen-container-single .chosen-single div b {
    background-position: 0px 7px !important;
}

.blditlund-fntsize .blditlund button {
    background: transparent;
    border: 1px solid #1c1e27;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    height: 38px;
    width: 30px;
    justify-content: center;
    font-size: 0.8em;
}

.blditlund-fntsize .fntsize {
    font-size: 0.8em;
    height: 38px;
    border-radius: 5px;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #1c1e27;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
    display: flex;
    justify-content: space-between;
    min-width: 87px;
    overflow: hidden;
    align-items: center;
}

.blditlund-fntsize .fntsize button {
    position: absolute;
    border: none;
    right: 0px;
    font-size: 13px;
    width: 22px;
}

.blditlund-fntsize .fntsize #increaseFontSizeBtn {
    top: 0px
}

.blditlund-fntsize .fntsize #decreaseFontSizeBtn {
    bottom: 0px
}

.text-bg-stroke {
    height: 38px;
    border-radius: 5px;
    background: #ffffff;
    background-color: #ffffff;
    width: 100%;
}

.text-bg-stroke .text-stroke-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.7em;
    margin-bottom: 10px;
    border: 1px solid #1c1e27;
    padding: 10px;
    border-radius: 5px;
}

.text-bg-stroke .text-stroke-inner input {
    width: 15px;
    height: 15px;
    border: none !important;
    padding: 0px;
    min-width: 15px;
    box-shadow: none;
    outline: none !important;
    margin-right: 4px;
}

/* .text-bg-stroke .text-stroke-inner:last-child {
    border: none !important
} */

.sheetouter .sheetleft .sheetleftinner .form-group .form-control {
    font-size: 0.8em;
    height: 38px;
    border-radius: 5px;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #1c1e27;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
}

.gangsheetbuilder .sheetouter .sheetright .ef-ruler {
    top: 50px;
    height: calc(100% - 50px);
}

.sheetrighttop {
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.btn-addcart {
    background-color: #800080;
    border: none;
    color: #fff;
    height: 38px;
    padding: 0px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.btn-addcart:hover {
    opacity: 0.75;
}

.sheetright .sheetrighttop .sheetrighttopinner button {
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 34px;
    height: 34px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    color: #800080;
}

.sheetright .sheetrighttop .sheetrighttopinner button#Delete {
    border: 1px solid #c5280c;
    background: #c5280c;
    color: #fff;
}

.sheetright .sheetrighttop .sheetrighttopinner button:hover {
    border: 1px solid #800080;
    background: #800080;
    color: #fff;
}

.sheetright .sheetrighttop .sheetrighttopinner button#Delete:hover {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    color: #c5280c;
}

.sheetright .sheetrighttop .sheetrighttopinner select#change_canva {
    font-size: 0.8em;
    height: 33px;
    border-radius: 5px;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #1c1e27;
    box-shadow: none;
    padding: 0.375rem 0.375rem;
}
.sheetright .sheetrighttop  .sheetrighttopinner {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* .gangsheetbuilder #add-rulers-sect .ef-ruler .stage {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}  */
.sheetouter .sheetleft .sheetleftinner .form-group .form-select {
    font-size: 0.8em;
    height: 38px;
    border-radius: 5px;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #1c1e27;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
}
.sheetouter .price_section {
    width: 220px;
    flex-shrink: 0;
    padding: 15px;
    align-items: flex-end;
	display: flex;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.sheetouter .price_section .pricebox_div {
    display: block;
	width: 100%;
}
.sheetouter .price_section .form input {
	font-size: 0.8em;
    height: 38px;
    border-radius: 5px;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #1c1e27;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
	display: block;
    width: 100%;
    border-radius: 5px;
	box-shadow: none;
	outline: 0px;
}
.sheetouter .price_section .form ,
.sheetouter .price_section .printsize_box
{
    margin-bottom: 15px;
}
.sheetouter .price_section .form p ,
.sheetleft .sheetleftinner .form-group label
{
    font-size: 14px;
	font-weight: 500;
    margin-bottom: 6px;
    color: #000;
}
.sheetouter .sheetleft .sheetleftinner .form-group select 
{
	font-size: 0.8em;
    height: 38px;
    border-radius: 5px;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #1c1e27;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
	outline: 0px;
	display: block;
    width: 100%;
	box-shadow: none;
}
.sheetouter .price_section .printsize_box p {
    font-size: 14px;
	font-weight: 500;
    margin-bottom: 6px;
    color: #000;
}
.sheetouter .price_section .printsize_box p.total_print_size {
    margin-bottom: 0px;
    border: 1px solid #1c1e27;	
    background: #fff;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
}

.login_boxMain.login_boxMain_Inner .login_box .preview.cartpreview
{
	text-align: left;
    margin-top: 15px;
}
.login_boxMain.login_boxMain_Inner .login_box .preview .cartedit_btn
{
	border: 1px solid #800080;
    width: 42px;
    height: 42px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
	font-size: 18px;
    color: #800080;
}
.login_boxMain.login_boxMain_Inner .login_box .preview .cartedit_btn:hover
{
    background: #800080;
    color: #fff!important;
}	
.login_boxMain.login_boxMain_Inner .login_box .preview .cartpreview_btn
{
	border: 1px solid #000000;
    width: 42px;
    height: 42px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
	font-size: 18px;
    justify-content: center;
    color: #000000;
}	
.login_boxMain.login_boxMain_Inner .login_box .preview .cartpreview_btn:hover
{
    background: #000000;
    color: #fff!important;
}	
.login_boxMain.login_boxMain_Inner .login_box .preview .cartdelete_btn
{
    width: 42px;
    height: 42px;
    border: 1px solid #c5280c;
    background: transparent;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
	font-size: 18px;
    justify-content: center;
    color: #c5280c;
}	
.login_boxMain.login_boxMain_Inner .login_box .preview .cartdelete_btn:hover
{
    background: #c5280c;
    color: #fff!important;
}
.modal.delete_modal .modal-body .deleteicon_box {
    text-align: center;
	margin-bottom: 10px;
}
.modal.delete_modal .modal-body .deleteicon_box iconify-icon {
    color: #c5280c;
    font-size: 60px;
}
.modal.delete_modal .modal-body h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.modal.delete_modal .modal-body .orderButtons {
    margin-top: 30px;
}
.error {
    color: red !important;
}.gangit-orientation label:not(:last-child) {
    margin-right:10px
}
.gangit-orientation label {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
 
}
.trim-image-btn ,
.remove-background-btn
{
    height: 26px !important;
    font-size: 11px !important;
    border-radius: 4px !important;
    padding: 0px 5px !important;
}
.gangit-orientation  input[type="radio"]
{
   margin: 0px 5px 0px 0px;; 
}
.gangit-orientation  input[type="radio"].form-check-input:checked {
    background-color: #800080;
    border-color: #800080;
}