/*(min-width: 1600px)*/

@media(min-width: 1600px){
	.registration-page .container{
		max-width:1400px!important;
	}

}


/************************************************************** min-width end here  ****************************************** */


/************************************************************** max-width start here ****************************************** */

/*(max-width: 1599px)*/

@media(max-width: 1599px){
	html{
		font-size:59%;
	}
	.comm-button,
	.secondary-button{
		border-radius: 6px;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2.178rem;
		padding: 1.2rem 2rem;
		min-height: unset;
	}
	.dash_sidebar_ul {
		row-gap: 2rem;
	}
	.sidebar_logo img {
		max-width: 19rem;
	}
	.dashboard-siderbar {
		width: 250px;
		padding: 2rem 2.4rem;
	}
	.dashboard_right_content {
		width: calc(100% - 250px);
	}
	.common_modal .modal-dialog {
		max-width: 650px;
	}
	.edit_image_btns_row{
		padding: 1.8rem 4rem;	
	  }
	

}


/*(max-width: 1399px)*/

@media(max-width: 1399px){
	html{
		font-size:56%;
	}
	.sidebar_logo img {
		max-width: 18rem;
	}
	.range-slider {
		width: 76%;
	}


	
}

/*(max-width: 1320px)*/

@media(max-width: 1320px){

	.logo_dimension_main-row {
		gap: 2rem;
		row-gap:4rem;
		flex-wrap: wrap;
	}

}


/*(max-width: 991px)*/

@media(max-width: 991px){

	.sidebar_toggle{
		opacity:1;
		visibility: visible;
	}
	.sidebar_close_btn{
		display: block;
		position: absolute;
		right: 1rem;
		top:1rem;
	  }
	.sidebar_close_btn i {
		font-size: 2rem;
	}
	.dashboard-siderbar {
		width: 0;
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
		transition: width 0.3s ease-in-out;
		white-space: nowrap;
		z-index: 99;
		padding:0;
	  }	  
	  .sidebar-open .dashboard-siderbar {
		width: 250px; 
		padding: 2.6rem 2.4rem;
	  }
	  .dashboard_right_content {
		 width: 100%;
	   }
	   .file-format-col {
		width: 48%;
	}
	.final_logo_image_outer {
		padding: 0;
	}
	.dash_logo_list .dash_logo_col .comm-button {
		display: block;
		opacity: 1;
		visibility: visible;
	}


}

/*(max-width: 767px)*/

@media(max-width: 767px){


}

/*(max-width: 575px)*/

@media(max-width: 575px){ 
	.file-upload-wrapper .drg-rw {
		flex-wrap: wrap;
		justify-content: center;
	}
	.common_modal .modal-body {
		padding: 2rem;
	  }
	 .edit_image_btns_row {
		flex-wrap: wrap;
		width: auto;
	}
	.dashboard_right_inner_wrapper {
		padding: 2rem 1.5rem;
	}
	.final-logo-row {
		flex-wrap: wrap;
	}
	.file-format-col:first-child {
		min-width: unset;
	}
	.file-format-col {
		border-right: 0;
		border-bottom: 1px dashed #666;
		padding: 0 0 0 0;
		width: 100%;
	}
	.payment_pagination .d-sm-none {
		display: none !important;
	}
	.payment_pagination .flex-sm-fill{
		display: block !important;
	}
	.comm-top-box-head .head-name {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	.comm-button, .secondary-button {
        font-size: 1.5rem;
         padding: 1.2rem;
    }

	
	
  
}

/*(max-width: 480px)*/

@media(max-width: 480px){

}

