/*Custom CSS*/

/*Fonts*/
@font-face {
  font-family: 'Futura Bk BT';
  src: url('../fonts/FuturaBT-Book.eot');
  src: local('../fonts/Futura Bk BT Book'), local('FuturaBT-Book'),
    url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Book.woff2') format('woff2'),
    url('../fonts/FuturaBT-Book.woff') format('woff'),
    url('../fonts/FuturaBT-Book.ttf') format('truetype'),
    url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Bk BT';
  src: url('../fonts/FuturaBT-Medium.eot');
  src: local('../fonts/Futura Medium BT'), local('FuturaBT-Medium'),
    url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
    url('../fonts/FuturaBT-Medium.woff') format('woff'),
    url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
    url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana.eot');
  src: local('../fonts/Verdana'),
    url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Verdana.woff2') format('woff2'),
    url('../fonts/Verdana.woff') format('woff'),
    url('../fonts/Verdana.ttf') format('truetype'),
    url('../fonts/Verdana.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Bk BT';
  src: url('../fonts/FuturaBT-BookItalic.eot');
  src: local('../fonts/Futura Bk BT Book Italic'), local('FuturaBT-BookItalic'),
    url('../fonts/FuturaBT-BookItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-BookItalic.woff2') format('woff2'),
    url('../fonts/FuturaBT-BookItalic.woff') format('woff'),
    url('../fonts/FuturaBT-BookItalic.ttf') format('truetype'),
    url('../fonts/FuturaBT-BookItalic.svg#FuturaBT-BookItalic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana-BoldItalic.eot');
  src: local('../fonts/Verdana Bold Italic'), local('Verdana-BoldItalic'),
    url('../fonts/Verdana-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Verdana-BoldItalic.woff2') format('woff2'),
    url('../fonts/Verdana-BoldItalic.woff') format('woff'),
    url('../fonts/Verdana-BoldItalic.ttf') format('truetype'),
    url('../fonts/Verdana-BoldItalic.svg#Verdana-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana-Bold.eot');
  src: local('../fonts/Verdana Bold'), local('Verdana-Bold'),
    url('../fonts/Verdana-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Verdana-Bold.woff2') format('woff2'),
    url('../fonts/Verdana-Bold.woff') format('woff'),
    url('../fonts/Verdana-Bold.ttf') format('truetype'),
    url('../fonts/Verdana-Bold.svg#Verdana-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana-Italic.eot');
  src: local('../fonts/Verdana Italic'), local('Verdana-Italic'),
    url('../fonts/Verdana-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Verdana-Italic.woff2') format('woff2'),
    url('../fonts/Verdana-Italic.woff') format('woff'),
    url('../fonts/Verdana-Italic.ttf') format('truetype'),
    url('../fonts/Verdana-Italic.svg#Verdana-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/*Common*/
body {
  font-family: 'Verdana';
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  line-height: 25px;
}

a {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #084359;
}

.align-center {
  align-items: center;
}

.justify-spacebetween {
  justify-content: space-between;
}

.p-20 {
  padding: 20px !important
}

.pr-50 {
  padding-right: 50px;
}

/*Header*/
.main-header .navbar-nav .nav-item .nav-link .img-profile {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.main-header {
  border-top: 3px solid #084359;
  border-bottom: 1px solid #B4D7E6;
  margin-left: 0 !important;
}

.main-header .nav-link[data-widget=pushmenu] {
  /*transform: rotate(-180deg);*/
  padding-left: 0;
  height: unset;
  position: relative;
  top: -5px;
}

.main-header .nav-link[data-widget=pushmenu] svg circle {
  fill: #084359;
  stroke: #084359;
}

.main-header .nav-link[data-widget=pushmenu] svg path {
  fill: #fff;
}

.main-header .dropdown-toggle::after {
  border: 0;
  background: url(../images/arrow-down.svg) no-repeat 0 0;
  width: 10px;
  height: 6px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.main-header .navbar-nav .dropdown-menu {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12) !important;
  border-radius: 12px;
  border: 0;
  padding: 12px;
}

.main-header .navbar-nav .dropdown-menu .dropdown-item {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #505050;
  padding: 10px 15px;
  border-radius: 6px;
}

.main-header .navbar-nav .dropdown-menu .dropdown-item i {
  margin-right: 10px;
}

.main-header .navbar-nav .dropdown-menu .dropdown-item:focus,
.main-header .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #E4F2F8;
  color: #084359;
}

.main-header .navbar-nav .dropdown-menu .dropdown-item:focus i svg path,
.main-header .navbar-nav .dropdown-menu .dropdown-item:hover i svg path {
  stroke: #084359;
}

.sidebar-mini.sidebar-collapse .main-header .nav-link[data-widget=pushmenu] {
  /*transform: rotate(0);*/
  transform: rotate(-180deg);
  padding-left: 1rem;
  padding-right: 0;
}

/*Footer*/
.main-footer {
  background: #022636;
  border-top: 0;
  position: relative;
  /*margin-left: 0 !important;*/
}

.main-footer .footer-box h3 {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 1rem
}

.main-footer .footer-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.main-footer .footer-box ul li {
  margin-bottom: .3rem
}

.main-footer .footer-box ul li:last-child {
  margin-bottom: 0;
}

.main-footer .footer-box ul li a {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
}

.main-footer .footer-box ul li a:hover {
  color: #B97F24;
}

.main-footer .footer-box .social-links li {
  display: inline-block;
  padding-right: 12px;
  margin-bottom: 0;
}

.main-footer .footer-box .social-links li:last-child {
  padding-right: 0
}

.main-footer .footer-box .social-links li a:hover svg path {
  fill: #B97F24;
}

.footer-top {
  padding-top: 40px;
  margin-bottom: 45px;
}

.footer-bot p {
  margin-bottom: 0;
  /*border-top: 1px solid #084359;*/
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer-bot a {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer-bot a:hover {
  color: #B97F24;
}

/*Content Wrapper*/
.content-wrapper {
  background-color: #F2F9FC;
  position: relative;
  background-size: cover;
}

.content-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/body-left-bg.png) no-repeat 0 0;
  width: 330px;
  height: 605.11px;
}

.content-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/body-right-bg.png) no-repeat 0 0;
  width: 330px;
  height: 605.11px;
}

.content-wrapper .content {
  position: relative;
  z-index: 1
}

/*Login Page*/
.admin-login-page .main-header {
  justify-content: center;
}

.admin-login-page .content-wrapper {
  margin-left: 0 !important;
}

.admin-login-page .content-wrapper {
  padding-top: 45px;
  padding-bottom: 75px
}

.admin-login-page .note {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #6B6B6B;
  padding: 0 20px;
  margin-bottom: 1.5rem;
}

.admin-login-page .note a {
  color: #6B6B6B;
}

/*Content heading*/
.content-heading {
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.content-heading h1 {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #084359;
  margin-bottom: 1rem
}

.form-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 100px
}

.form-group {
  margin-bottom: 1.2rem
}

.form-control {
  background: #FFFFFF;
  border: 1px solid #B4D7E6;
  border-radius: 5px;
  height: 45px;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #6B6B6B;
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #6B6B6B;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6B6B6B;
}

.form-control::placeholder {
  color: #6B6B6B;
}

.form-control.password-field {
  padding-right: 2.25rem !important;
  background-image: url(../images/eye-off.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-group span.link {
  display: block;
  text-align: right;
  padding-top: .2rem
}

.form-group span.link a {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7E7E7E;
}

.form-group span.link a:hover {
  color: #085D7D
}

.form-group .field-box {
  border: 1px solid #B4D7E6;
  border-radius: 5px;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #6B6B6B;
  padding: 12px 15px;
}

.btn.btn-info {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  /*background: #B97F24;*/
  border-radius: 5px;
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  border: 0
}

.btn i.right {
  margin-left: 10px;
  vertical-align: middle;
}

.btn i.left {
  margin-right: 10px;
  vertical-align: middle;
}

/*.btn.btn-info:hover {
opacity: .8;
}*/
.btn.btn-info.btn-mid {
  padding: 12px 15px;
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

/*.btn.btn-info.btn-mid i {
margin-left: 0;
margin-right: 10px;
vertical-align: middle;
}*/
.btn i svg {
  vertical-align: middle;
}

.btn-gold {
  background: #B97F24;
}

.btn-gold:hover {
  background: #084359;
}

.btn-black {
  background: #212121;
}

.btn-black:hover {
  background: #084359;
}

.btn-violet {
  background: #5A1647;
}

.btn-violet:hover {
  background: #084359;
}

.custom-control-label {
  padding-left: 5px;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 23px;
  color: #6B6B6B;
}

.custom-control-label::before {
  width: 20px;
  height: 20px;
  border-radius: 2px !important;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #085D7D
}

.custom-control-input.custom-control-input-outline:checked[type=checkbox]~.custom-control-label::after {
  background-image: url(../images/tick.svg) !important;
  width: 18px;
  height: 20px;
}

.custom-control-label::after {
  left: -1.4rem;
  width: 1.3rem;
  height: 1.2rem;
}

/*Sidebar*/
.layout-navbar-fixed .wrapper .main-header {
  z-index: 1039
    /*9999*/
}

.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: calc(4.2rem + 1px);
}

.admin-logged-page .main-footer {
  position: relative;
  z-index: 1039
    /*9999*/
  ;
}

.admin-logged-page .main-footer .footer-bot p {
  border-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.admin-logged-page .content-wrapper:before {
  opacity: 0;
}

/*Header login*/
.main-header .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.main-header .navbar-nav .nav-item .nav-link span {
  font-size: 100%;
}

.main-header .navbar-nav .nav-item .nav-link strong {
  display: block;
  font-weight: bold;
}

.main-sidebar .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  padding: .7rem 1rem;
  border-radius: 5px;
}

.main-sidebar .nav-item .nav .nav-link {
  padding: .7rem 2.5rem
}

.main-sidebar .nav-link.active,
.main-sidebar .nav-link:hover {
  background-color: #E4F2F8;
  color: #084359
}

.main-sidebar .nav-pills .nav-link:not(.active):hover {
  color: #084359
}

.main-sidebar .nav-link.active .nav-icon svg path,
.main-sidebar .nav-link:hover .nav-icon svg path,
.main-sidebar .nav-link.active i.right svg path,
.main-sidebar .nav-link:hover i.right svg path {
  stroke: #084359
}

.main-sidebar .nav-sidebar .menu-open>.nav-link i.right,
.main-sidebar .nav-sidebar .menu-is-opening>.nav-link i.right {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*Main sidebar*/
.main-sidebar {
  background-color: #fff
}

.layout-navbar-fixed .wrapper .brand-link {
  top: 69px;
  background-color: #084359;
  color: #fff;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 17px;
  width: 285px;
  padding-left: 25px;
  padding-right: 15px;
}

.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
  width: 285px;
}

.main-sidebar .sidebar {
  margin-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
  height: unset;
}

.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .sidebar {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .nav-item .nav .nav-link {
display: none;
}*/
.main-sidebar,
.main-sidebar::before {
  width: 285px;
}

body:not(.layout-fixed) .main-sidebar {
  min-height: unset !important
}

.main-sidebar {
  height: unset
}

.main-sidebar .brand-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-sidebar .brand-link .nav-link {
  padding: 0;
  background-color: transparent;
  width: auto;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
  justify-content: center;
  background-color: #7E7E7E;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link i svg path {
  fill: #7E7E7E;
}

/*.content-wrapper {
min-height: unset !important
}*/
.admin-logged-page .wrapper {
  height: 100%
    /*100vh*/
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .main-sidebar::before {
  margin-left: -285px
}


/*body*/
.content-header {
  position: relative;
  z-index: 1
}

.content-header h1 {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #084359;
  text-transform: capitalize;
}

.outer-wrap {
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 40px 35px 25px;
  position: relative;
  z-index: 1;
}

.dashboard-box {
  background: #F2F9FC;
  border-radius: 10px;
 /* height: 221px;*/
  margin-bottom: 15px
}

/*Admin User*/
.form-outer {
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  padding: 20px
}

.form-inline.search-form select {
  /*width: 192px;*/
  /*margin: 0 8px;*/
}

.form-inline.search-form .form-control {
  /*margin: 0 8px;*/
  /*width: 215px*/
}

.search-form .row .col.left {
  max-width: 75px;
  font-size: 13px;
  padding-right: 0;
}

.search-form .row .col.right {
  max-width: 115px;
  padding-left: 0;
}

.search-form .form-group {
  margin-bottom: 0;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background: url(../images/select-arrow.svg) no-repeat 95% 50% #fff;
}

/* Table */
.custom-table .cumtom-body {
  background: #E4F2F8;
  border-radius: 20px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
}

.custom-table .cumtom-body:after {
  content: "";
  height: 20px;
  background-color: #fff;
  border-bottom: 1px solid #E1EBEF;
  border-radius: 0px 0px 20px 20px;
  display: block;
  /*margin-bottom:25px;*/
}

.custom-table .table {
  border: 0;
  border-collapse: collapse;
  margin-bottom: 0;
}

.custom-table .table thead {
  border: 0;
  /* background: #E4F2F8; */
}

.custom-table .table thead th {
  border: 0;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #084359;
  padding: 20px 18px;
}

.actions a {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.actions a:last-child {
  margin-right: 0;
}

.actions a:hover svg path {
  stroke: #084359;
}

.custom-table .table tbody tr {
  border-bottom: 1px solid #E1EBEF;
}

.custom-table .table tbody tr:last-child {
  border-bottom: 0 !important;
}

.custom-table .table tbody td {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  border: 0;
  background-color: #FFFFFF;
  vertical-align: middle;
  padding: 22px 18px;
}

.custom-table .table tbody tr.expire {
  border-bottom: 0 !important;
}

.custom-table .table tbody tr.expire td {
  background-color: #FFF3D3;
}

.custom-table .table tbody tr.unread td {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

/* .dataTables_filter {
  display: none;
} */

.dataTables_info {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  display: inline-flex;
  margin-bottom: 0.5rem;
}

.dataTables_length {
  display: inline-flex;
  margin-bottom: 0.5rem;
}

.dataTables_length label {
  font-size: 0;
  margin-bottom: 0;
  padding-left: 12px;
}

.dataTables_length select.form-control {
  background-position: 85% 50%;
}

.dataTables_paginate .pagination {
  justify-content: right;
  margin-bottom: 0;
  align-items: center;
}

.dataTables_paginate .pagination .paginate_button a {
  width: 29px;
  height: 29px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #7E7E7E;
  padding: 0;
  text-align: center;
  margin: 0 5px;
}

.dataTables_paginate .pagination .paginate_button.active a,
.dataTables_paginate .pagination .paginate_button:hover a {
  background: #085D7D;
  border: 1px solid #085D7D;
  color: #fff;
}

.dataTables_paginate .pagination .paginate_button.previous a,
.dataTables_paginate .pagination .paginate_button.next a {
  font-size: 0;
  border: 0;
  background-color: transparent;
}

.dataTables_paginate .pagination .paginate_button.previous a {
  background: url(../images/arrow-left.svg) no-repeat 50% 50%;
}

.dataTables_paginate .pagination .paginate_button.previous a:hover {
  background: url(../images/arrow-hover.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
}

.dataTables_paginate .pagination .paginate_button.next a {
  background: url(../images/arrow-left.svg) no-repeat 50% 50%;
  transform: rotate(-180deg);
}

.dataTables_paginate .pagination .paginate_button.next a:hover {
  background: url(../images/arrow-hover.svg) no-repeat 50% 50%;
  transform: rotate(0);
}

.dataTables_wrapper .row:last-child {
  align-items: center;
  padding-top: 25px;
}

.prod-img {
  width: 99px;
  height: 69px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

/*[data-toggle=tooltip]{
background: #022636;
border-radius: 3px;
}*/
.tooltip[x-placement^=bottom] .arrow::before {
  border-bottom-color: #022636;
}

.tooltip[x-placement^=top] .arrow::before {
  border-top-color: #022636;
}

.tooltip[x-placement^=left] .arrow::before {
  border-left-color: #022636;
}

.tooltip[x-placement^=right] .arrow::before {
  border-right-color: #022636;
}

.tooltip>.tooltip-inner {
  background: #022636;
  border-radius: 3px;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  padding: 7px;
}

.violation-active,
.complant-active {
  position: relative;
}

.violation-active svg path {
  stroke: #EE1414;
}

.violation-active span.count,
.complant-active span.count {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  background: #022636;
  padding: 2px 5px;
  border-radius: 100px;
  position: absolute;
  top: -8px;
  left: 8px;
}

.complant-active svg path {
  stroke: #B97F24;
}

/*add form*/
.form-group {
  position: relative;
}

.form-group .palceholder {
  position: absolute;
  top: 10px;
  left: 12px;
  /*color: #B1B1B1;*/
  display: none;
  z-index: 1;
}

.form-group .palceholder label {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 16px !important;
  margin-bottom: 0;
  color: #6B6B6B !important;
  vertical-align: middle !important;
}

.form-group .star {
  color: red;
  opacity: .7;
}

.form-outer-add {
  padding: 25px 25px 50px;
}

.add-form .form-group {
  margin-bottom: 20px;
}

.add-form .form-group label {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  vertical-align: top;
  text-transform: capitalize;
}

.add-form .radio-inline {
  /*margin-bottom: 0;*/
  margin-left: 10px;
  margin-right: 10px;
}

.add-form .radio-inline {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 17px;
  color: #6B6B6B;
  position: relative;
  padding-left: 26px;
}

.add-form .radio-inline span:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #F2F9FC;
  border: 1px solid #085D7D;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.add-form .radio-inline input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  top: 2px;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.add-form .radio-inline span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #085D7D;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 100px;
  opacity: 0;
}

.add-form .radio-inline input[type="radio"]:checked+span {
  color: #085D7D;
}

.add-form .radio-inline input[type="radio"]:checked+span:after {
  opacity: 1;
}

.add-form .form-group textarea.form-control {
  height: 110px;
  resize: none;
  padding-top: 15px;
}

.add-form.edit-form .form-group textarea.form-control {
  height: 135px;
}

.c-ckeckbox {
  position: relative;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #505050;
  padding-left: 26px;
}

.c-ckeckbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.c-ckeckbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #085D7D;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.c-ckeckbox span:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  background: url(../images/tick.svg) no-repeat 0 0;
  opacity: 0;
}

.c-ckeckbox input[type="checkbox"]:checked+span:after {
  opacity: 1;
}

.add-form .btn-groups .btn:nth-child(odd) {
  margin-right: 8px;
}

.add-form .btn-groups .btn:nth-child(even) {
  margin-left: 8px;
}

.input-group input {
  border-right: 0;
}

.input-group-text {
  background-color: transparent;
  border-color: #b4d8e7;
  border-left: 0;
}

/*Date time picker style*/
.bootstrap-datetimepicker-widget table {
  border-collapse: collapse;
}

.bootstrap-datetimepicker-widget table,
.bootstrap-datetimepicker-widget table thead,
.bootstrap-datetimepicker-widget table tr,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table tbody,
.bootstrap-datetimepicker-widget table td {
  border: 0;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}

.bootstrap-datetimepicker-widget table th {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  color: #084359;
}

.bootstrap-datetimepicker-widget table td.day.active,
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td span:hover {
  background-color: #E4F2F8;
  color: #084359;
}

.bootstrap-datetimepicker-widget table td.today,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #084359;
  color: #fff;
}

.bootstrap-datetimepicker-widget table td.today:before,
.bootstrap-datetimepicker-widget table td.today:after {
  display: none;
}

/*Image upload*/
.upload__box {
  padding: 25px;
  margin: 0 0 20px 0;
  border: 1.5px dashed #9AC7DA;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.upload__inputfile,
.upload__inputvideo {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload__btn {
  display: inline-block;
  /*font-weight: 600;
color: #fff;
text-align: center;
min-width: 116px;*/
  padding: 15px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  /*border: 2px solid;*/
  background: #F2F9FC;
  border-radius: 5px;
  /*line-height: 26px;
font-size: 14px;*/
  font-family: 'Verdana';
  font-style: normal;
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 20px;
  color: #6B6B6B;
  margin-bottom: 0;
}

.upload__btn p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.upload__btn p i {
  margin-right: 10px;
}

/*.upload__btn:hover {
background-color: unset;
color: #4045ba;
transition: all 0.3s ease;
}*/
.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-right: 20px;
}

.upload__img-box {
  width: 100px;
  padding: 0 10px;
  margin-bottom: 12px;
  border-radius: 5px;
}

.upload__img-close {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -5px;
  right: -5px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
  background: url(../images/close.svg) no-repeat 0 0;
}

/*.upload__img-close:after {
content: '\2716';
font-size: 14px;
color: white;
}*/
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  border-radius: 5px;
  border: 1px solid #B4D7E6;
}

/*Drag and drop upload*/
.drop-zone {
  /*max-width: 200px;*/
  /*height: 90px;*/
  min-height: 90px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  color: #6B6B6B;
  border: 1.5px dashed #9AC7DA;
  border-radius: 5px;
  margin-bottom: 20px;
}

.profile-pic {
  max-width: 112px;
  height: 109px;
  min-height: unset;
  padding: 0;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height:
    /*100%*/
    200px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

.profile-pic .drop-zone__thumb {
  height: 100%;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
  display: none;
}

.profile-pic .drop-zone__thumb::after {
  display: none;
}

.drop-zone__prompt i {
  display: block;
  margin-bottom: 10px;
}

.condition-wrap .or {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #6B6B6B;
  max-width: 30px;
  padding-top: 15px;
}

/*Affiliates*/
.affiliates-data {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px;
}

.affiliates-data li {
  display: flex;
  /*align-items: center;*/
  /*flex-flow: wrap;*/
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  color: #505050;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 25px;
}

.affiliates-data li span {
  display: inline-block;
  padding-right: 25px;
  font-size: 14px;
  line-height: 17px;
  color: #085D7D;
  white-space: nowrap;
}

.affiliates-data li.edit-field {
  align-items: center;
}

.affiliates-data li.bank-account {
  display: block;
}

.affiliates-data li.bank-account span {
  display: block;
  margin-bottom: 19px;
}

.affiliates-data li.bank-account img {
  width: 175px;
}

.edit-field .input-group {
  width: 234px;
}

.edit-field .input-group .input-group-text {
  padding: .7rem .75rem;
}

.edit-field .input-group input.form-control {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #505050;
}

.edit-field .input-group input.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #505050;
}

.edit-field .input-group input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #505050;
}

.edit-field .input-group input.form-control::placeholder {
  color: #505050;
}

/**/
.sub-heading {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #084359;
}

.sub-heading:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #084359;
  border-radius: 2px;
  margin: 15px 0;
}

.sub-heading span {
  font-weight: 400;
  display: block;
  color: #333;
  font-size: 14px;
}

.seller-box {
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 30px;
}

.form-group .info-text {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #6B6B6B;
  top: 15px;
  right: 15px;
  position: absolute;
  border-left: 1px solid #B4D7E6;
  padding-left: 18px;
}

.form-group-info .form-control {
  padding-right: 125px;
}

/*Buyer*/
.buyer-data li span {
  padding-right: 10px;
}

.message-status {
  position: relative;
}

.message-status .status {
  width: 9px;
  height: 9px;
  background: #18AD00;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
}

.complain-info {
  display: flex;
  padding-bottom: 40px;
}

.complain-info .complain-info-box {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-right: 15px;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  position: relative;
}

.complain-info .complain-info-box:last-child {
  padding-right: 0;
  margin-right: 0;
}

.complain-info .complain-info-box:after {
  content: "";
  width: 1px;
  display: block;
  background-color: #B4D7E5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.complain-info .complain-info-box:last-child:after {
  display: none;
}

.complain-info .complain-info-box p {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  /*display: flex;
white-space: nowrap;*/
}

.complain-info .complain-info-box p:last-of-type {
  margin-bottom: 0;
}

.complain-info .complain-info-box p span {
  color: #084359;
  display: inline-block;
  padding-right: 5px;
}

.complain-details {
  padding: 35px 40px 25px;
}

.complain-details h2 {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #252525;
  margin-bottom: 1.7rem;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #505050;
  padding: 0 0 9px;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 20px;
}

.nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-bottom-color: #084359;
  color: #084359;
  ;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #084359;
  color: #084359;
}

.tab-content .form-group textarea.form-control {
  background: #FFFFFF;
  border: 1px solid #E1EBEF;
  border-radius: 5px;
  height: 147px;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #6B6B6B;
  padding: 15px;
}

.msg-box {
  margin-bottom: 20px;
}

.msg-box .msg-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.msg-box .msg-header h3 {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #084359;
  margin-bottom: 0;
}

.msg-box .msg-header p {
  margin-bottom: 0;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  display: flex;
  white-space: nowrap;
}

.msg-box .msg-header p span {
  color: #084359;
  display: inline-block;
  padding-right: 5px;
}

.msg-box .msg-body {
  background: #FFFFFF;
  border: 1px solid #E1EBEF;
  border-radius: 5px;
  padding: 25px;
}

.msg-box .msg-body p {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #252525;
}

.select-package {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #505050;
  text-align: center;
}

.select-package strong {
  font-weight: 700;
}

.package-box {
  background: #FFFAF1;
  border-radius: 8px;
}

.package-box .package-header {
  background: url(../images/package-bg.svg) no-repeat right bottom;
  background-size: cover;
  padding: 24px;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
}

.package-box .package-header .package-name {
  background: #FFFFFF;
  border: 1px solid #FFF3DF;
  border-radius: 5px;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #252525;
  display: inline-block;
  padding: 7px 14px;
}

.package-box .package-header .package-price {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #022636;
  margin: 15px 0 .5rem;
}

.package-box .package-header .package-validity {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.package-box .package-body {
  padding: 20px 25px;
}

.package-box .package-body p {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #505050;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEE7EC;
  margin: 0 10px;
}

.package-box .package-body ul {
  list-style: none;
  margin: 0;
  padding: 25px 0 0;
}

.package-box .package-body ul li {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #505050;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.package-box .package-body ul li:before {
  content: "";
  background: url(../images/bulet-icon.svg) no-repeat 0 0;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

.subscribe-details {
  padding: 30px;
}

/*Edit Profile*/
.affiliates-data li.documents {
  display: block;
}

.affiliates-data li.documents .document-box {
  display: inline-block;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 20px;
}

.affiliates-data li.documents .document-box:last-child {
  margin-bottom: 0;
}

.affiliates-data li.documents .document-box span {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.affiliates-data li.documents .document-box .video-box {
  border-radius: 8px;
  position: relative;
  background-color: rgba(52, 52, 52, 0.8);
  margin-bottom: 10px;
}

.affiliates-data li.documents .document-box .video-box img {
  border-radius: 8px;
}

.affiliates-data li.documents .document-box .video-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*background: rgba(52, 52, 52, 0.8);*/
  border-radius: 8px;
}

.affiliates-data li.documents .document-box .video-box a {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: auto;
  height: 24px;
  text-align: center;
  display: none;
}

.affiliates-data li.documents .document-box .video-box:hover a {
  display: block;
}

small {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #7E7E7E;
  display: inline-flex;
}

.profile-right {
  position: relative;
  border-left: 1px solid #E2E6E8;
  padding-bottom: 50px;
  padding-left: 30px;
}

/*Profile pic change*/
.change-image {
  text-align: center;
  width: 103px;
  margin: 0 auto;
}

.change-image .profile-pic {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  vertical-align: middle;
  text-align: center;
  color: transparent;
  transition: all .3s ease;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.profile-pic span {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.change-image input[type="file"] {
  display: none;
  cursor: pointer;
}

.change-image small {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #7E7E7E;
  display: block;
  text-align: center;
}

.drop-zone__prompt {
  width: auto !important;
  height: auto !important;
  position: static !important;
}

/*404*/
.not-found-page .content-wrapper {
  margin-left: 0 !important;
}

.not-found-page .main-header .nav-link[data-widget=pushmenu] {
  display: none !important;
}

.error-page {
  max-width: 800px;
  margin: 20px auto 40px;
}

.error-page>.error-content {
  margin-left: 250px;
}

.error-page>.headline {
  color: #094359 !important;
  font-family: 'Verdana';
  font-weight: 700;
}

/*Security Setting*/
.security-setting {}

.security-setting h3 {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #252525;
}

.radio-group {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}

.radio-group li {
  margin-bottom: 30px;
}

.radio-group .radio-inline {
  margin-left: 0;
}

.ver-setting li span {
  font-size: 15px;
  line-height: 18px;
  width: 235px;
  text-align: right;
}

.ver-setting li input.form-control {
  font-size: 15px;
  line-height: 18px;
}

.ver-setting li.edit-field .phone-edit {
  width: 290px;
}

.ver-setting li.edit-field .phone-edit .input-group {
  width: 100%;
  margin-top: 15px;
}

.ver-setting li.edit-field .phone-edit .input-group .input-group-text {
  width: auto;
}

.ver-setting li.edit-field span.edit-label {
  margin-top: -80px;
}

.ver-setting li.recent-login .radio-inline {
  margin-left: 0;
}

.ver-setting li.recent-login .radio-inline span {
  text-align: left;
  color: #7E7E7E;
  width: auto;
}

.ver-setting li.recent-login .radio-inline span>span {
  color: #252525;
}

.ver-setting li.recent-login p {
  margin: 0;
  padding: .5rem 0;
  color: #505050;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.ver-setting li.recent-login p span {
  text-align: left;
  width: auto;
}

.ver-setting li.recent-login p i {
  margin-right: 10px;
  width: 30px;
  text-align: center;
}

.ver-setting li.recent-login p i svg {
  vertical-align: middle;
}

.browser-session {
  padding-left: 20px;
  margin-bottom: 30px;
}

.recent-login .btn {
  margin-left: 30px;
  margin-bottom: 20px;
}

.v-label {
  margin-top: -30px;
}

.security-setting .btn-groups {
  padding-left: 235px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  color: #7E7E7E;
}

.search-form .row .col.left.m-w-120 {
  max-width: 120px;
}

.search-form .row .col.mid {
  max-width: 50px;
}

.btn-refresh {
  border: 0;
  background-color: transparent;
}

/*CK Editor*/
.ck.ck-toolbar .ck.ck-toolbar__separator {
  display: none !important;
}

.ck.ck-toolbar {
  border-radius: 5px !important;
}

.ck.ck-content.ck-editor__editable {
  border-radius: 5px !important;
}

/*Violation*/
.violation-box {
  border-bottom: 1px solid #E1EBEF;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 7px;
  margin-right: 7px;
}

.violation-box .col-md-2 {
  max-width: 115px;
}

.violation-box .col-md-2 span {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #085D7D;
}

.violation-box p {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #505050;
}

.violation-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.violation-box ul li {
  display: inline-block;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #505050;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.violation-box ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.violation-box ul li span {
  color: #084359;
}

.violation-box ul li:after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  background-color: #9AC7DA;
  position: absolute;
  right: -4px;
}

.violation-box ul li:last-child:after {
  display: none;
}

.row.input-group-append {
  margin-left: 0;
  display: block;
  width: 100%;
}

.row.input-group-append .col {
  margin-top: -18px;
  margin-bottom: 18px;
}

.remove-btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/remove-icon.svg) no-repeat 0 0;
  vertical-align: middle;
}

/*editable*/
.edit-on-click {
  margin-bottom: 0;
}

.w-289 {
  position: relative;
  width: 289px;
}

.controls-update {
  position: absolute;
  top: 12px;
  right: 15px;
}

.w-289 .info-text,
.w-289 .controls-update {
  display: none;
}

.edit-on-click .form-control {
  border-color: transparent;
  font-size: 15px;
  /*padding-left: 0;*/
  transition: all .5s;
}

.edit-on-click.edit .form-control,
.edit-on-click.edit .form-control:focus {
  border: 1px solid #B4D7E5;
  /*padding-left: .75rem;*/
  transition: all .5s;
}

.edit-on-click.edit+.info-text,
.edit-on-click.edit+.info-text+.controls-update,
.edit-on-click.edit+.controls-update {
  display: block;
}

.affiliates-data.edit-profile li {
  align-items: center;
  margin-bottom: 10px;
}

.w-100 {
  width: 100%;
}

.edit-on-click textarea {
  resize: none;
}

.edit-on-click.edit textarea {
  resize: both;
  padding: .75rem;
  padding-right: 40px;
}

.affiliates-data.edit-profile li.name-field.parent {
  align-items: unset;
}

.affiliates-data.edit-profile li.name-field.parent span {
  padding-top: 14px;
}

.affiliates-data.edit-profile li.documents {
  display: grid;
  padding-top: .9rem;
}

.affiliates-data.edit-profile li.documents .document-box span {
  text-align: left;
}

/*video file upload*/
video {
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
  display: block;
}

#play_button {
  color: #fff;
}

.custom-upload-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px !important;
  font-style: normal;
  display: inline-block;
  font-weight: 400 !important;
}

.custom-upload-btn input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: -25px;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

.btn:focus {
  background-color: #084359
}

.bank-account,
.other-document {
  margin-bottom: 10px;
}

.edit-on-click select.form-control {
  background-position: 85% 50%;
  background-image: none;
}

.edit-on-click.edit select.form-control {
  background-image: url(../images/select-arrow.svg);
}

/*modal*/
.modal-content {
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 2%);
  border-radius: 15px;
  border: 0;
}

.modal-header {
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  background-color: #084359;
  border-radius: 15px 15px 0 0;
}

.modal-title {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.modal-body {
  padding: 20px 20px 30px;
}

.modal-form .form-group {
  margin-bottom: .8rem;
}

.modal-form .form-group label {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #505050;
}

/*Strore configure*/
.sub-title {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #084359;
  margin-bottom: 1rem;
}

/*select2*/
.form-control.select2-hidden-accessible {
  background-image: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #B4D7E6;
  height: 45px;
  border-radius: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #084359;
  border-color: #084359;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

.btn.btn-medium {
  padding: 11px 15px;
}
select.form-control.category-attribute {
   background-image: none;
   height: 45px;
   overflow-y: auto;
}
select.form-control.category-attribute.options {
  background-image: none;
  height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 0;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #6B6B6B;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background: url(../images/select-arrow.svg) no-repeat 95% 50% #fff;
  width: 10px;
  height: 6px;
}

.select2.select2-container.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container--default .select2-dropdown .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
  border: 1px solid #B4D7E6;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #6B6B6B;
}

.select2-container--default .select2-results__option {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #6B6B6B;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f2f9fc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #084359;
}

/*Advance search*/
.advance-search {
  display: none;
}

.advance-search.active {
  display: block;
}

.advance-btn.show i {
  display: inline-block;
  transform: rotate(180deg);
}

.basic-search.hide {
  display: none;
}

/*Theme option*/
.templates {
  margin-bottom: 20px;
}

.theme-option {
  background: #FFFFFF;
  border: 1px solid #B4D7E6;
  border-radius: 5px;
  padding: 12px;
  position: relative;
}

.theme-option.selected {
  border: 1px solid #084359;
}

.theme-option img {
  width: 100%;
}

.theme-option .radio-inline {
  position: absolute;
  padding: 0;
  top: 18px;
  right: 25px;
  display: inline-block;
}

.theme-option figure {
  margin-bottom: .8rem;
}

.theme-option ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.theme-option ul li span {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.theme-option ul li span input {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  border-radius: 100px;
  z-index: 1;
  background-color: transparent;
  font-size: 0;
  border: 0;
  cursor: pointer;
}

.theme-option ul li span i {
  position: absolute;
  left: 2.5px;
  top: 3px;
}

.theme-option ul li span input:focus {
  border: 1px solid #022636;
  box-shadow: none;
  outline: none;
}

.upload-video {
  background: #FFFFFF;
  border: 1.5px dashed #9AC7DA;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
}

/*Switch button*/
.custom-swith {
  vertical-align: top;
  margin-top: -20px;
  display: inline-block;
}

.switch input {
  display: none;
}

.switch {
  display: inline-block;
  /*width:50px;
  height:14px;*/
  margin: 5px;
  margin-left: 35px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: relative;
  width: 52px;
  height: 27.62px;
  background: #085D7D;
  border: 1px solid #085D7D;
  border-radius: 18px;
}

.slider {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 18px;
  background: #085D7D;
  cursor: pointer;
  /*border:4px solid transparent;*/
  overflow: visible;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100px;
  top: 2px;
  left: 1px;
  -webkit-transform: translateX(-0px);
  transform: translateX(-0px);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
  background: #fff;
}

.off {
  position: absolute;
  left: -25px;
  top: 5px;
  color: #7E7E7E;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.on {
  position: absolute;
  right: -30px;
  top: 5px;
  color: #7E7E7E;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.switch input:checked~.off {
  color: #7E7E7E;
  top: 5px;
}

.switch input:checked~.on {
  color: #085D7D;

}

.switch p {
  margin-bottom: 0;
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7E7E7E;
}

/*Password field*/
.password-field {
  position: relative;
}

.password-field .input-group-append {
  position: absolute;
  right: 15px !important;
  top: 12px;
  z-index: 9;
}

.password-field .form-control {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-right: 1px solid #B4D7E6 !important;
}

.password-field .form-control.is-invalid {
  border-right: 1px solid #dc3545 !important;
  background-position: 90% center !important;
}


.password-field .fa.fa-eye-slash:before {
  content: "";
  background: url(../images/eye-off.svg) no-repeat 0 0;
  display: block;
  width: 16px;
  height: 16px;
}

.password-field .fa.fa-eye:before {
  content: "";
  background: url(../images/eye-on.svg) no-repeat 0 0;
  display: block;
  width: 16px;
  height: 16px;
}

/*Checkbox*/
.c-ckeckbox input[type="checkbox"]:disabled+span:before {
  background-color: #F4F4F4;
  border: 1px solid #ccc;
}

/*Profile page modify*/
.affiliates-data.edit-profile li span {
  width: 155px;
}

.edit-on-click .form-control {
  /*padding-left: 7.5px;*/
  height: 45px;
}

.affiliates-data.edit-profile li.name-field {
  height: 65px;
  align-items: unset;
  margin-bottom: 0;
}

.affiliates-data.edit-profile li.name-field span {
  height: 65px;
  padding-top: 14px;
}

.edit-on-click.edit .form-control,
.edit-on-click.edit .form-control:focus {
  padding-right: 40px;
}

.affiliates-data.edit-profile li .w-289.w-100 {
  width: 77% !important;
}

.affiliates-data.edit-profile .edit-on-click textarea.form-control {
  padding: .375rem .75rem;
  padding-right: 40px;
  height: 60px;
  line-height: normal;
}

/*sorting*/
th.sorting span {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

th.sorting span:after {
  content: "";
  width: 6px;
  height: 12px;
  background: url(../images/sorting.svg) no-repeat 0 0;
  display: inline-block;
  /*position: absolute;
right: 5px;
top: 50%;
transform: translateY(-5px);*/
  margin-left: 10px;
}

th.table-action span:after,
th.no-order span:after {
  display: none;
}

.password-field .form-control {
  padding-right: 40px !important;
}

/*Custom alert*/
.custom-alert .swal2-popup {
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 2%) !important;
  border-radius: 15px !important;
  border: 0 !important;
  padding: 0 0 30px;
}

.custom-alert .swal2-popup .swal2-title {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 12px 20px;
  background-color: #084359;
  text-align: left;
  margin-bottom: 1.3rem;
}

.custom-alert .swal2-popup .swal2-html-container {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #505050;
}

.custom-alert .swal2-popup .swal2-html-container p {
  margin-bottom: 0;
}

.swal2-confirm.btn.btn-info.btn-gold {
  padding: 10px 25px;
  background: #B97F24;
  border-radius: 5px;
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 0;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  order: 2;
}

.swal2-cancel.btn.btn-info.btn-black {
  padding: 10px 25px;
  background: #212121;
  border-radius: 5px;
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 0;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
}

.swal2-confirm.btn.btn-info.btn-gold:hover,
.swal2-cancel.btn.btn-info.btn-black:hover {
  background: #084359;
}

.swal2-html-container {
  overflow: unset !important;
}

.alert {
  padding: 8px 15px;
  font-size: 13px;
}

/*Style fixing*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.custom-table .cumtom-body {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.custom-table .cumtom-body::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #E4F2F8;
}

.custom-table .cumtom-body::-webkit-scrollbar {
  height: 8px;
  background-color: #E4F2F8;
}

.custom-table .cumtom-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* border: 2px solid #555555; */
}

/* .custom-table .cumtom-body::-webkit-scrollbar {
display: none;
} */
.custom-table .cumtom-body:after {
  position: absolute;
}

td.actions {
  white-space: nowrap;
}

.form-control:disabled,
.form-control[readonly] {
  background-image: none;
}

td.dataTables_empty {
  text-align: center;
}

.no-img {
  font-size: 13px;
}

textarea.form-control:disabled {
  height: 109px;
  resize: none;
}

/*CSS style fixing 5.9.2022*/
.condition-wrap .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.condition-wrap .radio-inline {
  margin-left: 0;
  padding-left: 0;
  height: 16px;
  margin-bottom: 0;
}

.condition-wrap input {
  width: calc(100% - 25px);
}

.suspend-message {
  background-color: #E4F2F8;
  padding: 20px;
  display: flex;
  border-radius: 10px;
}

.suspend-message div {
  padding-left: 10px;
}

.suspend-message h2 {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #084359;
}

.suspend-message p {
  margin-bottom: 0;
}

.suspended-cnt {
  margin-top: 40px;
}

.suspended-cnt .headline {
  font-size: 46px;
  float: none;
  margin-bottom: 1.2rem;
}

.suspended-cnt .error-content {
  margin-left: 0 !important;
}

.suspended-cnt h3 {
  margin-bottom: 1.2rem;
}

.popover-header {
  font-family: 'Futura Bk BT';
  color: #094359;
  font-size: 15px;
}

/* Affiliate order modal view css, 06-09-2022 */
.report-review {
  list-style-type: none;
  margin: 0;
  padding: 5px 0px;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.report-review li {
  width: 33.33%;
  padding: 5px;
}

/*CSS added 7.9.2022*/
.dataTables_processing.card {
  justify-content: center;
  padding: 15px;
  border-radius: 8px;
  flex-direction: unset;
  box-shadow: none;
  justify-content: center;
  text-align: center;
}

/*Css added 8.7.2022*/
.profile-img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  object-position: center;
}

/* .affiliates-data-details li span {
width: 170px;
} */
.affiliates-data-details li.documents {
  display: flex;
  flex-wrap: wrap;
  width: unset;
}

.affiliates-data-details li.documents .document-box {
  vertical-align: top;
}

.affiliates-data-details li.documents .document-box span {
  width: unset;
  text-align: left;
}

.allVideos {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  padding-right: 20px;
}

.video-thumb {
  width: 100px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 5px;
  padding: 0 10px;
}

.video-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  border: 1px solid #B4D7E6;
}

.video-close {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -5px;
  right: 5px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
  background: url(../images/close.svg) no-repeat 0 0;
}

/*CSS added 9.9.2022*/
.nav-pills.nav-tabs {
  justify-content: center;
}

.nav-pills.nav-tabs .nav-item {
  border: 0;
  padding: 10px 10px;
  margin: 0 5px;
  border-radius: 5px 5px 0 0;
}

.nav-pills.nav-tabs .nav-link:hover {
  color: #084359;
}

.nav-pills.nav-tabs .nav-link.active {
  background-color: #084359;
  color: #fff;
}

.btn.btn-info.btn-inline {
  padding: 11px 25px;
}

.add-group .action-group {
  max-width: 80px;
}

.add-group .action-group a {
  margin-right: 10px;
}

.alert-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

/*css added 14.9.2022*/
.documents .col {
  flex: 1 !important;
  max-width: 500px !important;
}

.documents .col:nth-child(even) {
  flex: 1 !important;
  max-width: 80px !important;
}

.action-btns {
  padding-top: 7px;
}

.action-btns .custom-upload-btn {
  vertical-align: middle;
}

.action-btns a {
  margin-left: 10px;
  vertical-align: middle;
}

.custom-upload-btn:hover svg path,
.action-btns a:hover svg path {
  stroke: #084359;
}

/*css added 16.9.22*/
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.invalid-feedback {
  font-size: 75%;
}

.invalid-feedback strong {
  font-weight: 400;
  color: red;
}
.btn:disabled{
  opacity: .5;
  background-color: #B97F24;
}

/*CSS added 15.2.2023*/
.main-sidebar {
  position: fixed !important;
  top: 70px !important;
  z-index: 999;
}

/*CSS added 21.2.2023*/
.dataTables_wrapper .row.basic-search {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 2%);
    border-radius: 15px;
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
}
.dataTables_wrapper .row.basic-search .col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.dataTables_wrapper .row.basic-search .col-md-6:first-child {
    display: none;
}
.dataTables_wrapper .row.basic-search .dataTables_filter {
    display: block !important;
}
.dataTables_wrapper .row.basic-search .dataTables_filter label {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400 !important;
}
.dataTables_wrapper .row.basic-search .dataTables_filter input {
    margin-left: 10px;
}
.error {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #ff0000 !important;
  display: inline-flex;
  padding-top: 0.2rem;
  /*line-height: normal;*/
  text-transform: capitalize;
  line-height: 17px;
}

body:not(.sidebar-mini) .main-footer {
  margin-left: 0 !important;
}

.custom-table .table tbody td.product-img {
  width: 145px;
  min-width: 145px;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
.custom-table .table tbody td.product-img img {
  margin-bottom: 0.25rem!important;
}
.add-form .radio-inline input[type="radio"]:disabled,
.view-form .radio-inline input[type="radio"]:checked {
  cursor: default;
}
.add-form .radio-inline input[type="radio"]:disabled+span,
.view-form .radio-inline input[type="radio"]:checked+span {
  color: #9a9a9a;
}
.add-form .radio-inline input[type="radio"]:disabled+span:before,
.view-form .radio-inline input[type="radio"]:checked+span:before {
  border-color: #9a9a9a;
}
.add-form .radio-inline input[type="radio"]:checked:disabled+span:after,
.view-form .radio-inline input[type="radio"]:checked+span:after {
  background: #9a9a9a;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #f4f4f4;
}
.c-ckeckbox input[type="checkbox"]:disabled {
  cursor: default;
}
.c-ckeckbox input[type="checkbox"]:checked:disabled+span:after {
  background-image: url(../images/tick-gray.svg);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.dropzone.dz-clickable {
    padding: 25px;
    border: 1.5px dashed #9AC7DA;
    border-radius: 5px;
}
.dropzone .dz-message {
    text-align: center;
    margin: 1em 0 !important;
}
.dropzone .dz-message h3 {
  font-size: 1rem;
  color: #333;
}
.dropzone .dz-message span {
  font-size: .8rem;
  color: #7e7e7e;
  line-height: normal;
}

.add-form .form-group.mb-0 {
  margin-bottom: 0 !important;
}

#sidebar-overlay {
  z-index: 99;
}

.select2-container.select2-container--default {
  width: 100% !important;
}

.upload__box.upload__box_disable {
  border-color: #F4F4F4;
}
.upload__box.upload__box_disable .upload__btn-box {
  display: none;
}
.upload__box.upload__box_disable .upload__img-wrap .img-bg {
  border-color: #F4F4F4;
}
.edit-profile.edit-profile-desabled .custom-upload-btn {
  cursor: default;
}
.edit-profile.edit-profile-desabled .custom-upload-btn:hover svg path {
  stroke: #9AC7DA;
}
.edit-profile.edit-profile-desabled .custom-upload-btn input {
  cursor: default;
}
.select2-container.select2-container--default.select2-container--disabled .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #999999;
  border-color: #999999;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.view-form .form-group .star {
  display: none;
}

.form-group.category-status+.row label {
  font-family: 'Verdana';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  vertical-align: top;
}
.form-group.category-status+.row select.options,
.view-form .form-group.category-status+.row .col:nth-child(2) .select2 {
  margin-top: 25px;
}
.view-form .select2-container--default .select2-selection--multiple {
  overflow-y: scroll;
}

.add-form.change-password .form-group label {
  margin-bottom: 0;
}
.add-form.change-password .form-group .input-group {
  display: flex;
  align-items: center;
}
.add-form.change-password .form-group .input-group input[type="password"]{
  border-radius: 5px !important;
  margin-left: 10px;
}
.add-form.change-password .form-group .input-group .input-group-append {
  height: 45px;
}

/*Dashboard Style*/
/*.dashboard-box {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.dashboard-box h3 {
  font-family: Futura Bk BT;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #022636;
  margin-bottom: 15px
}
.dashboard-box .data-cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dashboard-box p {
  text-align: center;
  padding: 0 10px;
  flex: 0 0 50%;
  line-height: normal;
}
.dashboard-box p span {
  font-size: 20px;
  font-weight: 700;
  color: #022636;
  font-family: Futura Bk BT;
  display: block;
  margin-top: 10px;
}*/
.dashboard-box {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.dashboard-box h3 {
  font-family: Futura Bk BT;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #022636;
  margin-bottom:20px;
  display: flex;
  flex-wrap: wrap;
}
.dashboard-box h3 span {
  width: calc(100% - 42px);
}
.dashboard-box h3 i {
  width: 32px;
  margin-right: 10px;
}
.dashboard-box .data-cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dashboard-box .data-cell div {
  padding: 15px;
  margin: 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 4%);
  flex: 0 0 45%;
}
.dashboard-box .data-cell.v-center {
  height: 100%;
  align-items: center;
}
.dashboard-box p {
  text-align: center;
  line-height: normal;
  margin-bottom: 0;
}
.dashboard-box p span {
  font-size: 20px;
  font-weight: 700;
  color: #022636;
  font-family: Futura Bk BT;
  display: block;
  margin-top: 10px;
}
.tab-content .col-md-6 {
  margin-bottom: 20px;
}
.cnt-cnter {
  justify-content: center;
}
.dashboard-box .date-range {
  display: flex;
}
.dashboard-box .date-range .form-group {
  /*flex: 0 0 50%;*/
  padding: 10px 5px;
  margin-bottom: 0;
}
.dashboard-box .input-group-text {
  background-color: #fff;
}
.dashboard-box #toDateError {
  color: red;
  font-size: 12px;
  display: inline-flex;
  line-height: normal;
  position: relative;
  top: -10px;
  left: 5px;
}

.dashboard-box.top-products table {
  background-color: #fff !important;
  border: 0 !important;
}
.dashboard-box.top-products table th,
.dashboard-box.top-products table td {
  border: 0 !important;
}
.dashboard-box.top-products table th {
  font-size: 13px;
  font-weight: 600;
  color: #094359;
}
.dashboard-box.top-products table td {
  font-size: 13px;
}

.tab-content .col-md-6 {
  margin-bottom: 20px;
}

.drop-zone,
.drop-zone.profile-pic {
  margin-bottom: 0;
}

.col-md-12.templates {
  padding-top: 20px;
}
.search-form.add-form .row .col-md-2 {
  padding-bottom: 20px;
}

.form-group.user_type+#user_type-error {
  position: relative;
  top: -25px;
}
.ag-select2 {
  display: flex;
  flex-direction: column;
}
.ag-select2 .error {
  order: 2;
}
.add-view .radio-inline {
  margin-left: 0;
}
.add-view .radio-inline span {
  color: #9a9a9a;
}
.add-view .radio-inline span:before {
  border-color: #9a9a9a;
}
.add-view .radio-inline span:after {
  background-color: #9a9a9a;
  opacity: 1;
}

.admin-login-page .form-wrap {
  padding: 30px;
  max-width: 400px;
  margin: 0 auto;
}
.affiliates-data.edit-profile li.d-license {
  align-items: unset;
}
.affiliates-data.edit-profile li.d-license span {
  vertical-align: top;
  padding-top: 10px;
}

.ck.ck-editor .ck-toolbar .ck-toolbar__items .ck-file-dialog-button {
  display: none !important;
}

.affiliates-data-details li.documents .document-box {
  width: auto;
}

.optional-note {
  display: block;
}

/*Media css*/
@media (min-width: 1201px) {
  .main-header .nav-link[data-widget=pushmenu] {
    display: none;
  }

  .admin-logged-page.sidebar-mini.sidebar-collapse .content-wrapper:before {
    opacity: 1;
  }
}

@media (min-width: 992px) {

  /*.sidebar-mini.sidebar-collapse .main-footer,*/
  .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0 !important
  }

  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover {
    width: 285px;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .sidebar,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .sidebar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-link,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-link {
    width: 285px;
  }

  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 285px;
  }

  .main-header {
    padding-right: 25px;
    padding-left: 25px;
  }

  .content-header {
    padding: 30px;
  }

  .content-wrapper .content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px
  }

  .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link .brand-text {
    display: none;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-link,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-link {
    justify-content: space-between;
    background-color: #7E7E7E;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-link .brand-text,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-link .brand-text {
    display: block;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-link .nav-link,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-link .nav-link {
    width: auto;
  }

  .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .nav-item .nav {
    display: none;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .nav-item .nav,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .nav-item .nav {
    display: block;
  }

  .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link .nav-link {
    transform: rotate(180deg);
  }

  /*.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-link .nav-link,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-link .nav-link {
  transform: rotate(0);
}*/
  .sidebar-mini.sidebar-collapse .main-sidebar .nav.nav-treeview {
    display: none !important;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav.nav-treeview {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    display: none;
  }

  .layout-navbar-fixed.sidebar-mini.sidebar-collapse .main-sidebar .sidebar {
    margin-top: 10px;
  }

  .main-sidebar .brand-link .nav-link {
    display: none;
  }
}
@media (max-width: 1565px){
  .add-form .form-group label.l-hight {
    min-height: 35px;
  }
}
@media (max-width: 1200px) {
  .admin-logged-page .content-wrapper:before {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .form-wrap {
    padding: 40px 50px
  }

  .custom-table .cumtom-body {
    overflow-x: scroll;
  }

  .custom-table .table {
    width: 1200px;
  }

  /*.custom-table .cumtom-body:after {
  width: 1200px;
}*/
  .pr-50 {
    padding-right: 7.5px;
  }

  .change-image {
    width: 85px;
  }

  .affiliates-data.edit-profile li .w-289.w-100 {
    width: 70% !important;
  }

  .dashboard-box .date-range {
    flex-wrap: wrap;
  }
  .dashboard-box .date-range .form-group {
    flex: 0 0 100%;
    padding: 5px 0;
  }
}

@media (max-width: 991px) {
  .main-footer .footer-top .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-box {
    margin-bottom: 30px
  }

  .footer-top {
    margin-bottom: 15px
  }

  .form-wrap {
    padding: 40px 50px
  }

  .content-heading {
    padding-left: 15px;
    padding-right: 15px
  }

  .admin-logged-page .main-sidebar {
    padding-bottom: 0 !important;
  }

  .admin-logged-page .main-footer {
    margin-top: 0 !important;
    z-index: 1
  }

  body:not(.layout-fixed) .main-sidebar {
    min-height: 100vh !important;
  }

  .content-wrapper .content {
    padding-bottom: 50px
  }

  .admin-login-page .note {
    padding: 0 15px;
  }

  .main-header .navbar-nav .nav-item .nav-link .img-profile {
    margin-right: 12px;
  }

  .modal-form .upload__box {
    display: grid;
  }
}

@media (max-width: 767px) {
  .content-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-sidebar .brand-link .nav-link {
    display: none;
  }

  .main-footer .footer-bot p,
  .admin-logged-page .main-footer .footer-bot p {
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .search-form {
    display: block;
  }

  .search-form .row .col,
  .search-form .row .col.left {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .search-form .row .col.right {
    padding-left: 7.5px;
  }

  .search-form .form-control {
    margin-bottom: 10px;
  }

  .add-form .form-group .form-control {
    margin-bottom: 0;
  }

  .admin-login-page .note {
    padding: 0 10px;
  }

  .condition-wrap .or {
    padding-top: 0;
    margin-top: -19px;
  }

  .profile-img {
    margin-bottom: 20px;
  }

  .edit-field .input-group input.form-control {
    margin-bottom: 0;
  }

  .search-form .row .col.left {
    margin-bottom: 10px;
  }

  .custom-table .cumtom-body {
    overflow-x: unset;
    padding-top: 20px;
    background-color: #fff;
    /*padding-left: 20px;
  padding-right: 20px;*/
  }

  .custom-table .cumtom-body:after {
    width: auto;
  }

  .custom-table .table,
  .custom-table .table thead,
  .custom-table .table tbody,
  .custom-table .table th,
  .custom-table .table tr,
  .custom-table .table td {
    display: block;
    width: 100%;
  }

  .custom-table .table thead {
    display: none;
  }

  .custom-table .table tbody td {
    position: relative;
    padding-left: 170px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .custom-table .table tbody td:before {
    content: attr(data-label);
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #084359;
    position: absolute;
    left: 10px;
    width: 150px;
  }

  .dataTables_wrapper .row:last-child {
    text-align: center;
  }

  .dataTables_paginate .pagination {
    padding-top: 20px;
    justify-content: center;
  }

  .complain-info {
    display: block;
    padding-bottom: 25px;
  }

  .complain-info .complain-info-box {
    width: 47%;
  }

  .complain-info .complain-info-box:nth-child(2):after {
    display: none;
  }

  .complain-info .complain-info-box p:last-of-type {
    margin-bottom: 1rem;
  }

  .package-box {
    margin-bottom: 20px;
  }

  .change-image {
    width: auto;
  }

  .profile-right {
    border-left: 0;
    padding-bottom: 0;
    padding-left: 7.5px;
  }

  .error-page {
    margin-top: 0;
  }

  .error-page>.error-content {
    margin-left: 0;
    text-align: center;
  }

  .search-form .row .col.mid {
    max-width: 100%;
  }

  .btn-refresh {
    margin-bottom: 10px;
  }

  .violation-box .col-md-2 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  #addRow {
    margin-bottom: 15px;
    display: inline-block;
  }

  .affiliates-data.edit-profile {
    padding-top: 20px;
  }

  .affiliates-data.edit-profile .form-control {
    margin-bottom: 0;
  }

  .theme-option {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }

  .suspended-cnt {
    margin-top: 20px;
  }

  .suspended-cnt .headline {
    font-size: 40px;
  }
  .add-form .form-group label.l-hight {
    min-height: unset;
  }
  .custom-table .table tbody td.dataTables_empty {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  td.dataTables_empty:before {
    display: none;
  }
  .add-form .form-group label:empty {
    display: none;
  }
  .custom-table .table tbody td:empty {
    min-height: 50px;
  }
  .custom-table .table tbody td.product-img {
    width: auto;
    min-width: unset;
  }
  .form-group.category-status+.row select.options,
  .view-form .form-group.category-status+.row .col:nth-child(2) .select2 {
    margin-top: 20px;
  }
  .attribute-form .btn.btn-medium {
    margin-bottom: 20px;
  }
  .attribute-form label:empty {
    display: none;
  }
  .outer-wrap {
    padding: 30px 30px 20px;
  }
  /*.personal-info {
    padding-top: 20px;
  }*/
}

@media (max-width: 639px) {
  .complain-info .complain-info-box {
    width: 100%;
  }

  .complain-info .complain-info-box:after {
    display: none;
  }

  .ver-setting li {
    display: block;
  }

  .ver-setting li span {
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
  }

  .ver-setting li.edit-field span.edit-label {
    margin-top: 0;
  }

  .ver-setting li.edit-field .form-control {
    margin-bottom: 0;
  }

  .ver-setting li.recent-login .radio-inline span {
    margin-bottom: 0;
  }

  .security-setting .btn-groups {
    padding-left: 0;
  }

  .ver-setting li.recent-login p span {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .form-wrap {
    padding: 30px;
  }

  .btn.btn-info {
    padding: 10px 15px;
    font-size: 16px
  }

  .btn.btn-info {
    margin-left: 5px;
  }

  .btn.btn-info.btn-mid {
    padding: 10px;
    font-size: 14px;
  }

  .btn i.right {
    margin-left: 5px;
  }

  .btn i.left {
    margin-right: 5px;
  }

  .add-form .btn-groups .btn:nth-child(odd) {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .add-form .btn-groups .btn:nth-child(even) {
    margin-left: 5px;
    margin-bottom: 10px;
  }

  .admin-login-page .note {
    padding: 0 5px;
  }

  .edit-field .input-group {
    width: auto;
  }

  .actions a {
    margin-right: 6px;
  }

  .subscribe-details {
    padding: 20px;
  }

  .recent-login .btn {
    margin-left: 20px !important;
    margin-bottom: 10px;
  }

  .affiliates-data li {
    flex-flow: wrap;
  }

  .affiliates-data-details li {
    display: block;
    margin-bottom: 15px;
  }

  .affiliates-data-details li span {
    display: block;
    margin-bottom: 10px;
  }

  .content-header .col-sm-6 {
    margin-top: 15px;
  }

  .affiliates-data.edit-profile li {
    display: grid;
  }

  .edit-on-click.edit .form-control {
    margin-top: .7rem;
  }

  .controls-update {
    top: 24px;
  }
  .edit-profile .controls-update {
    top: 12px;
  }

  .affiliates-data.edit-profile li.name-field {
    height: unset;
    margin-bottom: 10px;
  }

  .affiliates-data.edit-profile li.name-field span {
    height: unset;
    padding-top: 0;
  }

  .affiliates-data.edit-profile li .w-289.w-100 {
    width: 100% !important;
  }

  .affiliates-data.edit-profile li.name-field.parent span {
    padding-top: 0;
  }

  .edit-on-click.edit .form-control {
    margin-top: 0;
  }

  .affiliates-data.edit-profile li span {
    margin-bottom: 10px;
  }
  .ver-setting li.recent-login p {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .ver-setting li.recent-login p {
    display: grid;
  }

  .ver-setting li.recent-login p i {
    text-align: left;
  }
  .security-setting .radio-group li {
    margin-bottom: 20px;
  }
  .ver-setting li.recent-login p i {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ver-setting li.recent-login p span {
    margin-top: 10px;
    padding-right: 0;
  }
  .security-setting .ver-setting li.edit-field .phone-edit {
    width: auto;
  }
  .ver-setting li span.a-r-phone {
    width: auto;
  }
  .ver-setting li span.a-r-phone br {
    display: none;
  }
  .add-form.change-password .form-group .input-group .label-text {
    width: 100%;
  }
  .add-form.change-password .form-group .input-group .input-group-append {
    top: 45px;
  }
  .add-form.change-password .form-group .input-group input[type="password"] {
    margin-left: 0;
  }
  .add-form.change-password .form-group label {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  .dashboard-box .data-cell div {
    flex: 0 0 100%;
  }
  .dashboard-box .date-range {
    flex-wrap: wrap;
  }
  .dashboard-box .date-range .form-group {
    flex: 0 0 100%;
    padding: 0 0 10px;
  }
  .w-289 {
    width: auto;
  }
}

@media (max-width: 340px) {

  .content-wrapper:before,
  .content-wrapper:after {
    width: 300px
  }

  .form-wrap {
    padding: 30px 20px;
  }

  .main-footer .footer-box .social-links li {
    padding-right: 10px
  }
}
