@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');*/
body{
  font-family: 'Axiforma';
  -webkit-overflow-scrolling: touch;
}

a{transition: 0.4s;-webkit-transition: 0.4s;-ms-transition: 0.4s;-moz-transition: 0.4s;}
.btn{transition: 0.4s;-webkit-transition: 0.4s;-ms-transition: 0.4s;-moz-transition: 0.4s;}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-companies:before {
  content: "\e900";
}
.icon-company-profile:before {
  content: "\e901";
}
.icon-dashboard:before {
  content: "\e902";
}
.icon-forms:before {
  content: "\e903";
}
.icon-submissions:before {
  content: "\e904";
}

.form-control{
	background: #f5f5f5;
	border-radius: 50px;
	border:none;
	margin-bottom: 0;
	height: 33px;
	padding: .375rem .95rem;
	color: #414141;
	font-weight: 500;
    font-size: 0.9rem;
}

.form-control:focus {
    color: #212529;
    background-color: #ffffffb3;
}
.form-control:focus{box-shadow: none;border-color: #1E252D}
.form-control::-webkit-input-placeholder {
	color:#909293;
	opacity:1
}
.form-control::-moz-placeholder {
	color:#909293;
	opacity:1
}
.form-control:-ms-input-placeholder {
	color:#909293;
	opacity:1
}
.form-control::-ms-input-placeholder {
	color:#909293;
	opacity:1
}
.form-control::placeholder {
	color:#909293;
	opacity:1
}
label{
	color: #4F352D;
	font-weight: 500;
}
select.form-control{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background: rgb(230, 231, 232) url("../images/caret-down.png") no-repeat center right;
	padding: .375rem 1.8rem .375rem .955rem;
}

select.form-control::-ms-expand {display: none;}
.col-form-label {line-height: 1.3;}

.btn-primary{
	background-color: #E53A06;
	border: 1px solid #E53A06;
	border-radius: 0;
	font-weight: 400;
	padding:0.80rem 2rem;

}

.btn-primary:hover{
	background-color: transparent;
	border-color: #E53A06;
	text-decoration: none;
	color: #E53A06;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E53A06;
    border-color: #E53A06;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: rgba(229,58,6,1.00);
    border-color: #E53A06;
    box-shadow: 0 0 0 .2rem rgba(229,58,6,.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(229,58,6,.5);
}

.btn-primary i{margin-right: 8px;}
.btn-primary img{
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.btn-primary:hover img{filter: none;}
.btn-primary.focus img, .btn-primary:focus img{
    -webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.btn-secondary{
	background-color: #728287;
	border: 1px solid #728287;
	border-radius: 3px;
	font-weight: 600;
	padding: .75rem 1.8rem;
}

.btn-secondary:hover{
	background-color: transparent;
	border-color: #728287;
	color: #728287;
}

.login-wrap{
	background-size: cover;
	background-position: center center;
	height: 100vh;
	position: relative;
}

.login-logo{
	position: absolute;
	top: 55px;
}

.login-content{color: #fff;padding-right: 25px;
padding-left: 10%;}
.login-content h2{font-size: 42px;font-weight: 700;margin-bottom: 12px; text-transform: uppercase;}
.login-content h6{font-weight: 600;margin-bottom: 25px;}

.main-box{
	 background-color: #fff;
    padding: 50px 45px;
    border-radius: 40px 0 0  40px ;
    position: absolute;
    text-align: center;
    right: 0;
    height: 100vh;
    align-items: center;
    width: 100%;
	display: flex;
}
.login-box{
    width: 100%;

}

.login-head{margin-bottom: 45px;}
.login-head h2{font-size: 36px;font-weight: 700;color:#1e252d;margin-bottom: 15px; text-transform: uppercase;}
.login-head p{font-weight: 500;color: #1e252d;margin-bottom: 15px;}

.login-form .btn{margin-top: 35px;}

.login-action{margin-top: 25px;}
.login-action p{display: flex;flex-direction: row;font-weight: 500;margin-bottom: 25px;}
.login-action p a{color: #59130F;position: relative;text-decoration: none;}
.login-action p::before, .login-action p::after{
	content: "";
    flex: 1 1;
    border-bottom: 1px solid rgba(89,19,15,0.3);
	margin: auto;
}
.login-action p::before{margin-right: 12px;}
.login-action p::after{margin-left: 12px;}

.login-action h6 {margin-bottom: 0;font-weight: 700;}
.login-action h6 a{color: #E53A06;text-decoration: none;}

.mobile-request-img{margin-bottom: 45px;}
.progress{height: 20px;border-radius: 50px;}
.progress-bar{background-color: #E53A06;border-radius: 50px;}

.mobile-request-box{
	background-color: #fff;
	border-radius: 45px;
	padding: 60px 45px;
	text-align: center;
}

.fingerprint-btn{
	background: #E53A06;
	display: inline-block;
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	font-size: 40px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1500px){
	.cst-container{
		max-width: 1490px;
	}
}

/*.wrapper {
    display: flex;
    width: 100%;
}*/

#sidebar {
  /*  min-width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #1E252D;
    color: #fff;
    transition: all 0.4s;*/
}

#sidebar.active {
	min-width: 120px;
    max-width: 120px;
}
#sidebar .sidebar-header {padding: 23px 15px;text-align: center;}
#sidebar .sidebar-header img{line-height: 2rem;height: 48px}
#sidebar .sidebar-header {
    padding: 15px 5px 15px 15px;
    background: #1E252D;
}
#sidebar .sidebar-header .sidebar-logo{
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#sidebar .sidebar-header .sidebar-logo-mini {
    display: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#sidebar.active .sidebar-header .sidebar-logo-mini {
    display: inline-block;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#sidebar.active .sidebar-header .sidebar-logo{
	display: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

#sidebar ul {
	padding-top: 45px;
	padding-left: 35px;padding-right: 35px;
	float: left;
}
#sidebar ul li{
	width: 50%;
	float: left;
}
#sidebar ul li a {
    padding: 10px 5px 18px;
    display: block;
	color: #8DA1AA;
	text-align: center;
	font-size: 14px;
}
#sidebar ul li.active a {
	color: #E53A06;
}

#sidebar ul li a:hover {color: #E53A06;text-decoration: none;}
#sidebar ul li a span{width: 100%;display: block;font-size: 24px;line-height: 24px}

#sidebar.active ul {padding-left: 10px;padding-right: 10px;}
#sidebar.active ul li{width: 100%}

#sidebarCollapse {
	background: transparent;
	cursor: pointer;
	box-shadow: none;
	outline: none !important;
	border: none;
	float: right;
	padding: 12px 5px;
}
#sidebarCollapse .line {
    background: #fff;
    display: block;
	width: 15px;
    height: 2px;
    border-radius: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
}
#sidebarCollapse .line:nth-child(1) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
#sidebarCollapse .line:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}

#sidebarCollapse:hover {cursor: pointer; }

#sidebarCollapse.active .line:nth-child(1),
#sidebarCollapse.active .line:nth-child(2) {
    width: 15px;
    height: 2px;
}
#sidebarCollapse.is-active .line:nth-child(1),
#sidebarCollapse.is-active .line:nth-child(2) {
  width: 15px;
  height: 2px;
}

#sidebarCollapse.active .line:nth-child(1), #sidebarCollapse.is-active .line:nth-child(1) {
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}
#sidebarCollapse.active .line:nth-child(2), #sidebarCollapse.is-active .line:nth-child(2) {
  -webkit-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

/*
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}
*/

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */


#content.active {width: calc(100% - 120px);transition: all 0.4s;}

/*.main-content{
	height: 100%;
    min-height: 100vh;
	padding: 40px;
	background-color: #fff;
	border-top-left-radius: 30px;
    transition: all 0.4s;
}
*/
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	background-color: #1E252D;
}
.header-left{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.back-btn .btn{
	height: 40px;
	width: 40px;
	background: #E53A06;
	border-radius: 3px;
	color: #fff;
	padding: 5px;
	margin-right: 10px;
}

.page-head{-ms-flex: 1;flex: 1;}
.page-head h4{
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	color: #E53A06;
	margin-bottom: 0;
}
.page-head p{
	font-size: 14px;
	color: #757575;
	margin-bottom: 0;
}

.header-right ul{margin-bottom: 0;}
.header-right li{display: inline-block;text-align: center;}
.header-right li a{font-size: 18px;font-weight: 500;padding: .75rem .7rem;color: #fff}
.header-right li .btn{padding: .75rem 1.2rem;font-size: 14px;margin-right: 10px;}
.header-right li a i{margin-right: 5px;}
.header-right li.notification-menu{
	position: relative;
}
.header-right li.notification-menu a .badge{
	font-weight: 500;
	font-size: 10px;
	background-color: #E53A06;
	color: #fff;
	position: absolute;
	left: 13px;
	top: -5px;
	border-radius: 50px;
}
img{
	max-width: 100%;
}
/*.user-profile{
	border-left: 1px solid rgba(255, 255, 255, 0.5)
}*/
.header-right li.dropdown{
	text-align: left;
}
.header-right li.dropdown a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	padding: .2rem .7rem;
	display: block;    text-align: end;
}
.header-right li.dropdown a img{
	margin-right: 10px;
}
.header-right li.dropdown .dropdown-menu .dropdown-item{
	color: #1E252D;
	padding: .5rem .7rem;
}
.header-right li.dropdown .dropdown-menu{
	margin-top: 18px;
	left: 13px;
}
.user-profile .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0px;
    top: 50%;
	transform: translateY(-50%);
}

.login-row{
	margin: auto;
}
.header{
	padding: 15px;
	background-color: #1E252D;
	border-radius: 0 0 15px 15px ;
}

.navbar {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: none;
  outline: none;
  color: var(--color-black);
  background: var(--color-white);
  box-shadow: var(--shadow-large);
}
.navbar .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.navbar .burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: rotate(0deg);
  transition: 0.35s ease-in-out;
}
.navbar .burger-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #fff;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar .burger-line:nth-child(1) {
  top: 0;
}
.navbar .burger-line:nth-child(2), .navbar .burger-line:nth-child(3) {
  top: 0.5rem;
}
.navbar .burger-line:nth-child(4) {
  top: 1rem;
}
.navbar .burger.active .burger-line:nth-child(1), .navbar .burger.active .burger-line:nth-child(4) {
  top: 1.25rem;
  width: 0%;
  left: 50%;
}
.navbar .burger.active .burger-line:nth-child(2) {
  transform: rotate(45deg);
}
.navbar .burger.active .burger-line:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar .menu-inner {
	text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.navbar .menu-item:first-child{
	border-left: none;
}
.menu{
	width: 100%;
}
.navbar .menu-item{
	border-left: 1px solid #6E747B;
	padding: 0 20px;
}
.navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  border: none;
  text-decoration: none;
  color:#6E747B;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease-in-out;
}
.navbar .menu-link.active, .navbar .menu-link:hover {
  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .navbar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .navbar .menu {
    width: 100%;
    max-height: 0rem;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.35s ease;
  }
  .navbar .menu.active {
    opacity: 1;
    visibility: visible;
  }
  .navbar .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 0;
  }
}

.img-sec{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
background: #fff;
padding:30px 15px;
border-radius: 10px;
text-align: center;
    position: absolute;
    width: 88%;
    justify-content: center;
    text-align: center;
    top: -40px;
}

.single-option:hover .img-sec{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
.img-sec img{
	width: 80px;
}
.single-option{
	background-color: #1E252D;
	text-align: center;
	padding: 15px;
	    position: relative;
	border-radius: 10px;
	padding-top: 120px;
	justify-content: center;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}
.single-option-link:hover{
	text-decoration: none;
}

.single-option  h5{
	font-weight: 400;
	color: #fff;
	padding-top: 5px;
}

.main-content{
	padding: 10px 0;
}
.top-title{
	text-transform: uppercase;
	font-weight: 800;
}
.mt-10{
	margin-top:80px ;
}
.main-title{
	font-weight: 800;
	text-transform: uppercase;
}
.main-content .container-fl{
padding-right:50px;
padding-left:50px;
}

.template-select{
	    background-color: #E53A06;
    border: 1px solid #E53A06;
    border-radius: 50px;
    font-weight: 400;
    padding: 0.80rem 3rem 0.80rem 1rem;
    color: #fff;
}
.template-select option{
	background-color: #fff;
    color: #000;
}

/*the container must be positioned relative:*/
.main-select {
  position: relative;
}

.main-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #E53A06;
  border-radius: 50px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 15px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 0.50rem 1rem;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items div {
	color: #000;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  border:1px solid #f5f5f5;
  color: #000 !important;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-preview-box{
	padding: 30px;
	background-color: #f5f5f5;
	border-radius: 10px;
	margin-top: 15px;
    height: 75vh;
}
.single-field {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.single-field label{
	width: 20%;
}
.single-field input{
	width: 80%;
	background-color: #fff;
}
.single-field p{
	width: 80%;
}
.preview-box h4{
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}


.page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marvel-device .screen {
  text-align: left;
}

.screen-container {
  height: 100%;
}

/* Status Bar */

.status-bar {
  height: 25px;
  background: #004e45;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
}

.status-bar:after {
  content: "";
  display: table;
  clear: both;
}

.status-bar div {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 8px;
  font-weight: 600;
}

/* Chat */

.chat {
  height: calc(100% - 69px);
}

.chat-container {
  height: 100%;
}

/* User Bar */

.user-bar {
  height: 55px;
  background: #005e54;
  color: #fff;
  padding: 0 8px;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.user-bar:after {
  content: "";
  display: table;
  clear: both;
}

.user-bar div {
  float: left;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.user-bar .actions {
  float: right;
  margin: 0 0 0 20px;
}

.user-bar .actions.more {
  margin: 0 12px 0 32px;
}

.user-bar .actions.attachment {
  margin: 0 0 0 30px;
}

.user-bar .actions.attachment i {
  display: block;
  transform: rotate(-45deg);
}

.user-bar .avatar {
  margin: 0 0 0 5px;
  width: 36px;
  height: 36px;
}

.user-bar .avatar img {
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
}

.user-bar .name {
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  margin: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  width: 110px;
}

.user-bar .status {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

/* Conversation */

.conversation {
  height: calc(100% - 12px);
  position: relative;
  padding-bottom: 15px;
  background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
  z-index: 0;
}

.conversation ::-webkit-scrollbar {
  transition: all .5s;
  width: 5px;
  height: 1px;
  z-index: 10;
}

.conversation ::-webkit-scrollbar-track {
  background: transparent;
}

.conversation ::-webkit-scrollbar-thumb {
  background: #b3ada7;
}

.conversation .conversation-container {
  height: 350px;
  box-shadow: inset 0 10px 10px -10px #000000;
  overflow-x: hidden;
  padding: 0 16px;
  margin-bottom: 5px;
}

.conversation .conversation-container:after {
  content: "";
  display: table;
  clear: both;
}

/* Messages */

.message {
  color: #000;
  clear: both;
  line-height:24px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: -1;
}

.message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
}

.metadata .time {
  color: rgba(0, 0, 0, .45);
  font-size: 11px;
  display: inline-block;
}

.metadata .tick {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
}

.metadata .tick svg {
  position: absolute;
  transition: .5s ease-in-out;
}

.metadata .tick svg:first-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}

.metadata .tick svg:last-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
          transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation svg:first-child {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation svg:last-child {
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
          transform: perspective(800px) rotateY(-179.9deg);
}

.message:first-child {
  margin: 16px 0 8px;
}

.message.received {
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
}

.message.received .metadata {
  padding: 0 0 0 16px;
}

.message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

.message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
}

.message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

/* Compose */

.conversation-compose {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
  height: 50px;
  width: 100%;
  z-index: 2;
}

.conversation-compose div,
.conversation-compose input {
  background: #fff;
  height: 100%;
}

.conversation-compose .emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 5px 0 0 5px;
  flex: 0 0 auto;
  margin-left: 8px;
  width: 48px;
}

.conversation-compose .input-msg {
  border: 0;
  flex: 1 1 auto;
  font-size: 16px;
  margin: 0;
  outline: none;
  min-width: 50px;
}

.conversation-compose .photo {
  flex: 0 0 auto;
  border-radius: 0 0 5px 0;
  text-align: center;
  position: relative;
  width: 48px;
}

.conversation-compose .photo:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  top: 0;
  right: -10px;
}

.conversation-compose .photo i {
  display: block;
  color: #7d8488;
  font-size: 24px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

.conversation-compose .send {
  background: transparent;
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  outline: none;
}

.conversation-compose .send .circle {
  background: #008a7c;
  border-radius: 50%;
  color: #fff;
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversation-compose .send .circle i {
  font-size: 24px;
  margin-left: 5px;
}

/* Small Screens */


.wid-100{
	width: 100%;
}

.pre-box{
	padding: 15px;
	background-color: #fff;
	 border-radius: 10px;
}
.spacer{
	text-align: center;
	padding: 25% 0;
}

.custom-file{
  position:relative;
  font-family:arial;
  overflow:hidden;
  margin-bottom:10px;
  width: 10%;
  display: inline-block;
  padding: 10px;
  border-radius: 50px;
	height: 50px;
}
.custom-file-data{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  cursor:pointer;
  opacity:0;
  z-index:100;
}
.custom-file img{
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
}
ul.file-list{
  font-family:arial;
  list-style: none;
  padding:0;
  width: 70%;
}
/*ul.file-list li{
  border-bottom:1px solid #ddd;
  padding:5px;
}*/
.remove-list{
  cursor:pointer;
      position: absolute;
    right: 40px;
  margin-left:10px;
}
.custom-file-label::after{
	display: none;
}
.custom-file .custom-file-label{
	cursor: pointer;
	background:#e53a06;
	border: none;
	width: 50px !important;
  border-radius: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	    z-index: 999;
}
.custom-file-label:hover{
	background: #000;
}
.file-list li{
	    background: #fff;
    border-radius: 50px;
    border: none;
    margin-bottom: 15px;
    height: 52px;
    padding: .375rem .95rem;
    color: #909293;
    font-weight: 500;
    font-family: 'Axiforma';
    line-height: 40px;
      display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.attach-field{
	align-items: normal;
}

.modal-code{
	padding: 150px 0;
	text-align: center;
	background: #f5f5f5;  position: relative;
}
.copy-btn{
	background:#e53a06 ;
	color: #fff;
	width: 45px !important;
  border-radius: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.copy-btn:hover{
	background: #000;
}
.modal-title{
	font-size: 18px;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 700px;
    margin: 150px auto;
}
}
.file-title{
	font-weight: 600;
}

.single-field textarea {
    width: 80%;
    border-radius: 10px;
    background-color: #fff;
}
.single-textarea{
	align-items: normal;
}
.main-file-table tr td .fa-times{
    background: #e53a06;
    width: 30px;
    color: #fff;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
}
.main-file-table tr td .fa-times:hover{
	background: #000;
}

.button-crud {
    background: #e53a06;
    width: 30px;
    color: #fff;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
}
.button-crud:hover {
	background: #000;
}
.button-crud > i{
    line-height: 30px;
}

.table td, .table th{
	    border-top: none;
	    padding: 15px;
    line-height: 30px;
}
.main-file-table tr{
	border-bottom: 2px solid #dee2e6;
}

.main-file-table tr:last-child{
	border-bottom: none;
}
.file-title{
	margin-top: 50px;
}
.file-title i{
	 background: #e53a06;
    width: 40px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
}

.file-title i:hover{
	background: #000;
}

/*---------------*/
.upload-wrap .login-head h5{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.file-info-ero{
  text-align: left;
  width:300px;
  margin: 0 auto;
}
.file-info-ero h4{
  font-size: 16px;
  margin:15px 0;
}
.file-info-ero h4.success i{
  font-size: 14px;
  color: #06880A;
}

.file-info-ero h4.error i{
  font-size: 14px;
  color: #F11B1B;
}



.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding:  1.5rem;
  text-align: center;
  cursor: pointer;
  background: #F5F5F5;
  border-radius: 7px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  border-radius: 25px;
          user-select: none;
}
.file-upload-data{
  border: 3px solid #eee;
}
.uploader label:hover {
  border-color: #E53A06;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
  padding: 30px;
  border: 2px dashed #E53A06;
  border-radius: 15px;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type=file] {
  display: none;
}
.uploader div {
  color: #909293;
}

@media only screen and (max-width: 767px) {
  .file-info-ero{
        width: auto;
  }
  .file-info-ero h4{
    font-size: 13px;
  }
  .file-info-ero h4.success i, .file-info-ero h4.error i{
    font-size: 10px;
  }
.upload-wrap .login-head h5{
      font-size: 24px;
}
}



/*----*/

.main-remote-box{
   background-color: #fff;
    padding: 50px 45px;
    border-radius: 40px;
    display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin:0 auto;
  position: absolute;
   left: 0;  right: 0;
}
.main-remote-box .form-control{
  border-radius: 20px;
}
.main-remote-box .login-form .btn{
  margin-top: 15px;
}
.remote-terms{
  margin-top: 30px;

}
.remote-terms a{
  color: #E53A06;
  text-decoration: none;
}

.main-remote-box .login-head{
  margin-bottom: 20px;
}

@media (max-width: 767px){
  .mobile-hei.remote-height{
    height: 100vh !important;
  }
.main-remote-box {
    display: block;
    position: inherit;
    margin: 15px;
    border-radius: 10px;
    padding: 40px 20px;
    height: auto !important;
}
}
@media (min-width: 768px) and  (max-width: 1024px){
  .mobile-hei.remote-height{
    height: 100vh !important;
  }
.main-remote-box {
    display: block;
    position: inherit;
    margin: 15px;
    border-radius: 25px;
    padding: 40px 20px;
    height: auto !important;
}



}
/*==================
    ANIMATED BUTTON
==================*/

.btn-animated {
    display: inline-block;
    min-width: 150px;
    margin: 20px auto;
      background-color: #E53A06;
    color: #fefefe;
    font-size: 1.2em;
    padding: 1em;
    border-radius: 4px;
    text-align: center;
    position: relative;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
      border: 1px solid #E53A06;
    transition: border-radius linear 0.05s, width linear 0.05s;
  }
  .btn-animated:hover{
	background-color: transparent;
	border-color: #E53A06;
	text-decoration: none;
	color: #E53A06;
  }
  .btn-animated:focus {
    outline: 0;
  }
  .btn-animated.animate {
    width: 68.1818181818px;
    height: 68.1818181818px;
    min-width: 0;
    border-radius: 50%;
    color: transparent;
  }
  .btn-animated.animate-small {
    width:50px;
    height: 50px;
    min-width: 0;
    border-radius: 50%;
    color: transparent;
  }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .btn.disabled, .btn:disabled:hover {
    background-color: #E53A06;
    border-color: #E53A06;
    color: #fefefe;
  }

  .btn-animated.animate:after, .btn-animated.animate-small:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border: 4px solid #fefefe;
    border-radius: 50%;
    border-left-color: transparent;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: spin 2.5s ease-in-out infinite;
    animation-name: spin;
    -webkit-animation-name: spin;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }

  @keyframes spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    100% {
      transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }
  }

/*==================
    ANIMATED TAB HEADING
==================*/

.tab-heading-animated {
    display: inline-block;
    min-width: 150px;
    margin: 20px auto;
    background-color: #fefefe;
    color: #E53A06;
    font-size: 0.9em;
    padding: 0.5em;
    border-radius: 4px;
    text-align: center;
    position: relative;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
      border: 1px solid #E53A06;
    transition: border-radius linear 0.05s, width linear 0.05s;
  }
  .tab-heading-animated:hover{
	background-color: #E53A06;
	border-color: #E53A06;
	text-decoration: none;
	color: #ffffff99;
  }
  .tab-heading-animated.selected {
    background-color: #E53A06;
    color: #fefefe;
  }
  .tab-heading-animated.selected:hover{
	background-color: #E53A06;
    color: #fefefe;
  }







.form-variable-input {
    border-radius: 3px;
    border: 1px solid #E53A06;
    padding: 2px;
    font-size: 16px !important;
    box-shadow: 0px 1px 5px rgb(167 134 121);
    max-width: 65vw;
}
.form-variable-input:hover {
    box-shadow: 0px 1px 8px rgb(167 134 121);
}
.form-variable-input:focus {
    border: 2px solid #E53A06;
}
.form-variable-signature {
    border-radius: 3px;
    background: #E53A06;
    padding: 6px;
    cursor: pointer;
    color: white;
    box-shadow: 0px 1px 5px rgb(167 134 121);
}
.form-variable-signature:hover {
    box-shadow: 0px 1px 8px rgb(167 134 121);
}
.form-variable-signature-signed {
    border-radius: 3px;
    background: none;
    padding: 6px;
    cursor: pointer;
    position: relative;
}
.form-variable-signature-signed > img {
    background: transparent;
    box-shadow: none;
    max-width: 108px;
    max-height: 40px;
    position: absolute;
    margin-top: -20px;
}
.form-variable-signature-signed > img:hover {
    box-shadow: 0 1px 9px rgb(0 0 0 / 27%), 0 0 40px rgb(0 0 0 / 8%) inset;
}
.form-variable-file-request {
    border-radius: 3px;
    background: #E53A06;
    padding: 6px;
    cursor: pointer;
    color: white;
    box-shadow: 0px 1px 5px rgb(167 134 121);
}
.form-variable-file-request:hover {
    box-shadow: 0px 1px 8px rgb(167 134 121);
}
.form-variable-file-request-submitted {
    border-radius: 3px;
    background: none;
    padding: 6px;
    cursor: pointer;
}


/*============
ARRAY VARIABLE
=============*/
.array-variable-add {
    border-radius: 3px;
    background: #E53A06;
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 6px;
    cursor: pointer;
    text-align: center;
    color: white;
    box-shadow: 0px 1px 5px rgb(167 134 121);
    font-size: 12px !important;
}
.array-variable-add:hover {
    box-shadow: 0px 1px 8px rgb(167 134 121);
}
.array-variable-remove {
    border-radius: 3px;
    background: #1E252D;
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 6px;
    cursor: pointer;
    text-align: center;
    color: white;
    box-shadow: 0px 1px 5px rgb(167 134 121);
    font-size: 12px !important;
}
.array-variable-remove:hover {
    box-shadow: 0px 1px 8px rgb(167 134 121);
}


/* ==========
SIDEBAR VARIABLE
===========*/
.sidebar-variable {
    color: #b4b4b4;
    cursor: pointer;
    margin-top: 12px;
    transition: all 0.1s ease-in-out;
}
.sidebar-variable:hover {
    color: white;
}


/* ==========
 SCROLLBAR
===========*/
/* width */
::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
  }

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


/***13-04-22***/
  .form-theme-wrape label {
    width: auto;
  }
  .form-theme-wrape input {
      width: 100% !important;
      background-color: #fff;
  }
  .table-form {
    width: 100%;
  }
  .section-title {
    margin-top: 20px;
  }
  tr.bginline-field {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
  }
  .form-group {
      margin-bottom: 0;
  }
  .bginline-field .form-group, .bginline-field .form-control {
    margin-bottom: 0px;
  }
  .table-form table tr td {
    vertical-align: middle;
  }
  tr.bginline-field input, tr.bginline-field select {
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0px;
    padding: 0px;
    height: 35px;
    background-color: #ffff;
  }
  .icon-default i {
    color: #909293;
    font-size: 24px;
  }
  .icon-default {
    text-align: center;
  }
  .table-form tr th:nth-child(3), .table-form tr th:nth-child(4), .icon-default {
    text-align: center;
  }
  tr.bginline-field input::placeholder, tr.bginline-field select, tr.bginline-field option:not(:first-of-type) {
    color: #000;
    font-size: 14px;
  }
  .table-form .table td, .table-form .table th {
    padding: 10px;
  }

  .table-form .multi-collapse {
    position: absolute;
    width: 100%;
    left: 0px;
    height: auto;
    margin-top: 9px;
    z-index: 1;
  }
  table td:last-child {
    border-bottom-right-radius:10px;
  }
  table td:first-child {
    border-bottom-left-radius:10px;
  }
  table th:first-child,
  table td:first-child {
    border-top-left-radius:10px
  }
  table th:last-child,
table td:last-child {
  border-top-right-radius:10px
}
.table-form table.table {
  border-collapse: separate;
  border-spacing: 0 10px;
  padding: 0px 20px;
}
.table-form table .card.card-body {
  border: unset;
  margin: 0px 20px;
}
.collapse-arrow i {
    transform: rotate(-180deg);
    transition: .3s transform ease-in-out;
    display: inline-block;
}
.collapse-arrow .collapsed i  {
    transform: rotate(0deg);
}
.single-field.attach-field.option-icon {
    align-items: center !important;
  }
  .single-field.attach-field.option-icon label {
    padding-right: 12px;
    font-family: 'Axiforma';
    font-size: 18px;
  }
  table tr th, table tr td, input, select, label, textarea{
    font-family: 'Axiforma';
  }
  .icon-rightarrow .main-preview-box {
    margin-top: 0px;
    padding: 0px;
  }
  .table-in-main tr th {
      border-bottom: none;
  }
  .table-in-main tbody tr {
    background: #F5F5F5;
  }
  .table-in-main tbody tr td input {
    background: transparent;
  }
  .table-form .table-in-main table.table {
    padding: 0px;
  }
  .table-in-main tbody tr td input::placeholder, .form-group.input-clr input::placeholder{
    color: #979797;
  }
  .form-collapse-in .input-clr {
    margin-top: 25px;
  }
  .table-form table.table.table-btm-style {
    border-collapse: collapse !important;
  }
  table.table.table-btm-style tr {
    border-bottom: 0px !important;
  }
  table.table.table-btm-style th:first-child, table.table.table-btm-style td:first-child {
    border-top-left-radius: 0px;
  }
  table.table.table-btm-style td:first-child {
    border-bottom-left-radius: 0px;
  }
  table.table.table-btm-style th:last-child, table.table.table-btm-style td:last-child {
    border-top-right-radius: 0px;
  }
  table.table.table-btm-style td:last-child {
    border-bottom-right-radius: 0px;
  }
  .table tbody+tbody {
    border-top: 12px solid #fff;
  }
  .icon-rightarrow label.custom-file-label i {
    margin-top: 6px;
  }
  .form-group.input-clr textarea.form-control {
    border-radius: 6px;
  }
  .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f00; /* Red */
}


.custom-form-variable-row {
    cursor: pointer;
}
.custom-form-variable-row:hover {
    background: #ffffffbd;
    box-shadow: 0px 7px 3px -5px rgb(0 0 0 / 15%);
}
