@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');

/* == font-family: 'Lato', sans-serif; ==*/

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
html, body{ height:100%;}
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#555555;
	font-weight:400;
	background: #fff;
}
a {
	text-decoration:none;
	outline:none;
	color:#fff;
}
a:hover {
	color:#0957a1;
}
img {
	vertical-align:top;
	max-width:100%;
	height:auto;
	border:none;
}
.login-logo img{
	margin: 2em 0;
}
input, select, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#888888;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6{
	margin:10px 0;
	color:#000;
	font-weight:600;
}
h1{font-size:30px;}
h2{font-size:28px;}
h3{font-size:24px;}
h4{font-size:22px;}
h5{font-size:20px;}
h6{font-size:18px;}

p{padding:0 0 20px;}
ul {
	padding:0 0 20px 20px;
}
li {
	padding:4px 0;
}
iframe {
	max-width:100%;
	border:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr,
.cl,
.clear {
	clear:both;
}
.clearfix:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline:none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
	background:#fff;
	font-size:15px;
	color:#000000;
	border:1px solid #dddddd;
	padding:0 20px;
	height:45px;
	max-width:100%;
	border-radius:0;
	box-shadow:none;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	border-radius:5px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus
{
	background:#f9f9f9;
	color:#000000;
}
select {
  border: 0;
  padding: 0.925em;
  line-height: 1em;
  border-radius: 20px;
  background-color: #f1f1f2;
  /* -webkit-appearance: none; */
}
input[type="image"],
input[type="submit"],
input[type="button"],
button {
	background:#003690;
	box-shadow:none;
  border: none;
  border-radius: 10px;
	color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
	padding: 0px 1.5em;
	height: 2.8em;
	line-height:normal;
  transition: all 0.3s ease-in-out 0s;
	font-weight:500;
	appearance:normal;
	-webkit-appearance:none;
	position:relative;
	z-index:1;
	overflow:hidden;
}
input[type="image"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	color:#fff;
}

input[type="image"]:after,
input[type="submit"]:after,
input[type="button"]:after,
button:after {

	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	top:0;
	widows:100%;
	height:100%;
	z-index:-1;
	opacity:0;
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
}

input[type="image"]:hover:after,
input[type="submit"]:hover:after,
input[type="button"]:hover:after,
button:hover:after {
	opacity:1;
	transform:none;
	-webkit-transform:none;
}

input[type="image"]:active,
input[type="submit"]:active,
input[type="button"]:active,
button:active {
	box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.1);
}

textarea {
	resize:none;
	min-height:94px;
	padding:12px 20px;
}

.alignleft { float:left; margin:8px 20px 8px 0;}
.alignright { float:right; margin:8px 0 8px 20px;}
.aligncenter { margin:8px auto; text-align:center;}

.wrapper {
	margin:0 auto;
	padding:0 50px;
	max-width:1700px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s, color 9999s ease-out; }

/*===================  Page Standard ===================*/

#page{ min-height:100%; position:relative; width:100%;}
.table-page { display:table; height:100%;}

#page .page-content { height:100%; text-align:center;background-position: center center; background-size: cover; background-attachment: fixed;}
#page .page-content::after, #page .page-content::before {
  content: "";
  display: table;
}
.table-content { display:table-cell; vertical-align:middle;}

/*.innerpage-content { background-color:#e9ebee; background-image: url(../images/home-banner-1.png); background-position: center center; background-size: cover; background-attachment: fixed;}*/
.innerpage-content { background: #E8E8E8;}

/*===================  Page Standard ===================*/

.btn-bg{background-color:#ff1010;}
.btn-cancel{background-color:#000;}

/*===================  Start Login Page ===================*/

.login-container{margin:0 auto;text-align:center;}
.login-container .patten-content { display:inline-block; margin:0 auto 0;}
.patten-content{display:block;position:relative;z-index:1;}

.patten-content::after{
	left:20px;
	right:20px;
	bottom:-20px;
	z-index:0;
}
.login-content {
	background: #ff1010; /* Old browsers */
	background: -moz-linear-gradient(top, #ff1010 0%, #17197c 75%, #00127a 100%, #207cca 100%, #207cca 100%, #2989d8 100%, #207cca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff1010 0%,#17197c 75%,#00127a 100%,#207cca 100%,#207cca 100%,#2989d8 100%,#207cca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff1010 0%,#17197c 75%,#00127a 100%,#207cca 100%,#207cca 100%,#2989d8 100%,#207cca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1010', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.32);
  display: inline-block;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
  z-index: 1;
  min-width: 450px;
}
.login-logo {
    width: 200px;
    margin: -30px auto 0;
}
.login-frm h1{display:block;text-align:center; text-transform:uppercase;padding:10px 0;color: #fff;}
.input-style{position:relative;margin:0;padding:0;}
.input-style .form-control{padding-left:40px;}
.frm:after{content:"";display:block;clear:both;visibility:hidden;}
.frm {padding:12px 0;}
.frm .form-control{ background:none; border-radius:0; border:none; border-bottom:2px solid #fff; font-size:18px; color:#fff; height:60px; transition: all 0.2s linear; -webkit-transition: all 0.2s linear;}
.frm .form-control:focus { background:none; color: #D92D2D; border-bottom-color: #D92D2D;}
.frm .form-control.error { border-bottom-color: #D92D2D;}

.frm .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1;
}
.frm .form-control::-moz-placeholder { /* Firefox 19+ */
  opacity:1;
}
.frm .form-control:-ms-input-placeholder { /* IE 10+ */
  opacity:1;
}
.frm .form-control:-moz-placeholder { /* Firefox 18- */
  opacity:1;
}

.input-icon {
  bottom: 0;
  display: inline-block;
  height: auto;
  left: 0;
  margin: -13px auto auto;
  position: absolute;
  top: 50%;
  width: 40px;
  color:#fff;
  font-size:18px;
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
}
.input-icon img {vertical-align:middle;}
.frm .form-control:focus + .input-icon { color:#D92D2D;}

.forgot a { line-height:28px; display:inline-block; color:#fff; font-size:16px;text-decoration:underline;}

/*===================  Start Checkbox ===================*/
.login-check .check{opacity:0;visibility:hidden;position:absolute;}
.login-check{position:relative; font-size:16px; color:#22344b; display:inline-block;}
.login-check .check-label{padding-left:35px;position:relative;line-height:28px;display:inline-block;}
.login-check .check-label:before{content:"";display:block;position:absolute;left:0;height:28px;width:28px;border:3px solid #22344b;border-radius:100%;top:0;}
.login-check.checked .check-label:before{content:"\f00c"; font-family: FontAwesome;line-height:23px;}
/*===================  End Checkbox ===================*/

/*===================  Start Checkbox ===================*/

.checkbox .check{opacity:0;visibility:hidden;position:absolute;}
.checkbox{position:relative; font-size:16px; color:#000000; font-family: "Archivo Narrow",sans-serif;display:inline-block; vertical-align:middle;}
.checkbox { background: #ffffff none repeat scroll 0 0; border: 1px solid #999; height: 22px; width: 22px; border-radius: 3px; font-weight: normal;}
.checkbox.checked:before{content:"\f00c"; font-family: FontAwesome;line-height:23px;}

.checkbox-block .checkbox .check{opacity:0;visibility:hidden;position:absolute;}
.checkbox-block .checkbox{position:relative; font-size:16px; color:#000000; font-family: "Archivo Narrow",sans-serif;display:inline-block; vertical-align:middle; width:auto; height:auto; border:none;}
.checkbox-block .checkbox.checked:before{display:none;}
.checkbox-block .checkbox.check-inline{display:inline-block; margin-right:20px;}
.checkbox-block .checkbox .check-label{padding-left:35px;position:relative;line-height:28px;display:inline-block;}
.checkbox-block .checkbox .check-label:before{content:"";display:block;position:absolute;left:0;height:22px;width:22px;border:2px solid #3cb6d0;border-radius:3px;top:2px;text-align:center;color:#3cb6d0; font-size:13px;}
.checkbox-block .checkbox.checked .check-label:before{content:"\f00c"; font-family: FontAwesome;line-height:18px;}

/*===================  End Checkbox ===================*/
/*===================  Start Checkbox ===================*/
.radio .rdb{opacity:0;visibility:hidden;position:absolute;}
.radio{position:relative; font-size:16px; color:#000000; font-family: "Archivo Narrow",sans-serif;display:inline-block;}
.radio .radio-label{padding-left:35px;position:relative;line-height:28px;display:inline-block;}
.radio .radio-label:before{content:"";display:block;position:absolute;left:0;height:28px;width:28px;border:2px solid #fcb64b;border-radius:100%;top:0;text-align:center;color:#fcb64b;}
.radio.checked .radio-label:before{content:"\f111"; font-family: FontAwesome;line-height:25px;}

.radio .rdb:checked + .radio-label:before {content:"\f111"; font-family: FontAwesome;line-height:25px;}

/*===================  End Checkbox ===================*/


.btn{ background:#0957a1; font-size:18px; color:#fff; font-weight:400; display:inline-block; font-family: 'Lato', sans-serif; border-radius: 10px;}
.btn.btn-login{width:100%; height:50px;margin:20px 0}
a.btn { padding: 14px 20px 15px; color:#ffffff;}
/*===================  End Login Page ===================*/

/*===================  Start Header ===================*/

.header{
background: #ff1010; /* Old browsers */
background: -moz-linear-gradient(left, #ff1010 0%, #003690 74%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff1010 0%,#003690 74%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff1010 0%,#003690 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1010', endColorstr='#003690',GradientType=1 ); /* IE6-9 */padding:20px;}
.logo img { width:auto; display:inline-block; width: 215px;}
.logo span { margin:0 0 0 20px; padding:0; display:inline-block; font-weight:600;}
.user-image {
  border: 2px solid #ff1010;
  border-radius: 50px;
  height: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 1;
  background: #ff1010;
  line-height:40px;
  overflow:hidden;
}
.user-image img{vertical-align:top; width:100%; object-fit:cover; background-color:#fff;}
.drop-icon img{opacity:1;}
.admin-user .user-dropmenu {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 3px 0 3px 50px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}
.admin-user .user-dropmenu strong {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.user-popup ul:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.user-popup { margin:0; padding:10px 0 0 0; display:block; opacity:0; visibility:hidden; position:absolute; left:0; top:100%; width:100%; max-width:250px; z-index:9;}
.user-popup ul { margin:0; padding:0; list-style:none; position:relative;border-radius:5px;}
.user-popup ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 0;
}
.user-popup ul li a {
  color: #005f80;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 10px 12px;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
}
.user-popup ul li a i {
  margin: 0 5px 0 0;
}

.admin-user { position:relative; margin:0; padding:8px 0;}
.user-popup {
  display: block;
  right: 0;
  margin: 0;
  max-width: 250px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: auto;
  z-index: 9;
  left: inherit;
  min-width: 140px;
}
.user-popup ul { margin:0; padding:0; list-style:none; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.user-popup ul li { margin:0; padding:0; display:block; border-bottom:1px solid #000;}
.user-popup ul li a { margin:0; padding:10px 12px; display:block; cursor:pointer; text-transform:uppercase; font-size:14px; color:#000000; transition:all 0.2s linear;}
.user-popup ul li:last-child { border-bottom:none;}
.user-popup ul li a i { margin:0 5px 0 0;}

.user-popup ul li:first-child a { border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;}
.user-popup ul li:last-child a { border-radius: 0px 0px 3px 3px; -webkit-border-radius: 0px 0px 3px 3px;}

.user-popup ul li a:hover { color:#fff; background-color: #FF1010;}
.drop-icon img{vertical-align:middle;}
.admin-user:hover .user-popup {
  opacity:1; visibility:visible;
  animation: animationFrames ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

/*===================  End Header ===================*/

/*===================  Start Nav ===================*/

/* .navbar {
  display: none;
} */

/*===================  End Nav ===================*/

/*===================  End Footer ===================*/

/*===================  End Footer ===================*/

/* ========== Start Dashboard =============*/


/* ========== End Dashboard =============*/

/* ========== Start Page Head =============*/



/* ========== End Page Head =============*/


/* ========== Alert Message =============*/
.alert{
  display: block;
  padding: 10px 20px 10px 15px;
  position: relative;
  text-align:left;
  font-family: "Open Sans",sans-serif;
  border:1px solid;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert > div {
  display: inline-block;
  padding: 0 10px;
}
.alert .close {
  position: absolute;
  right: 0;
  color:#000000;
  opacity:0.5;
  cursor:pointer;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert p{display:inline-block;padding:0;}

/* ==========  End Alert Message =============*/

/* ========== Start Listing =============*/

.table_listing {
  color: #434a54;
}

.btn-perform a {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  line-height: 14px;
  margin-right: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size:14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-perform a:after {
    background:rgba(0, 0, 0, 0.2);
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	top:0;
	widows:100%;
	height:100%;
	z-index:-1;
	opacity:0;
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
}
.btn-perform a:hover:after{
    opacity: 1;
    transform: none;
}

.btn-perform a img, .btn-perform a span, .btn-perform a i {
  margin-right: 5px;
}
.btn-perform a.btn-delete {
  background-color: #bc2025;
}


.disply-record, .pagination {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.record-select {
  display: inline-block;
  width: 82px;
}
.disply-record .lable-text {
  padding-right: 10px;
}
.pager {
  display: inline-block;
}
.pager a {
  border-bottom: 1px solid #ccd1d9;
  border-left: 1px solid #ccd1d9;
  border-top: 1px solid #ccd1d9;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active
{
	background-color: #005f80;
	color:#ffffff !important;
	height:40px;
	margin:0;
	display:inline-block;
	vertical-align:middle;
  border:none;

}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: #434a54;
  margin: 0;
  min-width: 34px;
  background:#ffffff;
  box-shadow:none;
  border:1px solid #ddd;
  height:30px;
  vertical-align:middle;
  line-height:26px;
  border-radius:0;
  padding-top: 0em;
}

/* === Pagination === */

.pagi .paginate_button { text-align:center; display:inline-block; vertical-align:middle; color:#555555; font-size:15px; border-right:1px solid #dddddd; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; margin:0 -2px; cursor:pointer; padding:0;}
.pagi .paginate_button a { padding:0.5em 1em; height:40px; min-width:34px; display:block; color:#266F12; line-height:25px;}
.pagi .paginate_button a:hover { background:#266F12; color:#fff;}
.pagi .paginate_button.active a { background:#266F12; color:#fff;}
.pagi .paginate_button.previous, .pagi .paginate_button.next{background-color:#fff; color:#266F12; overflow: hidden;}
.pagi .paginate_button.previous a, .pagi .paginate_button.next a { background-color:#fff; color:#266F12; padding:0.5em 1em; min-width:34px; display:block; line-height:25px;}
.pager .paginate_button:first-child { border-left:1px solid #dddddd; margin-left:-2px;}
.pagination .pager-nav, .pager .page-item , .dataTables_paginate .previous, .dataTables_paginate .next{
  color: #ffffff;
  height: 44px;
  line-height: 20px;
  padding: 12px 5px;
  text-align: center;
  text-transform: uppercase;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{margin:1px;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{border-color:#80b31a; background:#80b31a;color:#fff !important; box-shadow:none;}
.pager .page-item {
  color: #434a54;
  display: block;
  margin: 0;
  min-width: 34px;
  vertical-align: middle;
  float: left;
}
.dataTables_wrapper .dataTables_info{padding:20px;}
 .dataTables_wrapper .dataTables_paginate{padding:10px 20px;}
.pager-nav.fr {
  border-radius: 0;
}
.pagination a.pager-nav {
  border: medium none;
  min-width: 77px;
}
.pager a:last-child {
  border-radius: 0 3px 3px 0;
}
.pagination a.pager-nav {
  border-left: 1px solid #eeeeee;
}
.pager a:first-child {
  border-radius: 3px 0 0 3px;
}
.pagination a.pager-nav.fr {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.pagination a.pager-nav {
  border-left: 1px solid #eeeeee;
}
.pager a:hover, .pager a.active {
  background: #22344B;
  color: #ffffff;
}

.table-container {
  border: 1px solid #cbd5d9;
  margin: 30px 0;
  padding: 0;
}
table.table_saller {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
table.table_saller th {
  background: #eee;
  border-left: 1px solid #ccc;
  color: #000;
  font-size: 13px;
  height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}
table.table_saller th .checkbox{border-color:#999;}
table.table_saller th a {
  color: #000;
  display: block;
  padding: 15px 0;
}
table.table_saller th .fa-sort {
  margin-left: 5px;
}
table.table_saller td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #000000;
  height: 30px;
  padding: 10px;
  word-break: break-all;
}
table.table_saller th:first-child,table.table_saller td:first-child { width: 50px;}
table.table_saller th:last-child,table.table_saller td:last-child { border-right: none;}
table.table_saller tr:last-child th,table.table_saller tr:last-child td { border-bottom: none;}

table.table_saller td a{ color:#fff;}
table.table_saller td a.chk_status{background-color: #ccc;color: #000;padding: 0.2em 0.8em;border-radius: 0.3em;font-size: .9em;line-height: normal;}
table.table_saller td a.chk_status.active{background-color: #003690;color: #fff;padding: 0.2em 0.8em;border-radius: 0.3em;font-size: .9em;line-height: normal;}
table.table_saller td a.chk_status:hover, table.table_saller td a.chk_status.active:hover{opacity: 0.9;}
table.table_saller td.column-action a{ color:#003690;}
table.table_saller td a.chk_statuspay.active{ color:#ffffff;}
table.table_saller td:first-child {
  border-left: medium none;
}
.chk_statuspay {
  background: #a9a9a9 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  min-width: 76px;
  padding: 15px 20px;
  width:32%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.chk_statuspay:hover{color:#ffffff;}
.chk_statuspay.active {
  background: #2f8b16 none repeat scroll 0 0;
}
.column-action a {
  color: #1C96B0;
  display: inline-block;
  font-size: 20px;
  margin: 0 3px;
  vertical-align: middle;
}
.column-action a .fa-trash {
  color: #BC2025;
}

/* ========== End Listing =============*/

.login-container {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: url(../images/login-bg.jpg) no-repeat 0 0;
  position: relative;
  background-size: 100% 100%;
  background-position: center bottom;
}

.card-header {
  border-bottom: none;
  text-align: center;
}
.brand-logo {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 8em;
}
.brand-logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.brand-logo ul li {
  padding: 0 5em;
  width: 33.3%;
}
.brand-logo ul li a {
  display: block;
  width: 100%;
}
.brand-logo ul li a img {
  width: 100%;
  max-width: 20em;
}

.card {
  max-width: 22.813em;
  margin: 10em auto 0;
  border-radius: 10px;
}
.card-header {
  background: transparent;
  padding: 0.5em 1em 0;
  font-size: 2em;
  color: #58595b;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  height: 2.8em;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #bbbdbf;
  color: #58595b;
  outline: none;
  box-shadow: none;
  font-size: 1em;
  /* width:100% !important; */
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  box-shadow: none;
  outline: none;
}
.forgot-pass {
  display: block;
  text-align: center;
}
.btn-link {
  text-align: center;
  color: #58595b;
  font-size: 1.125em;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0957a1;
}
.button-action {
  display: block;
  text-align: center;
  margin-left: 1em;
}
.customer-heading .button-action
{
  /* padding-right: 2em; */
  padding: 0;
  margin: 0;
}
.button-action .btn {
  border-radius: 5px;
  padding: 0.2em 1.5em;
  height: auto;
  line-height: inherit;
  font-size: 1.1em;
}
.button-action .btn:focus {
  box-shadow: none;
}

.back-arrowback {
  position: absolute;
  left: 0;
  top: 0;
  margin: 1em;
}

.forgot-container .card {
  max-width: 30.750em;
  padding: 0 5em;
}
.dash-board-branded {
  width: 100%;
}
.main-container {
  display: flex;
  min-height: 100vh;
  /* min-height: calc(100vh - 3em); */
  justify-content: center;
  align-items: flex-start;
  /* padding : 2em 0; */
  position: relative;
  padding: 8em 0 2em 0;
}

.brandlogo-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setCompany {
  display: flex;
  height: 18em;
  align-items: center;
  justify-content: center;
  margin: 0 0.8em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #ddd;
  width: 33.3%;
}

/* .container {
  max-width: 83.000em;
} */

.container {
  max-width: 1650px;
}

.navbar {
  background: #f1f1f1;
}
.header-logo {
  width: 9em;
  display: block;
}
.header-logo img {
  width: 100%;
}
.navbar-nav {
  padding: 0;
}
.navbar {
  padding: 0;
}
.navbar .nav-item {
  padding: 0;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 1.225em;
  padding: 0em 0;
  color: #404041;
  font-weight: 400;
}
/* .dropdown-menu {
  background: url(../images/menu-dropedown.png) no-repeat 0;
    background-size: 0.8em;
    border: none;
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    left: 0.3em;
    background-position: right center;
} */
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  background: #f0f0f1;
  border-top: none;
  border: 1px solid #f0f0f1;
  top: 3em;
  left:0;
  border-radius: 10px;
  background-color: #f1f1f2;
  padding:1em 0;
}
.dropdown-toggle:after {
  background: url(../images/menu-dropedown.png) no-repeat 0 center;
  background-size: 0.8em;
  border: none;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
}
.dropdown-item {
  font-size: 1.225em;
  color: #404041;
  font-weight: 300;
  line-height: 1.2em;
}
.profile .dropdown-toggle:after {
  display: none;
}
.profile > a.nav-link.dropdown-toggle {
  background: #fff;
  height: 3em;
  width: 3em;
  border: 2px solid #babcbe;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.navbar-light .navbar-nav .profile  .nav-link {
  padding: 0;
  font-size: inherit;
  margin: 0.5em 0 0 0;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.9em;
  color: #e3342f;
  text-align: left;
  font-weight: 300;
}
.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

em.error{
	color:red;
	float: left;
	position: absolute;
	bottom: -1.3em;
	/* left: 0; */
}
.options_groups{
  position: relative;
}
.action-show {
  display: none;
}
.tooltipster-box:after, .tooltipster-box:before {
	left: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltipster-box:after {

  border-left-color: #fff;
  border-width: 1em;
  margin-top: -1em;

}
.tooltipster-box:before {
	border-color: rgba(225, 225, 225, 0);
  border-left-color: #e1e1e1;
  border-width: 1.250em;
  margin-top: -1.250em;
}
.tooltipster-content .btn {
  display: block;
  margin: 0.8em 0;
}
.action-showdisplay {
  margin: 0;
  padding: 1em 1.5em 1em 0.625em;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  background-color:rgba(255,255,255,0.9);
  border: 1px solid #bbbcbf;
}
.action-showdisplay a{
	color:#404041;
	display: block;
}
.table tr td{
  color: #404041;
  font-family: "Lato";
  font-weight: 400;
  font-size: 1em;
}
.table tr{
  border-bottom: 1px solid #000;
}
.table tr td a{
  color: #404041;
  font-family: "Lato";
  font-weight: 400;
  text-align: center;
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: 0;
}
.product-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
}
.product-header.add-header h5 {
  padding-left: 0;
  padding-right: 0;
}
.add-product-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.add-product-inner span{
  font-size: 1.25em;
  color:#ff0000;
  font-weight: 600;
}
.add-proct-main{
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.product-data-inner{
  width:50%;
  padding: 1.25em 4em 1.25em 2.5em;
}
.product-data-inner .form-group textarea, input[type="text"],.product-data-inner .form-group input[type="number"]{
  /* width:97%; */
  width: 100%;
}
.product-data-inner .form-group select{
  /* width:97%; */
  width: 100%;
}
.product-img-inner{
  padding: 1.25em 2.5em 1.25em 4em;
  width:50%;
  display: flex;
  align-items: center;
}
.product-img-inner:after{
  content: "";
  display: block;
  width: auto;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: transparent;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  height: auto;
  border-right: 1px solid #bcbdbf;
}
.btn-confirm{
  font-size: 1.125em;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  border-radius: 10px;
  background-color: #0957a1;
  padding: 0 1.5em;
  margin: 1em 0 0 0;
}
.add-main ,.product-main{
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #bbbdbf;
  overflow: hidden;
}
.add-header h5{
  padding: 0.625em 1em;
  margin: 0;
  font-size: 1.2em;
  color: #404041;
  font-family: "Lato";
  font-weight: 400;
}
.add-header{
  background-color: #f1f1f2;
  border-bottom: 1px solid #bbbdbf;
  border-radius: 10px 10px 0 0;

}
.product-body-inner{
  border-radius: 0;
  background-color: #f1f1f2;
}
.product-table .table-bordered, .table-bordered td, .table-bordered th{
  border:0;
}
table.dataTable thead th, table.dataTable thead td{
  border-bottom: 0 !important;
}
/* .product-table{
  padding: 1.5em;
  overflow-x: auto;
} */
.table-size{
  overflow-x: hidden;
}
.table-bordered thead td, .table-bordered thead th:first-child{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.table-bordered thead td, .table-bordered thead th:last-child{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
th.button-action-filter{
  background: #0957a1;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  border-radius: 20px;
  margin:.75rem;
  padding: 0.425em 1em;
}
th a:hover{
  color:white;
  text-decoration: none;
}
td a img{
  width:2em;
}
.customer-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f2;
  border-bottom: 1px solid #bbbdbf;
  border-radius: 10px 10px 0 0;
  padding: 0.8em 1em;
}
.customer-header h5{
  padding: 0;
    margin: 0;
    font-size: 1.2em;
    color: #404041;
    font-family: "Lato";
    font-weight: 400;
}
.customer-main{
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #bbbdbf;
  overflow: hidden;
}
body table.dataTable tbody th, body table.dataTable tbody td {
  padding: 0.625em;
  font-size: 1em;
  padding: 10px 18px;
}
tr.odd {
  border-bottom: 1px solid #000;
}
th.text-filter.sorting,th.sorting.sorting_asc,th.text-filter.sorting_asc,th.select-filter.sorting,th.text-filter.sorting_desc,th.sorting_disabled,th.sorting_disabled,th.action-td.sorting_disabled{
  font-size: 1em;
  color: #555555;
  font-family: "Lato";
  font-weight: 400;
}
.center{
  text-align: center;
}
td {
  border-bottom: None !important;
}

.jqi{
  padding: 2em 5em;
  background-color: #FFFFFF;
  border: 0.25em solid #e1e1e1;
  border-radius: 1em;
  text-align: center;
  position: relative;
}
.jqiclose{
  position: absolute;
  top: 0;
  right: 0.3em;
  font-size: 2em;
  cursor: pointer;
  line-height: normal;
  padding: 0 0.25em;
}
.lead.jqititle{
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}
.jqimessage{
  margin: 0;
  font-size: 1.125em;
}
.jqibuttons {
  display: flex;
  justify-content: center;
  margin: 1em 0 0;
}
.jqibuttons button{
  outline: none !important;
  font-size: 1em;
  outline: none !important;
  padding: 0.8em;
  height: auto;
  width: 5em;
  margin: 0 0.5em;
}



.input-currency-icon {
  position: relative;
}

.input-currency-icon > i {
  	position: absolute;
  	display: block;
  	transform: translate(0, -50%);
  	top: 50%;
	pointer-events: none;
  	width: 2em;
  	text-align: center;
	font-style: normal;
	background: lightgrey;
	line-height: 2.8em;
	border-radius: 5px 0 0 5px;
}

.input-currency-icon > input {
  	padding-left: 2.5em;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background: #2757a1;
  color: #fff !important;
  border-radius: 5px;
  border-color: #2757a1;
}
.action-showdisplay a { color: #404041;}

.form-control{
  border: 1px solid #bbbdbf;
  border-radius: 10px;

}
.menu-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;

}
.menu-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button-spacing{
  padding: 0.5em;
}
.save-cancle-btn-paading{
  padding-top: 1em;
}
.custmr-editpg-spacing h5{
  margin: 0;
  padding: 0;
}
.back-btn-spacing{
  padding: 1.1em 0 1.1em 0;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid
{
  display: inline;
}
.inner-heading-data{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 1em 1em; */
  margin-bottom: 1em;
  padding: 0.5em 1em;
}
.inner-heading-btn{
  display: inline-flex;
}
.navbar-laravel {
  position: fixed;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}
.app-main {
  /* padding-top: 4.2em; */
  background: #fff;
  /* padding-bottom: 2em; */
  /* padding-top:7em; */
}
.nav-link:hover::after, .nav-link.active::after{
  width: 100%;
}
.nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #0856a0;
  transition: width .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav-link{
  display: inline-block;
  text-decoration: none;
}
.menu li a {
  text-transform: capitalize;
  padding: 1.3em 1.5em;
  font-size: 1em;
  color: #4a4a4a;
  position: relative;
}
.nav-item a.nav-link{
  margin-right: 1.5em;
}
.dropdown-menu-right {
  left: auto;
  background: #f1f1f1;
  border-radius: 10px;
  background-color: #f1f1f2;
  position: absolute;
  top: 3.5em;
  border: 1px solid #f1f1f2;
  border-top: none;
  padding: 1em 0;
}
.right-menu a.dropdown-item{
  padding:1em 1em 0 1em;
  font-size: 1.2em;
}
.login-container.forgot-container .card img{
  width:1.9em;
}
.login-container.forgot-container .card .inner-text-forgot{
  font-size: 1.2em;
}
.forgot-container .card-header{
  padding: 0.5em 1em;
  font-size: 1.5em;
}
.dropdown.profile{
	line-height: 1em;
}
/* .product-img-inner .form-control{
	width: 97%;
}

.product-details-deta{
	padding: 1.25em 0em 1.25em 0em;
	width:100%;
} */
.product-details-deta .form-group .form-control{
	height: 3em;
}

#tblProduct, #tblHistory {
	width:97%;
	border: 1px solid #bbbdbf;
}
#tblProduct th, #tblProduct td, #tblHistory th, #tblHistory td {
    padding : 5px 10px;
    text-align: left;
    border-color: #bbbdbf;
}

#tblProduct .removeicon, #tblHistory .removeHistory {
	float: right;
	margin-right:-3em;
}
#tab-product select.form-control{
  height: 2.8em;
}

#tab-product .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px !important;
  padding-right: 20px !important;
  line-height: inherit !important;
}
#tab-product .select2-selection{
  padding:0 !important;
  line-height: 2.58em !important;
}

#tab-product input[type="button"]:active{
  box-shadow: none;
  color: #fff;
  border: 1px solid #003690;
}

#tab-product input[type="button"]:focus{
  background: #003690;
  box-shadow: none;
  border: none;
  color: #FFFFFF;
}
.profile-item{
  display: none;
}

.product-table select.form-control, .orderStatus{
  height: 2.8em;
  padding: 0 0.5em;
  font-size: 1em;
  border: 1px solid #bbbdbf;
  border-radius: 10px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
  padding: 0.5em 0;
}

.option-attribute{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.option-attribute .form-deta{
  width: 50%;
  display: inline-flex;
  align-items: center;
}
.option-attribute .name-data{
  width: 30%;
}
.name-input{
  margin-right: 1em;
}




.dropbtn {
  	color: white;
  	padding: 16px;
  	font-size: 16px;
  	border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 10em;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
  z-index: 1;
  top: 100%;
  left: 0;
  border-radius: 5px;
}

.menu li .dropdown-content a {
  color: black;
  padding: 0.8em 1em;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover { color: #0856a0;}

.dropdown:hover .dropdown-content {display: block;}
.nav-item a.nav-link.nav-dta{
  margin-right: 0;
}
.product-toggle{
  margin-right: 2em;
  margin-left: 0.5em;
}

.dropdown:hover .dropdown-content{
  display:block;
}

.graph {
  overflow: auto;
}

.select-data{
  height: 2.8em;
  padding: 0 20px;
  font-size: 1em;
}
.add-product-inner span {
  position: absolute;
  right: -1em;
}
.product-table button{
  margin:0.5em 0 0 0;
}
#frmAddProduct select{
  height: 2.8em;
  padding: 0 .75rem;
  font-size: 1em;
}
.dash-board-conetent{
  display: flex;
  margin-bottom: 3em;
}
.customer-1{
  width:43%;
  margin-right: 2%;
}
.customer-2{
  width:55%;
}
.customer-2-graph{
  height:400px; margin-top:1em
}
.product-table table{
  width: 100%;
}
.dash-board-conetent .col-md-9{
  max-width: 60%;
}
.dash-board-conetent .col-md-3{
  max-width: 40%;
  text-align: right;
}
.dash-board-conetent .form-group.row{
  justify-content: space-between;
}


.common_boxcon {
  padding: 1em;
}



.table thead th {
  font-size: 1em;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #0856a0;
}
.navbar-light .navbar-nav .nav-link.active:after {
  width: 100%;
}


body table.dataTable thead th {
  border-bottom: 2px solid #dee2e6 !important;
  font-weight: 600 !important;
}

.addproduct-fontsize .ui-widget-header {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ddd;
}
.addproduct-fontsize .ui-state-active, .addproduct-fontsize .ui-widget-content .ui-state-active, .addproduct-fontsize .ui-widget-header .ui-state-active, .addproduct-fontsize a.ui-button:active, .addproduct-fontsize .ui-button:active, .addproduct-fontsize .ui-button.ui-state-active:hover {
  border: 1px solid #003690;
  background: #003690;
}

select.form-control {
  height: 2.8em;
}
table.dataTable th, table.dataTable td {
  padding: 10px 18px;
}
.action-td {
  text-align: right;
}
.action-icon {
  float: right;
}


.tab_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.8em;
}
.tab_head h5 {
  padding: 0;
  margin: 0;
}

.custome_check {
  margin: 0;
  padding: 0;
}
.custome_check span {
  position: relative;
}
.custome_check input {
  position: absolute;
  left: 0;
  bottom: 10;
  width: 35px !important;
  height: 35px !important; 
  opacity: 0;
}
.fr-check {
  display: inline-flex;
  align-items: center;
}
.fr-check::before {
  content: "";
  height: 1.8em;
  width: 1.8em;
  margin: 0 0.5em 0 0;
  background-color: #ffffff;
  border: 1px solid #bbbdbf;
  border-radius: 5px;
  flex-basis: 100%;
  max-width: 1.8em;
}
.custome_check input:checked + .fr-check::before {
  background-image: url(../images/check-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.25em;
}

#btnAddProduct {
  width: auto;
}

.add_history {
  padding: 2em 0 0 0;
}
.product-details_con {
  width: 100%;
}
.upload_diplayimage {
  margin: 0 0 2em;
}

.product_option {
  margin: 2em 0 0 0;
}
.product_option h6 {
  margin: 0 0 0.5em;
}

.custom-radio {
  margin: 0.5em 0;
}
.custom-radio span {
  position: relative;
}
.fr-radio {
  display: flex;
  align-items: center;
  margin: 0;
}
.custom-radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  height: 1.25em;
  width: 1.25em;
}
.fr-radio::before {
  content: "";
  height: 1.25em;
  width: 1.25em;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #bbbdbf;
  margin: 0 0.5em 0 0;
  border-radius: 50%;
}
.custom-radio input[type=radio]:checked + .fr-radio::before {
  background-color: #0957a1;
}

.name-input {
  margin-bottom: 0;
} 
.option-attribute .form-deta {
  margin: 0.5em 0;
}

.add-attribute {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.add-attributerow {
  width: 33.3%;
  padding: 0 1em;
  margin: 0 0 1em;
}
.add-attribute2row {
  width: 100%;
  padding: 0 0em;
  margin: 0 0 1em;
  padding-left: 2em;
}
.my-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-input .add_newbtn {
  width: 12em;
  margin: 0 0 0 1em;
}

.customer-main.order-list .common_boxcon {
  padding: 0;
}

.text-filter-lg {
  width: 50% !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* 50% opacity white */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* keep it on top */
}
.spinner {
  
   position: fixed;
    top: 50%;
    left: 50%;
    /* width: 100vw;
    height: 100vh; */
  width: 48px;
  height: 48px;
  border: 6px solid #ccc;
  z-index: 1050;
  border-top-color: #007bff; /* blue top border */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  /* margin: 100px auto; center it on the page */
}
 
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
 

