/* div.position-relative{
    width: 167px!important;
} */

#cciu_info_text{
    font-family: emoji;
    text-align: center;
    margin-bottom: 39px;
    font-size: 15px;
    width: 100%;
}

.croppie-container .cr-resizer, .croppie-container .cr-viewport{
   border: 1px solid black;
}
/* .cr-boundary > img{
    transform-origin: 2049.49px 921px!important;
} */
.cciu_navigation_button{
    outline: unset!important; 
   
}
.croppie-container .cr-slider-wrap{
    margin: 43px auto;
    width: 41%;
    text-align: right;
}
.crop-modal {
    height: 85vh;
    width: 80vw;
}
.crop-canvas-container {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}
.crop-modal .modal-footer {
    display: flex;
    justify-content: center;
}
.crop-modal .modal-footer button {
    padding: 3px 5px;
}
#cciu_reset_btn{
/*     top: -7px;
    left: 13px;
    background: black;
    position: relative;
    color: white;
    padding: 2px;
    cursor: pointer;
    width: 14%; */
	padding: 5px 30px;
    font-size: 20px;
    border-radius: 100px;
    border: none;
    background-color: #c61431;
    color: white;
    text-transform: uppercase;
    font-family: 'Poppins';
}
#cciu_resize_label{
    position: relative;
    font-weight: 900;
    top: -2px;
    float: left;
    left: 24px;
}
.cr-slider{
/*     background: #CE3F56;
    border: 1px solid #CE3F56;
    border-radius: 12px; */
}
.cciu_container{
    font-family: emoji;
    width: 100%;
    padding: 30px 0 15px;
    margin: 0 auto;
}
.cciu_nevigation{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0px 0 14px;
    margin-bottom: 16px;
    background: #401111f0;
    border-radius: 5px;
    padding-left: 20px;
}
.cciu__navigation__list{
    display: flex;
    align-items: center;
    width: 100%;
    /* overflow: auto; */
    padding: 10px 0px;
    margin: 0;
    list-style: none;
}
li.cciu_navigation_item{
    position: relative;
    flex-shrink: 0;
    margin-right: 13px;
    border: 2px #fdf5f5;
    line-height: 1.2;
    height: 45px;
    width: 11%;
    cursor: pointer;
    text-align: center;
}
.cciu_navigation_button{
    /* font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    /* background: none; */
    /* cursor: pointer;  */
    border: none;
    background: none;
    color: white;
    cursor: pointer;
}
.cciu_navigation_cart{
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-left: auto;
	background-color:#FFC300;
	
    transform: translateY(-50%);
}
.cciu_image_container{
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    width: 100%;
    /* column-gap:5%; */
}
.cciu_canvas_wrapper{
    width: 100%;
    height: auto;
    justify-content: center;
    border: 1px dotted;
    position: relative;
    background: #FFEBEE;
}
.cciu_canvas{
    /* width: 425px; */
    height: 550px;
    /* border: 1px dashed #bbb; */
}
.cciu-canvas-image{
    border-color: inherit;
    border-width: 1px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.cciu_label{
    width: 100%;
    height: 100%;
    border-color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    min-height: 50px;
    text-align: center;
    line-height: 18px;
}
#cciu_image_upload{
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.cciu_hidden{
/*     visibility: hidden; */
	clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important;
}
.cciu_section_content{
    text-align: center;
	padding: 5px;
}
.cciu_section{
    padding: 27px;
/*     width: 129%; */
}
.cciu_h2{
    margin-bottom: 10px;
    font-size: 22px;
    font-family: emoji;
    display: flex;
}

.cciu_ul{
/*     display: grid;
    grid-template-columns: repeat(3,1fr);
    -moz-column-gap: 20px;
    column-gap: 0px;
	row-gap: 65px;    */
	display: flex;
	justify-content: space-around;
    padding: 16px;
    margin-left: 0;
    box-sizing: border-box;
    list-style: none;
}
.cciu_li{
/*     height: 124px; */
    width: 124px;
	padding: 0px;
}
.cciu_form_size_header{
    background-color: #dfdfdf;
    box-shadow: none;
/*     width: 79%; */
    display: grid;
    text-align: center;
    border-bottom: 1px solid #bbb;
    align-items: center;
    column-gap: 10px;
    padding: 10px;
    grid-template-columns: 150px 1fr;
}
.cciu_form_size_list{
    width: 100%;
    /* display: grid; */
    /* background: #f2edf1; */
    grid-template-columns: 50px 1fr;
    margin-left: 46px;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 0;
    padding: 1px;
    font-size: 15px;
}
li.cciu_size_row {
    width: 100%;
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 0px;
    padding-right: 17px;
}
li.cciu_size_row:nth-child(even) {
	background-color: #dfdfdf;
}

li.cciu_size_row:nth-child(odd) {
	background-color: #ececec;
}

.cciu_size_group {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(70px,1fr));
    justify-items: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.cciu_size_label{
/*     position: relative;
    width: 65px;
    height: 25px;
    min-width: 70px;
    min-height: 70px;
    display: grid !important;
    place-items: center;
    border: 1px solid #cccc; */
    /* color: #000000; */
/*     border-radius: 4px;
    padding: 26px 11px 6px 12px;
    justify-content: normal;
    margin: 0;
    text-align: center;
    cursor: pointer; */
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 25px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 2px solid #aaa;
    border-radius: 5px;
    cursor: pointer;
}
.cciu_size{
/*     border: 2px solid #aaa; */
    border-radius: 5px;
}
.cciu_quantity_select{
    width: 79px;
}
.cciu_price_container{
    font-size: 24px;
    /* padding: 12px 10px 10px 15px;
  
    text-align: center;
    background: #f2edf1;
    border-radius: 17px;
    border: 1px solid; */
}
#cciu_cart{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #393939;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.cciu_add_image_button {
    cursor: pointer;
    background: none;
    height: 28px;
    width: 100%;
    text-transform: uppercase;
    color: white;
}
.canvas-wrapper{
    /* border:1px dotted;
    background: aliceblue; */
}
#cciu-canvas-container{
    top: 57px;
    left: 40px;
    position: absolute;
    /* width: 408px;
    height: 285px; */
}
.cciu_cart_btn{
    cursor: pointer;
    background: none;
    text-transform: uppercase;
    color: white;
}
#cciu_order_now{
    cursor: pointer;
    background: black;  
    margin-right: 16px;
    padding: 20px;
    text-transform: uppercase;
    color: white;
}
#cciu_add_to_cart,#cciu_cart_btn_bottom{
    cursor: pointer;
    background: black;
    padding: 20px;
    text-transform: uppercase;
    color: white;
}
#cciu_vertical_canvas{
    position: absolute;
    left: 275px;
    top: 16px;
    overflow: hidden;
    opacity: 0.6;
    
}
#cciu_horizontal_canvas{
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 296px;
    /* transform: scaleX(1); */
}
.cciu_selected_size{
    background: #C61330;
/*     border: 1px solid transparent; */
    border-color: #C61330;
    color: white!important;
}
.cciu_selected{
    border: 1px solid transparent;
    border-color: #C61330;
	box-shadow: 0px 0px 5px grey;
	border-radius: 7px;
}

.cciu_activate button{
    background-color: #C61330;   
    color: white;
}
.cciu_activate {
    background-color: #C61330;   
}
.cciu_remove_navigation{
     margin-left: 7px;
    display: initial;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 0;
    color: #fff;
    background-color: #393939;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(47deg);
}
.cciu_horizontal_blur{
    filter: blur(5px);
}   
.cciu_vertical_blur{
    filter: blur(5px);
}   
.cciu_horizontal_mirror{
    opacity: 0.6;
}   
.cciu_vertical_mirror{
    opacity: 0.6;
}   
.cciu_horizontal_fill{
    filter: brightness(0);
    opacity: 1!important;
}   
.cciu_vertical_fill{
    filter: brightness(0);
    opacity: 1!important;
}   
.cciu_horizontal_white{
    filter: brightness(1000);
    opacity: 1!important;
}   
.cciu_vertical_white{
    filter: brightness(1000);
    opacity: 1!important;
}   
section.cciu_price_container > * {
    margin-bottom: -10px;
    margin-top: 29px;
}
/* @media only screen and (max-width: 600px) and (min-width: 400px)  {...} */
@media only screen and (max-width: 979px ) {
    .cciu_canvas_wrapper{
        width: 100%;
        /* overflow: auto; */
    }
    .croppie-container{
        width: 63%;
    }
    .croppie-container .cr-boundary{
        margin: 0;
    }
    #cciu_vertical_canvas{
        position: absolute;
        left: -15px;
        top: 16px;
        overflow: hidden;
        opacity: 0.6;
    }
    #cciu_horizontal_canvas{
        top: -2px;
        left: 7px;
    }
    #cciu_slide_img_parent{
        top: 35px;
        left: 26px;
    }
    #cciu_reset_btn{
        width: 35%;
    }
}
/* @media only screen and (max-width: 979px) and (min-width: 477px)  {
    #cciu_vertical_canvas{
        left: -7px!important;
        top: 15px;
    }
    #cciu_horizontal_canvas{
        top: 0px!important;
        left: 15px!important;
    }
    #cciu_slide_img_parent{
      
        top: 35px!important;
        left: 7px!important;
        
    }

} */
@media only screen and (max-width: 1230px) and (min-width: 980px)  {
    #cciu_vertical_canvas{
        left: 154px;
        top: 16px;
    }
    #cciu_horizontal_canvas{
        top: 0px;
        left: 176px;
    }
    #cciu_slide_img_parent{
      
        top: 35px;
        left: 13px;
        
    }
}
/* @media only screen and (max-width: 1230px) and (min-width: 620px)  {
    #cciu_slide_img_parent{
        overflow: hidden;
        /* z-index: 500; */
        /* top: 35px!important;
        left: 13px!important;
        position: relative;
        min-width: 410px;
    }
    #cciu_vertical_canvas{
        left: 59px!important;
        top: 16px!important;
    }
    #cciu_horizontal_canvas{
        top: -2px!important;
        left: 80px!important; */
    /* }
}  */ 
@media only screen and (max-width: 1240px) and (min-width: 500px){
    li.cciu_navigation_item{
        margin-right: 12px;
        width: 14%;
    
    }
    .cciu_remove_navigation{
        font-size: 12px;
        width: 18px;
        height: 18px;
        margin-top: 1px;
    }
    .cciu_add_image_button{
        font-size: 10px;
    }
}
@media only screen and (max-width: 449px) {
    li.cciu_navigation_item{
       
        width: 18%;
        margin-right: 6px;
    
    }
    .cciu_remove_navigation{
        width: 16px;
        height: 16px;
        
    }
}
@media only screen and (max-width: 1240px) {

    .cciu_image_container{
        position: relative;
        display: block;
        justify-content: center;
        width: 100%;
        column-gap: 155px;

    }
    .cciu_ul{
/*         display: grid;
        grid-template-columns: repeat(2,4fr);
        -moz-column-gap: 20px;
        column-gap: 21px;
		row-gap: 59px; */
        padding-bottom: 57px;
        margin-left: 0;
        box-sizing: border-box;
        list-style: none;
    }
    .cciu_section{
        padding: 0px;
        width: 100%;
    }
    .cciu_canvas{
        /* width: 100%; */
        height: 506px;
        /* border: 1px dashed #bbb; */
    }
   
   
}
.demo-wrapper {
    width: 800px;
    height: 600px;
  }

  #cciu_slide_img_parent{
    overflow: hidden;
    /* z-index: 500; */
    top: 35px;
    left: 25px;
    position: relative;
    min-width: 410px;
}
#cciu_choose_file{
    position: absolute;
    left: 0;
    right: 0;
    width: 130px;
    margin: 0 auto !important;
    border-radius: 5px;
}
#cciu_slide_img_child{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform .3s;
}
img#cciu_uploaded_img{
    width: 500px;
    z-index: 500;
    overflow: hidden;
    position: relative;
    height: 345px;
    max-width: 100%;
    pointer-events: none;
}
@media only screen and (max-width: 300px) {
    #cciu_info_text{
        width: 62%;
    }
}
@media only screen and (max-width: 568px) {
    #cciu_resize_label{
        top: -25px;
        float: left;
        left: -44px;
    }
    #cciu_reset_btn{
        top: -29px;
        left: 51px;
    }

}
@media only screen and (max-width: 1229px)  and (min-width: 568px) {
    #cciu_resize_label{
        top: -32px;
        left: -54px;
       
    }
    #cciu_reset_btn{
        top: -33px;
        left: 69px;
    }

}
@media only screen and (max-width: 345px){
    #cciu_reset_btn{
        top: 3px;
        left: -118px;
    }
}
/* loader start */
#pbms_loader_overlay{
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 99999;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:root {
	--fg: #17181c;
	--shade1: #727274;
	--shade2: #cccdd1;
	--shade3: #f3f4f8;
	--shade4: #ffffff;
	--dur1: 1s;
	--dur2: 6s;
	font-size: calc(16px + (32 - 16)*(100vw - 320px)/(2560 - 320));
}

.preloader {
    animation: largePopOut var(--dur1) linear;
    border-radius: 50%;
    box-shadow: 0.15em 0.15em 0.15em var(--shade4) inset, -0.15em -0.15em 0.15em var(--shade1) inset, 1em 1em 2em var(--shade1), -1em -1em 2em var(--shade4);
    /* margin-bottom: 3em; */
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 291px;
    color: white;
    font-style: italic;
    font-size: 16px;
    line-height: 2;
    padding-left: 22px;
    padding-top: 52px;
    width: 9em;
    background: #CE3F56;
    height: 9em;
}
.preloader__square {
	animation: smallPopOut1 var(--dur1) linear, popInOut var(--dur2) var(--dur1) linear infinite;
	border-radius: 0.5em;
	box-shadow:
		0.15em 0.15em 0.15em var(--shade4) inset,
		-0.15em -0.15em 0.15em var(--shade1) inset,
		0.25em 0.25em 0.5em var(--shade1),
		-0.25em -0.25em 0.5em var(--shade4);
	position: absolute;
	top: 2.5em;
	left: 2.5em;
	width: 3em;
	height: 3em;
}
.preloader__square:nth-child(n + 2):nth-child(-n + 3) {
	left: 6.5em;
}
.preloader__square:nth-child(n + 3) {
	top: 6.5em;
}
.preloader__square:nth-child(2) {
	animation: smallPopOut2 var(--dur1) linear, move2 var(--dur2) var(--dur1) linear infinite;
}
.preloader__square:nth-child(3) {
	animation: smallPopOut3 var(--dur1) linear, move3 var(--dur2) var(--dur1) linear infinite;
}
.preloader__square:nth-child(4) {
	animation: smallPopOut4 var(--dur1) linear, move4 var(--dur2) var(--dur1) linear infinite;
}
.status {
	animation: fadeIn var(--dur1) linear forwards;
	text-align: center;
}
.status__dot {
	animation: appear1 var(--dur1) var(--dur1) steps(1,start) infinite;
	display: inline-block;
}
.status__dot:nth-child(2) {
	animation: appear2 var(--dur1) var(--dur1) steps(1,start) infinite;
}
.status__dot:nth-child(3) {
	animation: appear3 var(--dur1) var(--dur1) steps(1,start) infinite;
}

.cciu_aspect-ratio {
	text-align: center;
}

.cr-slider {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
.cr-slider:focus {
  outline: none;
}
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2497E3;
  border-radius: 1px;
  border: 0px solid #000000;
}
.cr-slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.cr-slider:focus::-webkit-slider-runnable-track {
  background: #2497E3;
}
.cr-slider::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2497E3;
  border-radius: 1px;
  border: 0px solid #000000;
}
.cr-slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}
.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.cr-slider::-ms-fill-lower {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
.cr-slider::-ms-fill-upper {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
.cr-slider::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}
.cr-slider:focus::-ms-fill-lower {
  background: #2497E3;
}
.cr-slider:focus::-ms-fill-upper {
  background: #2497E3;
}

/*  Start Custom Css  */

div.canvas-wrapper {
	padding: 20px;
	position: relative;
	display: flex;
	cursor: grab;
	box-sizing: content-box;
	margin: 10px auto;
}

picture.canvas-container {
	position: relative;
	overflow: hidden;
	display: block;
}

picture.canvas-container img {
	max-width: none;
}
/* 
#mainImgContainer.frameSelected_white {
	border: 20px solid transparent;
    border-image: url(../partials/images/whiteFrame.png) 20 round;
}

#mainImgContainer.frameSelected_black {
	border: 20px solid transparent;
    border-image: url(../partials/images/blackFrame.png) 20 round;
} */

canvas#horizontal_mirror {
	top: 20px;
	left: 0;
	position: absolute;
	transform: scaleX(-1);
	opacity: 0.5;
}

canvas#vertical_mirror {
	left: 20px;
	top: 0;
	position: absolute;
	transform: scaleY(-1);
	opacity: 0.5;
}

.inputWrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    gap: 10px;
}

.display_none {
	display: none;
}

.web_list {
	display: grid !important;
}

.mobile_list {
	display: none !important;
}

#frameContainer.frameWhite {
	position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    border: 20px solid transparent;
    border-image: url(../partials/images/whiteFrame.png) 20 round;
    z-index: 999;
}

#frameContainer.frameBlack {
	position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    border: 20px solid transparent;
    border-image: url(../partials/images/blackFrame.png) 20 round;
    z-index: 999;
}

.boxShadowElement {
	box-shadow: 0px 0px 5px 5px black;
}

/* .cr-boundary, .cr-slider-wrap {
	display: none;
} */

@media only screen and (max-width: 991px){
    .web_list{
        display: none !important;
    }
	
	.mobile_list{
        display: grid !important;
    }
}

/*  End Custom Css  */

/* Animations */
/* @keyframes largePopOut {
	from, 20% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1), 
			0 0 0 var(--shade4);
	}
	40% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			2em 2em 2em var(--shade1), 
			-2em -2em 4em var(--shade4);
	}
	60%, to {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			1em 1em 2em var(--shade1), 
			-1em -1em 2em var(--shade4);
	}
}
@keyframes smallPopOut1 {
	from, 40% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1), 
			0 0 0 var(--shade4);
	}
	60% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
	}
	80%, to {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
	}
}

@keyframes smallPopOut2 {
	from, 45% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1), 
			0 0 0 var(--shade4);
	}
	65% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
	}
	85%, to {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
	}
}

@keyframes smallPopOut3 {
	from, 50% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1), 
			0 0 0 var(--shade4);
	}
	70% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
	}
	90%, to {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
	}
}

@keyframes smallPopOut4 {
	from, 55% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1), 
			0 0 0 var(--shade4);
	}
	75% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
	}
	95%, to {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
	}
}
@keyframes popInOut {
	from {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
		transform: translate(0,0);
	}
	4% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
		transform: translate(0,0);
	}
	8% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1),
			0 0 0 var(--shade4);
		transform: translate(0,0);
	}
	12%, 16% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1),
			0 0 0 var(--shade4);
		transform: translate(4em,0);
	}
	20% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
		transform: translate(4em,0);
	}
	24%, 25% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
		transform: translate(4em,0);
	}
	29% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
		transform: translate(4em,0);
	}
	33% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1),
			0 0 0 var(--shade4);
		transform: translate(4em,0);
	}
	37%, 41% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1),
			0 0 0 var(--shade4);
		transform: translate(4em,4em);
	}
	45% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
		transform: translate(4em,4em);
	}
	49%, 50% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
		transform: translate(4em,4em);
	}
	54% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
		transform: translate(4em,4em);
	}
	58% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1),
			0 0 0 var(--shade4);
		transform: translate(4em,4em);
	}
	62%, 66% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1),
			0 0 0 var(--shade4);
		transform: translate(0,4em);
	}
	70% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
		transform: translate(0,4em);
	}
	74%, 75% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
		transform: translate(0,4em);
	}
	79% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
		transform: translate(0,4em);
	}
	83% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1),
			0 0 0 var(--shade4);
		transform: translate(0,4em);
	}
	87%, 91% {
		box-shadow:
			0 0 0 var(--shade4) inset,
			0 0 0 var(--shade1) inset,
			0 0 0 var(--shade1),
			0 0 0 var(--shade4);
		transform: translate(0,0);
	}
	95% {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.5em 0.5em 0.5em var(--shade1),
			-0.5em -0.5em 1em var(--shade4);
		transform: translate(0,0);
	}
	99%, to {
		box-shadow:
			0.15em 0.15em 0.15em var(--shade4) inset,
			-0.15em -0.15em 0.15em var(--shade1) inset,
			0.25em 0.25em 0.5em var(--shade1),
			-0.25em -0.25em 0.5em var(--shade4);
		transform: translate(0,0);
	}
}
@keyframes move2 {
	from, 8% {
		transform: translate(0,0);
		width: 3em;
		height: 3em;
	}
	12% {
		transform: translate(-4em,0);
		width: 7em;
		height: 3em;
	}
	16%, 83% {
		transform: translate(-4em,0);
		width: 3em;
		height: 3em;
	}
	87% {
		transform: translate(-4em,0);
		width: 3em;
		height: 7em;
	}
	91%, to {
		transform: translate(-4em,4em);
		width: 3em;
		height: 3em;
	}
}
@keyframes move3 {
	from, 33% {
		transform: translate(0,0);
		height: 3em;
	}
	37% {
		transform: translate(0,-4em);
		height: 7em;
	}
	41%, to {
		transform: translate(0,-4em);
		height: 3em;
	}
}
@keyframes move4 {
	from, 58% {
		transform: translate(0,0);
		width: 3em;
	}
	62% {
		transform: translate(0,0);
		width: 7em;
	}
	66%, to {
		transform: translate(4em,0);
		width: 3em;
	}
}
@keyframes fadeIn {
	from, 67% {
		opacity: 0;
	}
	83.3%, to {
		opacity: 1;
	}
}
@keyframes appear1 {
	from {
		visibility: hidden;
	}
	33%, to {
		visibility: visible;
	}
}
@keyframes appear2 {
	from, 33% {
		visibility: hidden;
	}
	67%, to {
		visibility: visible;
	}
}
@keyframes appear3 {
	from, 67% {
		visibility: hidden;
	}
	to {
		visibility: visible;
	}
} */

/* Dark mode */
/* @media (prefers-color-scheme: dark) {
	:root {
		--fg: #e3e4e8;
		--shade1: #23252a;
		--shade2: #3e424c;
		--shade3: #4a4e5a;
		--shade4: #686e7e;
	}
} */
/* loader end */
/* .cciu_form_right{
    
} */

/* expend bootstrap container class */
@media (min-width: 1430px) {
    .container {
        max-width: 1400px !important;
    }
}
@media (min-width: 1630px) {
    .container {
        max-width: 1600px !important;
    }
}
@media (min-width: 1830px) {
    .container {
        max-width: 1800px !important;
    }
}
@media (min-width: 2030px) {
    .container {
        max-width: 2000px !important;
    }
}
@media (min-width: 2230px) {
    .container {
        max-width: 2200px !important;
    }
}