input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]:not(.date-and-time),
textarea,
input[type="password"] {
  border: 1px solid #f3f3f3;
}
textarea {
  outline: none !important;
  font-family: 'Poppins', Verdana;
  letter-spacing: 0;
  resize: none;
  box-shadow: none;
}
button,
input {
  font-family: 'Poppins', Verdana;
}
button,
input[type="submit"] {
  cursor: pointer;
  font-family: 'Poppins', Verdana;
}
a {
  text-decoration: none;
}
.inside {
  width: 1194px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.inside-wide {
  width: 1804px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body {
  color: #33475B;
  font-family: 'Poppins', Verdana, sans-serif;
  font-weight: 400;
  background: #F9F9F9;
}
body a {
  color: #33475B;
}
body.with-float-bar {
  padding-bottom: 70px;
}
body.with-float-bar.type-1 {
  padding-bottom: 140px;
}
.contain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nowrap {
  flex-wrap: nowrap;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-l {
  justify-content: flex-start;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-b {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.tabutation {
  padding: 16px 20px;
  border-radius: 5px 5px 0 0;
  font-size: 15px;
  max-width: 100%;
  box-sizing: border-box;
  padding-bottom: 0;
  background: #fff;
  border-bottom: 1px solid #F3F3F3;
}
.tabutation ul {
  overflow: auto;
  height: 35px;
}
.tabutation li {
  margin-right: 26px;
}
.tabutation li a {
  display: block;
  padding: 0;
  padding-bottom: 18px;
  border: none;
  color: #999;
  background: none;
  position: relative;
  transition: all 0.3s ease 0s;
}
.tabutation li a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 2px solid transparent;
  bottom: -1px;
  content: "";
  transition: all 0.3s ease 0s;
  border-radius: 4px;
}
.tabutation li a:hover {
  color: #D54C43;
  transition: all 0.3s ease 0s;
}
.tabutation li.active a {
  color: #D54C43;
  transition: all 0.3s ease 0s;
}
.tabutation li.active a:after {
  border-bottom: 2px solid #D54C43;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.logo img {
  width: 170px;
}
.sidebar {
  background: #425B76;
  color: #fff;
  width: 310px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.sidebar .logo {
  padding: 15px 34px 15px;
  border-bottom: 1px solid #647B94;
}
.sidebar .logo img {
  width: 170px;
}
.sidebar .logo-mobile {
  display: none;
}
.sidebar .main-sidebar-navigation {
  border-bottom: 1px solid #647B94;
  padding: 12px 20px 4px 20px;
}
.sidebar .main-sidebar-navigation li {
  padding: 6px 10px;
  font-size: 14px;
  color: #CDCDCD;
  font-weight: 400;
  position: relative;
}
.sidebar .main-sidebar-navigation li .mess-cnt {
  position: absolute;
  top: 12px;
  right: 14px;
  background: #ffdb80;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  text-align: center;
  border: 3px solid #484335;
  line-height: 21px;
}
.sidebar .main-sidebar-navigation li:not(.active) .ico img {
  filter: grayscale(100);
  opacity: 0.4;
}
.sidebar .main-sidebar-navigation li.active {
  background: #282828;
  border-radius: 5px;
}
.sidebar .main-sidebar-navigation li.active .ico img {
  filter: none;
}
.sidebar .main-sidebar-navigation li a:hover {
  transition: all 0.3s ease 0s;
  color: #fff;
}
.sidebar .main-sidebar-navigation li a:hover .ico img {
  opacity: 1;
  transition: all 0.3s ease 0s;
  filter: none;
}
.sidebar .main-sidebar-navigation li i,
.sidebar .main-sidebar-navigation li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebar .main-sidebar-navigation li a {
  justify-content: flex-start;
  padding: 4px 0;
  height: 30px;
  transition: all 0.3s ease 0s;
}
.sidebar .main-sidebar-navigation li span {
  margin-left: 12px;
}
.sidebar .main-sidebar-navigation li i {
  justify-content: center;
  width: 34px;
  text-align: center;
}
.sidebar .main-sidebar-navigation li a {
  color: #CDCDCD;
}
.sidebar .swipe-back {
  position: absolute;
  right: -24px;
  top: 20px;
}
.sidebar .swipe-back button {
  background: #1a1a1a url(../images/arrow-left.svg) no-repeat 12px center;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  border: 4px solid #F9F9F9;
  padding: 0;
  cursor: pointer;
}
.sidebar .swipe-back .controls img {
  display: none;
}
.sidebar.slim {
  width: 90px;
  background: #1a1a1a;
  transition: all 0.3s ease 0s;
}
.sidebar.slim .logo-mobile {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3C3B3B;
}
.sidebar.slim .logo-mobile img {
  display: inline-block;
  width: 52px;
}
.sidebar.slim .logo {
  display: none;
}
.sidebar.slim li span {
  display: none;
}
.sidebar.slim li .mess-cnt {
  top: -1px;
  right: -5px;
}
.sidebar.slim .swipe-back {
  transform: rotate(180deg);
}
.sidebar.slim .controls {
  padding: 20px 25px;
}
.sidebar.slim .controls img {
  display: inline-block;
  vertical-align: middle;
}
.sidebar.slim .controls span {
  display: none;
}
.sidebar.slim .controls a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
.sidebar.slim .controls .phone {
  margin-bottom: 10px;
}
.sidebar.slim .controls .cnt-bottom .button a {
  height: 40px;
  line-height: 40px;
}
.sidebar.slim .controls .cnt-bottom .button img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.sidebar.slim + .main-admin-content-area {
  padding-left: 90px;
  transition: all 0.3s ease 0s;
}
.sidebar.slim + .main-admin-content-area .total-widget {
  padding-left: 126px;
}
.sidebar .controls {
  padding: 18px 36px;
}
.sidebar .controls .cnt-bottom .button a {
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 52px;
  border-radius: 6px;
  font-size: 16px;
  display: block;
  text-align: center;
  background: #FF7A59;
  border: 1px solid #FF7A59;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.sidebar .controls .cnt-bottom .button a:hover {
  transition: all 0.3s ease 0s;
  background: none;
  color: #FF7A59;
}
.sidebar .controls a img {
  display: none;
}
.sidebar .controls .cnt-top {
  margin-bottom: 20px;
}
.sidebar .controls .cnt-top .phone a {
  color: #fff;
  padding: 13px 10px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  display: block;
  transition: all 0.3s ease 0s;
}
.sidebar .controls .cnt-top .phone a:hover {
  transition: all 0.3s ease 0s;
  color: #fff;
  border-color: #fff;
}
.sidebar .controls .cnt-top .chat-now a {
  color: #fff;
  padding: 13px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  display: block;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.sidebar .controls .cnt-top .chat-now a:hover {
  transition: all 0.3s ease 0s;
  color: #fff;
  border-color: #fff;
}
.main-admin-content-area {
  padding-left: 310px;
  min-height: 100vh;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
.main-admin-content-area .title {
  max-width: 70%;
}
.main-admin-content-area .header-toolbar {
  border-bottom: 1px solid #EBEBEB;
  padding: 21px 40px;
}
.main-admin-content-area .header-toolbar .ballance {
  color: #676767;
  margin-right: 30px;
  text-align: right;
}
.main-admin-content-area .header-toolbar .ballance .plus {
  margin-left: 10px;
}
.main-admin-content-area .header-toolbar .ballance .plus button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #00BDA5 url(../images/icon-plus.svg) no-repeat center;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease 0s;
}
.main-admin-content-area .header-toolbar .ballance .plus button:hover {
  transition: all 0.3s ease 0s;
  transform: rotate(90deg);
}
.main-admin-content-area .header-toolbar .ballance p {
  font-size: 13px;
}
.main-admin-content-area .header-toolbar .ballance p:first-child {
  margin-bottom: 6px;
}
.main-admin-content-area .header-toolbar .ballance p strong {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
}
.main-admin-content-area .header-toolbar .bell {
  margin-right: 32px;
}
.main-admin-content-area .header-toolbar .cabinet .icon-user {
  margin-right: 12px;
  border-radius: 100%;
  position: relative;
  width: 40px;
  height: 40px;
  background: #E5EAF0;
}
.main-admin-content-area .header-toolbar .cabinet .icon-user img {
  display: block;
}
.main-admin-content-area .header-toolbar .cabinet .icon-user span {
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 700;
  background: #FFDB80;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  box-sizing: border-box;
  top: -4px;
  right: -10px;
  text-align: center;
  line-height: 15px;
}
.main-admin-content-area .header-toolbar .cabinet .icon-user span:after {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 3px solid rgba(255, 219, 128, 0.15);
  content: "";
  box-sizing: border-box;
}
.main-admin-content-area .header-toolbar .cabinet p {
  font-size: 14px;
}
.main-admin-content-area .header-toolbar .cabinet .logout {
  display: block;
  margin-left: 8px;
}
.main-admin-content-area .content-area {
  padding: 36px;
  padding-top: 24px;
  max-width: 735px;
}
.main-admin-content-area .content-area .title {
  font-size: 28px;
  font-weight: 600;
  color: #33475B;
  margin-bottom: 26px;
}
.main-admin-content-area .content-area .title .revision-request {
  color: #676767;
  font-size: 11px;
  font-weight: 400;
  background: #cdcdcd;
  display: inline-block;
  margin-left: 14px;
  border-radius: 5px;
  padding: 5px 7px;
  vertical-align: middle;
  margin-top: -4px;
}
.main-admin-content-area .content-area .order-main-tabs-head {
  margin-bottom: 11px;
  border-radius: 5px 5px 0 0;
  background: #fff;
}
.main-admin-content-area .content-area .order-main-tabs-head ul {
	display: flex;
}
.main-admin-content-area .content-area .order-main-tabs-head .item {
  box-sizing: border-box;
  position: relative;
  //width: 33.3333%;
    background: #F5F8FA;
  border-top: 1px solid #CBD6E2;
  border-bottom: 1px solid #CBD6E2;
  border-right: 1px solid #CBD6E2;
}

.main-admin-content-area .content-area .order-main-tabs-head .item:nth-child(1) {
	 border-left: 1px solid #CBD6E2;
	 border-radius: 3px 0 0 3px;
}
.main-admin-content-area .content-area .order-main-tabs-head .item:nth-child(3) {
	border-radius: 0 3px 3px 0;
}
.main-admin-content-area .content-area .order-main-tabs-head .item.selected {
	background: #E5EAF0;
	border-color: #7C98B6;
}
.main-admin-content-area .content-area .order-main-tabs-head .item a {
  position: relative;
  font-weight: 500;
  z-index: 2;
  display: block;
  padding: 1px 0;
  color: #ABABAB;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  z-index: 0;
  padding-right: 30px;
  padding-left: 9px;
}
.main-admin-content-area .content-area .order-main-tabs-head .item a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  color: #ABABAB;
  font-weight: 500;
}
/*.main-admin-content-area .content-area .order-main-tabs-head .item a b:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #F3F3F3;
  border-radius: 10px;
  transform: rotate(45deg);
  top: 4px;
  left: 4px;
  z-index: -1;
}*/

.main-admin-content-area .content-area .order-main-tabs-head .item.selected a {

}
.main-admin-content-area .content-area .order-main-tabs-head .item.selected b:before {
  background: #FFDB80;
  z-index: 1;
}
.main-admin-content-area .content-area .order-main-tabs-head .item b:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/order-check-off.svg) 50% no-repeat;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.main-admin-content-area .content-area .order-main-tabs-head .item.selected b:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/order-check.svg) 50% no-repeat;
  top: 4px;
  left: 4px;
  z-index: 2;
}

.variable-content-widget .selecteble {
  width: 726px;
  max-width: 100%;
}
.variable-content-widget .selecteble .jq-selectbox__select {
  border-color: #F3F3F3;
}
.variable-content-widget .row-8,
.variable-content-widget .row-9,
.variable-content-widget .row-11,
.variable-content-widget .row-12 {
  width: 726px;
  max-width: 100%;
}
.variable-content-widget .item-section:not(.active) {
  display: none;
}
.variable-content-widget .item-section {
  box-sizing: border-box;
  max-width: 100%;
}
.variable-content-widget .item-section .item-section-inner {
  max-width: 100%;
  position: relative;
}
.variable-content-widget .item-section .continue-form {
  margin-top: 30px;
}
.variable-content-widget .item-section .order-form:not(.active) {
  display: none;
}
.variable-content-widget .item-section .heading-type {
  position: absolute;
  right: 16px;
  top: -62px;
}
.variable-content-widget .item-section .heading-type .radius-left a {
  border-radius: 5px 0px 0px 5px;
}
.variable-content-widget .item-section .heading-type .radius-right a {
  border-radius: 0px 5px 5px 0px;
}
.variable-content-widget .item-section .heading-type .radius a {
  border-radius: 5px;
}
.variable-content-widget .item-section .heading-type .button a {
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 7px 13px;
  min-width: 80px;
  box-sizing: border-box;
  text-align: center;
}
.variable-content-widget .item-section .heading-type .button.active a {
  color: #fff;
  background: #D54C43;
  border: 1px solid #D54C43;
  transition: all 0.3s ease 0s;
}
.variable-content-widget .item-section .heading-type .button:not(.active) a {
  color: #D54C43;
  border: 1px solid #D54C43;
}
.variable-content-widget .item-section .heading-type .button:not(.active) a:hover {
  color: #fff;
  background: #D54C43;
  transition: all 0.3s ease 0s;
}
.variable-content-widget.active {
  display: block;
}
.variable-content-widget .row:not(:last-child) {
  margin-bottom: 34px;
}
.variable-content-widget .row.category {
  margin-bottom: 16px;
}
.variable-content-widget select {
  font-size: 14px;
}
.variable-content-widget .label {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
}
.variable-content-widget .difficulty-options li {
  margin-right: 23px;
}
.variable-content-widget .difficulty-options li a {
  min-width: 124px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 20px;
  border: 1px solid #7FD1DE;
box-sizing: border-box;
border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #33475B;
}
.variable-content-widget .difficulty-options li.selected a {
  background: #E5F5F8;
border: 2px solid #00A4BD;
}
.variable-content-widget .difficulty-options li:last-child {
  margin-right: 0;
}
.variable-content-widget .row input[type="text"] {
  height: 50px;
  padding-left: 20px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "Poppins", Verdana;
  letter-spacing: 0;
  font-size: 14px;
}
.variable-content-widget .row input[type="text"][name="type-phone-code"] {
  width: 80px;
}
.variable-content-widget .row textarea {
  border: 1px solid #F3F3F3;
  height: 120px;
  padding-top: 20px;
  resize: none;
  padding-left: 20px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "Poppins", Verdana;
  letter-spacing: 0;
  outline: none !important;
  font-size: 14px;
}
.variable-content-widget .row .sublabel {
  margin-top: 6px;
  font-size: 13px;
  color: #ABABAB;
}
.variable-content-widget div.numerable input[type="text"] {
  border-left: none;
  border-right: none;
  color: #2C090B;
  text-align: center;
  font-family: "Poppins", Verdana;
  padding: 0;
  width: 80px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0;
  border-top: 1px solid #7FD1DE;
  border-bottom: 1px solid #7FD1DE;
}
.variable-content-widget div.numerable .go-count {
  background: #FFFFFF;
	border: 1px solid #7FD1DE;
  width: 40px;
  height: 50px;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
}
.variable-content-widget div.numerable .go-count.minus {
  border-radius: 5px 0px 0px 5px;
  //background-image: url(../images/minus.svg);
}
.variable-content-widget div.numerable .go-count.plus {
  border-radius: 0px 5px 5px 0px;
  //background-image: url(../images/plus.svg);
}
.variable-content-widget div.numerable .go-count:hover {
  box-shadow: 0px 0px 12px rgba(0, 163, 189, 0.3);
}
.variable-content-widget .item-group .label span {
  color: #ABABAB;
}
.variable-content-widget .item-group > .flex-l .item {
  margin-right: 14px;
}
.variable-content-widget .item-group .item input[type="radio"] {
  display: none;
}
.variable-content-widget .item-group .item label.button {
  line-height: 1;
  min-width: 90px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 17px 20px;
  background: #F7F7F7;
  box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #1A1A1A;
  border: none;
}
.variable-content-widget .item-group .item.selected label.button {
  font-weight: 500;
  background: linear-gradient(104.04deg, #dedede 0%, #efefef 100%);
  box-shadow: 10px 10px 25px rgba(2, 14, 31, 0.15), inset -5px -5px 4px rgba(255, 255, 255, 0.15), inset 1px 1px 5px #b9bbbc;
}
.variable-content-widget .item-group .item button {
  line-height: 1;
  min-width: 90px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 17px 20px;
  background: #FFFFFF;
border: 1px solid #7FD1DE;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #33475B;
}
.variable-content-widget .item-group .item.selected button {
  background: #E5F5F8;
border: 2px solid #00A4BD;
}
.variable-content-widget .item-left {
  margin-right: 74px;
}
.calendar-widget .calendar {
  background: #BE3A31;
  padding: 0;
  padding-left: 16px;
  border-radius: 5px;
  overflow: hidden;
}
.calendar-widget .calendar .icon-calendar img {
  display: block;
}
.calendar-widget .date-text {
  color: #fff;
}
.calendar-widget .date-text input {
  border: none;
  background: #D54C43;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  height: 48px;
  box-sizing: border-box;
  margin-left: 16px;
  cursor: pointer;
}
.upload-widget form {
  position: relative;
  z-index: 1;
  width: 100%;
}
.upload-widget .button {
  margin-right: 30px;
  z-index: -1;
  position: absolute;
}
.upload-widget .button span {
  width: 180px;
  height: 50px;
  background: #D54C43;
  border: 1px solid #D54C43;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 50px;
}
.upload-widget input[type="file"] {
  display: none;
}
.upload-widget .dropzone p {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 300;
  margin-top: 8px;
}
.upload-widget .dropzone .drop-place {
  background: rgba(213, 76, 67, 0.1);
  border: 1px solid rgba(213, 76, 67, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #D54C43;
  line-height: 50px;
}
.upload-widget .dropzone .drop-place span {
  display: inline-block;
  vertical-align: middle;
}
.upload-widget .dropzone .drop-place img {
  display: block;
  margin-right: 6px;
}
.list-of-files {
  box-sizing: border-box;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 300;
}
.list-of-files span {
  padding: 20px;
  background: #F3F3F3;
  display: block;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-of-files li:not(:last-child) {
  margin-bottom: 20px;
}
.list-of-files li {
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  display: -webkit-box;
  overflow: hidden;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 44px;
  position: relative;
}
.list-of-files li date {
  color: #ABABAB;
  font-size: 13px;
  padding-left: 12px;
}
.list-of-files li button.remove {
  width: 13px;
  height: 13px;
  background: url(../images/icon-close.svg) no-repeat center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease 0s;
}
.list-of-files li button.remove:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.row-item.search {
  position: relative;
  width: 100%;
  display: none;
}
.row-item.search input {
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}
.row-item.search button {
  width: 30px;
  height: 30px;
  background: url(../images/search.svg) no-repeat center;
  top: 11px;
  right: 14px;
  border: none;
  cursor: pointer;
  position: absolute;
}
.row.attention {
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.row.attention .attention-icon {
  background: #fff;
  width: 40px;
  height: 46px;
  text-align: center;
  line-height: 56px;
  border-right: 1px solid #CDCDCD;
  box-sizing: border-box;
}
.row.attention .attention-icon img {
  display: inline-block;
}
.row.attention .attention-text {
  height: 46px;
  box-sizing: border-box;
  padding: 7px 20px;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
.row.attention .attention-text strong {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.services-list .service-item {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 16px 80px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px;
  box-shadow: 25px 25px 120px rgba(69, 68, 60, 0.1);
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
  background: #fff;
  /*&:before {
      position: absolute;
      left: 20px;
      top: 20px;
      background: rgba(213, 76, 67, 0.05);
      border: 1px solid #D54C43;
      box-sizing: border-box;
      border-radius: 5px;
      content: "";
      width: 30px;
      height: 30px;
    }*/
}
.services-list .service-item.active {
  border: 1px solid rgba(213, 76, 67, 0.15);
}
.services-list .service-item.active:before {
  background: #d54c43 url(../images/check.svg) no-repeat center;
}
.services-list .service-item strong {
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.services-list .service-item .price {
  font-weight: 600;
  color: #3DBE71;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
}
.services-list .service-item .check {
  position: absolute;
  left: 14px;
  top: 20px;
  width: 30px;
  height: 30px;
}
.services-list .service-item .check input[type="checkbox"] {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.services-list .service-item .check input[type="checkbox"] + span {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: rgba(213, 76, 67, 0.05);
  border: 1px solid #D54C43;
  box-sizing: border-box;
  border-radius: 5px;
  content: "";
  width: 30px;
  height: 30px;
}
.services-list .service-item .check input[type="checkbox"]:checked + span {
  background: #d54c43 url(../images/check.svg) no-repeat center;
}
.category-list .category-item {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 60px 16px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 300;
  color: #2C090B;
  border-radius: 5px;
  box-shadow: 25px 25px 120px rgba(69, 68, 60, 0.1);
  position: relative;
  width: 24%;
  border: 1px solid #fff;
  cursor: pointer;
  background: #fff;
  /*&:before {
      position: absolute;
      left: 16px;
      top: 16px;
      background: rgba(213, 76, 67, 0.05);
      border: 1px solid #D54C43;
      box-sizing: border-box;
      border-radius: 5px;
      content: "";
      width: 30px;
      height: 30px;
    }*/
}
.category-list .category-item.active {
  border: 1px solid rgba(213, 76, 67, 0.15);
}
.category-list .category-item.active:before {
  background: #d54c43 url(../images/check.svg) no-repeat center;
}
.category-list .category-item .check {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
}
.category-list .category-item .check input[type="checkbox"] {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.category-list .category-item .check input[type="checkbox"] + span {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: rgba(213, 76, 67, 0.05);
  border: 1px solid #D54C43;
  box-sizing: border-box;
  border-radius: 5px;
  content: "";
  width: 30px;
  height: 30px;
}
.category-list .category-item .check input[type="checkbox"]:checked + span {
  background: #d54c43 url(../images/check.svg) no-repeat center;
}
.category-list .category-item strong {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  color: #2C090B;
}
.category-list .category-item .price {
  font-weight: 600;
  color: #3DBE71;
  position: absolute;
  left: 16px;
  bottom: 20px;
  margin-top: -8px;
  font-size: 14px;
}
.item-section.summary {
  border-radius: 0 0 5px 5px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  /*.prices-with-discont {
    .item {
      width: 19%;
      &:nth-child(2),&:nth-child(3) {
        display: block;
      }
    }
  }*/
}
.item-section.summary .jq-selectbox__dropdown {
  min-width: 160px;
}
.item-section.summary .item-section-inner {
  width: 100%;
}
.item-section.summary .summary-header {
  border-bottom: 1px solid #F3F3F3;
  padding: 20px;
}
.item-section.summary .summary-header .title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
.item-section.summary .summary-header a {
  color: #D54C43;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
}
.item-section.summary .summary-header a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  transition: 0.3s ;
  bottom: 0;
  content: "";
}
.item-section.summary .summary-header a:hover:after {
  width: 6px;
  transition: 0.3s ;
}
.item-section.summary .summary-body {
  border-bottom: 1px solid #F3F3F3;
}
.item-section.summary .summary-body .right table td {
  width: 50%;
}
.item-section.summary .summary-body.editable {
  display: none;
}
.item-section.summary .summary-body.editable select {
  visibility: hidden;
}
.item-section.summary .summary-body.editable table td {
  padding: 8px 0;
}
.item-section.summary .summary-body.editable table td .select {
  display: inline-block;
}
.item-section.summary .summary-body.editable .jq-selectbox {
  width: auto;
}
.item-section.summary .summary-body.editable .jq-selectbox__select {
  padding: 0;
  border: none;
  box-shadow: none;
  height: auto;
  min-width: 200px;
  line-height: 1;
  display: inline-block;
  padding-right: 40px;
}
.item-section.summary .summary-body.editable .jq-selectbox__select .jq-selectbox__trigger-arrow {
  z-index: 0;
  top: 4px;
}
.item-section.summary .summary-body.editable .jq-selectbox__select:hover {
  box-shadow: none;
}
.item-section.summary .summary-body.editable .small-editable-block {
  margin-bottom: 12px;
}
.item-section.summary .summary-body.editable .small-editable-block .small-label {
  margin-right: 10px;
  width: 70px;
}
.item-section.summary .summary-body.editable .select-date-button {
  border: none;
  height: auto;
  width: 190px;
  padding: 0;
  padding-right: 20px;
  background: url(../images/calendar-small.svg) no-repeat right center;
  font-weight: 300;
  color: #1a1a1a;
  cursor: pointer;
}
.item-section.summary .summary-body.editable .select-date-button:before {
  display: none;
}
.item-section.summary .summary-body.editable .numerable {
  width: auto;
}
.item-section.summary .summary-body.editable .numerable input[name="pages-qt"],
.item-section.summary .summary-body.editable .numerable input[name="graphs-qt"],
.item-section.summary .summary-body.editable .numerable input[name="slides-qt"] {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  font-weight: 500;
}
.item-section.summary .summary-body.editable .numerable button {
  width: 25px;
  height: 25px;
}
.item-section.summary .summary-body.editable td span {
  display: inline-block;
  min-width: 160px;
}
.item-section.summary .summary-body.editable td .spinbox + button.remove {
  margin-left: 15px;
}
.item-section.summary .summary-body .left {
  width: 50%;
  border-right: 1px solid #F3F3F3;
  box-sizing: border-box;
  padding: 20px;
}
.item-section.summary .summary-body .left .remove {
  margin-left: 140px;
}
.item-section.summary .summary-body .right {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  padding-left: 60px;
  padding-right: 10%;
}
.item-section.summary .summary-body .right .jq-selectbox__select-text {
  min-width: 0;
}
.item-section.summary .summary-body table {
  line-height: 1.5;
  color: #1A1A1A;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  line-height: 1.6;
  font-weight: 300;
}
.item-section.summary .summary-body table td {
  padding: 4px 0;
}
.item-section.summary .summary-body table td:first-child {
  color: #ABABAB;
}
.item-section.summary .prices {
  padding: 20px;
  border-bottom: 1px solid #F3F3F3;
}
.item-section.summary .prices .item {
  width: 19%;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 5px;
  padding: 16px;
  font-weight: 300;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #1A1A1A;
}
.item-section.summary .prices .item .bold {
  font-weight: 600;
}
.item-section.summary .prices .item .green {
  color: #3DBE71;
}
.item-section.summary .prices .item .name {
  margin-bottom: 8px;
}
.item-section.summary .prices:not(.prices-with-discont) .item {
  width: 32.5%;
}
.item-section.summary .prices:not(.prices-with-discont) .item:nth-child(2),
.item-section.summary .prices:not(.prices-with-discont) .item:nth-child(3) {
  display: none;
}
.total-widget {
  padding: 0px 36px 0px 346px;
  z-index: 9999999;
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}
.total-widget > div {
  background: #fff;
  border-radius: 5px;
  padding: 16px 20px;
  box-shadow: 0px -25px 40px rgba(69, 68, 60, 0.1);
}
.total-widget .total {
  color: #1A1A1A;
  font-size: 21px;
  font-weight: 300;
}
.total-widget .total strong {
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}
.total-widget .center {
  display: none;
  margin-right: 30px;
}
.total-widget .center.active {
  display: block;
}
.total-widget .center input {
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  width: 200px;
  border-radius: 5px 0 0 5px;
  display: block;
  height: 40px;
  padding-left: 20px;
}
.total-widget .center button {
  border: 1px solid #D54C43;
  box-sizing: border-box;
  border-radius: 0px 5px 5px 0px;
  width: 100px;
  height: 40px;
  color: #D54C43;
  font-weight: 700;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.total-widget .center button:hover {
  color: #fff;
  background: #D54C43;
  transition: all 0.3s ease 0s;
}
.total-widget .left {
  padding-top: 5px;
}
.total-widget .right .promo-code button {
  font-size: 13px;
  display: inline-block;
  padding-bottom: 1px;
  color: #D54C43;
  border: none;
  padding: 0;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  background: none;
}
.total-widget .right .promo-code button:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: -1px;
  content: "";
  transition: all 0.3s ease 0s;
}
.total-widget .right .promo-code button:hover:after {
  transition: all 0.3s ease 0s;
  width: 16px;
}
.total-widget .right .button {
  margin-left: 20px;
}
.total-widget .right .button a {
  background: #FFDB80;
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  color: #1A1A1A;
  line-height: 40px;
  text-align: center;
  display: block;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  min-width: 140px;
  box-sizing: border-box;
}
.total-widget .right .button a.green {
  background: #3DBE71;
  color: #fff;
}
.total-widget .right .button a:hover {
  background: #1A1A1A;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.total-widget .cashback {
  font-size: 14px;
  color: #ABABAB;
  margin-left: 20px;
}
.total-widget .cashback strong {
  font-weight: 500;
  color: #3DBE71;
  display: inline-block;
  margin-left: 10px;
}
i.tooltipster {
  width: 14px;
  height: 14px;
  background: rgba(213, 76, 67, 0.1);
  border: 1px solid rgba(213, 76, 67, 0.2);
  box-sizing: border-box;
  border-radius: 14px;
  text-align: center;
  line-height: 14px;
  color: #D54C43;
  font-weight: 500;
  font-size: 10px;
  display: inline-block;
  cursor: pointer;
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 3px;
}
.header-mobile {
  background: #1A1A1A;
  padding: 15px 12px;
}
.header-mobile .navigation {
  position: relative;
  height: 18px;
}
.header-mobile .navigation.opened span:nth-child(2) {
  display: none;
}
.header-mobile .navigation.opened span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  width: 26px;
  margin-top: 3px;
  transition: 0.2s;
  top: 4px;
  left: 0;
}
.header-mobile .navigation.opened span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  width: 26px;
  margin-top: -3px;
  transition: 0.2s;
  top: 10px;
  right: 0;
}
.header-mobile .bell {
  position: relative;
}
.header-mobile .bell span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  background: #D54C43;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  box-sizing: border-box;
  top: -4px;
  right: -14px;
  text-align: center;
  line-height: 15px;
}
.header-mobile .bell span:after {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 3px solid rgba(213, 76, 67, 0.15);
  content: "";
  box-sizing: border-box;
}
.header-mobile .icon-user {
  position: relative;
  margin-left: 30px;
}
.header-mobile .icon-user span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  background: #D54C43;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  box-sizing: border-box;
  top: -4px;
  right: -8px;
  text-align: center;
  line-height: 15px;
}
.header-mobile .icon-user span:after {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 3px solid rgba(213, 76, 67, 0.15);
  content: "";
  box-sizing: border-box;
}
.header-mobile .navigation {
  width: 26px;
  margin-left: 30px;
}
.header-mobile .navigation span {
  height: 2px;
  border-radius: 2px;
  display: block;
  transition: 0.2s;
  background: #FFDB80;
}
.header-mobile .navigation span:nth-child(1) {
  margin-bottom: 6px;
  width: 26px;
}
.header-mobile .navigation span:nth-child(2) {
  margin-bottom: 6px;
  width: 16px;
}
.header-mobile .navigation span:nth-child(3) {
  width: 21px;
}
.order-template {
  /*.tabutation {
    padding: 16px 20px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
    background: #fff;
    ul {
      overflow: auto;
      height: 35px;
    }
    li {
      margin-right: 16px;
      a {
        display: block;
        padding: 0;
        padding-bottom: 18px;
        border: none;
        color: #999;
        background: none;
        position: relative;
        transition: 0.3s ;
        &:after {
          position: absolute;
          left: 0;
          width: 100%;
          border-bottom: 2px solid transparent;
          bottom: -1px;
          content: "";
          transition: all 0.3s ease 0s;
          border-radius: 4px;
        }
      }
      &.active a {
        color: #D54C43;
        transition: all 0.3s ease 0s;
        &:after {
          border-bottom: 2px solid #D54C43;
          transition: all 0.3s ease 0s;
          width: 100%;
        }
      }
    }
  }*/
}
.order-template .subtitle {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}
.order-template.content-area .title {
  margin-bottom: 0;
}
.order-template.content-area .top-line {
  margin-bottom: 20px;
}
.order-template .title {
  padding-top: 8px;
}
.order-template .buttons .link {
  margin-right: 18px;
}
.order-template .buttons .link a {
  color: #D54C43;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.order-template .buttons .link a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: -1px;
  content: "";
  transition: all 0.3s ease 0s;
}
.order-template .buttons .link a:hover:after {
  width: 6px;
  transition: all 0.3s ease 0s;
}
.order-template .buttons .button a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 90px;
  height: 40px;
  border-radius: 5px;
  background: #3DBE71;
  border: 1px solid #3DBE71;
  line-height: 40px;
  display: block;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.order-template .buttons .button a:hover {
  background: #fff;
  color: #3DBE71;
  transition: all 0.3s ease 0s;
}
.order-template .buttons .button.download a {
  background: #d54c43 url(../images/download.svg) no-repeat left 18px center;
  border: 1px solid rgba(213, 76, 67, 0.5);
  padding-left: 42px;
  padding-right: 22px;
}
.order-template .buttons .button.download a:hover {
  background-color: #fff;
  background-image: url(../images/download-red.svg);
  color: #D54C43;
}
.order-template .tabutation {
  padding-top: 0px;
}
.order-template .tabutation ul {
  padding-top: 16px;
}
.order-template .tabutation li a {
  position: relative;
}
.order-template .tabutation li a span {
  width: 18px;
  background: #FFDB80;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  font-size: 10px;
  font-weight: 700;
  color: #1A1A1A;
  position: absolute;
  right: -13px;
  top: -13px;
}
.order-template .tabutation li a span:after {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  border: 3px solid rgba(255, 219, 128, 0.15);
  border-radius: 100%;
  width: 18px;
  height: 18px;
}
.order-template .details-body {
  padding-top: 8px;
}
.order-template .details-body .left {
  width: 400px;
  max-width: 46%;
  box-sizing: border-box;
}
.order-template .details-body .right {
  max-width: 54%;
  width: 420px;
  box-sizing: border-box;
}
.order-template .details-body table {
  line-height: 1.5;
  color: #1A1A1A;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  line-height: 1.6;
  font-weight: 300;
}
.order-template .details-body table td {
  padding: 4px 0;
}
.order-template .details-body table td a {
  color: #D54C43;
  border-bottom: 1px solid #D54C43;
  padding-bottom: 0px;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.order-template .details-body table td a:hover {
  transition: all 0.3s ease 0s;
  border-bottom-color: transparent;
}
.order-template .details-body table td:first-child {
  color: #ABABAB;
}
.order-template .detail-footer {
  margin-top: 12px;
  line-height: 1.8;
  color: #ABABAB;
  font-size: 14px;
}
.order-template .detail-footer .lbl {
  width: 140px;
  font-weight: 400;
}
.order-template .detail-footer .desc {
  color: #1A1A1A;
  width: 80%;
  font-weight: 300;
}
.order-template .variable-content-widget {
  padding: 0;
}
.order-template .variable-content-widget .tabutation {
  border-bottom: 1px solid #F3F3F3;
}
.item-section.messages {
  padding: 20px 0 0;
}
.item-section.messages .attachment {
  position: absolute;
  width: 46px;
  height: 49px;
  opacity: 0;
  cursor: pointer;
}
.item-section.messages .jq-file__name {
  display: none;
}
.item-section.messages .no-messages {
  text-align: center;
  padding: 100px 12px;
}
.item-section.messages .no-messages .img {
  margin-bottom: 0px;
}
.item-section.messages .no-messages .desc {
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
  color: #676767;
}
.item-section.messages .message-text {
  color: #1A1A1A;
  border-radius: 5px;
}
.item-section.messages .message-text .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
.item-section.messages .message-list {
  overflow: auto;
  height: 600px;
  padding: 0 0px 0 20px;
}
.item-section.messages .message-list .mCustomScrollBox {
  padding-right: 35px;
}
.item-section.messages .message-item {
  margin-bottom: 30px;
}
.item-section.messages .message-item .message-text {
  padding: 14px 12px;
}
.item-section.messages .message-item.from .message-text {
  background: #FFF7F6;
  position: relative;
  width: 676px;
  box-sizing: border-box;
  margin-left: 12px;
  padding-right: 60px;
}
.item-section.messages .message-item.from .message-text:before {
  position: absolute;
  top: 18px;
  left: -20px;
  content: "";
  border: 10px solid transparent;
  border-right-color: #FFF7F6;
}
.item-section.messages .message-item.from .message-text .username {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 15px;
}
.item-section.messages .message-item.from .message-text .username span {
  font-size: 13px;
  font-weight: 300;
  color: #AA9C9A;
  margin-left: 5px;
}
.item-section.messages .message-item.to .message-text {
  background: #FFDB80;
  position: relative;
  width: 460px;
  box-sizing: border-box;
  text-align: right;
  padding: 14px 20px;
}
.item-section.messages .message-item.to .message-text .date {
  margin-bottom: 4px;
}
.item-section.messages .message-item.to .message-text .date span {
  font-size: 13px;
  font-weight: 300;
  color: #A68738;
  margin-left: 5px;
}
.item-section.messages .type-text-area {
  max-height: 80px;
  min-height: 50px;
  border-top: 1px solid #F3F3F3;
  position: relative;
  margin-right: 0px;
}
.item-section.messages .type-text-area textarea {
  padding: 12px 20px;
  padding-left: 50px;
  background: url(../images/stick.svg) no-repeat 20px center;
  color: #ABABAB;
  resize: none;
  border: none;
  max-height: 80px;
  min-height: 34px;
  height: 45px;
  width: 100%;
  font-size: 14px;
  outline: none;
  color: #1a1a1a;
  box-sizing: border-box;
  font-family: 'Poppins', Verdana, sans-serif;
  font-weight: 300;
  padding-right: 100px;
}
.item-section.messages .type-text-area textarea:focus {
  outline: none;
}
.item-section.messages .type-text-area button {
  background: #D54C43;
  border: 1px solid #D54C43;
  border-radius: 0px 0px 5px 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 90px;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  transition: all 0.3s ease 0s;
}
.item-section.messages .type-text-area button:focus {
  outline: none;
}
.item-section.messages .type-text-area button:hover {
  background: #fff;
  color: #D54C43;
  transition: all 0.3s ease 0s;
}
.daterangepicker {
  border-radius: 5px;
  margin-top: -380px;
  border: none;
}
.daterangepicker .drp-calendar.right {
  display: none !important;
}
.daterangepicker .drp-buttons {
  padding: 0;
}
.daterangepicker .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .applyBtn {
  width: 100%;
  background: #D54C43;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.daterangepicker .drp-buttons .applyBtn:hover {
  background: #BE3A31;
  transition: all 0.3s ease 0s;
}
.item-section.feedback {
  padding-top: 22px;
}
.item-section.feedback .section-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
}
.item-section.feedback .feedback-list {
  margin-bottom: 20px;
}
.item-section.feedback .feedback-list .feedback-item {
  box-shadow: 25px 25px 120px rgba(69, 68, 60, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}
.item-section.feedback .feedback-list .feedback-heading {
  margin-bottom: 20px;
  color: #ABABAB;
  font-size: 14px;
  font-weight: 300;
}
.item-section.feedback .feedback-list .feedback-body {
  line-height: 1.8;
  font-weight: 300;
  font-size: 14px;
  color: #1A1A1A;
}
.item-section.feedback .feedback-list .com-raiting {
  margin-right: 15px;
}
.item-section.feedback .feedback-list .com-raiting li {
  margin-right: 6px;
}
.item-section.feedback .feedback-list .com-raiting li img {
  width: 15px;
}
.item-section.feedback .leave-feedback-body .raiting {
  margin-bottom: 12px;
}
.item-section.feedback .leave-feedback-body .raiting li {
  margin-right: 10px;
  min-height: 24px;
  cursor: pointer;
}
.item-section.feedback .feedback-comentar textarea {
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 5px;
  height: 140px;
  resize: none;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
  color: #ABABAB;
  outline: none;
  color: #1a1a1a;
  font-family: 'Poppins', Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
}
.item-section.feedback .feedback-comentar textarea:focus {
  outline: none;
}
.item-section.feedback .feedback-comentar button {
  background: #D54C43;
  border: 1px solid #D54C43;
  border-radius: 5px;
  height: 40px;
  width: 120px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.item-section.feedback .feedback-comentar button:hover {
  color: #D54C43;
  background: none;
  transition: all 0.3s ease 0s;
}
.uploadfiles.item-section {
  padding: 0px;
  background: none;
}
.uploadfiles.item-section .item-section-inner {
  width: 100%;
}
.uploadfiles.item-section .heading-type {
  top: -41px;
}
.uploadfiles.item-section .upload-files-widget {
  padding: 25px 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.uploadfiles.item-section .upload-files-widget .label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
.uploadfiles.item-section .upload-files-widget .button a {
  background: #D54C43;
  border: 1px solid #D54C43;
  border-radius: 5px;
  height: 30px;
  width: 95px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
.uploadfiles.item-section .upload-files-widget .button a:hover {
  color: #D54C43;
  background: none;
  transition: all 0.3s ease 0s;
}
.uploadfiles.item-section .label {
  text-align: center;
  font-weight: 500;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 20px;
}
.uploadfiles.item-section .uploading-area {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.uploadfiles.item-section .upload-widget .dropzone p {
  display: none;
}
.uploadfiles.item-section .list-of-files {
  padding-top: 20px;
}
.uploadfiles.item-section .download-files-table {
  background: #f9f9f9;
  padding: 7px 0;
}
.uploadfiles.item-section .download-files-table .cell {
  padding: 0 10px 0 0px;
  box-sizing: border-box;
}
.uploadfiles.item-section .download-files-table .cell.name {
  width: 240px;
  padding-left: 0;
}
.uploadfiles.item-section .download-files-table .cell.comment {
  width: 150px;
}
.uploadfiles.item-section .download-files-table .cell.uploaded {
  width: 120px;
}
.uploadfiles.item-section .download-files-table .cell.type {
  width: 80px;
}
.uploadfiles.item-section .download-files-table .cell.size {
  width: 80px;
}
.uploadfiles.item-section .download-files-table .cell.size span {
  display: none;
}
.uploadfiles.item-section .download-files-table .cell.date {
  width: 100px;
  padding-right: 0;
}
.uploadfiles.item-section .download-files-table .table-head {
  border-radius: 5px 5px 0px 0px;
  padding: 14px 20px;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #676767;
  border-bottom: 1px solid #E9E9E9;
  background: #fff;
}
.uploadfiles.item-section .download-files-table .table-body .row {
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 7px;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 300;
  background: #fff;
  position: relative;
}
.uploadfiles.item-section .download-files-table .table-body .row.row:nth-child(1) {
  border-radius: 0 0 5px 5px;
}
.uploadfiles.item-section .download-files-table .table-body .row .cell {
  line-height: 1.5;
}
.uploadfiles.item-section .download-files-table .table-body .row .download {
  background: url(../images/icon-download.svg) no-repeat center;
  border: none;
  width: 16px;
  height: 17px;
  cursor: pointer;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  right: 14px;
}
.revisions.item-section {
  padding-top: 22px;
}
.revision-list .revision-item .revision-item-inner {
  padding: 14px 20px;
  box-sizing: border-box;
  border: 1px solid #F3F3F3;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}
.revision-list .revision-item .revision-item-inner .desc {
  line-height: 1.8;
}
.revision-list .revision-item .revision-item-inner .left-part {
  width: 380px;
}
.revision-list .revision-item.rightbound {
  padding-bottom: 20px;
  margin-left: 20px;
  padding-left: 32px;
  border-left: 1px solid #EFEFEF;
  position: relative;
  padding-top: 50px;
}
.revision-list .revision-item.rightbound:before {
  position: absolute;
  left: 0;
  bottom: 50px;
  content: "";
  width: 20px;
  height: 10px;
  background: url(../images/arrow-right.svg) no-repeat 0 center;
}
.revision-list .revision-item.downloadable .revision-item-inner {
  background: rgba(213, 76, 67, 0.05);
}
.revision-list .revision-item.downloadable .button a {
  display: block;
  background: #D54C43;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  width: 120px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #D54C43;
  transition: all 0.3s ease 0s;
}
.revision-list .revision-item.downloadable .button a:hover {
  background: #fff;
  color: #D54C43;
  transition: all 0.3s ease 0s;
}
.revision-list .revision-item .status {
  position: absolute;
  top: 15px;
  right: 14px;
  box-sizing: border-box;
  border-radius: 3px;
  height: 20px;
  width: 80px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
}
.revision-list .revision-item .status.pending {
  color: #FFCC4A;
  background: rgba(255, 204, 74, 0.1);
  border: 1px solid #FFCC4A;
}
.revision-list .revision-item .status.approved {
  color: #3DBE71;
  background: rgba(61, 190, 113, 0.1);
  border: 1px solid #3DBE71;
}
.revision-list .revision-item .revision-heading {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #1A1A1A;
}
.revision-list .revision-item .revision-heading span.date {
  font-size: 13px;
  font-weight: 300;
  color: #AA9C9A;
  margin-left: 6px;
}
.invoices.item-section {
  padding: 0;
  background: none;
  padding-top: 20px;
}
.invoices .invoices-table {
  background: #f9f9f9;
}
.invoices .invoices-table .cell {
  padding: 0 10px 0 0px;
  box-sizing: border-box;
}
.invoices .invoices-table .cell.date {
  width: 166px;
  padding-left: 0;
}
.invoices .invoices-table .cell.date span {
  display: none;
}
.invoices .invoices-table .cell.invoice-id {
  width: 90px;
}
.invoices .invoices-table .cell.description {
  width: 190px;
}
.invoices .invoices-table .cell.deadline {
  width: 160px;
}
.invoices .invoices-table .cell.status {
  width: 82px;
}
.invoices .invoices-table .cell.price {
  width: 80px;
}
.invoices .invoices-table .cell.action {
  padding-right: 0;
  width: 60px;
}
.invoices .invoices-table .table-head {
  border-radius: 5px 5px 0px 0px;
  padding: 14px 20px;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #676767;
  border-bottom: 1px solid #E9E9E9;
  background: #fff;
}
.invoices .invoices-table .table-body .row {
  border-radius: 5px;
  padding: 8px 16px;
  margin-bottom: 7px;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 300;
  background: #fff;
  position: relative;
}
.invoices .invoices-table .table-body .row .cell {
  line-height: 1.5;
}
.invoices .invoices-table .table-body .row.row:nth-child(1) {
  border-radius: 0 0 5px 5px;
}
.invoices .invoices-table .table-body .row .download {
  background: url(../images/icon-download.svg) no-repeat center;
  border: none;
  width: 16px;
  height: 17px;
  cursor: pointer;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  right: 14px;
}
.invoices .invoices-table .action button {
  width: 60px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  border: none;
  transition: all 0.3s ease 0s;
}
.invoices .invoices-table .action button.pay {
  border: 1px solid #3DBE71;
  background: #3DBE71;
}
.invoices .invoices-table .action button.pay:hover {
  background: #fff;
  color: #3DBE71;
  transition: all 0.3s ease 0s;
}
.invoices .invoices-table .action button.view {
  background: none;
  border: 1px solid #D54C43;
  color: #D54C43;
}
.invoices .invoices-table .action button.view:hover {
  background: #D54C43;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.content-area.orders .top-line {
  padding: 0 0 26px 0 ;
}
.content-area.orders .top-line .title.nomargin {
  margin-bottom: 0;
  max-width: 100%;
}
.content-area.orders .orders-filter .search {
  margin-right: 10px;
  position: relative;
}
.content-area.orders .orders-filter .search button {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 14px;
  top: 15px;
  border: none;
  cursor: pointer;
  background: url(../images/search.svg) no-repeat center / contain;
}
.content-area.orders .orders-filter .search input {
  background: #FFFFFF;
  width: 250px;
  height: 44px;
  padding-left: 22px;
  box-sizing: border-box;
  box-shadow: 25px 25px 120px rgba(69, 68, 60, 0.1);
  border-radius: 5px;
  border: none;
  font-weight: 300;
  color: #979292;
  font-size: 14px;
}
.content-area.orders .orders-filter .jq-selectbox__select {
  border: none;
  height: 40px;
  line-height: 40px;
}
.content-area.orders .orders-filter .jq-selectbox__select .jq-selectbox__trigger-arrow {
  top: 18px;
}
.content-area.orders .orders-filter .select {
  margin-left: 10px;
  max-width: 32%;
  min-width: 138px;
}
.order-list-table .order-table {
  background: #f9f9f9;
}
.order-list-table .order-table .cell {
  padding: 0 10px 0 0px;
  box-sizing: border-box;
}
.order-list-table .order-table .cell.order-id {
  width: 90px;
}
.order-list-table .order-table .cell.order-id span {
  display: none;
}
.order-list-table .order-table .cell.topic {
  width: 780px;
  position: relative;
  padding-right: 30px;
  font-weight: 400;
}
.order-list-table .order-table .cell.topic .digit {
  width: 20px;
  background: #FFDB80;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  line-height: 22px;
  font-size: 10px;
  font-weight: 700;
  color: #1A1A1A;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
.order-list-table .order-table .cell.topic .digit:after {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  border: 3px solid rgba(255, 219, 128, 0.15);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.order-list-table .order-table .cell.deadline {
  width: 166px;
}
.order-list-table .order-table .cell.status {
  width: 100px;
}
.order-list-table .order-table .cell.status .progress-bar {
  margin-top: 6px;
  border-radius: 4px;
  height: 4px;
  background: #CDCDCD;
  overflow: hidden;
}
.order-list-table .order-table .cell.status .progress-bar span {
  display: block;
  height: 4px;
  background: #3DBE71;
}
.order-list-table .order-table .cell.status .progress-bar.completed span {
  width: 100%;
}
.order-list-table .order-table .cell.status .progress-bar.inprogres span {
  width: 40%;
}
.order-list-table .order-table .cell.status .progress-bar.canceled span {
  display: none;
}
.order-list-table .order-table .cell.price {
  width: 80px;
}
.order-list-table .order-table .cell.action {
  padding-right: 0;
  width: 80px;
}
.order-list-table .order-table .table-head {
  border-radius: 5px 5px 0px 0px;
  padding: 14px 40px 14px 20px;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #676767;
  border-bottom: 1px solid #E9E9E9;
  background: #fff;
}
.order-list-table .order-table .table-body .status.canceled {
  color: #ababab;
}
.order-list-table .order-table .table-body .row {
  border-radius: 5px;
  padding: 8px 40px 8px 20px;
  margin-bottom: 7px;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 300;
  background: #fff;
  position: relative;
}
.order-list-table .order-table .table-body .row .cell {
  line-height: 1.5;
}
.order-list-table .order-table .table-body .row.row:nth-child(1) {
  border-radius: 0 0 5px 5px;
}
.order-list-table .order-table .table-body .row .download {
  background: url(../images/icon-download.svg) no-repeat center;
  border: none;
  width: 16px;
  height: 17px;
  cursor: pointer;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  right: 14px;
}
.order-list-table .order-table .action button,
.order-list-table .order-table .action a {
  width: 60px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  border: none;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}
.order-list-table .order-table .action button.pay,
.order-list-table .order-table .action a.pay {
  border: 1px solid #3DBE71;
  background: #3DBE71;
}
.order-list-table .order-table .action button.pay:hover,
.order-list-table .order-table .action a.pay:hover {
  background: #fff;
  color: #3DBE71;
  transition: all 0.3s ease 0s;
}
.order-list-table .order-table .action button.rate,
.order-list-table .order-table .action a.rate {
  background: none;
  border: 1px solid #D54C43;
  color: #D54C43;
}
.order-list-table .order-table .action button.rate:hover,
.order-list-table .order-table .action a.rate:hover {
  background: #D54C43;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.order-list-table .order-table .action a {
  line-height: 30px;
  display: block;
  text-align: center;
}
.order-list-table .order-table .more {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  cursor: pointer;
}
.order-list-table .order-table .more .extra-controls {
  position: absolute;
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 25px 25px 60px rgba(69, 68, 60, 0.2);
  right: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 300;
  width: 110px;
  box-sizing: border-box;
  display: none;
  z-index: 9;
}
.order-list-table .order-table .more .extra-controls li:not(:last-child) {
  margin-bottom: 20px;
}
.order-list-table .order-table .more .extra-controls a:hover {
  color: #D54C43;
}
.order-list-table .order-table .more .extra-controls:before {
  position: absolute;
  content: "";
  right: -10px;
  top: -10px;
  height: 30px;
  width: 14px;
  z-index: 2;
}
.order-list-table .order-table .more button {
  width: 12px;
  height: 20px;
  padding: 0;
  border: none;
  background: url(../images/more.svg) no-repeat center;
  filter: grayscale(100);
}
.order-list-table .order-table .more:hover button {
  filter: none;
}
.order-list-table .order-table .more:hover .extra-controls {
  display: block;
}
.content-area.balance {
  padding-top: 26px;
  /*.tabutation {
    padding: 16px 16px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #F3F3F3;
    ul {
      overflow: auto;
      height: 35px;
    }
    li {
      margin-right: 28px;
      a {
        display: block;
        padding: 0;
        padding-bottom: 18px;
        border: none;
        color: #999;
        background: none;
        position: relative;
      }
      &.active a {
        color: #D54C43;

        &:after {
          position: absolute;
          left: 0;
          width: 100%;
          border-bottom: 2px solid #D54C43;
          bottom: -1px;
          content: "";
          transition: all 0.3s ease 0s;
          border-radius: 4px;
        }
      }
    }
  }*/
}
.content-area.balance .balance-inner {
  max-width: 100%;
}
.content-area.balance .title {
  margin-bottom: 36px;
}
.content-area.balance .variable-content-widget {
  padding-top: 35px;
}
.content-area.balance .variable-content-widget .balance-block .item {
  background: #fff;
  border-radius: 5px;
  width: 18%;
  padding: 20px 10px 20px 20px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.content-area.balance .variable-content-widget .balance-block .item .label {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 14px;
}
.content-area.balance .variable-content-widget .balance-block .item .sum {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 18px;
}
.content-area.balance .variable-content-widget .balance-block .item img {
  display: block;
}
.content-area.balance .variable-content-widget .balance-block .addfounds {
  background: rgba(61, 190, 113, 0.1) url(../images/airline-green.svg) no-repeat right 14px;
  width: 40%;
  margin-left: 30px;
}
.content-area.balance .variable-content-widget .balance-block .addfounds .label {
  color: #496655;
}
.content-area.balance .variable-content-widget .balance-block .addfounds .sum {
  font-size: 24px;
  font-weight: 700;
  color: #3DBE71;
}
.content-area.balance .variable-content-widget .balance-block .addfounds .button a {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  width: 137px;
  height: 50px;
  border-radius: 5px;
  background: #3DBE71;
  line-height: 50px;
  display: inline-block;
  border: 1px solid #3DBE71;
  transition: all 0.3s ease 0s;
}
.content-area.balance .variable-content-widget .balance-block .addfounds .button a:hover {
  background: #fff;
  color: #3DBE71;
  transition: all 0.3s ease 0s;
}
.content-area.balance .level {
  margin-top: 44px;
}
.content-area.balance .level .level-body {
  padding: 26px 20px 32px 20px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.content-area.balance .level .level-body .sublabel {
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
}
.content-area.balance .level .level-body .progres-bar {
  padding-top: 29px;
}
.content-area.balance .level .level-body .progres-bar.mobile {
  display: none;
}
.content-area.balance .level .level-body .progres-bar .line {
  background: rgba(61, 190, 113, 0.1);
  border: 1px solid rgba(61, 190, 113, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 3px;
}
.content-area.balance .level .level-body .progres-bar .line .progres {
  height: 13px;
  background: #3DBE71;
  border-radius: 10px;
  position: relative;
}
.content-area.balance .level .level-body .progres-bar .line .progres span {
  position: absolute;
  right: -30px;
  top: -20px;
  font-size: 11px;
  font-weight: 500;
  padding-left: 14px;
}
.content-area.balance .level .level-body .progres-bar .line .progres span:before {
  background: url(../images/arr-down.svg) no-repeat 3px 0px;
  content: "";
  left: 0;
  top: 0px;
  width: 20px;
  height: 10px;
  position: absolute;
}
.content-area.balance .level .level-body .ruller {
  padding: 2px 0;
}
.content-area.balance .level .level-body .ruller .item {
  position: relative;
  padding-top: 10px;
  color: #1A1A1A;
  font-weight: 300;
  width: 20%;
  font-size: 13px;
}
.content-area.balance .level .level-body .ruller .item span {
  font-weight: 500;
}
.content-area.balance .level .level-body .ruller .item strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
.content-area.balance .level .level-body .ruller .item:before {
  background: url(../images/arr-up.svg) no-repeat 0px;
  content: "";
  left: 0;
  top: 0px;
  width: 20px;
  height: 10px;
  position: absolute;
}
.content-area.balance .level .level-footer {
  border-top: 1px solid #F3F3F3;
  padding: 23px 26px;
  background: #fff;
  border-radius: 0 0 5px 5px ;
  color: #676767;
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
  line-height: 1.4;
}
.content-area.balance .level .level-footer a {
  color: #D54C43;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-left: 10px;
}
.content-area.balance .level .level-footer a:hover:after {
  width: 8px;
  transition: all 0.3s ease 0s;
}
.content-area.balance .level .level-footer a:after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  content: "";
  background: #D54C43;
  transition: all 0.3s ease 0s;
}
.content-area.thanks {
  width: auto;
}
.content-area.thanks .free-content {
  padding-top: 46px;
  text-align: center;
  color: #1A1A1A;
}
.content-area.thanks .free-content .img {
  margin-bottom: 30px;
}
.content-area.thanks .free-content h3 {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 18px;
}
.content-area.thanks .free-content p {
  margin-bottom: 26px;
  color: #676767;
  font-weight: 300;
  font-size: 15px;
}
.content-area.thanks .free-content .button a {
  width: 198px;
  background: #FFDB80;
  border: 1px solid #FFDB80;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  color: #1a1a1a;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  font-size: 16px;
}
.content-area.thanks .free-content .button a:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.content-area.support {
  box-shadow: 25px 25px 120px rgba(69, 68, 60, 0.1);
  border-radius: 5px;
  box-shadow: none;
}
.content-area.support .title {
  margin-bottom: 0;
}
.content-area.support .tabutation li {
  margin-right: 30px;
}
.content-area.support .accordion:not(.active) {
  display: none;
}
.content-area.support .search {
  position: relative;
}
.content-area.support .search input {
  width: 320px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  border: none;
  padding: 0;
  padding-left: 20px;
  box-sizing: border-box;
}
.content-area.support .search button {
  width: 18px;
  height: 18px;
  border: none;
  background: url(../images/search.svg) no-repeat center / contain;
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 11px;
  padding: 0;
}
.content-area.support .help-center-title {
  margin-bottom: 30px;
}
.content-area.support .tabutation {
  margin-bottom: 10px;
}
.content-area.support .quick-buttons {
  margin-bottom: 10px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.content-area.support .quick-buttons .button {
  border: 1px solid rgba(213, 76, 67, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  width: 200px;
  padding-left: 50px;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 300;
  padding-top: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.content-area.support .quick-buttons .button:hover {
  border-color: #D54C43;
  color: #D54C43;
  transition: all 0.3s ease 0s;
}
.content-area.support .quick-buttons .button i {
  position: absolute;
  top: 11px;
  left: 13px;
}
.content-area.support .quick-buttons .button.chat-now {
  width: 150px;
}
.content-area.support .support-accordion .item {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.content-area.support .support-accordion .item:first-child {
  border-radius: 0 0 5px 5px;
}
.content-area.support .support-accordion .item .question {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #222D26;
  cursor: pointer;
  position: relative;
  line-height: 1.5;
}
.content-area.support .support-accordion .item .question:before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 2px;
  content: "";
  margin-top: -1px;
  background: #D54C43;
}
.content-area.support .support-accordion .item .question:after {
  position: absolute;
  right: 23px;
  top: 50%;
  width: 2px;
  height: 8px;
  margin-top: -4px;
  content: "";
  background: #D54C43;
}
.content-area.support .support-accordion .item .answer {
  border-top: 1px solid #F3F3F3;
  padding: 10px 20px;
  color: #222D26;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  display: none;
}
.content-area.support .support-accordion .item .answer p:not(:last-child) {
  margin-bottom: 10px;
}
.content-area.support .support-accordion .item.active .question:after {
  display: none;
}
.content-area.settings {
  padding-top: 24px;
}
.content-area.settings .item-section .heading-type {
  right: 0;
}
.content-area.settings .item-section .heading-type a {
  background: #D54C43 !important;
  color: #fff !important;
}
.content-area.settings .item-section .heading-type a.active {
  background: #fbeeed !important;
  color: #D54C43 !important;
}
.content-area.settings .item-section .row {
  margin-bottom: 20px;
  width: 500px;
  max-width: 100%;
}
.content-area.settings .item-section .row input[type="text"] {
  color: #1a1a1a;
}
.content-area.settings .item-section .row input[name="phone-code"] {
  border-radius: 5px 0 0 5px;
  color: #1a1a1a;
}
.content-area.settings .item-section .row .jq-selectbox__select-text {
  color: #1a1a1a;
}
.content-area.settings .item-section .row .disabled .jq-selectbox__select-text {
  color: #cdcdcd;
}
.content-area.settings .item-section .row input::-webkit-input-placeholder {
  color: #1a1a1a;
}
.content-area.settings .item-section .row input::-moz-placeholder {
  color: #1a1a1a;
}
.content-area.settings .item-section .row input:-ms-input-placeholder {
  color: #1a1a1a;
}
.content-area.settings .item-section .row input:-moz-placeholder {
  color: #1a1a1a;
}
.content-area.settings .item-section .row input[type="text"][readonly="readonly"] {
  color: #cdcdcd;
}
.content-area.settings .item-section .row input[readonly="readonly"]::-webkit-input-placeholder {
  color: #cdcdcd;
}
.content-area.settings .item-section .row input[readonly="readonly"]::-moz-placeholder {
  color: #cdcdcd;
}
.content-area.settings .item-section .row input[readonly="readonly"]:-ms-input-placeholder {
  color: #cdcdcd;
}
.content-area.settings .item-section .row input[readonly="readonly"]:-moz-placeholder {
  color: #cdcdcd;
}
.content-area.settings .item-section .row input[readonly="readonly"] {
  color: #cdcdcd;
}
.content-area.settings .item-section .heading-label {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}
.content-area.settings .item-section .heading-label strong {
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.content-area.settings .item-section .phone-fields .jq-selectbox__dropdown {
  width: 180px !important;
}
.content-area.settings .item-section .phone-fields .jq-selectbox__select {
  border-radius: 5px;
}
.content-area.settings .item-section .phone-fields.disabled .selected-flag {
  opacity: 0;
}
.content-area.settings .item-section .phone-fields .intl-tel-input input {
  border-radius: 5px;
  width: 100%;
}
.content-area.settings .item-section .phone-fields input[name="phone"] {
  border-radius: 0 5px 5px 0;
  border-left: none;
  width: 124%;
}
.content-area.settings .item-section .select-fields-group.phone-fields .select2-container .select2-selection--single {
  border-radius: 5px 0 0 5px;
}
.content-area.settings .select-fields-group .select .disabled .jq-selectbox__trigger-arrow {
  display: none;
}
.content-area.settings .select-fields-group .select .disabled .jq-selectbox__select-text {
  color: #cdcdcd;
}
.content-area.settings .select-fields-group .select .jq-selectbox__trigger-arrow {
  background: url(../images/arr-select-gray.svg) no-repeat center / contain;
}
.content-area.settings .select-fields-group .select .jq-selectbox__select {
  padding: 0 32px 0 15px;
  color: #ABABAB;
  font-weight: 100;
}
.content-area.settings .select-fields-group .select .jq-selectbox.disabled .jq-selectbox__select {
  color: #cdcdcd;
}
.content-area.settings .select-fields-group .select.day {
  width: 70px;
  margin-right: 10px;
}
.content-area.settings .select-fields-group .select.month {
  width: 110px;
  margin-right: 10px;
}
.content-area.settings .select-fields-group .select.year {
  width: 90px;
}
.content-area.settings .date {
  text-align: right;
  margin-bottom: 0px;
  font-size: 13px;
  color: #676767;
  font-weight: 300;
}
.content-area.settings .input-field {
  position: relative;
}
.content-area.settings input[type="password"] {
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  color: #ABABAB;
  font-size: 13px;
  width: 100%;
}
.content-area.settings button.eye {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  border: none;
  background: url(../images/eye.svg) no-repeat center;
  width: 19px;
  height: 12px;
}
.content-area.settings .heading-type .client {
  margin-left: 20px;
}
.content-area.settings .heading-type .client span {
  background: #cdcdcd;
  border-radius: 5px;
  font-size: 13px;
  padding: 8px 16px;
  color: #676767;
  font-weight: 400;
  display: inline-block;
}
.content-area.settings input[type="password"] {
  color: #ABABAB;
}
.content-area.settings button[type="submit"] {
  background: #D54C43;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  height: 50px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #D54C43;
  transition: all 0.3s ease 0s;
}
.content-area.settings button[type="submit"]:hover {
  background: #fff;
  color: #D54C43;
  transition: all 0.3s ease 0s;
}
.content-area.settings .option {
  margin-bottom: 20px;
  width: 500px;
  max-width: 100%;
}
.content-area.settings .option-name {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  width: 200px;
  margin-right: 30px;
}
.content-area.settings .option-name strong {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.dropdates {
  position: absolute;
  color: inherit;
  background-color: #fff;
  width: 280px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  display: none;
  z-index: 9;
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(69, 68, 60, 0.2);
  margin-left: -100px;
  margin-top: -240px;
}
.dropdates .small-label {
  padding: 16px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}
.dropdates ul {
  padding: 10px;
}
.dropdates li {
  box-sizing: border-box;
  width: 33%;
  padding: 6px;
  margin-bottom: 0 !important;
}
.dropdates li button {
  cursor: pointer;
  padding: 6px 7px 5px;
  display: block;
  border: 1px solid rgba(213, 76, 67, 0.2);
  color: #D54C43;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  background: none;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.dropdates li button:hover {
  background: #D54C43;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.dropdates li.active button {
  background: #D54C43;
  border-color: #D54C43;
  color: #fff;
}
.dropdates .applyBtn {
  width: 100%;
  background: #D54C43;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.dropdates .applyBtn:hover {
  background: #BE3A31;
  transition: all 0.3s ease 0s;
}
.select-date-widget {
  position: relative;
  z-index: 1;
}
.select-date-widget .select-date-button {
  border: none;
  background: #FFFFFF;
border: 1px solid #7FD1DE;
  color: #33475B;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  width: 280px;
  border-radius: 5px;
  text-align: left;
  padding-left: 60px;
  position: relative;
}
.select-date-widget .select-date-button:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 46px;
  background: url(../images/icon-calendar.svg) no-repeat center;
  border-radius: 5px 0 0 5px;
  top: 0;
  left: 0;
}

.popup-form {
  margin: 0 auto;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  max-width: 100%;
}
.popup-form.register-form .jq-selectbox__select {
  border-radius: 5px 0 0 5px;
  padding: 0 32px 0 15px;
}
.popup-form.register-form .jq-selectbox__select-text {
  min-width: 40px;
}
.popup-form.register-form .jq-selectbox__dropdown {
  width: 180px !important;
}
.popup-form .form-header {
  padding: 30px;
  border-bottom: 1px solid #F3F3F3;
}
.popup-form .form-body {
  padding: 30px;
}
.popup-form.message-form {
  width: 686px;
}
.popup-form.message-form input[type="submit"] {
  width: 200px;
  height: 50px;
  background: #D54C43;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.popup-form.message-form input[type="submit"]:hover {
  color: #D54C43;
  background: none;
  transition: all 0.3s ease 0s;
}
.popup-form.message-form .label {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}
.popup-form.message-form .message {
  margin-bottom: 20px;
}
.popup-form.message-form textarea {
  width: 100%;
  padding: 15px;
  height: 140px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
}
.popup-form.message-form .button input[type="submit"] {
  background: #D54C43;
  border-color: #D54C43;
  transition: all 0.3s ease 0s;
}
.popup-form.message-form .button input[type="submit"]:hover {
  color: #D54C43;
  background: none;
  transition: all 0.3s ease 0s;
}
.popup-form.message-form .button {
  text-align: left;
}
.popup-form .form-field {
  margin-bottom: 20px;
}
.popup-form .form-field label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #1A1A1A;
  display: block;
  text-transform: uppercase;
  text-align: left;
}
.popup-form .form-field input[type="text"],
.popup-form .form-field input[type="password"] {
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  color: #1a1a1a;
  font-size: 13px;
  width: 100%;
}
.popup-form .submit {
  margin-bottom: 10px;
}
.popup-form .submit input {
  background: #3DBE71;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  height: 50px;
  border: none;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  border: 1px solid #3DBE71;
}
.popup-form .submit input:hover {
  color: #3DBE71;
  background: none;
  transition: all 0.3s ease 0s;
}
.popup-form.slim {
  width: 350px;
}
.popup-form.slim .form-header {
  padding: 30px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  border-bottom: 1px solid #F3F3F3;
}
.popup-form.slim .form-body {
  padding: 24px 30px;
  border-bottom: 1px solid #F3F3F3;
}
.popup-form.slim .form-body .form-field .intl-tel-input.allow-dropdown {
  width: 84px;
}
.popup-form.slim .form-body .form-field .phone-fields input[name="phone-code"] {
  border-radius: 5px 0 0 5px;
  padding-left: 8px;
  text-align: center;
  padding-right: 24px;
}
.popup-form.slim .form-body .form-field .phone-fields .selected-flag {
  padding-left: 54px;
}
.popup-form.slim .form-body .form-field .phone-fields input[name="phone"] {
  border-radius: 0 5px 5px 0;
  border-left: none;
  width: 76%;
}
.popup-form.slim .form-body .controls {
  position: relative;
}
.popup-form.slim .form-body .controls label {
  font-size: 14px;
  color: #1a1a1a;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  line-height: 1.2;
  font-weight: 300;
}
.popup-form.slim .form-body .controls label a {
  position: relative;
  color: #D54C43;
  line-height: 1.1;
  font-weight: 400;
}
.popup-form.slim .form-body .controls label a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: 0px;
  content: "";
  transition: all 0.3s ease 0s;
}
.popup-form.slim .form-body .controls label a:hover:after {
  width: 20px;
  transition: all 0.3s ease 0s;
}
.popup-form.slim .form-body .controls input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 26px;
  opacity: 0;
  display: block;
  margin: 0;
}
.popup-form.slim .form-body .controls input[type="checkbox"]:checked + span {
  background: #d54c43 url(../images/check.svg) no-repeat center;
  border-color: #d54c43;
}
.popup-form.slim .form-body .controls span {
  border: 1px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.popup-form.slim .form-body .controls .forgot > a {
  color: #D54C43;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}
.popup-form.slim .form-body .controls .forgot > a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: 0px;
  content: "";
  transition: all 0.3s ease 0s;
}
.popup-form.slim .form-body .controls .forgot > a:hover:after {
  width: 10px;
}
.popup-form.slim .form-footer {
  text-align: center;
  padding: 24px 30px;
  font-weight: 300;
  font-size: 13px;
  color: #ABABAB;
}
.popup-form.slim .form-footer p {
  margin-bottom: 10px;
}
.popup-form.slim .form-footer a {
  color: #D54C43;
  position: relative;
  font-size: 13px;
  font-weight: 500;
}
.popup-form.slim .form-footer a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: 0px;
  content: "";
  transition: all 0.3s ease 0s;
}
.popup-form.slim .form-footer a:hover:after {
  width: 10px;
}
.popup-form .form-title {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 21px;
  margin-bottom: 0;
}
.popup-form.revision-form {
  width: 686px;
  padding: 0;
}
.popup-form.revision-form .form-body input[type="submit"] {
  width: 200px;
  height: 50px;
  background: #D54C43;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  padding: 0;
  border: 1px solid #D54C43;
}
.popup-form.revision-form .form-body input[type="submit"]:hover {
  background: #fff;
  color: #D54C43;
  transition: all 0.3s ease 0s;
}
.popup-form.revision-form .form-body .label {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 300;
}
.popup-form.revision-form .form-body .message {
  margin-bottom: 20px;
}
.popup-form.revision-form .form-body textarea {
  width: 100%;
  padding: 15px;
  height: 160px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  box-sizing: border-box;
}
.popup-form.revision-form .form-body textarea::-webkit-input-placeholder {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 400;
}
.popup-form.revision-form .form-body textarea::-moz-placeholder {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 400;
}
.popup-form.revision-form .form-body textarea:-ms-input-placeholder {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 400;
}
.popup-form.revision-form .form-body textarea:-moz-placeholder {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 400;
}
.popup-form.revision-form .form-body .button {
  text-align: left;
}
.popup-form.revision-form .form-body .revision-dedline {
  margin-bottom: 23px;
}
.popup-form.revision-form .form-body .revision-dedline input {
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  color: #ABABAB;
  font-size: 13px;
  width: 90px;
  margin-right: 15px;
}
.popup-form.revision-form .form-body .revision-dedline span {
  font-size: 13px;
  font-weight: 300;
}
.popup-form.project-form {
  width: 420px;
}
.popup-form.project-form .attention {
  margin-bottom: 20px;
}
.popup-form.project-form .form-header {
  padding-left: 30px;
  padding-right: 30px;
}
.popup-form.project-form .date-and-time {
  width: 140px;
}
.popup-form.project-form .order-info {
  padding-left: 0;
  padding-right: 0;
}
.popup-form.project-form .attention-icon {
  background: #CDCDCD;
}
.popup-form.project-form .attention-text {
  background: #EFEFEE;
}
.popup-form.project-form .button button {
  width: 160px;
  height: 50px;
  background: #D54C43;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #D54C43;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.popup-form.project-form .button button:hover {
  transition: all 0.3s ease 0s;
  background: none;
  color: #D54C43;
}
.popup-form .order-info {
  padding: 0 0 10px 0;
}
.popup-form .order-info li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.popup-form .order-info li span {
  color: #ababab;
  font-size: 14px;
  font-weight: 300;
}
.popup-form .order-info li strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
}
.popup-form .order-info .select-no-search {
  min-width: 158px;
}
.popup-form .order-info .jq-selectbox__trigger-arrow {
  right: 0;
  top: 4px;
}
.popup-form .order-info .jq-selectbox__select {
  padding: 0;
  border: none;
  box-shadow: none;
  height: auto;
  line-height: 1;
  display: inline-block;
  padding-right: 40px;
}
.popup-form .order-info .jq-selectbox__select:hover {
  box-shadow: none;
}
.popup-form .order-info select {
  display: none;
}
.popup-form .order-info .go-count {
  width: 25px;
  height: 25px;
}
.popup-form .order-info input[name="pages-qt"] {
  width: 30px;
  height: 25px;
}
.popup-form.summary-form,
.popup-form.total-form {
  width: 436px;
}
.popup-form.summary-form .form-header,
.popup-form.total-form .form-header {
  padding: 30px;
}
.popup-form.summary-form .form-body,
.popup-form.total-form .form-body {
  padding: 22px 30px;
}
.popup-form.summary-form .form-body .payment-info,
.popup-form.total-form .form-body .payment-info {
  margin-bottom: 30px;
  padding: 14px;
  background: #F8F8F8;
  border-radius: 5px;
}
.popup-form.summary-form .form-body .payment-info .top-info,
.popup-form.total-form .form-body .payment-info .top-info {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  padding-bottom: 18px;
  margin-bottom: 14px;
}
.popup-form.summary-form .form-body .payment-info .top-info li,
.popup-form.total-form .form-body .payment-info .top-info li {
  font-size: 14px;
  font-weight: 300;
}
.popup-form.summary-form .form-body .payment-info .top-info li strong,
.popup-form.total-form .form-body .payment-info .top-info li strong {
  font-weight: 500;
  font-size: 15px;
}
.popup-form.summary-form .form-body .payment-info .top-info li.balance strong,
.popup-form.total-form .form-body .payment-info .top-info li.balance strong {
  color: #3DBE71;
}
.popup-form.summary-form .form-body .payment-info .top-info li:not(:last-child),
.popup-form.total-form .form-body .payment-info .top-info li:not(:last-child) {
  margin-bottom: 20px;
}
.popup-form.summary-form .form-body .payment-info .bottom-info li,
.popup-form.total-form .form-body .payment-info .bottom-info li {
  margin-bottom: 10px;
}
.popup-form.summary-form .form-body .payment-info .bottom-info li strong,
.popup-form.total-form .form-body .payment-info .bottom-info li strong {
  font-weight: 600;
}
.popup-form.summary-form .form-body .payment-info .bottom-info li span,
.popup-form.total-form .form-body .payment-info .bottom-info li span {
  font-size: 14px;
  color: #ABABAB;
  font-weight: 300;
}
.popup-form.summary-form .form-body .payment-info .bottom-info li em,
.popup-form.total-form .form-body .payment-info .bottom-info li em {
  display: inline-block;
  vertical-align: middle;
}
.popup-form.summary-form .form-body .payment-info .bottom-info li .tooltipster,
.popup-form.total-form .form-body .payment-info .bottom-info li .tooltipster {
  margin-top: 0;
}
.popup-form.summary-form .form-body .payment-info .bottom-info .strong,
.popup-form.total-form .form-body .payment-info .bottom-info .strong {
  font-weight: 600;
  font-size: 19px;
}
.popup-form.summary-form .form-body .payment-info .bottom-info .strong span,
.popup-form.total-form .form-body .payment-info .bottom-info .strong span {
  font-size: 19px;
  font-weight: 600;
  color: #1a1a1a;
}
.popup-form.summary-form .form-body .payment-info .bottom-info .green strong,
.popup-form.total-form .form-body .payment-info .bottom-info .green strong {
  color: #3DBE71;
}
.popup-form.additional-form .additional-info li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.popup-form.additional-form .additional-info li span {
  color: #ababab;
  font-size: 14px;
  font-weight: 300;
}
.popup-form.additional-form .additional-info li strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}
.popup-form.additional-form .additional-info li strong.green {
  color: #3DBE71;
}
.popup-form .form-header a.edit {
  color: #D54C43;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.popup-form .form-header a.edit:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: -1px;
  content: "";
  transition: all 0.3s ease 0s;
}
.popup-form .form-header a.edit:hover:after {
  width: 6px;
  transition: all 0.3s ease 0s;
}
.popup-form .button {
  text-align: center;
}
.popup-form .button a,
.popup-form .button input[type="submit"] {
  width: 160px;
  height: 50px;
  background: #3DBE71;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #3DBE71;
  line-height: 50px;
  text-align: center;
  padding: 0;
}
.popup-form .button a:hover,
.popup-form .button input[type="submit"]:hover {
  background: #fff;
  color: #3DBE71;
  transition: all 0.3s ease 0s;
}
.popup-form.new-invoice {
  width: 792px;
}
.popup-form.new-invoice .form-header {
  border-bottom: 1px solid #F3F3F3;
  padding: 30px;
}
.popup-form.new-invoice .calendar-widget {
  margin-bottom: 40px;
}
.popup-form.new-invoice .calendar-widget .label {
  text-align: left;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.popup-form.new-invoice .row .label {
  text-align: left;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.popup-form.new-invoice .row .label span {
  color: #ABABAB;
}
.popup-form.new-invoice .row .item {
  margin-right: 30px;
}
.popup-form.new-invoice .form-body {
  padding: 30px;
}
.popup-form.new-invoice .form-body .row {
  margin-bottom: 30px;
}
.popup-form.new-invoice .form-body .row .sublabel {
  margin-top: 6px;
  font-size: 13px;
  color: #ABABAB;
}
.popup-form.new-invoice .form-body .row .spacing button {
  line-height: 1;
  min-width: 190px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 17px 20px;
  background: #F7F7F7;
  box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #1A1A1A;
  border: none;
}
.popup-form.new-invoice .form-body .row .spacing .item.selected button {
  font-weight: 500;
  background: linear-gradient(104.04deg, #dedede 0%, #efefef 100%);
  box-shadow: 10px 10px 25px rgba(2, 14, 31, 0.15), inset -5px -5px 4px rgba(255, 255, 255, 0.15), inset 1px 1px 5px #b9bbbc;
}
.popup-form.new-invoice .button {
  padding-top: 6px;
  position: relative;
}
.popup-form.new-invoice .button button {
  background: #FFDB80;
  width: 180px;
  height: 50px;
  font-weight: 600;
  color: #1a1a1a;
  border: 1px solid #FFDB80;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}
.popup-form.new-invoice .button button:hover {
  transition: all 0.3s ease 0s;
  background: #000;
  color: #fff;
  border-color: #000;
}
div.numerable input[type="text"] {
  border: 1px solid #F3F3F3;
  border-left: none;
  border-right: none;
  color: #2C090B;
  text-align: center;
  font-family: "Poppins", Verdana;
  padding: 0;
  width: 80px;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  box-sizing: border-box;
}
div.numerable .go-count {
  background: #fff;
  border: none;
  width: 40px;
  height: 50px;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
}
div.numerable .go-count.minus {
  border-radius: 5px 0px 0px 5px;
  background-image: url(../images/minus.svg);
}
div.numerable .go-count.plus {
  border-radius: 0px 5px 5px 0px;
  background-image: url(../images/plus.svg);
}
div.numerable .go-count:hover {
  box-shadow: inset -4px -4px 5px rgba(0, 0, 0, 0.05);
}
.order-form {
  width: 810px;
  max-width: 100%;
  overflow: hidden;
}
.order-form .left-part {
  padding-top: 34px;
  position: relative;
  width: 320px;
}
.order-form .left-part img {
  position: absolute;
  right: -28px;
}
.order-form .right-part {
  background: #fbfbfb;
  width: 480px;
}
.order-form .right-part .form-header {
  padding: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  padding-bottom: 22px;
  border-bottom: 1px solid #F3F3F3;
}
.order-form .right-part .form-header .title {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 21px;
  max-width: 100%;
}
.order-form .right-part .form-body {
  padding: 14px 30px 34px;
}
.order-form .right-part .form-body p {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 300;
}
.order-form .right-part .form-body .chat-form {
  padding-top: 18px;
}
.order-form .right-part .form-body .chat-form .link {
  position: relative;
}
.order-form .right-part .form-body .chat-form .link a {
  font-size: 14px;
  color: #D54C43;
  font-weight: 600;
}
.order-form .right-part .form-body .chat-form .link a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: -1px;
  content: "";
  transition: all 0.3s ease 0s;
}
.order-form .right-part .form-body .chat-form .link a:hover:after {
  width: 20px;
  transition: all 0.3s ease 0s;
}
.order-form .right-part .form-body .chat-form .button {
  margin-left: 28px;
}
.order-form .right-part .form-body .chat-form .button a {
  width: 200px;
  height: 50px;
  background: #3DBE71;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #3DBE71;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.order-form .right-part .form-body .chat-form .button a:hover {
  transition: all 0.3s ease 0s;
  background: #fff;
  color: #3DBE71;
}
.order-form .right-part .form-body .discard-messaging {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  padding-left: 43px;
  position: relative;
}
.order-form .right-part .form-body .discard-messaging .checkbox input[type="checkbox"] {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  top: -7px;
  left: 0;
}
.order-form .right-part .form-body .discard-messaging .checkbox input[type="checkbox"] + span {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: #fff;
  border: 1px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 5px;
  content: "";
  width: 30px;
  height: 30px;
  top: -7px;
}
.order-form .right-part .form-body .discard-messaging .checkbox input[type="checkbox"]:checked + span {
  border: 1px solid #D54C43;
  background: #d54c43 url(../images/check.svg) no-repeat center;
}
.bonus-form {
  width: 560px;
}
.bonus-form .form-header {
  padding: 25px;
  font-size: 24px;
  background: #FFDB80;
  text-align: center;
  line-height: 1.4;
}
.bonus-form .form-header .title {
  max-width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.bonus-form .form-footer {
  text-align: center;
  padding: 20px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 300;
  color: #ABABAB;
}
.bonus-form .form-footer a {
  color: #D54C43;
  position: relative;
}
.bonus-form .form-footer a.red-angle:before {
  position: absolute;
  top: 4px;
  right: -14px;
  content: "";
  background: url(../images/red-angle.svg) no-repeat center;
  width: 10px;
  height: 10px;
}
.bonus-form .form-footer a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: 1px;
  content: "";
  transition: all 0.3s ease 0s;
}
.bonus-form .form-footer a:hover:after {
  width: 10px;
  transition: all 0.3s ease 0s;
}
.bonus-form .form-footer .read-policy-more {
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
  font-size: 12px;
  display: none;
}
.bonus-form .form-footer .read-policy-more strong {
  font-weight: 600;
}
.bonus-form .form-body {
  padding: 18px 60px 0;
}
.bonus-form .form-body .bonus-group {
  background: #F8F8F8;
  padding: 22px 20px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.bonus-form .form-body .bonus-group .amount {
  margin-bottom: 10px;
  color: #ABABAB;
  font-weight: 400;
  font-size: 14px;
}
.bonus-form .form-body .bonus-group .total {
  font-weight: 600;
}
.bonus-form .form-body p {
  color: #ABABAB;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
}
.bonus-form .form-body .label {
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-size: 16px;
}
.bonus-form .form-body .button {
  text-align: center;
}
.bonus-form .form-body .button a {
  width: 160px;
  height: 50px;
  border-radius: 5px;
  background: #3DBE71;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  border: 1px solid #3DBE71;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
.bonus-form .form-body .button a:hover {
  transition: all 0.3s ease 0s;
  color: #3DBE71;
  background: #fff;
}
.bonus-form .form-body .bonus-buttons {
  margin-bottom: 22px;
  margin-top: 28px;
}
.bonus-form .form-body .bonus-buttons li {
  margin: 0;
}
.bonus-form .form-body .bonus-buttons li p {
  margin-bottom: 2px;
  color: #1a1a1a;
}
.bonus-form .form-body .bonus-buttons .active button {
  background: #3DBE71;
  color: #fff;
}
.bonus-form .form-body .bonus-buttons button {
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #3DBE71;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  color: #3DBE71;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
}
.bonus-form .form-body .bonus-buttons button:hover {
  transition: all 0.3s ease 0s;
  color: #fff;
  background: #3DBE71;
}
.upload-fliles-widget {
  width: 788px;
}
.upload-fliles-widget .form-title {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 600;
  padding: 40px 0;
  font-size: 21px;
  border-bottom: 1px solid #F3F3F3;
}
.upload-fliles-widget input[type="radio"] {
  display: none;
}
.upload-fliles-widget .form-body {
  padding: 30px;
}
.popup-form .order-info .select-date-button {
  border: none;
  height: auto;
  width: 200px;
  padding: 0;
  padding-right: 20px;
  background: url(../images/calendar-small.svg) no-repeat right center;
  font-weight: 300;
  color: #1a1a1a;
  cursor: pointer;
}
.popup-form .order-info .select-date-button:before {
  display: none;
}
.popup-form .order-info .dropdates {
  bottom: 26px;
}
.popup-form .upload-widget {
  margin-top: 20px;
}
.popup-form .upload-widget .files {
  max-width: 100%;
  margin-top: 20px;
}
.popup-form .upload-widget input[type="text"] {
  width: 610px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 20px;
}
.popup-form .upload-widget .button {
  position: static;
  margin-right: 0;
}
.popup-form .upload-widget .button button {
  height: 40px;
  border: 1px solid #D54C43;
  border-radius: 4px;
  color: #D54C43;
  width: 100px;
  background: rgba(213, 76, 67, 0.05);
  transition: all 0.3s ease 0s;
}
.popup-form .upload-widget .button button:hover {
  transition: all 0.3s ease 0s;
  background: #D54C43;
  color: #fff;
}
.popup-form .choose .ttl {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.popup-form .choose .write-to {
  margin-bottom: 30px;
}
.popup-form .choose .write-to > div.item {
  margin: 0 4px;
}
.popup-form .choose .write-to > div.item label {
  border: 1px solid rgba(213, 76, 67, 0.15);
  background: #fff;
  border-radius: 3px;
  display: block;
  width: 120px;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}
.popup-form .choose .write-to > div.item label:before {
  position: absolute;
  left: 10px;
  top: 9px;
  z-index: 0;
  background: rgba(213, 76, 67, 0.05);
  border: 1px solid #D54C43;
  box-sizing: border-box;
  border-radius: 5px;
  content: "";
  width: 20px;
  height: 20px;
}
.popup-form .choose .write-to > div.item input:checked + label:before {
  background: #d54c43 url(../images/check.svg) no-repeat center;
  background-size: 8px;
}
.popup-form .button.submit {
  margin-top: 40px;
  margin-bottom: 0;
}
.popup-form .button.submit button {
  width: 180px;
  height: 50px;
  background: #d54c43;
  border: 1px solid #D54C43;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.popup-form .button.submit button:hover {
  transition: all 0.3s ease 0s;
  background: #fff;
  color: #D54C43;
}
.feedback-form {
  width: 686px;
  max-width: 100%;
}
.feedback-form .leave-feedback-body .raiting {
  margin-bottom: 12px;
}
.feedback-form .leave-feedback-body .raiting li {
  margin-right: 10px;
  width: 28px;
  min-height: 24px;
  cursor: pointer;
}
.feedback-form .feedback-comentar p {
  font-size: 15px;
  margin-bottom: 7px;
  font-weight: 300;
}
.feedback-form .feedback-comentar textarea {
  box-sizing: border-box;
  border-radius: 5px;
  height: 140px;
  resize: none;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  color: #ABABAB;
  outline: none;
  color: #1a1a1a;
  font-family: 'Poppins', Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  display: block;
}
.feedback-form .feedback-comentar textarea:focus {
  outline: none;
}
.feedback-form .feedback-comentar button {
  background: #D54C43;
  border: 1px solid #D54C43;
  border-radius: 5px;
  height: 50px;
  width: 140px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.feedback-form .feedback-comentar button:hover {
  color: #D54C43;
  background: none;
  transition: all 0.3s ease 0s;
}
.remodal-offer .jq-selectbox__select {
  border-radius: 5px 0 0 5px;
}
.offer-form {
  border-radius: 6px;
  overflow: auto;
  width: 740px;
}
.offer-form input[type="text"]::-webkit-input-placeholder {
  color: #1a1a1a;
}
.offer-form input[type="text"]::-moz-placeholder {
  color: #1a1a1a;
}
.offer-form input[type="text"]:-ms-input-placeholder {
  color: #1a1a1a;
}
.offer-form input[type="text"]:-moz-placeholder {
  color: #1a1a1a;
}
.offer-form .jq-selectbox__select {
  border-color: #cdcdcd;
}
.offer-form .jq-selectbox.disabled .jq-selectbox__select {
  border-color: #cdcdcd;
}
.offer-form .row input[type="text"] {
  color: #1a1a1a;
  border-color: #f3f3f3;
}
.offer-form .select.month .jq-selectbox__select {
  border-radius: 5px;
}
.offer-form .select.month .jq-selectbox__select-text {
  width: 60px;
}
.offer-form .select.day .jq-selectbox__select {
  border-radius: 5px;
}
.offer-form .select.day .jq-selectbox__select-text {
  width: 24px;
}
.offer-form .select.year .jq-selectbox__select {
  border-radius: 5px;
}
.offer-form .select.year .jq-selectbox__select-text {
  width: 40px;
}
.offer-form .mCustomScrollBox li {
  padding-left: 10px;
}
.offer-form .form-header {
  padding: 25px 30px;
  font-size: 24px;
  background: #FFDB80;
  line-height: 1.6;
  font-weight: 300;
  font-size: 14px;
}
.offer-form .form-header .title {
  max-width: 100%;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
  color: #414141;
}
.offer-form .form-footer {
  padding: 20px 30px;
}
.offer-form .form-footer .left a {
  color: #D54C43;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.offer-form .form-footer .left a:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #D54C43;
  bottom: -3px;
  content: "";
  transition: all 0.3s ease 0s;
}
.offer-form .form-footer .left a:hover:after {
  transition: all 0.3s ease 0s;
  width: 16px;
}
.offer-form .form-footer p {
  font-size: 13px;
  color: #ABABAB;
  font-weight: 300;
  margin-top: 14px;
}
.offer-form .form-footer button {
  width: 160px;
  height: 50px;
  background: #D54C43;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #D54C43;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.offer-form .form-footer button:hover {
  transition: all 0.3s ease 0s;
  background: #fff;
  color: #d54c43;
}
.offer-form .form-body {
  padding: 20px 30px 0px 30px;
  border-bottom: 1px solid #F3F3F3;
}
.offer-form .form-body .bottom-part .left-part .option {
  padding-left: 15px;
}
.offer-form .form-body .left-part {
  width: 48%;
}
.offer-form .form-body .right-part {
  width: 48%;
}
.offer-form .form-body .jq-selectbox__select {
  padding-left: 12px;
}
.offer-form .form-body .option {
  margin-bottom: 20px;
  width: 500px;
  max-width: 100%;
}
.offer-form .form-body .option .option-name {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  width: 200px;
  margin-right: 30px;
}
.offer-form .form-body .row {
  margin-bottom: 20px;
  width: 500px;
  max-width: 100%;
}
.offer-form .form-body .row .heading-label {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}
.offer-form .form-body .row .heading-label strong {
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.offer-form .form-body .row .phone-fields .intl-tel-input input {
  border-radius: 5px 0 0 5px;
}
.offer-form .form-body .row .phone-fields input[name="phone"] {
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.option-toggler {
  transition: all 0.3s ease 0s;
  width: 54px;
  height: 25px;
  margin-top: -2px;
  background: rgba(61, 190, 113, 0.1);
  border: 1px solid rgba(61, 190, 113, 0.4);
  box-sizing: border-box;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.option-toggler:before {
  position: absolute;
  width: 19px;
  height: 19px;
  content: "";
  background: #3DBE71;
  border-radius: 100%;
  left: 2px;
  top: 2px;
  transition: all 0.3s ease 0s;
}
.option-toggler.active {
  transition: all 0.3s ease 0s;
  background: #3DBE71;
}
.option-toggler.active:before {
  left: 31px;
  transition: all 0.3s ease 0s;
  background: #fff;
}
.content-area.settings .item-section .heading-type {
  right: 0;
}
.content-area.settings .item-section .row {
  margin-bottom: 20px;
  width: 360px;
  max-width: 100%;
}
.content-area.settings .item-section .heading-label {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}
.content-area.settings .item-section .heading-label strong {
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.content-area.settings .item-section .phone-fields .intl-tel-input input {
  border-radius: 5px 0 0 5px;
}
.content-area.settings .item-section .phone-fields .jq-selectbox__select-text {
  min-width: 40px;
}
.content-area.settings .item-section .phone-fields input[name="phone"] {
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.content-area.settings .select-fields-group .select .jq-selectbox__trigger-arrow {
  background: url(../images/arrow-select.svg) no-repeat center / contain;
}
.content-area.settings .select-fields-group .select .jq-selectbox__select {
  padding: 0 32px 0 15px;
  color: #ABABAB;
}
.content-area.settings .select-fields-group .select.day {
  width: 80px;
  margin-right: 10px;
}
.content-area.settings .select-fields-group .select.month {
  width: 150px;
  margin-right: 10px;
}
.content-area.settings .select-fields-group .select.year {
  width: 100px;
}
.content-area.settings .select-fields-group .disabled .jq-selectbox__select {
  border-color: #f3f3f3;
}
.content-area.settings .date {
  text-align: right;
  margin-bottom: 0px;
  font-size: 13px;
  color: #676767;
  font-weight: 300;
}
.content-area.settings .input-field {
  position: relative;
}
.content-area.settings input[type="password"] {
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  color: #ABABAB;
  font-size: 13px;
  width: 100%;
}
.content-area.settings button.eye {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  border: none;
  background: url(../images/eye.svg) no-repeat center;
  width: 19px;
  height: 12px;
}
.content-area.settings .heading-type .client {
  margin-left: 20px;
}
.content-area.settings .heading-type .client span {
  background: #cdcdcd;
  border-radius: 5px;
  font-size: 13px;
  padding: 8px 16px;
  color: #676767;
  font-weight: 400;
  display: inline-block;
}
.content-area.settings input[type="password"] {
  color: #ABABAB;
}
.content-area.settings button[type="submit"] {
  background: #D54C43;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  height: 50px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #D54C43;
  transition: all 0.3s ease 0s;
}
.content-area.settings button[type="submit"]:hover {
  background: #fff;
  color: #D54C43;
  transition: all 0.3s ease 0s;
}
.content-area.settings .option {
  margin-bottom: 20px;
  width: 500px;
  max-width: 100%;
}
.content-area.settings .option-name {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  width: 200px;
  margin-right: 30px;
}
.content-area.settings .option-name strong {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.daterangepicker.show-calendar {
  z-index: 9999999;
}
.date-and-time {
  border: none;
  height: auto;
  width: 190px;
  padding: 0;
  padding-right: 20px;
  background: url(../images/calendar-small.svg) no-repeat right center;
  font-weight: 300;
  color: #1a1a1a;
  cursor: pointer;
}
.daterangepicker {
  max-height: 100vh;
  overflow: auto;
}
.remove {
  margin-left: 10px;
  display: inline-block;
  background: url(../images/icon-close.svg) no-repeat center;
  width: 13px;
  height: 13px;
  cursor: pointer;
  border: none;
  vertical-align: middle;
}
