
/* 


Googel Fonts  */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/* Googel Fonts End  */



@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica/helveticaneueultralight-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helveticaneueultralight-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica/helveticaneuethin-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helveticaneuethin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica/helveticaneuelight-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helveticaneuelight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica/helveticaneueroman-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helveticaneueroman-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica/helveticaneuemedium-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helveticaneuemedium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica/helveticaneuebold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helveticaneuebold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica/helveticaneueheavy-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helveticaneueheavy-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/helvetica/helveticaneueblack-webfont.woff2') format('woff2'),
         url('../fonts/helvetica/helveticaneueblack-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}


/* theme color change */ 


.btn-primary{
  background: #c80f2e;
  border-color: #c80f2e;
}

body .btn:hover{
  background: #d90024;
  border-color: #d90024;
}


.btn-primary-badge-big{

}


.btn-outline-primary{
  border-color: #c80f2e;
  color: #c80f2e;
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn{
  background: rgba(0,0,0,0.3);
  border-color: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.5);
}


.bg-flat-color-1 {
  background: #00c292;
}

.bg-flat-color-2 {
  background: #ab8ce4;
}

.bg-flat-color-3 {
  background: #03a9f3;
}

.bg-flat-color-4 {
  background: #fb9678;
}

.bg-flat-color-5 {
  background: #66bb6a;
}

.bg-flat-color-6 {
  background: #5c6bc0;
}

.bg-transparent {
  background-color: transparent;
}

.white-color {
  color: #fff;
}

.flat-color-1 {
  color: #00c292;
}

.flat-color-2 {
  color: #ab8ce4;
}

.flat-color-3 {
  color: #03a9f3;
}

.flat-color-4 {
  color: #fb9678;
}

.flat-color-5 {
  color: #66bb6a;
}

.flat-color-6 {
  color: #5c6bc0;
}

.bg-twitter {
  background: #1da1f2;
}

.bg-facebook {
  background: #3b5998;
}

.bg-instagram {
  background: #833ab4;
}

.bg- {
  background: #ef5350;
}

.bg- {
  background: #4dbd74;
}

.bg- {
  background: #66bb6a;
}

.bg-white {
  background-color: #fff;
}

.fade-5 {
  opacity: 0.5;
}

.icon-lg {
  font-size: 4.68em;
}

.fw-r {
  font-weight: normal;
}

.fw-m {
  font-weight: 500 !important;
}

.fw-sb {
  font-weight: 600 !important;
}

.fw-b {
  font-weight: 700 !important;
}

.fw-eb {
  font-weight: 800 !important;
}

.fw-hb {
  font-weight: 900 !important;
}

.color-gray {
  color: #596775 !important;
}

.color-gray-1 {
  color: #a8a8a8 !important;
}

.color-gray-2 {
  color: #989da3 !important;
}

.color-blue-black, .color-blue-black-imp {
  color: #05141f !important;
}

.color-dark {
  color: #000 !important;
}

.color-grey{
  color: #596776 !important;
}

.color-dark-grey{
  color: #323A44 !important;
}

.color-dark-90{
  color: #102536 !important;
}

.color-dblue {
  color: #313a44;
}

[role="link"] {
  color: #c80f2e;
}

.text-up {
  text-transform: uppercase;
}

.br-0 {
  border: none !important;
}

.black-rgba {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #dc3545;
}

.font-3xl {
  font-size: 2.8125em;
}

.font-4xl {
  font-size: 3.75em;
}

.width-90 {
  width: 90px;
}

.height-15 {
  height: 15px;
}

.height-93 {
  height: 93px;
}

.height-100 {
  height: 100px;
}

.inline-block {
  display: inline-block;
}

.mb-15 {
  margin-bottom: 15px;
}

.fs-14, .fs-14 * {
  font-size: 14px;
}

.fs-16, .fs-16 * {
  font-size: 16px;
}

.fs-18, .fs-18 *{
  font-size: 18px;
}

.fs-24, .fs-24 *{
  font-size: 24px !important;
}

/* 


Googel Fonts  */
/* Googel Fonts End  

*/
.bg-flat-color-1 {
  background: #00c292;
}

.bg-flat-color-2 {
  background: #ab8ce4;
}

.bg-flat-color-3 {
  background: #03a9f3;
}

.bg-flat-color-4 {
  background: #fb9678;
}

.bg-flat-color-5 {
  background: #66bb6a;
}

.bg-flat-color-6 {
  background: #5c6bc0;
}

.bg-transparent {
  background-color: transparent;
}

.white-color {
  color: #fff;
}

.flat-color-1 {
  color: #00c292;
}

.flat-color-2 {
  color: #ab8ce4;
}

.flat-color-3 {
  color: #03a9f3;
}

.flat-color-4 {
  color: #fb9678;
}

.flat-color-5 {
  color: #66bb6a;
}

.flat-color-6 {
  color: #5c6bc0;
}

.bg-twitter {
  background: #1da1f2;
}

.bg-facebook {
  background: #3b5998;
}

.bg-instagram {
  background: #833ab4;
}

.bg- {
  background: #ef5350;
}

.bg- {
  background: #4dbd74;
}

.bg- {
  background: #66bb6a;
}

.bg-white {
  background-color: #fff;
}

.fade-5 {
  opacity: 0.5;
}

.icon-lg {
  font-size: 4.68em;
}

.fw-r {
  font-weight: normal;
}


.text-up {
  text-transform: uppercase;
}

.br-0 {
  border: none !important;
}

.black-rgba {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #dc3545;
}

.font-3xl {
  font-size: 2.8125em;
}

.font-4xl {
  font-size: 3.75em;
}

.width-90 {
  width: 90px;
}

.height-15 {
  height: 15px;
}

.height-93 {
  height: 93px;
}

.height-100 {
  height: 100px;
}

.inline-block {
  display: inline-block;
}

.mb-15 {
  margin-bottom: 15px;
}

.tdl-holder {
  margin: 0 auto;
}

.tdl-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tdl-holder li {
  position: relative;
  background-color: transparent;
  list-style: outside none none;
  margin: 0;
  padding: 7px 0;
}

.tdl-holder li:after,
.tdl-holder li:before {
  content: "\f142";
  top: 24px;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 99;
  color: #99abb4;
}

.tdl-holder li:after {
  left: 10px;
}

.tdl-holder li:before {
  left: 14px;
}

.tdl-holder li span {
  margin-left: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tdl-holder label {
  cursor: pointer;
  display: block;
  line-height: 50px;
  padding: 0 15px;
  padding-left: 30px;
  position: relative;
  margin: 0 !important;
  background: #fafafa;
  color: #99abb4;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tdl-holder label:hover {
  background-color: rgba(153, 171, 180, 0.1);
}

.tdl-holder label a {
  border-radius: 50%;
  color: rgba(153, 171, 180, 0.5);
  float: right;
  line-height: normal;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  height: 16px;
  width: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tdl-holder label a:hover {
  color: rgba(153, 171, 180, 0.8);
}

.tdl-holder input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.tdl-holder input[type="checkbox"]+i {
  border: 1px solid rgba(153, 171, 180, 0.3);
  display: block;
  height: 18px;
  position: absolute;
  top: 15px;
  width: 18px;
  z-index: 1;
}

.tdl-holder input[type="checkbox"]:checked+i::after {
  content: "\e64c";
  font-family: 'themify';
  display: block;
  color: rgba(153, 171, 180, 0.5);
  left: 0;
  position: absolute;
  top: -16px;
  z-index: 2;
}

.tdl-holder input[type="checkbox"]:checked~span {
  text-decoration: line-through;
}

.tdl-holder input[type="text"] {
  height: 60px;
  margin-top: 20px;
  font-size: 14px;
}

.transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  display: table;
  font-family: "helvetica_neue";
  font-size: 16px;
  width: 100%;
}

p {
  font-size: 16px;
  font-family: 'helvetica_neue';
  font-weight: 400;
  line-height: 24px;
  color: #878787;
}

p:focus {
  border: none;
  outline: 0;
}

a,
button {
  text-decoration: none;
  outline: none !important;
  color: #878787;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h5 {
  font-size: 1em;
}

ul,
ol {
  padding-left: 0;
}

.btn:focus,
button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
}

img {
  max-width: 100%;
}

.modal-header {
  display: block;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.ov-h {
  overflow: hidden;
}

.btn,
button,
input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.progress-thin {
  border-radius: 0;
  height: 5px;
}

canvas {
  max-width: 100%;
}

.btn {
  border-radius: 3px;
}

.text-muted {
  font-size: 14px;
}

.text-muted.muted-black {
  color: #333648 !important;
  font-weight: 600;
}

.progress-box {
  margin-bottom: 30px;
}

.progress-box .por-title {
  font-size: 1em;
  font-weight: 600;
  color: #868e96;
  padding-bottom: 5px;
}

.progress-box .por-txt {
  font-size: 13px;
  padding-bottom: 5px;
}

.order-table {
  position: relative;
}

.order-table:after,
.order-table:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 37px;
  width: 10px;
  background: #e8e9ef;
}

.order-table:after {
  right: -1px;
}

.order-table:before {
  left: -1px;
}

.order-table tr th {
  background: #e8e9ef;
}

.order-table tr td:last-child,
.order-table tr th:last-child {
  text-align: right;
}

.order-table tr:last-child td {
  border: none;
}

.order-table .badge {
  color: white;
  padding: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.order-table .badge-complete {
  background: #00c292;
}

.order-table .badge-pending {
  background: #fb9678;
}

.messenger-box {
  padding-top: 15px;
}

.messenger-box ul {
  padding-left: 0;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}

.messenger-box li {
  list-style: none;
  padding-bottom: 20px;
}

.messenger-box .avatar {
  width: 64px;
  float: left;
}

.messenger-box .avatar img {
  border-radius: 100%;
}

.messenger-box .avatar .send-time {
  font-size: 11px;
  text-align: center;
  padding-top: 5px;
}

.messenger-box .msg-box {
  margin-left: 84px;
}

.messenger-box .inner-box {
  position: relative;
  border-radius: 10px;
  background-color: #f1f2f7;
  font-size: 14px;
  color: #9aa0a4;
  padding: 14px 20px;
  display: table;
}

.messenger-box .inner-box .name {
  font-size: 16px;
  padding-bottom: 10px;
}

.messenger-box .inner-box:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -18px;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 9px;
  border-color: transparent #f1f2f7 transparent transparent;
}

.messenger-box .msg-sent .avatar,
.messenger-box .msg-sent .msg-box {
  float: right;
}

.messenger-box .msg-sent .msg-box {
  margin-left: 0;
  margin-right: 20px;
}

.messenger-box .msg-sent .inner-box:after {
  left: inherit;
  right: -18px;
  border-color: transparent transparent transparent #f1f2f7;
}

.messenger-box .send-mgs {
  margin-top: 20px;
  margin-bottom: 9px;
  position: relative;
}

.messenger-box .send-mgs .yourmsg {
  margin-right: 55px;
}

.messenger-box .send-mgs .yourmsg input {
  border: 1px solid #eceff1;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 7px;
}

.messenger-box .send-mgs .msg-send-btn {
  background: #03a9f3;
  color: #fff;
  font-size: 28px;
  border-radius: 7px;
  padding: 0;
  text-align: center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

/* Global Styles */
/* Main Styles */
aside.left-panel {
  background: #fff;
  height: 100vh;
  padding: 0;
  vertical-align: top;
  width: 270px;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  bottom: 0;
  top: 66px;
  z-index: 99;
  overflow: auto;
}

aside.left-panel:hover {
  overflow-x: auto;
}

.open aside.left-panel:hover {
  overflow-x: inherit;
}

.small-device .right-panel {
  margin-left: 83px;
}

.navbar {
  background: #fff;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.navbar .main-menu {
  float: left;
  padding: 0;
  padding-bottom: 50px;
}

.navbar .menu-title {
  color: #41434d;
  clear: both;
  display: block;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.navbar .navbar-nav {
  float: none;
  position: relative;
}

.navbar .navbar-nav>li {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar .navbar-nav>li.active {
  background: #EAEAEA;
}

.navbar .navbar-nav li {
  width: 100%;
}


.navbar .navbar-nav li .dropdown-toggle:after {
  display: none;
}

.navbar .navbar-nav li>a {
  background: none !important;
  color: #607d8b;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  padding: 12px 0;
  position: relative;
  width: 100%;
  color: #000;
}

.navbar .navbar-nav li>a:hover,
.navbar .navbar-nav li>a:hover .menu-icon {
  color: #c80f2e;
}

.navbar .navbar-nav li>a .menu-icon {

  flex: 0 0 22px;
  width: 22px;
  z-index: 9;
  margin: 0 16px 0 0;
  font-size: 20px;
}

.navbar .navbar-nav li>a .menu-title-text {
  font-size: 14px;
}

.navbar .navbar-nav li>a .badge {
  border-radius: 0;
  font-weight: 600;
  float: right;
  margin: 6px 0 0 0;
  padding: 0.4em 0.5em;
}

.navbar .navbar-nav li.menu-item-has-children {
  position: relative;
}

.navbar .navbar-nav li.menu-item-has-children a {
  line-height: 30px;
}

.navbar .navbar-nav li.menu-item-has-children a:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #607d8b #607d8b transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.navbar .navbar-nav li.menu-item-has-children a:hover:before {
  border-color: #03a9f3 #03a9f3 transparent transparent;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu {
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-y: hidden;
  padding: 0 0 0 35px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  position: relative;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
  color: #c8c9ce;
  float: left;
  padding: 0;
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 9px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
  padding: 2px 0 2px 30px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
  content: '';
  display: none;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
  top: 13px;
  text-align: left;
  width: 25px;
}

.navbar .navbar-nav li.menu-item-has-children.show a:before {
  border-color: transparent #607d8b #607d8b transparent;
  top: 20px;
  right: -5px;
}

.navbar .navbar-nav li.menu-item-has-children.show a:hover:before {
  border-color: transparent #03a9f3 #03a9f3 transparent;
}

.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  max-height: 1000px;
  opacity: 1;
  position: static !important;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
  color: #c80f2e;
}

.navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
}

.open .navbar .navbar-brand.hidden {
  display: block;
}

.open .sub-menu .subtitle {
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #607d8b;
  border-bottom: 1px solid rgba(96, 125, 139, 0.15);
}

.open .sub-menu i {
  left: 15px !important;
}

.sub-menu .subtitle {
  display: none;
}

.sub-menu .subtitle>.menu-icon {
  display: none;
}

.open aside.left-panel {
  max-width: 83px;
  width: 83px;
}

.open aside.left-panel .navbar .navbar-header {
  padding: 0;
}

.open aside.left-panel .navbar .navbar-brand {
  display: none;
}

.open aside.left-panel .navbar .navbar-brand.hidden {
  display: block !important;
  text-align: center;
  width: 100%;
}

.open aside.left-panel .navbar .navbar-brand.hidden img {
  max-width: 100%;
  margin: 0 auto;
}

.open aside.left-panel .navbar .navbar-brand.d-md-none {
  display: block !important;
  margin: 13px 0 0;
  min-height: 67px;
  padding: 0;
  text-align: center;
}

.open aside.left-panel .navbar .navbar-nav:before {
  display: none !important;
}

.open aside.left-panel .navbar .navbar-nav li {
  position: relative;
  padding: 0 15px;
}

.open aside.left-panel .navbar .navbar-nav li a {
  font-size: 0;
  z-index: 0;
  -webkit-transition: none;
  transition: none;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
  font-size: 20px;
  z-index: -1;
  text-align: center;
  width: inherit;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
  font-size: 0;
}

.open aside.left-panel .navbar .navbar-nav li a .badge {
  display: none;
}

.open aside.left-panel .navbar .navbar-nav li>a {
  max-width: 60px;
  padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
  overflow: hidden;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
  padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
  display: block;
  left: 83px;
  top: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  font-size: 14px;
  max-width: inherit;
  padding: 2px 15px 2px 25px;
  width: 100%;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
  text-align: center;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
  overflow: visible;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  position: absolute !important;
  width: 180px;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}

.open aside.left-panel .navbar .navbar-nav li span.count {
  display: none;
  margin-right: 5px;
  z-index: 1;
}

.open aside.left-panel .navbar .navbar-nav li.active a:after {
  content: '';
  display: none;
}

.open aside.left-panel .navbar .navbar-nav .menu-title {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
}

.open aside.left-panel .menutoggle {
  background-color: #dc3545;
  color: #fff !important;
  right: -20px;
  text-align: center;
}

/* Right panel */
.right-panel {
  background: #F2F4FB;
  margin-left: 270px;
  margin-top: 66px;
}

.right-panel .top-left {
  width: 270px;
  float: left;
}

.right-panel .top-rigth {
  float: left;
}

.right-panel .breadcrumbs {
  float: left;
  margin-top: 30px;
  padding: 0 1.875em;
  width: 100%;
}

.right-panel .breadcrumbs .breadcrumbs-inner {
  background-color: #fff;
}

.right-panel .breadcrumbs .col-lg-8 .page-header {
  float: left;
}

.right-panel .page-header {
  min-height: 50px;
  margin: 0px;
  padding: 0px 15px;
  background: #ffffff;
  border-bottom: 0px;
}

.right-panel .page-header h1 {
  font-size: 18px;
  padding: 15px 0;
}

.right-panel .page-header .breadcrumb {
  margin: 0px;
  padding: 13.5px 0;
  background: #fff;
  text-transform: capitalize;
}

.right-panel .page-header .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.right-panel header.header {
  background: #fff;
  border-bottom: 1px solid #e8e9ed;
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: both;
  padding: 0 24px 0 0px;
  height: 66px;
  position: fixed;
  left: 280px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 89;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.right-panel .navbar-brand {
  width: 180px;
  display: inline-block;
  padding: 9px 0 8px;
}


.right-panel .navbar-header {
  width: 100%;
  background-color: #fff;
  padding: 0 0em 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-panel .navbar-header>a {
  display: inline-block;
}

.right-panel .navbar-brand {
  line-height: 42px;
}

.right-panel .navbar-brand img {
  max-width: 156px;
}

.right-panel .navbar-brand.hidden {
  display: none;
}

.open .right-panel {
  margin-left: 83px;
}

.open .let-panel {
  z-index: 999;
}

header.fixed-top {
  background: #fff;
  padding: 20px;
}

.menutoggle {
  background-color: transparent;
  color: #99abb4 !important;
  cursor: pointer;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: block;
  text-align: right;
}

.right-panel .navbar-header > a.menutoggle{
  display: flex;
  align-items: center;
  justify-content: center;  
}

.right-panel .navbar-header > a.menutoggle .fa {
  width: 21px;
  height: 2px;
  background: #707070;
  position: relative;
}


.right-panel .navbar-header > a.menutoggle .fa::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -7px;
  background: #707070;
  transform: rotate(0);
  transition: 0.25s ease-out;
}

.right-panel .navbar-header > a.menutoggle .fa::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #707070;
  transform: rotate(0);
  transition: 0.25s ease-out;
}

body.open .right-panel .navbar-header > a.menutoggle .fa {
  background: transparent;
}

body.open .right-panel .navbar-header > a.menutoggle .fa:before {
  transform: rotate(45deg);
  top: 0;
}

body.open .right-panel .navbar-header > a.menutoggle .fa:after {
  transform: rotate(-45deg);
  top: 0;
}

.search-trigger {
  background: transparent;
  border: none;
  color: #99abb4;
  cursor: pointer;
  font-size: 16px;
  line-height: 55px;
  padding: 0;
  width: 43px;
}

header .form-inline {
  background: #131c21;
  display: none;
  height: 55px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

header .form-inline .search-form {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}

header .form-inline .search-form input[type="text"] {
  background: #131c21;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 16px;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%;
}

header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0;
}

header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important;
}

header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

header .form-inline .search-form.close {
  display: none;
}

.header-left {
  display: inline-block;
}

.header-left.open .form-inline {
  display: block;
}

.header-left .dropdown {
  display: inline-block;
}

.header-left .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #99abb4;
  font-size: 16px;
  line-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

.header-left .dropdown.for-notification .dropdown-toggle .icon-notification{
  font-size: 26px;
}

.header-left .dropdown.for-notification .dropdown-toggle .bg-danger {
  position: absolute;
  width: 7.4px;
  height: 7.4px;
  border-radius: 100px;
  top: 16.5px;
  right: 14px;
}

.header-left .dropdown .dropdown-toggle:after {
  display: none;
}

.header-left .dropdown .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 0;
  top: 12px;
  position: absolute;
}

.header-left .dropdown .dropdown-toggle:active,
.header-left .dropdown .dropdown-toggle:focus,
.header-left .dropdown .dropdown-toggle:visited {
  background: none !important;
  border-color: transparent !important;
  color: #292b35 !important;
}

.header-left .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 52px !important;
  left: inherit !important;
  right: 0 !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  line-height: normal;
}


.header-left .dropdown .dropdown-menu .dropdown-item {
  color: #99abb4;
  font-size: 13px;
  padding: 10px 15px 3px;
  text-overflow: ellipsis;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.header-left .dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(233, 236, 239, 0.5);
}

.header-left .dropdown .dropdown-menu .dropdown-item .photo {
  float: left;
  margin-right: 15px;
  width: 25px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
  margin-top: -5px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
  font-size: 11px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message p {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-menu .dropdown {
  line-height: 55px;
  margin-top: 0 !important;
}

.header-menu .dropdown .dropdown-toggle {
  line-height:normal;
}

.user-area .dropdown-toggle {
  position: relative;
  z-index: 0;
}

.user-area .dropdown-toggle:before {
  content: "";
  position: absolute;
  right: -3px;
  bottom: 10px;
  background: #868e96;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 2px solid white;
  z-index: 1;
}

.user-area .dropdown-toggle.active:before {
  background: #49a342;
}

.dropdown-menu {
  border-radius: 0;
  -webkit-transform: none !important;
  transform: none !important;
}

.for-notification .dropdown-menu .dropdown-item {
  padding: 16px 15px !important;
  text-overflow: ellipsis;
  background: transparent;
}

.for-notification .dropdown-menu .dropdown-item:hover {
  background: transparent !important;
}

.for-notification .dropdown-menu .dropdown-item i {
  float: left;
  font-size: 14px;
  margin: 5px 5px 0 0;
  text-align: left;
  width: 20px;
}

.for-notification .dropdown-menu .dropdown-item p {
  padding: 0 !important;
  text-overflow: ellipsis;
}

.user-area {
  float: right;
  padding-right: 0;
  position: relative;
  padding-left: 20px;
}

.user-area .user-menu {
  background: #fff;
  border: none;
  left: inherit !important;
  right: 0;
  top: 54px !important;
  margin: 0;
  max-width: 150px;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-width: 150px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.user-area .user-menu .nav-link {
  color: #607d8b;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 5px 0;
}

.user-area .user-menu .nav-link>i {
  margin-right: 10px;
}

.user-area .user-avatar {
  float: right;
  width: 40px;
}

.user-area .user-info .name {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}

.user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.user-area .dropdown-toggle {
  line-height: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-area .dropdown-toggle:after {
  display: none;
}

#menuToggle2 {
  padding-left: 25px;
}

#language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px;
}

#language-select:focus,
#language-select:visited {
  border: none;
  outline: 0;
}

#language-select .flag-icon {
  line-height: 55px;
}

#language-select .dropdown-toggle::after {
  display: none;
}

#language-select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  left: -8px !important;
  min-width: inherit;
  padding: 0 5px;
  top: 81px !important;
}

#language-select .dropdown-menu .dropdown-item {
  line-height: 1.5;
  margin-right: 0;
  max-width: 25px;
  padding: 0;
}

#language-select .dropdown-menu .dropdown-item:hover {
  background: #fff;
}

#language-select .dropdown-menu .dropdown-item .flag-icon {
  line-height: 1.5;
  margin-right: 0;
  width: 25px;
}

.notification-show+.dropdown-menu,
.message-show+.dropdown-menu,
.language-show+.dropdown-menu {
  display: block;
}

.content {
  float: left;
  padding: 1.875em;
  width: 100%;
}

.card {
  margin-bottom: 1.875em;
  border-radius: 5px;
  padding: 0;
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.card .box-title {
  font-weight: 600;
  font-size: 1em;
  padding: 5px 0;
}

.card .weather-title.box-title {
  padding: 0 15px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}

.card.weather-box .card-body {
  padding-top: 0;
}

.card.weather-box .top {
  background: #eceff1;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  padding-top: 22px;
  overflow: hidden;
}

.card.weather-box .top .wi {
  float: left;
  width: 100px;
  text-align: left;
  padding-bottom: 10px;
}

.card.weather-box .top .wi:before {
  font-size: 60px;
}

.card.weather-box .top .updates {
  font-size: 14px;
  text-align: right;
}

.card.weather-box .top .currently {
  font-size: 22px;
  text-align: right;
}

.card.weather-box .middle {
  clear: both;
  position: relative;
  height: 80px;
  color: #333648;
}

.card.weather-box .middle .city {
  padding-top: 15px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}

.card.weather-box .middle .city span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.card.weather-box .middle .temp {
  position: absolute;
  font-size: 34px;
  top: 10px;
  right: 0;
}

.card.weather-box .middle .temp span {
  font-size: 16px;
}

.card.weather-box .nextdays {
  clear: both;
  padding-top: 22px;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #ededed;
  background: #fff;
  font-family: 'helvetica_neueu' , sans-serif;
}

.card.weather-box .nextdays .days {
  display: inline-block;
  width: 20%;
  font-size: 14px;
}

.card.weather-box .nextdays .days span {
  display: block;
}

.card .card-top,
.card .card-footer {
  background: #fafafa;
  border-bottom: 1px solid #e8e9ef;
  float: left;
  padding: .75em 1.125em;
  width: 100%;
}

.card .card-top .card-title,
.card .card-footer .card-title {
  color: #343a40;
  font-size: .875em;
  font-weight: 600;
  padding-top: 5px;
  text-transform: capitalize;
}

.card .card-top button,
.card .card-footer button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #868e96;
  font-size: 12px;
  padding: 0 5px;
}

.card .card-top[class*="bg"] .card-title,
.card .card-footer[class*="bg"] .card-title {
  color: #fff;
}

.card .card-top[class*="bg"] button,
.card .card-footer[class*="bg"] button {
  color: #fff;
}

.card .card-top.p-0 .card-title,
.card .card-footer.p-0 .card-title {
  padding: 1.125em;
}

.card .card-top.bg-flat-color-1,
.card .card-footer.bg-flat-color-1 {
  background: #5c6bc0;
  border: none;
}

.card .card-top.bg-flat-color-2,
.card .card-footer.bg-flat-color-2 {
  background: #42a5f5;
  border: none;
}

.card .card-top.bg-flat-color-3,
.card .card-footer.bg-flat-color-3 {
  background: #ffa726;
  border: none;
}

.card .card-top.bg-flat-color-4,
.card .card-footer.bg-flat-color-4 {
  background: #ef5350;
  border: none;
}

.card .card-top.bg-flat-color-5,
.card .card-footer.bg-flat-color-5 {
  background: #4dbd74;
  border: none;
}

.card .card-top.bg-flat-color-6,
.card .card-footer.bg-flat-color-6 {
  background: #66bb6a;
  border: none;
}

.card .card-left {
  width: 60%;
}

.card .card-right {
  width: 40%;
}

.card .card-body {
  padding: 22px 28px;
  position: relative;
}


.card .user-header .media img {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.card .card-header .card-actions button {
  display: block;
  float: left;
  width: 50px;
  padding: .75rem 0;
  margin: 0 !important;
  color: #fff;
  outline: 0;
  text-align: center;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(120, 130, 140, 0.4);
}

.card .card-footer {
  padding: 0.65rem 1.25rem;
  background-color: #f0f3f5;
  border-top: 1px solid #c2cfd6;
}

.card .card-footer ul li {
  display: table-cell;
  padding: 0 1rem;
  text-align: center;
}

.card .nav-tabs {
  margin-bottom: -1px;
}

.card .nav-tabs a {
  border-radius: 0;
  color: #b5bcc2;
  font-size: 12px;
  font-weight: 700;
  padding: .25em .5em;
  text-transform: uppercase;
}

.card .nav-tabs a:hover {
  border-color: transparent;
}

.card .nav-tabs .active a {
  border-color: #e8e9ef;
  color: #868e96 !important;
}

.action-menu .dropdown-toggle i {
  font-size: 12px;
}

.action-menu .dropdown-toggle::after {
  display: none;
}

.flotBar1,
.flotLine1 {
  height: 75px;
}

.traffic-chart .ct-area {
  fill-opacity: .7;
}

.traffic-chart .ct-series-a .ct-area,
.traffic-chart .ct-series-a .ct-slice-donut-solid,
.traffic-chart .ct-series-a .ct-slice-pie {
  fill: #66bb6a;
}

.traffic-chart .ct-series-b .ct-area,
.traffic-chart .ct-series-b .ct-slice-donut-solid,
.traffic-chart .ct-series-b .ct-slice-pie {
  fill: #ef5350;
}

.traffic-chart .ct-series-c .ct-area,
.traffic-chart .ct-series-c .ct-slice-donut-solid,
.traffic-chart .ct-series-c .ct-slice-pie {
  fill: #5c6bc0;
}

.flotRealtime2 {
  height: 445px;
}

.traffic-chart {
  height: 34vh;
}

#flotBar2 {
  height: 168px;
}

.gauge.g1 svg {
  fill: #ffa726 !important;
}

#area_chart {
  max-height: 280px;
}

#flotLine5 {
  height: 50px;
}

#flotPie1 {
  height: 90px;
}

#flotPie1 .pieLabel {
  display: none;
}

#flotPie1 .legend tr {
  padding-bottom: 5px;
}

#flotPie1 .legendColorBox {
  float: left;
  margin: 2px 5px 0 0;
}

#flotPie1 .legendColorBox>div {
  border: none !important;
}

#flotPie1 .legendLabel {
  color: #868e96;
  font-family: 'Open Sans';
  font-size: 12px;
}

/* Stats Table */
.table-stats table {
  font-family: 'Open Sans';
}

.table-stats table th,
.table-stats table td {
  border: none;
  border-bottom: 1px solid #e8e9ef;
  color: #868e96;
  font-size: 12px;
  font-weight: normal;
  padding: .75em 1.25em;
  text-transform: uppercase;
}

.table-stats table th img,
.table-stats table td img {
  margin-right: 10px;
  max-width: 45px;
}

.table-stats table th .name,
.table-stats table td .name {
  color: #343a40;
  font-size: 14px;
  text-transform: capitalize;
}

.table-stats table td {
  color: #343a40;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: middle;
}

/* Timeline */
.timeline li {
  font-family: 'Open Sans';
  list-style: none;
  padding: 5px 0;
  position: relative;
}

.timeline li i {
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.timeline li span {
  color: #868e96;
  display: block;
  font-size: 14px;
}

.timeline li span a {
  color: #343a40;
}

.timeline li .time {
  font-size: 12px;
  padding-bottom: 15px;
}

.timeline li img {
  margin: 10px 5px 15px 0;
  max-height: 40px;
}

.timeline .media-body {
  border-bottom: 1px solid #e8e9ef;
}

/* Weather */
.widget .card-footer {
  border-top-color: #e8e9ef;
}

.widget .weather-footer li {
  float: left;
  position: relative;
  width: 33.33%;
}

.widget .weather-footer li:before {
  content: '';
  background: #e8e9ef;
  height: 32px;
  width: 1px;
  top: 5px;
  right: 7.5px;
  position: absolute;
}

.widget .weather-footer li:last-child:before {
  display: none;
}

.widget .weather-footer li span {
  display: block;
}

.widget .pt-0 {
  padding-top: 0 !important;
}

.widget .social .rounded-circle {
  max-width: 130px;
  margin-top: -65px;
}

.widget .social .weather-footer i {
  color: #868e96;
  font-size: 20px;
  line-height: 1;
  margin-top: -3px;
}

/* Tabs */
.nav-tabs a.active {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs .dropdown .dropdown-menu {
  top: 100% !important;
}

.custom-tab .nav-tabs>a.active,
.custom-tab .nav-tabs>.active>a:focus,
.custom-tab .nav-tabs>li.active>a:hover {
  border-color: transparent transparent;
  color: #ff2e44;
  position: relative;
}

.custom-tab .nav-tabs>a.active:after,
.custom-tab .nav-tabs>li.active>a:focus:after,
.custom-tab .nav-tabs>li.active>a:hover:after {
  background: #ff2e44;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
}

.card .card-header .card-actions {
  float: right;
}

.card .card-header .card-actions [class*="btn"] {
  border-left: 1px solid rgba(120, 130, 140, 0.4);
  color: #878787;
  display: inline-block;
  font-size: 16px;
  float: left;
  padding: 0 7px;
  width: inherit;
  text-align: center;
}

.social-buttons .card-body p button {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.social-buttons .only-icon .card-body p button {
  padding: 0;
}

.social-buttons .social i {
  padding: 0 10px;
  width: inherit !important;
}

.social-buttons .only-text p button {
  padding: 0 .5rem;
}

.buttons button {
  margin: 2px 0;
}

/* Ribons */
.corner-ribon {
  text-align: center;
  width: 71px;
  height: 71px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.corner-ribon i {
  padding: 10px 0 0 35px;
  color: #fff;
}

.twt-feed .wtt-mark {
  color: rgba(255, 255, 255, 0.15);
  font-size: 160px;
  position: absolute;
  top: 10px;
  left: 40%;
}

.twt-feed {
  -webkit-border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  padding: 40px 10px 10px;
  position: relative;
  min-height: 170px;
}

.weather-category {
  padding: 15px 0;
  color: #74829C;
}

.weather-category ul li {
  width: 32%;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  display: inline-block;
}

.twt-feed.blue-bg {
  background: #58C9F3;
}

.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 10px;
  width: 100%;
}

.twt-category ul li {
  color: #bdbdbd;
  font-size: 13px;
}

.twt-footer {
  padding: 12px 15px;
}

.twt-footer,
.twt-footer a {
  color: #d2d2d2;
}

/* Button Reset */
.btn,
.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border-radius: 3;
  cursor: pointer;
}

/* Icons */
.icon-section {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden;
}

.icon-container {
  width: 240px;
  padding: .7em 0;
  float: left;
  position: relative;
  text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
  color: #000;
  position: absolute;
  margin-top: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
  font-size: 2.2em;
  margin-top: -5px;
}

.icon-container:hover .icon-name {
  color: #000;
}

.icon-name {
  color: #aaa;
  margin-left: 35px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

.icon-container:hover .icon-name {
  margin-left: 45px;
}

.fontawesome-icon-list .page-header {
  border-bottom: 1px solid #C9CDD7;
  padding-bottom: 9px;
  margin: 30px 0px 27px 0px;
}

.fontawesome-icon-list h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
}

.fontawesome-icon-list i {
  font-style: 16px;
  padding-right: 10px;
}

.social-box i {
  line-height: 110px;
}

.social-box ul {
  display: inline-block;
  margin: 7px 0 0;
  padding: 10px;
  width: 100%;
}

.social-box ul li {
  color: #949CA0;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px 0 0;
  text-align: right;
}

.social-box ul li:last-child {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

.social-box ul li span {
  font-size: 14px;
}

.login-logo {
  text-align: center;
  margin-bottom: 15px;
}

.login-logo span {
  color: #ffffff;
  font-size: 24px;
}

.login-content {
  max-width: 540px;
  margin: 8vh auto;
}

.login-form {
  background: #ffffff;
  padding: 30px 30px 20px;
  border-radius: 2px;
}

.login-form h4 {
  color: #878787;
  text-align: center;
  margin-bottom: 50px;
}

.login-form .checkbox {
  color: #878787;
}

.login-form .checkbox label {
  text-transform: none;
}

.login-form .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
  border: 0px;
}

.login-form label {
  color: #878787;
  text-transform: uppercase;
}

.login-form label a {
  color: #ff2e44;
}

.social-login-content {
  margin: 0px 0px;
  border-bottom: 1px solid #e7e7e7;
}

.social-button {
  padding: 0 0px;
  width: 100%;
}




.register-link a {
  color: #ff2e44;
}

.cpu-load {
  width: 100%;
  height: 272px;
  font-size: 14px;
  line-height: 1.2em;
}

.cpu-load-data-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.cpu-load-data {
  margin-bottom: 30px;
}

.cpu-load-data li {
  display: inline-block;
  width: 32.5%;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
  border-right: 0px;
}

.nestable-cart {
  overflow: hidden;
}

/* Forms */
.input-group-addon {
  background-color: transparent;
  border-left: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.flotTip {
  background: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  color: #ffffff;
}

.flot-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 275px;
  padding: 20px 15px 15px;
  margin: 15px auto 30px;
  background: transparent;
}

.flot-pie-container {
  height: 275px;
}

.flotBar-container {
  height: 275px;
}

.flot-line {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

.legend table {
  border-spacing: 5px;
}

#chart1,
#flotBar,
#flotCurve {
  width: 100%;
  height: 275px;
}

.morris-hover {
  position: absolute;
  z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 10px 12px;
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff !important;
}

.morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart {
  height: 285px;
}

.map,
.vmap {
  width: 100%;
  height: 400px;
}

.btn-toolbar {
  float: left !important;
}

.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-toolbar .show>.btn-outline-secondary.dropdown-toggle {
  background-color: #212529;
  border-color: #212529;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn-toolbar .btn-outline-secondary:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}

/*    Widget One
---------------------------*/
.dib {
  display: inline-block;
}

.stat-widget-one .stat-icon {
  vertical-align: top;
}

.stat-widget-one .stat-icon i {
  font-size: 30px;
  border-width: 3px;
  border-style: solid;
  border-radius: 100px;
  padding: 15px;
  font-weight: 900;
  display: inline-block;
}

.stat-widget-one .stat-content {
  margin-left: 30px;
  margin-top: 7px;
}

.stat-widget-one .stat-text {
  font-size: 14px;
  color: #868e96;
}

.stat-widget-one .stat-digit {
  font-size: 24px;
  color: #373757;
}

/*    Widget Two
---------------------------*/
.stat-widget-two {
  text-align: center;
}

.stat-widget-two .stat-digit {
  font-size: 1.75rem;
  font-weight: 500;
  color: #373757;
}

.stat-widget-two .stat-digit i {
  font-size: 18px;
  margin-right: 5px;
}

.stat-widget-two .stat-text {
  font-size: 16px;
  margin-bottom: 5px;
  color: #868e96;
}

.stat-widget-two .progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.stat-widget-two .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*    Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
  display: inline-block;
  padding: 33px;
  position: absolute;
  line-height: 21px;
}

.stat-widget-three .stat-icon i {
  font-size: 30px;
  color: #ffffff;
}

.stat-widget-three .stat-content {
  text-align: center;
  padding: 15px;
  margin-left: 90px;
}

.stat-widget-three .stat-digit {
  font-size: 30px;
}

.stat-widget-three .stat-text {
  padding-top: 4px;
}

.home-widget-three .stat-icon {
  line-height: 19px;
  padding: 27px;
}

.home-widget-three .stat-digit {
  font-size: 24px;
  font-weight: 300;
  color: #373757;
}

.home-widget-three .stat-content {
  text-align: center;
  margin-left: 60px;
  padding: 13px;
}

/*    Widget Four
---------------------------*/
.stat-widget-four {
  position: relative;
}

.stat-widget-four .stat-icon {
  display: inline-block;
  position: absolute;
  top: 5px;
}

.stat-widget-four i {
  display: block;
  font-size: 36px;
}

.stat-widget-four .stat-content {
  margin-left: 40px;
  text-align: center;
}

.stat-widget-four .stat-heading {
  font-size: 20px;
}

/*    Widget Five
---------------------------*/
.stat-widget-five {
  min-height: 60px;
}

.stat-widget-five .stat-icon {
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  left: 30px;
  top: 20px;
}

.stat-widget-five .stat-content {
  margin-left: 100px;
}

.stat-widget-five .stat-text {
  color: #455a64;
  font-size: 20px;
}

.stat-widget-five .stat-heading {
  color: #99abb4;
  font-size: 14px;
}

.horizontal:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 38px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* Mixed Styles */
.badges h1,
.badges h2,
.badges h3,
.badges h4,
.badges h5,
.badges h6 {
  margin: 5px 0;
}

.vue-lists ul,
.vue-lists ol {
  padding-left: 30px;
}

.card .dropdown.float-right .dropdown-menu {
  left: inherit !important;
  right: 0 !important;
  top: 93% !important;
}

.dataTables_paginate .pagination {
  border-radius: 0;
}

.dataTables_paginate .pagination li {
  border-radius: 0 !important;
}

.dataTables_paginate .pagination li a {
  border-radius: 0 !important;
  color: #292b35;
}

.dataTables_paginate .pagination li.active a {
  background: #292b35;
  border-color: #292b35;
  color: #fff;
}

.dataTables_paginate .pagination li:hover a {
  background: #292b35;
  border-color: #292b35;
  color: #fff;
}

/* Footer */
footer.site-footer {
  padding: 0 1.875em;
}

footer.site-footer .footer-inner {
  color: #78909c;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1.5;
  padding: 2.45em 1.125em;
}

footer.site-footer .footer-inner a {
  color: #6a7074;
}

.calender-cont {
  position: relative;
  padding-top: 20px;
}

.calender-cont .fc-title {
  color: #fff;
}

.calender-cont .fc-center {
  position: absolute;
  top: 0;
  left: 0;
}

.calender-cont .fc-center h2 {
  font-size: 16px;
  font-weight: 700;
}

.calender-cont td .fc-event {
  border: 0px solid transparent;
  padding: 1px;
}

.calender-cont td .fc-time {
  color: white;
  font-weight: 400;
  font-size: 11px;
  padding: 2px;
}

.calender-cont .fc-left .fc-button-group {
  position: absolute;
  top: 0;
  right: 0;
}

.calender-cont .fc-left .fc-button-group button {
  height: 20px;
  width: 20px;
  line-height: 18px;
  padding: 0;
  border: 0px solid transparent;
  background: #eceff1;
  color: #889196;
}

.calender-cont .fc-left .fc-button-group button.fc-prev-button {
  margin-right: 4px;
}

.calender-cont .fc-left .fc-button-group button .fc-icon {
  font-size: 11px;
}

.calender-cont .fc-left .fc-button-group button:hover {
  background: #d8d8d8;
}

.calender-cont.widget-calender {
  padding-top: 20px;
}

.calender-cont.widget-calender td,
.calender-cont.widget-calender th {
  font-size: 14px;
  border: 0px solid transparent;
}

.calender-cont.widget-calender .fc-right {
  display: none;
}

.calender-cont.widget-calender .fc-today-button {
  display: none;
}

.calender-cont.widget-calender .fc-widget-content {
  height: 45px !important;
  min-height: 45px !important;
}

.calender-cont.widget-calender .fc-day-grid-container {
  max-height: 250px !important;
  overflow: hidden !important;
}

@media (max-width: 1680px) {
  .timeline li {
    padding: 2px 0;
  }
}

@media (max-width: 1368px) {
  .twt-category {
    margin-bottom: 0;
  }

  .twt-feed {
    max-height: 155px;
  }

  .twt-feed img {
    height: 75px;
    width: 75px;
  }

  .stat-widget-one .stat-content {
    margin-left: 15px;
  }

  .card-body {
    padding: 15px;
  }

  .badges button {
    margin: 2px 0;
  }

  #g2 {
    padding-top: 33px;
  }

  .timeline li .time {
    padding-bottom: 10px;
  }

  .height-93 {
    height: 75px;
  }

  .height-100 {
    height: 90px;
  }

  .widget .row.p-4.height-93 {
    padding: 1.125em 1.75em !important;
  }

  .widget .card-footer.p-3.bg-white.text-center {
    padding: .9em !important;
  }

  .weather h3.fw-r.text-white {
    font-size: 1.125em;
  }

  .weather span {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .open aside.left-panel {
    width: 280px;
    max-width: 280px;
  }

  aside.left-panel:hover {
    overflow-x: inherit;
  }

  aside.left-panel.open-menu {
    overflow-x: scroll;
  }

  aside.left-panel {
    max-width: 83px;
    width: 83px;
  }

  aside.left-panel .navbar .navbar-header {
    padding: 0;
  }

  aside.left-panel .navbar .navbar-brand {
    display: none;
  }

  aside.left-panel .navbar .navbar-brand.hidden {
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
  }

  aside.left-panel .navbar .navbar-brand.hidden img {
    max-width: 100%;
    margin: 0 auto;
  }

  aside.left-panel .navbar .navbar-brand.d-md-none {
    margin: 13px 0 0;
    min-height: 67px;
    padding: 0;
    text-align: center;
  }

  aside.left-panel .navbar .navbar-nav:before {
    display: none !important;
  }

  aside.left-panel .navbar .navbar-nav li {
    position: relative;
  }

  aside.left-panel .navbar .navbar-nav li a {
    font-size: 0;
    z-index: 0;
    -webkit-transition: none;
    transition: none;
  }

  aside.left-panel .navbar .navbar-nav li a .menu-icon {
    font-size: 20px;
    z-index: -1;
    text-align: center;
    width: inherit;
  }

  aside.left-panel .navbar .navbar-nav li a .menu-title-text {
    font-size: 0;
  }

  aside.left-panel .navbar .navbar-nav li a .badge {
    display: none;
  }

  aside.left-panel .navbar .navbar-nav li>a {
    max-width: 60px;
    padding-left: 0;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
    overflow: hidden;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
    content: '';
    display: none;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
    padding-left: 0;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    display: block;
    left: inherit;
    right: -160px;
    top: 0;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    font-size: 14px;
    max-width: inherit;
    padding: 2px 15px 2px 35px;
    width: 100%;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
    text-align: center;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu i {
    left: 10px;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
    overflow: visible;
  }

  aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
    position: absolute !important;
  }

  aside.left-panel .navbar .navbar-nav li span.count {
    display: none;
    margin-right: 5px;
    z-index: 1;
  }

  aside.left-panel .navbar .navbar-nav li.active a:after {
    content: '';
    display: none;
  }

  aside.left-panel .navbar .navbar-nav .menu-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    padding: 0;
  }

  aside.left-panel .menutoggle {
    display: none;
  }

  aside.left-panel.open-menu {
    max-width: 280px;
    width: 280px;
  }

  aside.left-panel.open-menu .navbar .navbar-nav li>a {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }

  aside.left-panel.open-menu .navbar .navbar-nav li>a .menu-icon {
    width: 55px;
    font-size: inherit;
    text-align: left;
  }

  aside.left-panel.open-menu .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
    position: static !important;
    margin-left: 45px;
  }

  aside.left-panel.open-menu .navbar .navbar-nav .menu-title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 50px;
    opacity: 1;
  }

  .navbar .main-menu {
    padding: 0;
  }

  #language-select,
  .user-area .dropdown-toggle,
  header .form-inline {
    height: 48px;
  }

  .header-left .dropdown .dropdown-menu {
    top: 47px !important;
  }

  #language-select .dropdown-menu {
    top: 49px !important;
  }

  .user-area .user-menu {
    top: 51px !important;
  }

  .content {
    padding: 1.25em;
  }

  .flotRealtime2 {
    height: 330px;
  }

  .card {
    margin-bottom: 1.25em;
  }

  .card .card-header {
    position: relative;
  }

  .card .card-header strong {
    display: block;
  }

  .card .card-header small {
    float: left;
  }

  .card .card-header .card-actions {
    right: 0;
    top: .75rem;
    position: absolute;
  }

  .card-footer.bg-white.br-0.pl-5.pr-5.pt-0.pb-5 {
    padding-bottom: 1.5em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  #g2 {
    height: auto !important;
    padding-top: 7px;
  }

  #flotBar2 {
    height: 150px;
  }

  #g1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .card-footer.bg-white [class*="float"] {
    display: block;
    float: none !important;
    text-align: center;
  }

  .card-footer.bg-white [class*="float"].currency {
    display: inline-block;
  }

  .card-footer.bg-white [class*="float"].fa {
    display: inline-block;
    float: left !important;
  }

  #traffic-chart {
    height: 232px !important;
  }

  i.p-4.font-3xl.width-90.text-center.mr-3.float-left.text-light {
    font-size: 1.8125em;
    width: 75px;
  }

  .card i+h4 {
    display: inline;
    padding-top: 1em !important;
  }

  .timeline li img {
    margin: 0px 5px 5px 0;
  }

  .timeline li span {
    padding-bottom: 8px !important;
  }

  .card-footer.bg-white.br-0.pl-5.pr-5.pt-1.pb-4.mb-3 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .font-4xl {
    font-size: 2.75em;
  }

  .media.p-4.height-100,
  .widget .row.p-4.height-93 {
    padding: 1rem !important;
  }

  .height-100 {
    height: 63px;
  }

  .widget .social .rounded-circle {
    max-width: 60px;
    margin-top: 8px;
  }

  footer.site-footer {
    padding: 0 1.125em;
  }

  footer.site-footer .footer-inner {
    padding: 1.75em 1em;
  }
}

@media (max-width: 992px) {
  [class*="col"].no-padding {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 768px) {
  .navbar {
    height: 100vh;
  }

  .navbar .navbar-nav li.menu-item-has-children>a:before {
    display: block !important;
  }

  .navbar .main-menu {
    float: none;
    padding-bottom: 70px;
  }

  .left-panel {
    display: none;
  }

  aside.left-panel {
    overflow: scroll;
  }

  .right-panel header.header {
    height: 62px;
  }

  .right-panel .top-left,
  .right-panel .top-right {
    width: 100%;
    float: none;
    background: white;
  }

  .right-panel .menutoggle {
    float: right;
  }

  .right-panel .navbar-header {
    padding: 0;
  }

  .right-panel header.header {
    position: static;
  }

  .right-panel header.header .top-left {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    z-index: 999;
    border-bottom: 1px solid #dcdcdc;
  }

  .right-panel header.header .top-right {
    padding: 0 30px;
  }

  .small-device .right-panel {
    margin-left: 0;
  }

  #left-panel {
    max-width: 100%;
    width: 100%;
  }

  #left-panel .navbar .navbar-nav li>a {
    max-width: inherit;
    font-size: 14px;
  }

  #left-panel .navbar .navbar-nav li>a .menu-icon {
    width: 55px;
    text-align: left;
    font-size: 14px;
  }

  #left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
    position: static !important;
    padding-left: 50px;
  }

  .orders {
    overflow: hidden;
  }

  .order-table .avatar,
  .order-table .serial {
    display: none;
  }
}

@media (max-width: 575px) {
  #left-panel .navbar {
    display: inherit;
  }

  #left-panel .navbar .main-menu {
    display: inherit;
  }

  #left-panel .navbar .sub-menu.children {
    display: none;
  }

  #left-panel .navbar .sub-menu.children.show {
    display: block;
  }

  .right-panel .navbar-brand {
    width: 220px;
    padding-bottom: 5px;
  }

  .right-panel .menutoggle {
    width: 20px;
  }
}

#cellPaiChart {
  height: 160px;
}

#cellPaiChart .pieLabel {
  top: 50px !important;
}

#cellPaiChart .pieLabel div {
  font-size: 16px !important;
}

#cellPaiChart #pieLabel1 {
  left: 20px !important;
}

#cellPaiChart #pieLabel0 {
  left: inherit !important;
  right: 20px !important;
}

/*# sourceMappingURL=style.css.map */


.dropdown-menu-xl {
  min-width: 420px;
  border-radius: 0.4375rem;
}

.notificationDropdown.dropdown-menu {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 28px 32px 0;
  background: #fff;
  border-radius: 4px;
}

.totalNotification .title {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px 0px;
}


.notificationDropdown .list-group.list-group-flush .list-group-item {
  padding: 20px 0;
  border-bottom: 0.7px solid rgba(198,196,196,0.62);
  background: none;
}

.notificationDropdown .list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.notificationWrap .img {
  margin: 0 14px 0 0;
  flex: 0 0 48px;
}

.avatar {
  color: #fff;
  background-color: #adb5bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 0.375rem;
  height: 48px;
  width: 48px;
}

.notificationWrap .cont {
  flex: 0 0 auto;
  max-width: calc(100% - 62px);
}

.notificationWrap .cont div > h4 {
  color: #000;
  font-weight: 600;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.line-h12{
  line-height: 1.2;
}

.notificattionTime small {
  font-size: 13px;
  color: #A2A1A1;
}

.notificationDesc {
  font-size: 14px;
  color: #343434;
  margin: 0px;
  line-height: normal;
  padding-right: 62px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.color-progress {
  color: #F68147 !important;
}

.color-blue{
  color: #1A99F9 !important;
}

.color-success{
  color: #17B270 !important;
}



.pageTitle {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 14px 0;
}

.card .card-header {
  padding: 22px 28px;
  background-color: #fff;
}

.card .card-header h4{
  font-size: 17px;
}

.dateArrowRight {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.dateArrowRight .icon-arrow-right {
  margin: 0px 0 0 10px;
  font-size: 13px;
}


.paymentBlockWrap{
  display: flex;
  background: #F4F4F4;
  align-items: flex-start;
}

.paymentBlockWrap .paymentBlocLeft{
  flex: 0 0 50%;
  background: #fff;
  padding: 30px 3%;
}

.paymentBlochead{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.backBtn{
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.backBtn .icon-arrow-long{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DFE2E6;
  color: #c80f2e;
  font-size: 16px;
  border-radius: 100px;
  margin: 0 16px 0 0;
}

.lockRight {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #c80f2e;
  color: #000;
  font-size: 15px;
  box-shadow: 0 0 1px 3px #7BADE9;
}


.form-block-title{
  font-size: 16px;
  font-weight: 500;
}

.form-control {
  border: 1px solid #C4C8CC;
  border-radius: 5px;
  padding: 0 16px;
  height: 52px;
  font-size: 15px;
}

.form-group.labelUp {
  position: relative;
  margin: 0 0 20px 0;
}

.form-group.labelUp label {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 14px;
  z-index: 0;
  color: rgba(0,0,0,0.6);
  transition: 0.25s ease-out;
  transform: scale(1);
  transform-origin: 0 0;
}

.form-group.labelUp input:focus + label  {
  top: 8px;
  transform: scale(0.9);
}

.form-group.labelUp input:not(:placeholder-shown) + label {
  top: 8px;
  transform: scale(0.9);
}

.form-group.labelUp input.alwaysUp + label {
  top: 8px;
  transform: scale(0.9);
}

.form-group.labelUp .input-icon {
  position: absolute;
  right: 18px;
  top: 19px;
}

.form-group.labelUp{
  background: #fff;
}

.form-group.labelUp  .form-control{
  padding: 18px 16px 0;
  outline: none;
  box-shadow: none;
  height: 54px;
  z-index: 1;
  background: none;
  position: relative;
}


.d-flex.flex1 > * {
  flex: 1;
}

.paymentBlocRight{
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50%;
  position: sticky;
  top: 40px;
}

.paymentPlanBlock {
  max-width: 452px;
  margin: 0px auto;
  flex: 0 0 452px;
}

.paymentPlanTitle {
  text-transform: uppercase;
  font-size: 16px;
  color: #C4C8CC;
  font-weight: 500;
}

.paymentPlanBlockBg{
  background: #fff;
  position: relative;
  padding: 48px 0 30px 0;
  margin: 10px 0 0 0;
}

/*.paymentPlanBlockBg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  --a: 100deg;
  --s: 19px;
  --b: 15px;
  background: #f5faff;
  height: calc(var(--b) + var(--s)/(2*tan(var(--a)/2)));
  width: 100%;
  --_g: var(--s) repeat-x conic-gradient(from calc(var(--a)/-2) at bottom, #0000,#000 1deg calc(var(--a) - 1deg),#0000 var(--a));
  mask: 50% calc(-1*var(--b))/var(--_g) exclude,50%/var(--_g);
  bottom: -9px;
}*/

.paymentPlanBlockBg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  --a: 100deg;
  --s: 18px;
  --b: 16px;
  background: #F0F5FA;
  height: calc(var(--b) + var(--s)/(2*tan(var(--a)/2)));
  width: 100%;
  --_g: var(--s) repeat-x conic-gradient(from calc(var(--a)/-2) at bottom, #0000,#000 1deg calc(var(--a) - 1deg),#0000 var(--a));
  mask: 50% calc(-1*var(--b))/var(--_g) exclude,50%/var(--_g);
  bottom: -6px;
  z-index: 1;
}

.paymentPlanBlockTopBg {
  background: linear-gradient(to bottom, #f4667c 0%,#c8102e 100%);
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  height: 30px;
  border-radius: 4px 4px 0 0;
}

.paymentPlanBlockTopBg::before {
  content: "";
  position: absolute;
  left: 0.5px;
  bottom: -6.6px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c80f2e;
  transform: rotate(45deg);
}


.paymentPlanBlockTopBg::after {
  content: "";
  position: absolute;
  right: 0.5px;
  bottom: -6.6px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c80f2e;
  transform: rotate(-45deg);
}

.topPrice {
  padding: 8px 0 20px 0;
}

.topPrice h6 {
  font-size: 15px;
  color: #333A43;
}

.topPrice h3 {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin: 5px 0 0 0;
}

.estimateAmt {
  background: #F6FAFE;
  text-align: center;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #333A43;
  margin: 0 1px;
}


.sr {
  border-top: 1px solid #E0E8F0;
  border-bottom: 1px solid #E0E8F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
}

.sr > span{
  text-transform: uppercase;
  color: #333A43;
  font-size: 15px;
  font-weight: 400;
}

.sr .amt{
  font-weight: 700;
  font-size: 16px;
}

.DpBlock {
  display: flex;
}

.DpBlock .DpBlockIn{
  flex: 1;
  padding: 20px 20px;
  text-align: center;
}

.DpBlock .DpBlockIn .label{
  color: #333A43;
  font-size: 15px;
  font-weight: 400;
}

.DpBlock .DpBlockIn .amt{
  font-weight: 700;
  font-size: 16px;
}

.emiBlock {
  background: #E1EDFB;
  padding: 14px 20px;
  text-align: center;
}

.emiBlock .label {
  font-size: 16px;
  font-weight: 700;
}

.emiBlock .price {
  font-size: 19px;
  font-weight: 700;
  margin: 1px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.emiBlock .price i{
  margin: 0 0 0 6px;
  font-size: 16px;
  font-weight: 400;
}

.totalPrice {
  text-align: center;
  padding: 19px 0 12px;
  font-weight: 700;
  color: #333A43;
  display: flex;
  justify-content: center;
  align-items: center;
}

.totalPrice  i{
  margin: 0 0 0 6px;
  font-size: 16px;
  font-weight: 400;
}

.totalPrice.totalPriceSmall{
  font-size: 13px;
  justify-content: flex-start;
  padding: 19px 16px 12px 20px;
  font-weight: 400;
}

.color-theme {
  color: #c80f2e !important;
}

.table-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 12px 0;
}

.table-filter-bar .custom-select select{
  background: none;
  border: none;
}


.searchWrap{
  position: relative;
}

.searchWrap input {
  width: 100%;
  position: relative;
  background: #EEEFF3;
  height: 40px;
  border: none;
  padding: 0 20px 0 40px;
  border-radius: 3px;
}

/*.searchWrap button {
  width: 32px;
  background: none;
  height: 40px;
  border: none;
  position: absolute;
  left: 4px;
  top: 0;
  text-align: center;
  padding: 5px 0 0 0;
  font-size: 18px;
}
*/
.customTable table {
  border-bottom: 1px solid #CED2D6;
}

.customTable table th {
  padding: 10px 14px;
  font-size: 13px;
  white-space: nowrap;
  color: #757F88;
  font-weight: 500;
  border-top: 1px solid #CED2D6;
}

.customTable table td {
  padding: 10px 14px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  border-top: 1px solid #CED2D6;
}

.customTable table td:first-child {
  border-right: 1px solid #CED2D6;
}


.labelCont {
  display: inline-block;
  color: #757f88;
}


.leadBlockWrap{
  display: flex;
}

.leadBlockWrap .leadBlocSideBar{
  flex: 0 0 320px;
  background: #F4FAFF;
  border-right: 1px solid #E8E8E8;
}

.leadBlocSideBar .table-filter-bar {
  margin: 0 10px 0 8px;
  padding: 12px 0 8px;
}

.leadBlocSideBar .searchWrap{
  margin: 0 2px;
}

.leadBlocSideBar .searchWrap input {
  background: #DEEDFB;
  border-radius: 4px;
}

.leadListWrap .leadWrap {
  background: #172843;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  position: relative;
}

.leadListWrap .leadWrap.active:before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #1F9AF9;
}

.leadListWrap .leadWrap h5{
  font-size: 14px;
  margin: 0px;
  font-weight: 500;
}

.leadListWrap .leadWrap p{
  margin: 5px 0 0;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
}

.leadListWrap .leadWrap .date {
  text-align: right;
}

.leadListWrap .leadWrap .date span{
  margin: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
}

.paging{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 10px;
}

.paging .num{
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  margin: 2px 10px 0 0;
}

.paging .arrowsWrap {
  display: flex;
}

.paging .arrowsWrap a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.paging .arrowsWrap a i{
  font-size: 19px;
}


.leadBlockRight{
  flex: auto;
  padding: 20px 20px;
}

.leadBlockRight .leadTitle h3 {
  font-size: 20px;
  margin: 0 0 8px 0;
}

.leadBlockRight .leadTitle .lead-info-wrap{
  display: flex;
  align-items: center;
}

.leadBlockRight .leadTitle .lead-info-wrap a{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.leadBlockRight .leadTitle .lead-info-wrap a i{
  margin: 0 8px 0 0;
}

.leadBlockRight .leadTitle .lead-info-wrap a i.fa-phone {
  font-size: 17px;
  top: 2px;
  position: relative;
  margin-right: 6px;
}

.leadBlockRight .leadTitle .lead-info-wrap a + a{
  margin-left: 40px;
}


.leadFollowBlock {
  background: #162A43;
  border-radius: 8px;
  margin: 10px 0 0 0;
}

.leadFollowBlock .leadFollowBlockHead {
  padding: 13px 20px;
  color: #fff;
  border-bottom: 1px solid #294062;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leadFollowBlock .leadFollowBlockHead h5 {
  font-size: 16px;
  margin: 0 0 0 0px;
}

.leadFollowBlockHead .btn {
  background: #E8F1FF;
  border-radius: 4px;
  font-size: 14px;
  padding: 9px 19px;
  color: #1E81E8;
  font-weight: 500;
}

.leadFollowBlock .leadFollowBlockBody{
  padding: 13px 20px;
}

.leadDetails{
  margin: 10px 0;
}

.leadDetails label{
  font-size: 13px;
  font-weight: 400;
  color: #95ADCE;
}

.leadDetails .value {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.leadeDetailsWrap {
  background: #ECF6FF;
  border-radius: 8px;
  margin: 16px 0 0 0;
  position: relative;
}

.leadeDetailsWrap .leadeDetailsHead{
  padding: 13px 44px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.leadeDetailsHead::before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  position: absolute;
  right: 18px;
  top: 14px;
  transform: rotate(180deg);
  transition: 0.25s ease-out;
}

.leadeDetailsHead.collapsed::before {
  transform: rotate(0deg);
}

.leadeDetailsWrap .leadeDetailsHead h5 {
  font-size: 14px;
}


.updatedetailsBtn{
  background: none;
  padding: 0;
  border: none;
  color: #187EE7;
  font-weight: 500;
  font-size: 14px;
}


.leadeDetailsBody{
  padding: 6px 20px 24px;
}

.leadeDetailsBody .labelCont{
  font-size: 14px;
  margin: 10px 0;
}


.backBtn a {
  font-size: 14px;
  font-weight: 400;
}

.backBtn a .fa-angle-left {
  margin: 0 10px 0 0;
  font-size: 18px;
  position: relative;
  top: 0.5px;
}

.enStatusBarLeft{
  display: flex;
  align-items: center;
  position: relative;
}

.enStatusBarLeft span{
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #878787;
}

.enStatusBarLeft span + span {
  padding-left: 14px;
  margin-left: 13px;
}

.enStatusBarLeft span + span:before{
  content: "";
  position: absolute;
  left: 0;
  top:4px;
  bottom: 4px;
  width: 1px;
  background: #c6c4c4;
}

.enStatusBarRight{
  display: flex;
  align-items: center;
}

.enStatusBarRight .form-check.form-switch + .form-check.form-switch{
  margin-left: 16px;
}

.enStatusBarRight .form-check.form-switch {
  padding-right: 50px;
  padding-left: 0;
}

.enStatusBarRight .form-check.form-switch .form-check-label{
  font-size: 14px;
  color: #878787;
}

.enStatusBarRight .form-check.form-switch .form-check-input {
  float: right;
  margin-left: 8px;
  margin-right: -50px;
  height: 23px;
  width: 46px;
  margin-top: 0;
}

.enStatusBarRight .form-check.form-switch .form-check-input:checked {
  background-color: #1260AF;
}

.enDetailsCont h4{
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 4px 0;
}

.enDetailsCont .labelCont{
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin: 0 0 0 0;
}

.enDetailsCont .labelCont .value{
  color: #000;
}

.enDetailsCont .labelCont + .labelCont{
  margin-top: 2px;
}

.card{
  border: 1px solid #D8E1EE;
  box-shadow: none;
}

.card .card-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px;
  border: none;
}

.card .card-header .title {
  font-size: 17px;
  font-weight: 700;
  color: #596875;
}

.badge {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px 8px;
  height: auto;
}

.bg-info {
  background: #DEF0FF !important;
  color: #1E9AF9 !important;
}

.bg-success {
  background: #EBF7F3 !important;
  color: #21BA8B !important;
}

.card .card-body {
  padding: 18px 18px;
  box-shadow: 0 -4px 10px -6px rgba(0,0,0,0.16);
}

.esaList-Wrap {
  display: flex;
}

.esaList-Wrap .labelCont {
  font-size: 13px;
  flex: auto;
  padding: 4px 14px;
  position: relative;
}

.esaList-Wrap .labelCont +  .labelCont:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #D0D0D0;
}

.esaList-Wrap .labelCont +  .labelCont{
  padding-left: 20px;
}

.esaList-Wrap .labelCont div {
  font-size: 16px;
}

.card  .card-footer{
  background: #F6FBFF;
  padding: 12px 18px;
  border: none;
}

.progressStepWrap {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
}

.progressStepWrap .progressStep{
  background: #DDE8F2;
  border-radius: 100px;
  height: 8px;
  flex: 1;
}

.progressStepWrap .progressStep + .progressStep{
  margin-left: 2px;
}

.progressStepWrap .progressStep.full{
  background: #16BC89;
}

.esaBlock{
  background: #F4FAFF;
  padding: 24px 20px;
}

.esaBlock h6 {
  color: #202021;
  font-size: 14px;
  font-weight: 500;
}

.esaBlock h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 4px 0 8px;
}


.squreContWrap {
  display: flex;
  flex-wrap: wrap;
}

.squreContWrap .divCont {
  flex: 0 0 50%;
  padding: 15px 14px;
}

.squreContWrap .divCont:first-child , .squreContWrap .divCont:nth-child(2){
  border-bottom: 1px solid #DEE8F1;
}


.squreContWrap .divCont:nth-child(2) , .squreContWrap .divCont:nth-child(4){
  border-left: 1px solid #DEE8F1;
}


.squreContWrap .divCont .labelCont {
  margin: 0px;
  color: #202021;
}

.squreContWrap .divCont .labelCont > div{
  font-size: 16px;
}

.cpaWrap .labelCont{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpaWrap .labelCont span{
  color: #202021;
}

.cpaWrap .labelCont div{
  font-size: 16px;
  font-weight: 500;
}

.esaBlock.bgLight{
  background: #F6F8FB;
}

.ciWrap{
  background: #F4FAFE;
  border-radius: 3px;
  padding: 16px 22px;
}

.ciWrapHead {
  margin: 0 0 12px 0;
}

.ciWrapBody {
  padding: 0px 0px 4px;
}

.ciWrapBody .labelCont{
  margin: 8px 0;
}

.ciWrapFoot{
  border-top: 1px solid #DEE8F1;
  margin: 0 -20px;
  padding: 16px 20px 4px;
}


.table-filter-bar .custom-select select.bgSelect{
  background: #EEEFF3;
  height: 40px;
  border: none;
  padding: 0 20px 0 16px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}

.sh-btn.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 17px 11px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.bgLight{
  background: #FAFAFA;
}

.btn-light.btn {
  background: #FFF0F0;
  color: #CA2D2D;
  box-shadow: none;
  display: flex;
  align-items: center;
  padding: 8px 17px 9px;
  border: 1px solid #f7cccc;
}

.btn-light.btn:hover {
  box-shadow: none;
  border: 1px solid #c80f2e;
  background: #c80f2e;
  color: #fff;
}

.btn-light.btn .icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin: 0 5px 0 0;
}

.pt-25{padding-top: 11px !important}
.pb-25{padding-bottom: 11px !important}

.br100{
  border-radius: 100px !important;
}

.br16{
  border-radius: 16px !important;
}

.br8{
  border-radius: 8px !important;
}

.br4{
  border-radius: 4px !important;
}

.interest > div:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.headBr-none.customTable table th{
  border-top: none;
}

.headBr-none.customTable table td:first-child {
  border-right: none;
}

.headBr-none.customTable table {
  border-bottom: 1px solid #CED2D6 !important;
}

.btn-outline-secondary{
  border-color: #C3C8CC;
}

.btn.btn-sm {
  padding: 4px 10px 7px;
}

.btn-outline-secondary:hover{
  background-color: #f2f2f2;
  border-color: #dbdbdb;
}

.actionBtnWrap{
  display: flex;
  align-items: center;
}


.icon-btn {
  padding: 0 4px;
  font-size: 18px;
}

.icon-btn .fa-times-circle-o {
  font-size: ;
  font-size: 20px;
  font-weight: 400;
}

.modal-header.brNone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 28px;
  border: none;
}

.modal-header.brNone .modal-title{
  font-size: 18px;
}

.modal-header.brNone .close {
  border: 1px solid #7F7F7F;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: transparent;
}

.modal-body.p24{
  padding: 18px 28px;
}

.form-group.labelUp .info {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: 1px solid #c4c8cc;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  color: #a6a6a6;
  padding: 3px 0 0 0;
  text-shadow: none;
  font-weight: 400;
  font-size: 12px;
}

.form-group.labelUp textarea:focus + label, .form-group.labelUp textarea:not(:placeholder-shown) + label{
  top: 12px;
  transform: scale(0.9);
}

.form-group.labelUp textarea.form-control{
  padding: 32px 16px 16px;
  height: 100px;
}


.form-group.labelUp textarea + label{
  top: 13px;
}

.settingsWrap .settingshead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #fff;
  border-bottom: 1px solid #DEE8F1;
}

.settingsWrap .settingshead h4{
  font-size: 24px;
  font-weight: 700;
}

.settingsWrap .settingBody{
  display: flex;
}

.settingsWrap .settingBody .settingLeftBar{
  flex: 0 0 320px;
  background: #fff;
  border-right: 1px solid #DEE8F1;
  padding: 0px 0px;
  min-height: calc(100vh - 128px);
}

.settingsWrap .settingBody .settingLeftBar .nav-tabs{
  border: none;
  margin: 0;
}

.settingsWrap .settingBody .settingLeftBar .nav-tabs .nav-item {
  display: block;
}

.settingsWrap .settingBody .settingLeftBar .nav-tabs .nav-item button{
  background: #fff;
  display: block;
  position: relative;
  padding: 10px 40px 12px 24px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  border: none;
  width: 100%;
  text-align: left;
}

.settingsWrap .settingBody .settingLeftBar .nav-tabs .nav-item button::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: rotate(-90deg);
  transition: 0.25s ease-out;
  margin-top: -9px;
}

.settingsWrap .settingBody .settingLeftBar .nav-tabs .nav-item button:hover{
  color: #c80f2e;
}

.settingsWrap .settingBody .settingLeftBar .nav-tabs .nav-item button:hover:after{
  right: 15px;
}

.settingsWrap .settingBody .settingLeftBar .nav-tabs .nav-item button.active, .settingsWrap .settingBody .settingLeftBar .nav-tabs .nav-item button.active:hover{
  background: #F2F2F2;
  color: #c80f2e;
}

.settingsRightCont{
  flex: auto;
  padding: 18px 24px;
}

.settingsRightCont .secTitle {
  margin:16px 0 14px;
}

.customRange{
  margin: 0 0 18px 0;
}

.customRange label{
  font-size: 15px;
  margin: 0 0 8px 0;
  display: block;
}

.settingsRightCont .secTitle h5{
  font-size: 18px;
  font-weight: 700;
}


/*Chrome*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 100%;
      -webkit-appearance: none;
      background-color: transparent;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 8px;
      -webkit-appearance: none;
      color: #13bba4;
      margin-top: -1px;
      background-color: #D2D2D2;
    }
    

}

input[type="range"]::-moz-range-progress {
  background-color: #1285FF;
  height: 7px;
  border-radius: 100px;
}
input[type="range"]::-moz-range-track {  
  background-color: #D2D2D2;
}

input[type="range"]::-ms-fill-lower {
  background-color: #1285FF; 
  height: 7px;
  border-radius: 100px;
}
input[type="range"]::-ms-fill-upper {  
  background-color: #D2D2D2;
}*/


.range-item {
  position: relative;
  flex: auto;
}

.range-item .range-input {
  margin-top: 6px;
}
.range-item .range-input input {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.range-item .range-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: calc(100% - 14px);
  background-color: #ddd;
  z-index: 0;
  margin: 0 7px;
  border-radius: 50px;
  overflow: hidden;
}
.range-item .range-input.disable-range + ul .list-inline-item span::before {
  background-color: #b1b1b1;
}
.range-item .range-input.disable-range .range-line .active-line {
  background-color: #b1b1b1;
}
.range-item
  .range-input.disable-range
  + ul
  .list-inline-item.active
  span::before {
  background-color: #777777;
}
.range-item .range-input .dot-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 24px);
  left: 0;
  z-index: 1;
}
.range-item .range-input .active-dot {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  background-color: #ddd;
  height: 24px;
  width: 24px;
  border: 4px solid #c80f2e;
  z-index: 11;
  left: 0%;
  border-radius: 50%;
}
.range-item .range-input .range-line .active-line {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c80f2e;
  transition: all 0.1s ease;
}
.range-item ul .list-inline-item span::before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #696969;
}
.range-item ul .list-inline-item.active span::before {
  background-color: white;
}
.range-item .range-input input:disabled ~ .dot-line .active-dot {
  background-color: #d9d9d9;
  border: 4px solid #b1b1b1;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -8px; /* Centers thumb on the track */
  background-color: #0000;
  height: 15px;
  width: 15px;
  border: 4px solid #0000;
  z-index: 11;
  box-shadow: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -8px; /* Centers thumb on the track */
  background-color: #0000;
  height: 24px;
  width: 24px;
  border: 4px solid #0000;
  box-shadow: none;
  z-index: 11;
}

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #f0f0f000;
}
input[type="range"]::-moz-range-progress {
  background-color: #f0f0f000;
}
input[type="range"]::-ms-track {
  background-color: #f0f0f000;
}
input[type="range"]::-moz-range-track {
  background-color: #f0f0f000;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #f0f0f000;
}
input[type="range"]::-ms-fill-upper {
  background-color: #f0f0f000;
}
input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: none !important;
  background-color: #f0f0f000;
}

input[type="range"]:focus::-moz-range-thumb {
  box-shadow: none !important;
  background-color: #f0f0f000;
}

input[type="range"]:focus::-ms-thumb {
  background-color: #f0f0f000;
  box-shadow: none !important;
}
input[type="range"]:disabled::-webkit-slider-thumb {
  background-color: #0000;
  border: 4px solid #0000;
}
input[type="range"]:disabled::-moz-range-thumb {
  background-color: #0000;
  border: 4px solid #0000;
}

.circle-info {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 100px;
  border: 1px solid #c4c8cc;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a6a6a6;
  padding: 3px 0 0 0;
  text-shadow: none;
  font-weight: 400;
  font-size: 12px;
}

.range-value{
  max-width: 720px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-value input.form-range{
  flex: 0 0 80%;
}

.range-value input.form-control {
  flex: 0 0 80px;
  height: 46px;
  margin: 0 0 0 24px;
  font-size: 14px;
  text-align: center;
}

.mx-width600{
  max-width: 600px;
}

.iconTitle {
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  color: #7a848d;
  font-size: 14px;
}

.iconTitle img{
  margin: 0 8px 0 0;
}

.lableCont label {
  font-size: 14px;
  color: #79838c;
}

.lableCont .value{
  font-size: 15px;
  font-weight: 500;
}

.lableCont .value a{
  color: #2680EB;
}

.customSelectWrap.form-group.labelUp select.form-control + label{
  top: 7px;
  font-size: 13px;
}

.customSelectWrap.form-group.labelUp select{
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.fs14{
  font-size: 14px !important;
}

.textLink {
  color: #c80f2e;
  font-size: 15px;
  font-weight: 500;
}

.textLink:hover {
  color: #db0025;
}

.textLink i {
  font-style: normal;
  margin: 0 4px 0 0;
  position: relative;
  top: -1px;
}


.selectPlanBlock {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}

.selectPlanBlock + .selectPlanBlock {
  margin-top: 16px;
}

.selectPlanBlock .selectPlanBlockIn {
  flex: auto;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.selectPlanBlock .selectPlanBlockIn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.selectPlanBlock .selectPlanBlockIn input[type="radio"] + .planRadioBlox{
  position: relative;
}

.selectPlanBlock .selectPlanBlockIn input[type="radio"] + .planRadioBlox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #DEE2E6;
  border-radius: 100px;
  margin: -10px 0 0 12px;
  background: transparent;
  transition: 0.25s ease-out;
}

.selectPlanBlock .selectPlanBlockIn input[type="radio"]:checked + .planRadioBlox::before {
  background: #1E81E8;
}

.selectPlanBlock .selectPlanBlockIn input[type="radio"] + .planRadioBlox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100px;
  margin: -4px 0 0 18px;
}

.selectPlanBlock .deletePlan {
  flex: 0 0 32px;
  margin: 0 0 0 10px;
  border: 1.5px solid #FD9AAB;
  background: transparent;
  transition:backround, border, 0.25s ease-out;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 1px;
}

.icon-close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-close::before {
  content: "";
  width: 1.5px;
  height: 17px;
  background: #FD9AAB;
  position: relative;
  transform: rotate(45deg);
  position: relative;
  top: 0px;
  left: 0px;
  transition:backround, border, 0.25s ease-out;
}

.icon-close::after {
  content: "";
  width: 1.5px;
  height: 17px;
  background: #FD9AAB;
  position: relative;
  transform: rotate(-45deg);
  position: relative;
  left: -1px;
  top: 0px;
  transition:backround, border, 0.25s ease-out;
}

.selectPlanBlock .deletePlan:hover {
  background: #c80f2e;
  border-color: #c80f2e;
}

.selectPlanBlock .deletePlan:hover .icon-close::after, .selectPlanBlock .deletePlan:hover .icon-close::before{
  background: #fff;
}



.planRadioBlox {
  display: flex;
  align-items: center;
}

.planRadioBlox .duration {
  flex: auto;
  padding: 6px 10px 6px 40px;
  display: flex;
  align-items: center;
  height: 57px;
}

.planRadioBlox .duration {
  flex: auto;
  padding: 6px 10px 6px 40px;
  display: flex;
  align-items: center;
  height: 57px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.planRadioBlox .costPM {
  flex: auto;
  padding: 6px 10px 6px;
  display: flex;
  align-items: center;
  height: 57px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.planRadioBlox .costPM .color-grey {
  font-weight: 400;
  font-size: 13px;
  align-content: flex-end;
  margin: 4px 0 0 0;
}

.planRadioBlox .totalpay {
  flex: auto;
  padding: 6px 15px 6px 10px;
  display: flex;
  align-items: center;
  height: 57px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  justify-content: flex-end;
  background: #FAFAFA;
}

.planRadioBlox .totalpay .color-theme {
  margin: -2px 0 0 5px;
  font-weight: 500;
}
.selectPlanBlockDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-top: 1px solid #DEE2E6;
}


.selectPlanBlock .selectPlanBlockIn input[type="radio"]:checked ~ .d-none {
  display: block !important;
}

.custom-plan-pop-title {
  margin-top: -22px;
  margin-bottom: 24px;
}

.custom-plan-pop-field {
  display: flex;
}

.custom-plan-pop-field .form-group.labelUp {
  flex: 1;
}

.custom-plan-pop-field .or {
  flex: 0 0 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
  font-size: 12px;
  position: relative;
}

.custom-plan-pop-field .or::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: calc(50% + 11px);
  background: #C4C8CC;
  width: 1.2px;
}


.custom-plan-pop-field .or::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 10px);
  bottom:0 ;
  background: #C4C8CC;
  width: 1.2px;
}
.custom-plan-pop-title h4 {
  font-size: 21px;
  font-weight: bold;
}


.payBlock-clientDetails {
  padding: 4px 20px 0px;
}

.payBlock-clientDetails .name{
  font-size: 15px;
  font-weight: 700;
}

.clientEP{
  display: flex; 
  align-items: center;
  margin: 8px 0 10px 0;
}

.clientEP .clientEP-cont {
  flex: 0 0 auto;
  position: relative;
}

.clientEP .clientEP-cont + .clientEP-cont{
  padding-left: 10px;
  margin-left: 10px;
}

.clientEP .clientEP-cont + .clientEP-cont:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height:10px;
  width: 1.5px;
  background: #D8D8D8;
  transform: translateY(-50%);
}


.fullTabsWrap .nav.nav-tabs {
  display: flex;
  border: none;
}

.fullTabsWrap .nav.nav-tabs .nav-link{
  flex: 1;
  background: #E6F3FF;
  border-radius: 10px 10px 0 0;
  color: #1E81E8;
  padding: 10px 10px;
}

.fullTabsWrap .nav.nav-tabs .nav-link.active {
  border-color: #B3DAFF #B3DAFF transparent #B3DAFF;
  background: #fff;
}

.fullTabsWrap .nav.nav-tabs .nav-link + .nav-link{
  margin-left: 6px;
}

.fullTabsWrap .tab-content{
  border: 1px solid #B3DAFF;
  border-radius: 0 0 10px 10px;
  min-height: 210px;
}

.name-input input{
  width: 100%;
  padding: 0 20px;
  height: 40px;
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 1.0);
}

.radio {
  display: flex;
}

.radio .form-check-input {
  width: 20px;
  height: 20px;
  margin: -1px 8px 0 0;
  border-color: #e1e3e5;
}


.align-page-center{
  min-height: 100vh;
}

.align-page-center {
  min-height: calc(100vh - 66px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 25vh;
}

.align-page-center-in{
  flex: auto;
}

.verfying-customer-data{
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: center;
}


.verfying-customer{
  flex: 0 0 100px;
  position: relative;
  text-align: center;
  margin: 28px 0 0;
}

.verfying-customer + .verfying-customer{
  margin-left: 32px;
}


.verfying-customer .icon:after{
  content: "";
  position: absolute;
  left: 100%;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #DEE8F1;
}

.verfying-customer:last-child .icon:after{
  display: none;
}

.verfying-customer .icon{
  width: 100px;
  height: 100px;
  border: 2px solid #DEE8F1;
  border-radius: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #DEE8F1;
  position: relative;
  transform: scale(1);
  transition:transform, 0.25s ease-out;
}

.verfying-customer .cont{
  font-weight: 700;
  color: #000;
  margin: 8px 0 0 0;
  line-height: 1.4;
  font-size: 14px;
}

.verfying-customer .icon::before {
  content: "\f058";
  position: absolute;
  top: -12px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  background: #fff;
  border-radius: 100px;
  color: #2381EB;
  transform: scale(0);
  transition: 0.25s ease-out;
}

.verfying-customer.completed .icon::before, .verfying-customer.current .icon::before {
  transform: scale(1.0);
}

.verfying-customer.completed .icon, .verfying-customer.current .icon{
  border-color: #2381EB;
  color: #2381EB;
}

.verfying-customer.current .icon{
  transform: scale(1.15);
}

.verfying-customer.completed .icon:after, .verfying-customer.current .icon:after{
  background-color: #2381EB;
}


.profileBlock{
  position: relative;
  display: flex;
  align-items: center;
}

.profileBlock .img{
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  margin: 0 14px 0 0;
  position: relative;
}

.profileBlock .img img{
  border-radius: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profileBlock .img img[src=""] {
    display: none;
}

.profileBlock .img .imgUplodBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    background: #fff;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    display: flex;
    font-size: 14px;
    align-items: center;
    color: #000;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    justify-content: center;
}

.profileBlock .cont{
  flex: auto;
}

.profileBlock .cont h4{
  margin: 0px 0 2px 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.profileBlock .cont p{
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin: 0px;
}

.settingLeftBar .profileBlock{
  padding: 16px;
}


.max-width540{
  max-width: 540px;
}


.min-width100{
  min-width: 100px;
}

.border-left{
  border-left: 1px solid #DEE8F1;
}

.documentUploadsWrap {
  counter-reset: section;
}

.documentUploadsWrap .documentUpload {
    background: #fff;
    border: 1px solid #DEE8F1;
    padding: 16px 16px 16px 32px;
    border-radius: 6px;
    font-size: 15px;
    line-height: normal;
    display: flex;
    position: relative;
    align-items: flex-start;
}

.documentUploadsWrap .documentUpload + .documentUpload{
  margin-top: 16px;
}

.documentUploadsWrap .documentUpload:before {
    counter-increment: section;
    content: "" counter(section) ".";
    position: absolute;
    left: 0;
    top: 16px;
    width: 30px;
    text-align: right;
    padding: 0 3px 0 0;
}

.documentUploadsWrap .documentUpload .eyeBtn {
    background: none;
    border: none;
    font-size: 14px;
    margin: 1px 0 0 4px;
}


.importFileWrap .dropzone {
    position: relative;
    border: 1px dashed #c80f2e;
    border-radius: 4px;
    text-align: center;
    background: #fffafb;
}

.importFileWrap .uploadIc {
  font-size: 42px;
  margin: 18px 0 0;
  line-height: 1;
  color: #013C72;
}

.importFileWrap .dz-message {
  margin: 10px 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.importFileWrap .dz-message .note.needsclick {
  color: #6E6E6E;
  font-size: 13px;
  display: block;
  margin: 4px 0 0 0;
}

.importFileWrap .dropzone input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.plan-profile-wrap{
  display: flex;
  max-width: 1400px;
  margin: 0px auto;
  background: rgb(246, 246, 246);
}

.plan-profile-side{
  flex: 0 0 380px;
  padding: 32px 24px;
  background: #fff;
}

.v-profile .img{
    background: #dee8f1;
    box-shadow: 0 1px 12px rgba(0,0,0,.11);
    border-radius: 55px;
    width: 105px;
    height: 105px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-profile{
  text-align: center;
}

.v-profile .img span{
  color: #1581e5;
  font-size: calc(21px + (26 - 21)*(100vw - 320px)/ (1920 - 320)) !important;
  font-weight: bold;
}

.name{
  font-size: 24px;
  font-weight: bold;
}

.iconText{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0,0,0,0.7);
  margin: 2px 0 4px;
}

.iconText img{
  margin: 0 6px 0 0;
}

.service-amount{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
}

.service-amount span{
  padding: 8px 0px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.service-amount span i{
  margin-left: 4px;
}

.service-amount span i:before{
  color: rgba(0, 0, 0, 0.5);
}

.service-amount span.amount{
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  font-size: 15px;
}

.service-amount + .service-amount {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.plan-profile-right {
  flex: auto;
}

.btn-round{
  border-radius: 25px;
}

.top_container {
  margin: 13px 0px;
  background: #0e1c36;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 0 !important;
}

.markque_class {
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
  border-radius: 0 6px 6px 0;
  padding: 10px 0 10px 16px;
  color: #fff;
  max-width: 700px !important;
}

.para_class {
  border-radius: 6px 0 0 6px;
  padding: 16px 0 16px 16px !important;
  color: #9ba2af !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: 100% !important;
}


.bg-White{
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
  background: #fff;
  border-radius: 7px;
  padding: 5px 15px 15px;
  border: 1px solid transparent;
}

.bg-White.selected{
  border: 1px solid #d14646;
}

.modal-w-600{
  max-width: 600px;
}

.blockSelect {
  max-width: 220px;
  margin: 0px auto;
  background: #F6F6F6;
  height: 210px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  color: #000;
}

.blockSelect svg{
  margin: 0 0 16px 0;
}

.blockSelect div.fs-16{
  color: #000;
}

.blockSelect:hover div.fs-16 {
  color: #C80F2E;
}

.btn-light.btn.plan_selected {
  background: #26d099;
  color: #046445;
  border-color: #26d099;
}

.badgeLight{
  background: #FFF0F0;
  color: #CA2D2D;
  box-shadow: none;
  display: flex;
  align-items: center;
  padding: 7px 14px 9px;
}

.top-steps-bar-bg {
  display: flex;
  justify-content: space-between;
  background: #f6f6f6;
  padding: 12px 0px;
}

.top-steps-bar{
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  flex: auto;
  padding: 0 32px;
}

.top-steps-bar .btnBack {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
}

.top-steps-bar-wrap {
  counter-reset: section;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding:0 24px 0 76px;
}

.top-steps-bar-wrap .top-steps{
  display: flex;
  font-size: 14px;
  color: #000;
  align-items: center;
  position: relative;
}

.top-steps-bar-wrap .top-steps + .top-steps{
  padding-left: 76px;
}

.top-steps-bar-wrap .top-steps::before {
  counter-increment: section;
  content: "" counter(section) "";
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 400;
}

.top-steps-bar-wrap .top-steps.active{
  color: #c80f2e;
}

.top-steps-bar-wrap .top-steps::after {
  content: '-------';
  display: inline-block;
  color: #adb5bd;
  letter-spacing: 4.2px;
  font-weight: 500;
  position: absolute;
  left: 100%;
  right: 0;
  margin: -1px 0 0 6px;
  top: 50%;
  line-height: 1px;
  height: 2px;
}

.top-steps-bar-wrap .top-steps.active::after {
  content: '';
  background: #c80f2e;
  right: -70px;
  left: 99%;
}

.top-steps-bar-wrap .top-steps:last-child:after{
  display: none;
}

.bglightB{
  background: #f9fafc;
  min-height: calc(100vh - 64px);
}

.formBgWrap {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
  padding: 32px 40px;
  max-width: 540px;
  margin: 0px auto;
  border-radius: 8px;
}

.color-theme.icon-info::before {
  color: inherit;
}

.bg-light{
  background-color: #F4F4F4 !important;
}

.labelCont .label {
  font-size: 13px;
  color: rgba(0,0,0,00.8);
  display: block;
  line-height: 1.2;
}

.labelCont .value {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: normal;
  display: block;
}

.mx--3{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}


.br-style-dashed{
  border-style: dashed;
}

.max-width500{
  max-width: 500px;
}

.loginPageWrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-height: 100vh;
}

.loginPageWrapper::before {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100% - 500px);
  top: 0;
  bottom: 0;
  background: url(../../images/loginBg.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

.loginPageWrapper.SignUpWrap::before {
  width: calc(100% - 40%);
}

.loginPageWrapper .loginPageRight {
  flex: 0 0 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginPageWrapper.SignUpWrap .loginPageRight{
  flex: 0 0 40%;
}

.loginPageWrapper .loginPageRight .loginrightForm {
  max-width: 360px;
  flex: 0 0 360px;
  margin: 0px auto;
  padding: 24px 24px;
}

.loginPageWrapper.SignUpWrap .loginPageRight .loginrightForm {
  max-width: 480px;
  flex: 0 0 480px;
}

.contentFormHead {
  margin: 0 0 24px 0;
  text-align: center;
}

.contentFormHead > a {
  display: inline-block;
  max-width: 190px;
  margin: 0 0 16px 0;
  vertical-align: top;
}

.contentFormHead h4 {
  font-size: 20px;
  font-weight: 700;
}


.contentFormBody .form-group {
  margin: 0 0 20px 0;
}

.contentFormBody .form-group input {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  overflow: hidden;
  height: 44px;
  padding: 4px 14px 0;
  font-size: 14px;
}

.contentFormBody .form-group.labelUp .form-control{
  height: 50px;
}

.contentFormBody .form-group.labelUp label{
  top: 15px;
}

.contentFormBody .form-group.labelUp input:not(:placeholder-shown) + label{
  top: 6.5px;
}

.social-button button.btn-social {
  border: 1px solid #C6C6C6;
  display: flex;
  align-items: center;
  padding: 11px 17px 10px;
  position: relative;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  box-shadow: none !important;
  outline: none;
  background: #fff;
  width: 100%;
  font-size: 14px;
}

.social-button button.btn-social + button.btn-social{
  margin-top: 10px;
}

.social-button button.btn-social:hover {
   background: #F2F2F2;
}

.social-button button.btn-social i{
  margin: 0 10px 0 0;
}


.social-button button.btn-social.facebook i{
  color: #3b5998;
}

.social-button button.btn-social.twitter i{
  color: #00aced;
}

.register-link *{
  font-size: 14px;
}

.contentFormBodyTitle {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px 0;
}

.contentFormBodyTitle .icon-left-long-arrow {
  margin: 1px 12px 0 0;
  font-size: 13px;
  color: #606060;
}

.verifyBlock {
  position: relative;
}

.verifyBlock input{
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

.verifyBlock .verifyBlockFrame{
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  cursor: pointer;
}

.verifyBlock input[type="radio"] + .verifyBlockFrame{
  padding-left: 52px;
}

.verifyBlock input[type="radio"] + .verifyBlockFrame:before{
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  border:1px solid #e2e2e2;
  border-radius: 100px;
  background: #fff;
  margin-top: -12px;
  transition: 0.25s ease-out;
}

.verifyBlock input[type="radio"] + .verifyBlockFrame::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #fff;
  margin-top: -6px;
  transform: scale(0);
  transition: 0.25s ease-out;
}

.verifyBlock input[type="radio"]:checked + .verifyBlockFrame::before{
  background:#c80f2e;
  border-color: #c80f2e;
}

.verifyBlock input[type="radio"]:checked + .verifyBlockFrame::after {
  transform: scale(1);
}

.verifyBlock input[type="radio"]:checked + .verifyBlockFrame{
  border-color: #c80f2e;
}

.verifyBlock .verifyBlockFrame label {
  color: #596775;
  font-size: 14px;
  margin: 0;
  display: block;
  line-height: 1.3;
}

.verifyBlock .verifyBlockFrame .value{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  margin: 0px;
  line-height: 1.6;
}

.verifyBlockWrap .verifyBlock + .verifyBlock  {
  margin-top: 16px;
}


