*,
*::before,
*::after {
  box-sizing: border-box;
}
body{
	scroll-behavior: smooth;
}
.modal-header{
	position: relative;
}
.modal-header:after {
    border: 0.5px solid #ddd;
    content: "";
    position: absolute;
    bottom: -5px;
    width: 90%;
    height: 0px;
    left: 25px;
}
@media (max-width: 767px){
	.modal-header:after {
    	border: 0.5px solid #ddd;
    	content: "";
    	position: absolute;
    	bottom: 0;
    	width: 100%;
    	height: 0px;
    	left: 0px;
	}
}
.text-danger{
	font-size: 14px;
	font-weight: 600;
	color: red !important;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-end{
	text-align: end;	
}
.banner{
	position: relative;
	min-height: 100vh;
}
.banner::before{
	content: "";
	position: fixed;
	background: url(../../images/Admin_Banner.png) no-repeat center bottom;
	height: 100vh;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
	min-height: var(--original-viewport-height);
	left: 0;
	top: 0;
	will-change: transform;
	z-index: -1;
}
@media screen and (max-width:991px) {
	.banner::before{
		background-position: right !important;
	}
}
.banner .admin-login {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 1;
    width: 450px;
    transform: translateY(-50%);
}
.title-wrap a{
    font-size: 72px;
    color: #fff;
    text-decoration: none;
	margin-left: -12px;
}
.banner .admin-login h2{
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.banner .admin-login form label{
	color: #fff;
}
.banner .admin-login .login-form input{
	display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
}
.banner .admin-login .login-form input:focus{
	box-shadow: none;
	outline: none;
}
.banner .admin-login .login-form a{
	color: #fff;
}
.banner .admin-login .login-form .submit-btn {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    width: 40%;
    padding: 10px;
    font-weight: 600;
}
.banner .admin-login .login-form .submit-btn:focus,
.banner .admin-login .login-form .submit-btn:active{
	outline: none;
	box-shadow: none;
}
.banner .admin-login .login-form .submit-btn:hover{
	color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
@media (max-width: 991px) {
	.banner .banner-img{
		background-position: right;
	}
	.banner .banner-img:before{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #000;
		opacity: 0.5;
	}
	.banner .admin-login {
    	position: absolute;
    	top: 15%;
    	left: 8%;
    	z-index: 1;
    	width: 320px;
	}
}
@media (max-width: 767px){
	.banner .admin-login {
    	position: absolute;
    	top: 15%;
    	left: 30px;
    	z-index: 1;
    	width: 320px;
	}
	.content-wrapper .page-title{
    	font-size: 14px;
	}
}
.settings-form .card{
	border-radius: 20px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 11%);
}
.settings-form .card-header p{
	margin-bottom: 0;
    font-size: 13px;
    display: flex;
    align-items: baseline;
    margin-top: 10px;
    color: red;
}
em{
	color: red ;
}
.settings-form .card-header p em{
	margin-right: 5px;
}
.settings-form .card-body .logo-cls{
	width: 130px;
	height: 80px;
	object-fit: contain;
}
.settings-form .card-body .fav-logo{
	width: 35px;
	height: 35px;
	object-fit: contain;
	margin-top: 15px;
}
.settings-form .card-body .form-switch .form-check-input{
	width: 4em;
	height: 2em;
}
.settings-form .card-body .captacha-check .form-check-input{
	width: 1.6em;
	height: 1.5em;
}
.del-clr{
	color: red;
}
.page-title{
    font-size: 18px;
}
.wrap-s{
	position: relative;
}
.alert-msg {
    position: absolute;
    right:3%;
    top: 15px;
    z-index: 11 !important;
}
.alert-msg .toast-header{
	padding-bottom: 0 !important;
}
.alert-msg .toast-body p{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
}
@media (max-width: 767px){
	.alert-msg {
    	right:6%;
    	top: 15px;
    	width: 320px;
	}
	.alert-msg .toast-body p{
		font-size: 14px;
	}
}
.cke_button__about, .cke_button__source{
	display: none !important;
}
.cke_dialog_tab[title="Link"] {
    display: none !important;
}
/*.cke_dialog_ui_vbox_child tr.cke_dialog_ui_hbox {
    display: none !important;
}*/
td.cke_dialog_ui_hbox_last {
    display: none !important;
}
.confirm-delete .close-btn{
    background-color:#696cff;
    border: 1px solid #696cff;
    padding: 0px 12px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -15px;
}
.confirm-delete .body-content p{
	font-size: 18px;
}
.menu-icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    font-size: 1.25rem;
    cursor: pointer;
}
.table-class .table-responsive{
	width: 100%;
	display: inline-block;
}
.dataTables_wrapper{
	padding: 0 !important;
}
.table-class .table-responsive table{
	width: 100% !important;
}
.table-class table tr td{
	white-space: nowrap;
}
.table-class table tr.odd td.dataTables_empty {
    width: 100% !important;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
}
.cke_button__scayt, .cke_button__link, .cke_button__unlink{
	display: none !important;
}
.cke_button__pastetext, .cke_button__paste_icon{
	display: none !important;
}
.table-class {
    margin-top: 30px;
}
.page-title a{
	font-weight: bold;
	color: #566a7f;
	text-decoration: none;
}
.page-title a:hover{
	color: #566a7f;
	text-decoration: none;
}
.admin_logo{
	width: 160px;
	height: auto;
}
.admin_logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Scrollbar BEGIN */
::-webkit-scrollbar {
	width: 7px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1; 
	border-radius: 30px;
}

::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
/* Scrollbar END */

.sponser_btns button{
	margin: 10px 0;
}
.sponser_btns{
	top: 20px;
}	
.sponser_del_btn{
	width: 30px;
    height: 30px;
    background-color: #ff0000d1;
    border-radius: 100%;
	cursor: pointer;
}
.sponser_del_btn i{
	color: #fff;
	margin: 5px;
}
.sponser_del_btn:hover{
	box-shadow: 0 0.125rem 0.25rem 0 #f52e2f;
	transition: all 0.2s ease-in-out;
	transform: translateY(-1px);
}
.title_sponser_whole_div h5,
.shorts_whole_div h5,
.t-shirt_whole_div h5{
	font-weight: bold;
}
.gap_editor .cke_chrome{
	margin-bottom: 15px;
}
.size_outer_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.size_wrap {
    width: calc(100% / 3);
    padding-right: 15px;
}
@media (max-width: 768px){
	.size_wrap {
    	width: calc(100% / 2);
	}
}
.admin-login-logo{
	width: 60%;
    margin-bottom: 20px;
}
.admin-login-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.settings-form .editor-input{
	flex-direction: column;
}
.change_field{
	margin-bottom: unset !important;
}
.view-admin-div{
	display: flex;
}
.view-admin-div label{
	flex: 2;
}
.view-admin-div span{
	flex: 2;
	padding-right: 15px;
}
.view-admin-div span img{
	width: 100%;
    object-fit: contain;
}
.txt-editor-admin-view img{
	width: 100%;
    height: 200px;
    object-fit: contain;
}
.border-left-view-admin{
	border-left: 1px solid #80808042;
}
.txt-editor-admin-view p{
	text-align: center;
}
.ck-content p{
	color: #697a8d;
	font-weight: 500;
}
.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{
	flex-wrap: wrap !important;
}
.loading-ad{
	position: relative;
}
.loading-ad::after{
	content: "";
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #696cff; /* Blue */
	border-radius: 50%;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
	z-index: 9999;	
	animation: spin 0.9s linear infinite;
	text-align: center;
}
.loading-ad::before{
	position: absolute;
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999;
	opacity: 0.9;
}

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

@media screen and (max-width:576px){
	.w-25.boxer-dropdown{
		width: 100% !important;
	}
}
.avatar i{
	font-size: 20px;
    background-color: #231f2014;
    color: #231f20a3;
    border-radius: 8px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avatar img{
	object-fit: scale-down;
	background-color: #231f2014;
	width: 40px !important;
    height: 40px !important;
    padding: 3px;
}
.admin-box-detail span{
	color: #697a8d;
}
.eye-icon{
	font-size: 20px;
}
.hr-height{
	height: 3px !important;
	color: #637589c7 !important;
}
.dimension-box{
	border: 1px solid #e0e0e0;
    padding: 15px 20px 15px 20px;
}
.green-bg{
	background-color: #def3ff !important;
}
.pink-bg{
	background-color: #ffe5f1a6 !important;
}
.face-bg{
    background-color: #ffe8bda1 !important;
}
.grey-bg{
	background-color: #e6dcff96 !important;
}
.light-green-bg{
	background-color: #e3ffd8 !important;
}
.sandal-bg{
	background-color: #f4ffd8 !important;
}
.static-num-field{
	border: 1px solid #ccc;
    border-radius: 3px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w-60{
	width: 60px;
}
.menu-inner{
	overflow-y: auto;
	overflow-x: hidden;
}
.menu-inner::-webkit-scrollbar {
	display: none;
}
.preview-img{
	width: 150px;
    height: 150px;
    margin: auto;
	margin: 5px auto 15px auto;
}
.preview-img img{
	width: 100%;
    height: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	object-fit: cover;
	transition: 0.3s all;
	cursor: pointer;
}
.preview-img img:hover{
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.fit-top img{
	object-position: top;
}
.modal-preview{
	width: 100%;
	height: 100%;
}
.modal-preview img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.preview-backdrop{
	background-color: #000000b8;
}
.preview-backdrop .btn-close{
	position: fixed;
	right: 50px;
	top: 40px;
	background-color: #525252 !important;
    border-radius: 7.5rem !important;
	box-shadow: unset;
}
.preview-backdrop .modal-content{
	background-color: unset !important;
}
.fit-mobile-one img{
	object-position: 0 -100px;
}
.fit-mobile-two img{
	object-position: center;
}
.fit-app-one img{
	object-position: bottom;
}
.fit-interior-two img{
	object-position: 0 -240px;
}
.form-select.error,
.form-control.error{
	color: #697a8d;
	font-size: 0.9375rem;
}
.custom-graph-week{
	width: 100%;
	height: 400px;
}
.note-relative{
	position: relative;
}
.note-relative span{
	position: absolute;
    width: 100%;
    white-space: nowrap;
    top: 8px;
    right: -75px;
    font-style: oblique;
}
.day-count-box{
	padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0px 10px #0000001c, 0 10px 10px #00000012;
}
.promote-bg{
	background-color: #696cff;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}
.promote-bg:hover{
	color: #fff;
}
.promoted-bg{
	background-color: #5cb85c;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
	cursor: default;
}
.active-bg{
	background-color: #04aa6d;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
	cursor: default;
}
.inactive-bg{
	background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
	cursor: default;
}
.promoted-bg:hover{
	color: #fff;
}
.stop-icon{
	border: 1px solid red;
	border-radius: 30px;
}
.top-txt{
	margin-bottom: 10px;
	display: inline-block;
	width: max-content;
}