.margin-area {margin-left: 20px;}
.div-float-left{float:left;}
.div-float-right{float:right;}
.margin-top {margin-top: 20px;}
.background-opacity{opacity: 0.5;}
.text-grey {color:rgba(102, 101, 101, 0.781)}
.pending{background-color: #f0deac !important;}

.pr-12 {
    padding-right: 12px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.b-1 {
    border: 1px solid #ebebeb !important;
}

.card-user {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.card-user {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.media {
    padding: 16px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-user-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.media .avatar {
    flex-shrink: 0;
}

.no-radius {
    border-radius: 0 !important;
}

.avatar-xl {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 1.25rem;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.fs-20 {
    font-size: 20px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.ls-1 {
    letter-spacing: 1px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fs-16 {
    font-size: 16px !important;
}

.media-body>* {
    margin-bottom: 0;
}

small, time, .small {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #8b95a5;
}

.fs-14 {
    font-size: 14px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.text-fade {
    color: rgba(77,82,89,0.7) !important;
}

.card-user-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-user-footer {
    background-color: #fcfdfe;
    border-top: 1px solid rgba(77,82,89,0.07);
    color: #8b95a5;
    padding: 10px 20px;
}

.flexbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.card-user-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}


.card-user-footer {
    background-color: #fcfdfe;
    border-top: 1px solid rgba(77, 82, 89, 0.07);
    color: #8b95a5;
    padding: 10px 20px
}

.card-user-footer>*:last-child {
    margin-bottom: 0
}

.hover-shadow {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.11)
}

.fs-10 {
    font-size: 10px !important;
}


/*Pricing Table*/

  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  
  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
  
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }

  .checked {
    color: orange;
  }

  .preview-images img{
    width: 60px;
  }

  .description_view{
    max-width: 100%;
  }
  
.user_details_pg .preview-images img {
    width: 100px;
    height: 100px;
    border: 1px solid;
    border-radius: 50%;
    padding: 1px;
    margin-bottom: 20px;
}

.user_details_pg {
    font-size: 17px;
    font-weight: 600;
}
.user_details_pg label {
    font-weight: 400;
}

.status, .visibility {
    cursor: pointer;
}

.pagination li a.active {
    z-index: 1;
    color: #fff;
    background-color: #3f6ad8;
    border-color: #007bff;
}


@property --loader_l0{
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: false;
  }
  @property --loader_l1{
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: false;
  }

  .loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
    display: block;
}
.loader-overlay.done{
display: none;
}
  .loader{
    /*Since it's gonna be circle, width and height are the same.*/
    --width:64px;
    position:absolute;
    left:calc(50% - calc(var(--width) / 2));
    top:calc(50% - calc(var(--width) / 2));
    perspective:1000px;
  }
  .loader-done{
    position:absolute;
    display:none;
    border-top:3px solid #7051c3;
    border-left:3px solid #7051c3;
    border-top-left-radius:3px;
    width:calc(var(--width) / 6);
    height:calc(var(--width) / 3);
    top:calc(var(--width) / 2 - 15px);
    left:calc(var(--width) / 2 - 7px);
    transform:rotateZ(220deg);
    animation:loaderFadeIn .1s;
  }
  .circle{
    position:absolute;
    top:0;
    left:0;
    width:var(--width);
    height:var(--width);
    transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  .circle::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 3px;
    border-radius: 100%;
    background: linear-gradient(
      45deg,
      #a947f4 0%,
      #f24479 var(--loader_l0),
      #a947f4 var(--loader_l1), 
      #f24479 100%
    );
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
            mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  
  }
  .circle.c1{
    animation:rx 2s infinite, gradientMove 1s infinite;
  }
  .circle.c2{
    animation:ry 1s infinite, gradientMove .5s infinite;
  }
  .circle.c3{
    animation:rz 1.5s infinite, gradientMove .75s infinite;
  }
  
  .loader.done .circle.c1,
  .loader.done .circle.c2,
  .loader.done .circle.c3{
    animation:rfinal .5s;
  }
  
  .loader.done .loader-done{
    display:block;
  }
  
  @keyframes rx{
    from{
      
    }
    50%{
      opacity:.6;
    }
    100%{
      transform: rotateZ(360deg) rotateX(180deg);
    }
  }
  
  @keyframes ry{
    from{
      
    }
    60%{
      filter:blur(1px);
      opacity:.4;
    }
    100%{
      transform:rotateZ(180deg) rotateY(180deg);
    }
  }
  
  @keyframes rz{
    from{
      
    }
    40%{
      filter:blur(1px);
      opacity:.8;
    }
    100%{
       transform:rotateZ(180deg) rotateY(-180deg);
    }
  }
  
  @keyframes loaderFadeIn{
    0%{opacity:0;}
    100%{opacity:1;}
  }
  
  @keyframes gradientMove{
    0%{
      --button_b:0%;
      --button_b_out:0%;
    }
    33%{
      --button_b:100%;
      --button_b_out:0%;
    }
    99%{
      --button_b:100%;
      --button_b_out:100%;
    }
    100%{
      --button_b:0%;
      --button_b_out:0%;
    }
  }

  .settings-close-button{
    position: absolute;
    right: 27px;
    cursor: pointer;
  }

.multiselect-native-select .btn-group, .multiselect-container {
    width: 100% !important;
}
.multiselect-native-select .custom-select{
  text-align: left !important;
}
.capt {
  text-transform: capitalize;
}

.cartype {
	text-transform: uppercase;
	font-size: 13px;
	border: #dfdfdf 1px solid;
	padding: 12px 12px;
	line-height: 13px;
	float: left;
	/* width: 130px; */
	text-align: center;
	margin-top: 1px;
	background: #cccccc1c;
}


.service_ul li {
	display: inline-block;
	margin-bottom: 26px;
	margin-right: 70px;
}

.service_ul {
  padding: 0;
}


.boxt {
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 1px #e1dbdb;
	font-size: 15px;
	font-weight: 500;
	min-height: 435px;
	text-align: center;
}




.service-provider-left {
	width: 150px;
	height: 100px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0px auto;
	text-align: center;
	display: block;
	padding: 16px 0px;
}


.service-provider-right h5 {
	color: #de4f46;
	font-size: 18px;
	font-weight: 600;
}

.service-provider-right h6 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding: 0px 0px 10px 0px;
}


.img-holder.preview-images2 { 	
  width: 400px;
	/* height: 200px;  */
  border-radius: 10px; }

.img-holder.preview-images2 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}


.boxt ul {
	padding: 0px;
	margin: 0px;
}




.boxt ul li {
	list-style-type: none;
	padding: 10px 0px 4px 0px;
}

.boxt h3 {
	background: #2044c1;
	border-radius: 20px;
	color: #fff;
	padding: 8px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
}

.boxt h5 {
	font-size: 24px;
	font-weight: 700;
	color: #e05950;
}



td img {
	width: 60px;
	height: auto;
	object-fit: cover;
}

.mt-2.btn.btn-primary {
	background: #db4136;
	border: 1px solid #db4136;
	padding: 5px 25px;
	font-size: 14px;
}

.mt-2.btn.btn-secondary {
	background: #2044c1;
	font-size: 14px;
}

.btn.btn-primary {
	margin: 1px 0px auto;
	padding:  5px 25px;
	font-size: 16px;
}


.boxt2 {
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 1px #e1dbdb;
	font-size: 15px;
	font-weight: 500;
	min-height: 600px;
	text-align: left; 
}

.boxt2 ul {
	padding: 0px;
	margin: 0px;
}

.boxt2 ul li {
	list-style-type: none;
	padding: 10px 0px 4px 0px;
}

.boxt2 h3 {
	background: #2044c1;
	border-radius: 20px;
	color: #fff;
	padding: 8px 24px;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	width: 37%;
	text-align: center;
}

.boxt2 h5 {
	font-size: 24px;
	font-weight: 700;
	color: #e05950;
}

.express-exterior {
  background: #F9F9F9;
  border: 1px solid #DFE2E7;
  padding: 20px 20px;
  margin: 20px 0px;
  width: 95%;
  border-radius: 10px;
}


table, .dataTables, .dataTables_scrollHeadInner{
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: calc(2.25rem + 2px) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.25rem + 2px) !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da !important;
  border-radius: 4px;
}

button.dt-button {
  background: #b30000;
  border: none;
  color: white;
  border-radius: 4px;
  margin-top: 5px;
}
.dt-buttons {
  float: left;
}

.dataTables_filter {
  float: right;
  margin-top: 5PX;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  margin-bottom: 5px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar:horizontal{
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #DA3A2F;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.express-exterior {
	background: #F9F9F9;
	border: 1px solid #DFE2E7;
	padding: 20px 20px;
	margin: 0px;
	width: 95%;
	border-radius: 10px;
}

.express-exterior h3 {
	color: #000000;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: 700;
}

.express-exterior p {
	color: #707070;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.express-exterior p span {
	color: #DA392E;
	margin-right: 10px;
}

#fontSizeWrapper { font-size: 16px; }

#fontSize {
  width: 100px;
  font-size: 1em;
  }

/* ————————————————————–
  Tree core styles
*/
.tree { margin: 1em; }

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

/* ————————————————————–
  Tree rows
*/
.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  }

.tree ul li { padding: 1em 0 0 1em; }

.tree > li:last-child { padding-bottom: 0; }

/* ————————————————————–
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #666; }

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: '–'; }

/* ————————————————————–
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}

.card-user .media-body {
  width: 50%;
}

.card-user .media-left {
  width: 10%;
}
.card-user .media-right {
  width: 40%;
}

