.dataTables_empty{
  text-align: center !important;
  height: 100px;
  background: none;
}
.project_sumary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -10px;
}
.project_sumary__item {
    width: 20%;
    text-align: center;
    padding: 0px 10px;
}
.project_sumary__item .projects-status-content,
.ticket-status-item{
  background: #fcfcfc;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_sumary__item.active .projects-status-content,
.ticket-status-item.active{
  -webkit-box-shadow: 0 4px 10px 0 rgb(34 41 47 / 10%);
          box-shadow: 0 4px 10px 0 rgb(34 41 47 / 10%);
  background: #fff;
}
@media only screen and (max-width: 992px) {
	.project_sumary__item {
	    width: 50%;
	}
}
.project_sumary__item a{
	border: 1px solid #ccc;
}
/*Menu header*/
li.customers-nav-item{
	padding: 0 2px;
}
/*------------------------------------ ticket-infomation-demand-item */
.ticket-infomation-demand-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.ticket-infomation-demand-item:last-child{
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
#loader{
  display: none;
}
/*----------------------------- Estimate Preview */
.estimate-html-logo{
  width: 15%;
  display: block;
}
.estimate-html-logo img{
  width: 80%;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.invoice-payments-table.table>tbody>tr>td{
  vertical-align: middle;
}
/*----------------------------- Carts Page */
.layout-cart .table-cart{margin: 0px -1.5rem;}
.card-not-items{
  height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-not-items.kb{
  height: calc(100vh - 300px);
}
.card-not-items.omni_sales_client{
  height: calc(100vh - 220px);
}
.card-not-items .xcrm-card.-empty svg{
  width: 100px;
  height: 100px;
  fill: transparent;
  stroke-width: 1.25px;
}
.card-not-items.fill .xcrm-card.-empty svg{
  width: 80px;
  height: 80px;
  fill: currentColor;
  stroke-width: 1px;
}
.card-not-items .xcrm-card.-empty .-text{font-size: 14px;}
#cartformpage .table-cart .item{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(34, 41, 47, 0.125);
  border-radius: 0.5rem;
}
#cartformpage .table-cart .item>div{
  padding: 5px 10px;
}
#cartformpage .table-cart .item .item-info{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 38%;
}
#cartformpage .table-cart .item .item-info>a>h3{
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
#cartformpage .table-cart .item .item-info>a>.item-desc{
  font-size: 13px;
  font-weight: 400
}
#cartformpage .table-cart .item .select-periodic,
#cartformpage .table-cart .item .item-info-price{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 27%;
}
#cartformpage .table-cart .item .item-quan{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cartformpage .table-cart .item .item-quan .qty-click button.qty-btn {
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #abafb2;
  height: 36px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
#cartformpage .table-cart .item .item-quan .qty-click input.item-quantity {
  font-weight: 500;
  font-size: 15px;
  height: 36px;
  padding: 0;
  text-align: center;
  width: 50px;
  background: #ededed;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
#cartformpage .table-cart .item .item-quan .qty-click button.qty-btn {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #abafb2;
    height: 36px;
    padding: 0;
    text-align: center;
    width: 25px;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}
#cartformpage .table-cart .item .item-quan .qty-click button.qtyminus.qty-btn {
  border-right: none;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#cartformpage .table-cart .item .item-quan .qty-click button.qtyplus.qty-btn {
  border-left: none;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#cartformpage .table-cart .item .item-total-price{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: #ea5455;
}
.ecommerce-application #cartformpage .table-cart .input-group-text,
.ecommerce-application #cartformpage .table-cart .search-product{
  height: 38px;
  border: 1px solid #d8d6de;
}
#cartformpage .table-cart .form-action-item+.form-action-item{
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #d8d6de;
}
#layout-cart .order-summary-block .summary-total {
  padding-bottom: 10px;
  border-top: 1px dotted #dfe0e1;
  padding-top: 15px;
  font-weight: 700;
}
#layout-cart .order-summary-block .summary-total p {
  margin-bottom: 5px;
}
#layout-cart .order-summary-block .summary-total span {
  font-weight: 600;
  float: right;
}
#layout-cart .order-summary-block .summary-total:after {
  content: "";
  display: table;
  clear: both;
}
#layout-cart .order-summary-block .summary-action {
  border-top: 1px dotted #dfe0e1;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 992px){
  .sidebar-cart-fix {
    position: sticky;
    top: 75px;
  }
}
/*---------------------------------  Page My Services */
.page-my-services .block-group-button-services{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0px -5px;
}
.page-my-services .button-services-item{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 20%;
	padding: 0px 5px;
}
.page-my-services .block-services-status-license{
	border-radius: 0.5rem;
  border: 1px solid #ccc;
	margin-bottom: 1rem;
  overflow: hidden;
}
.page-my-services .block-services-status-license .form-group{margin-bottom: 0px;}
.page-my-services .block-services-status-license .form-group:last-child .status-license-item:last-child{margin-bottom: 0px;}
.page-my-services .block-services-status-license .form-group label{
	display: block;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0rem;
	font-weight: 500;
	background: #0EABAF;
	color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.page-my-services .block-services-status-license .status-license-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.315rem calc(1rem - 10px);
	border-bottom: 1px dashed #ccc;
  font-size: 13px;
}
.page-my-services .block-services-status-license .status-license-item .btn{
	padding: 5px;
	line-height: 1;
	border-radius: 5px;
}
.page-my-services .block-services-status-license .status-license-item .btn-getlink{
	background: #fff;
  border: 1px solid #ccc;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page-my-services .block-services-status-license .status-license-item .btn-getlink:hover{
	background: #0EABAF;
  border: 1px solid #0EABAF;
	color: #fff;
}
.page-my-services .block-services-status-license .status-license-item .form-styled{
	text-align: right;
	line-height: 1;
	height: 22px;
	border: none;
	outline: none;
	font-size: 12px;
  margin-right: 0.5rem;
  width: 70%;
}
.page-my-services .block-services-status-license .status-license-item>div{
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
	padding: 0px 5px;
	word-break: break-word;
}
.page-my-services .block-services-status-license .status-license-item>div:last-child{
  text-align: right;
	margin-left: auto;
	font-weight: 500;
	padding-right: 0px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.modal-create-form .modal-body{padding: 0px;}
.modal-create-form .wizard > .steps{
	padding: 15px;
}
.modal-create-form .wizard > .steps a{
	text-align: center;
	position: relative;
  font-size: 0.875rem;
  font-weight: 600;
}
.modal-create-form .wizard > .steps a:after{
	content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  top: 15px;
  left: 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.modal-create-form .wizard > .steps .number{
	position: relative;
	z-index: 2;
	background: #fff;
	width: 30px;
	height: 30px;
	margin: 0px auto 0.5rem;
	display: block;
	text-align: center;
	border: 3px solid;
	border-color: #e3e3e3;
	border-radius: 50%;
	line-height: 1.6;
	font-size: 1rem;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.modal-create-form .wizard > .steps a,
.modal-create-form .wizard > .steps a:hover,
.modal-create-form .wizard > .steps a:active{
	margin: 0px;
	border-radius: 0px;
	padding: 0px 0px 0.5em;
}
/* Step Current */
.modal-create-form .wizard > .steps .current a,
.modal-create-form .wizard > .steps .current a:hover,
.modal-create-form .wizard > .steps .current a:active{
	background: #fff;
	color: #111;
}
.modal-create-form .wizard > .steps .current a .number,
.modal-create-form .wizard > .steps .current a:hover .number,
.modal-create-form .wizard > .steps .current a:active .number{
	border-color: #0EABAF;
	color: #fff;
	background: #0EABAF;
}
.modal-create-form .wizard > .steps .current a::after,
.modal-create-form .wizard > .steps .current a:hover::after,
.modal-create-form .wizard > .steps .current a:active::after{
	background: #0EABAF;
}
/* Step Done */
.modal-create-form .wizard > .steps .done a,
.modal-create-form .wizard > .steps .done a:hover,
.modal-create-form .wizard > .steps .done a:active{
	background: #fff;
	color: #4CAF50;
}
.modal-create-form .wizard > .steps .done a .number,
.modal-create-form .wizard > .steps .done a:hover .number,
.modal-create-form .wizard > .steps .done a:active .number{
	border-color: #4CAF50;
	color: #fff;
	background: #4CAF50;
}
.modal-create-form .wizard > .steps .done a::after,
.modal-create-form .wizard > .steps .done a:hover::after,
.modal-create-form .wizard > .steps .done a:active::after{
	background: #4CAF50;
}
/* Step Disabled */
.modal-create-form .wizard > .steps .disabled a,
.modal-create-form .wizard > .steps .disabled a:hover,
.modal-create-form .wizard > .steps .disabled a:active{
	background: #fff;
	color: #111;
}
.modal-create-form .wizard > .actions{
	border-top: 1px solid #eee;
	padding: 5px;
	padding-bottom: 0px;
}
.modal-create-form .wizard > .actions > ul > li{margin: 0px;}
.modal-create-form .wizard > .actions > ul > li+li{margin-left: 5px;}
.modal-create-form .wizard > .content{
	min-height: 10em;
	background: #fff;
}
.modal-create-form .wizard > .content > .body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.modal-create-form .wizard > .content > .body > .jumbotron{
	background: #fff;
	margin-bottom: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.modal-create-form .wizard > .content > .body > .jumbotron>.radio-btn,
.modal-create-form .wizard > .content > .body > .jumbotron>.form-group{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	padding: 0px 5px;
}
.modal-create-form .wizard > .content > .body > .jumbotron>.input-group{
	margin-top: 0px;
	margin-bottom: 25px;
}
.modal-create-form .wizard > .content > .body > .jumbotron>.input-group label.error{
	bottom: -30px;
	position: absolute;
	margin-left: 0px;
}
.modal-create-form .radio-btn input:checked+.indicator:before,
.modal-create-form .radio-inline input:checked+.indicator:before{
	border-color: #0EABAF;
  background: #0EABAF;
}
.configure-dns .block-configure-header h2{
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}
.configure-dns .block-configure-content{
	color: #000;
}
.block-configure-content .configure-content--heading ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
	font-size: 14px;
}
.block-configure-content .configure-content--heading li {
  display: block;
  margin-bottom: .5em;
  margin-left: 2em;
}
.block-configure-content .configure-content--heading li::before {
	display: inline-block;
	content: counter(item);
	counter-increment: item;
	width: 2em;
	height: 2em;
	color: #0EABAF;
	border-radius: 50%;
	border: 2px solid #0EABAF;
	text-align: center;
	vertical-align: middle;
	line-height: 1.7;
	margin-left: -2em;
	margin-right: 10px;
}
.block-configure-content .table thead tr th,
.block-configure-content .table thead tr td{
  padding-top: 6px;
  padding-bottom: 6px;
}
.block-configure-content .table thead tr th{
	font-weight: 600;
	font-size: 13px;
  vertical-align: middle;
}
.block-configure-content .table-responsive .table tbody tr td{
	vertical-align: top !important;
}
.configure-type-success
.configure-type-failed{
	display: inline-block;
}
.configure-type-success,
.configure-type-failed{
	padding: 10px 0px;
	margin-right: 30px;
}
.configure-value{
	padding: 6px 0px;
  display: block;
}
.configure-type-success span,
.configure-type-failed span{
	color: #fff;
	border-radius: 2px;
	padding: 5px;
	text-align: center;
	background: #0EABAF;
	position: relative;
}
.configure-type-success span::after,
.configure-type-failed span::after{
	content: '';
	background-size: cover !important;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -23px;
	top: 3px;
}
.configure-type-success span::after{
	background: url(../images/cname_check.png) no-repeat center center;
}
.configure-type-failed span::after{
	background: url(../images/cname_close.png) no-repeat center center;
}
.configure-hostname .input-group{
	margin: 0px 0px 5px 0px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.configure-hostname .input-group input[type="text"],
.configure-hostname .input-group .btn{
	outline: none;
}
.configure-hostname .input-group .btn-default{
	background: #fff;
	color: #000;
	padding: 5px 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.configure-hostname .input-group .btn-default:hover{
	color: #0EABAF;
}
.configure-hostname .input-group input[type="text"]{
	width: auto;
	height: 31px;
	padding: 0px;
}
.configure-hostname .input-group input[type="text"]:not([disabled]):focus{
	padding: 10px;
}
.configure-hostname .input-group input[type="text"][disabled]{
	padding: 0px!important;
	color: #000;
	border-color: transparent !important;
}
.configure-hostname p{margin: 0px;}
.configure-dns .block-configure-footer{}
.configure-dns .block-configure-footer button[type="submit"],
.configure-dns .block-configure-footer .btn{
	width: auto !important;
	font-size: 12px !important;
	padding: 7px 14px !important;
	margin-bottom: 0px !important;
}
#progresssing img{
	width: 100px;
	margin: 0px auto 10px;
}
#progresssing .progress{
	width: 60%;
	height: 10px;
	margin: 0px auto 0.25rem;
}
#progresssing .progress-bar{color: transparent;}
#progresssing p{
	text-align: center;
	color: #3a3a3a;
	font-size: 12px;
	margin: 0px;
	-webkit-animation: create_crm 5s ease infinite;
	        animation: create_crm 5s ease infinite;
}
@-webkit-keyframes create_crm {
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes create_crm {
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@media(max-width: 1024px){
	.page-my-services .list-content button, .page-my-services .list-content a[type="button"]{font-size: 10px;}
}
@media only screen and (max-width: 992px){
	body.customers.mobile.show-sidebar{
    overflow: auto !important;
	}
}
@media(max-width: 768px){
	.block-configure-content .table-responsive{
		border: none;
	}
}
@media(max-width: 767px){
	.block-configure-content .table-responsive{
		padding: 15px 0 15px 0;
		border: none;
		width: calc(100vw - 35px);
	}
	.modal-create-form .modal-dialog{margin-bottom: 90px;}
}
@media(max-width: 480px){
	.page-my-services .button-services-item{width: 33.33333333%;}
	.page-my-services .button-services-item:nth-child(2){width: 66.66666667%;}
	.page-my-services .button-services-item .form-group{margin-bottom: 10px;}
	.modal-create-form .wizard > .content > .body > .jumbotron>.radio-btn,
	.modal-create-form .wizard > .content > .body > .jumbotron>.form-group{
		width: 100%;
	}
	.modal-create-form .wizard > .content{
		min-height: 15em;
		background: #fff;
	}
	.modal-create-form .wizard > .steps a{font-size: 10px;}
	.modal-create-form .wizard > .steps .number{font-size: 1.5em;}
	.modal-create-form .modal-dialog{margin-bottom: 70px;}
}

.section-knowledge-base .kb-article-content a[data-lightbox="kb-attachment"]{
  display: block;
  text-align: center;
}
.section-knowledge-base .kb-article-content img{
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.checklist-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.875rem;
}
.checklist-item:last-child{margin-bottom: 0px;}
.checklist-item .checklist-mask{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1.4;
  border-radius: 50%;
  margin-right: 0.75rem;
  border: 2px solid #acacac;
  color: #2D3436;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.checklist-item .checklist-value{font-weight: 600;}
.checklist-item.done .checklist-mask{
  -webkit-box-shadow: 1px 1px 5px 0 #28c76f;
          box-shadow: 1px 1px 5px 0 #28c76f;
  border-color: #28c76f;
  background: #28c76f;
  color: #fff;
}
.custom-fields-task-item{
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #cbcbcb;
}
.custom-fields-task-item:last-child{
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
#task .task-comment{
  padding: 10px;
  margin-bottom: 10px;
  min-width: 0;
  background-clip: border-box;
  border: 1px solid rgba(34,41,47,.125);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}
/*----------------------------- Area Upload Preview */
.area-upload-preview{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-upload-preview .area-upload-preview--item{
  color: #202124;
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 7px 3px 7px 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15%;
}
.area-upload-preview .area-upload-preview--item .-icon-attach{
  color: #fff;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  background: #0EABAF;
  border-radius: 0.25rem;
}
.area-upload-preview .area-upload-preview--item .remove-this-attach{
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  border-radius: 50%;
  background: transparent;
}
.area-upload-preview .area-upload-preview--item .remove-this-attach:hover{
  background: #ececec;
}
.area-upload-preview .area-upload-preview--item:not(:last-child){margin-right: 0.5rem;}

/*----------------------------- File Label Style */
.file-label-style{
  margin: 1rem 0 0 0;
  text-transform: none;
  font-size: 0.875rem;
  padding: 10px 15px;
  font-weight: 600 !important;
  border: 1px #dadce0 solid;
  border-radius: 0.25rem;
  color: #009688;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.file-label-style:hover{
  color: #009688;
  background: rgb(0 150 136 / 5%);
}
.file-input-style{
  display: none;
}
