@font-face {
    font-family: 'DIN';
    src: url("https://keyweb.net/assets/components/keyweb19/fonts/DINPro.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DIN';
    src: url("https://keyweb.net/assets/components/keyweb19/fonts/DINPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: bold;
}

body {
  color: #222;
  background-color: #fff;
  font-family: 'DIN', sans-serif;
  font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: 'DIN', sans-serif;
}

small,
.small {
  font-size: 13px;
}

a {
  /*color: #b61f29;*/
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1428df;
  text-decoration: none;
}

.alert {
  border-radius: 0.75rem;
}

.alert-info,
.alert-success {
  color: #326f02;
  background-color: #f1ffe5;
  border-color: #afd98d;
}

.alert-warning .alert-link {
  color: #b61f29;
}

.alert-danger {
  color: #ff005c;
  background-color: #ffccde;
  border-color: #ff7fad;
}

.text-primary,
.text-muted,
.text-warning {
  color: #050f35 !important;
}

#default-captcha-domainchecker #inputCaptcha {
  border-radius: 12px;
}

input#inputCaptcha {
  padding: 0.375rem 0.75rem;
}

.dropdown-menu {
  box-shadow: 0px 4px 10px rgba(5, 15, 53, 0.25);
  border: none;
  border-radius: 20px;
}

.dropdown-menu li:first-of-type {
  border-radius: 20px 20px 0 0;
}

.dropdown-menu li:last-of-type {
  border-radius: 0 0 20px 20px;
}

/* Sidebar */
.list-group-item-action {
  color: #050f35;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #3b4efa;
  background-color: #ffffff;
  font-weight: normal;
}

.list-group-item-action:active {
  color: #0014ca;
  background-color: #ffffff;
  font-weight: normal;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading:hover,
div#Primary_Sidebar-Already_Registered-Already_Registered_Heading:active,
div#Primary_Sidebar-Already_Registered-Already_Registered_Heading:focus {
  color: #050f35;
  font-weight: 400;
}

.card-header:first-child {
  border-radius: 10px 10px 0 0;
}

#order-standard_cart div.cart-sidebar .list-group-item:last-child {
  border-radius: 0 0 10px 10px;
}

.list-group-item:last-child {
  border-radius: 0 0 10px 10px;
}

.list-group-item.active {
  z-index: 2;
  color: #b61f29;
  font-weight: normal;
  background-color: inherit; 
  border-color: #f5f5f5;
}

.sidebar .list-group {
  font-size: 1rem;
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active:hover {
  color: #b61f29;
  font-weight: normal;
  background-color: #fff;
  border-color: #f5f5f5;
}

.primary-bg-color {
  background-color: #fff;
}

header.header, 
header.header .topbar {
  background-color: #00305d;
  color: #ffffff;
}

header.header .fas.fa-search {
  font-weight: 400;
}

header.header .search {
  border: 1px solid #969aa9;
  border-radius: 12px;
}

header.header .search .btn {
  color: #6877FF;
}

header.header .search:focus-within {
  border-color: #6877FF;
}

header.header .navbar > li > a {
  color: #fff;
}

header.header .navbar-nav a {
  font-size: 14px;
  color: #fff;
}

header.header .navbar-nav a:hover {
  color: #fff;
}

header.header .navbar-nav a.dropdown-item  {
  color: #444;
}


header.header .navbar-nav a.dropdown-item:hover {
  color: #1428df;
}

header.header .btn {
  font-size: 16px;
}

header.header .toolbar .nav-link {
  height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid #969aa9;
  color: #969aa9;
}

header.header .toolbar .nav-link:hover {
  color: #b61f29;
  background-color: #f0f2ff;
  border-color: #b61f29;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #050F35;
  background-color: #ffffff;
}

header.header .dropdown-item.active, 
header.header .dropdown-item:active {
  background-color: #ffffff;
}

.master-breadcrumb, 
.breadcrumb {
  background-color: #ffffff;
}

.breadcrumb > * {
font-weight: 600;
font-size: .6875rem;
line-height: .6875rem;
text-transform: uppercase;
color: #4a6aa0;
}

.breadcrumb-item a {
  color: #00305d;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #192f63;
  text-decoration: underline;
  outline: none;
}

.breadcrumb-item.active {
  color: #555;
}


.input-group-text {
  color: #6877FF;
  background-color: #f0f2ff;
  border: 1px solid #b61f29;
  border-right: none;
  border-radius: 12px;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 8px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.75rem 1rem;
  font-size: 14px;
  color: #4d5b7a;
  background-color: #ffffff;
  border: 1px solid #cdcfd7;
  border-radius: 6px;
}

.form-control:disabled, .form-control[readonly] {
  border-color: #cdcfd7;
  background-color: #ffffff;
}

.form-control:focus {
  color: #4d5b7a;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  outline: 0;
}

.form-control.pw-input:focus {
  border-right: none;
}

.form-control-label,
.col-form-label {
  /* visibility: hidden; */
}

.form-group a {
  font-size: 12px;
  color: rgba(182, 31, 41, 0.8) !important;
  border-bottom: 1px dashed rgba(182, 31, 41, 0.8);
}
/*
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #cdcfd7;
  border-radius: 10px;
}


.card-header,
.card-footer {
  background-color: #dcdfff;
}
*/
.card-header {
  border-bottom: none;
}

.card-footer {
  border-top: none;
}

.card-footer:last-child {
border-radius: 0 0 10px 10px;
}

.btn {
  /* min-height: 40px; */
  border-radius: 10px;
}

.btn-primary,
.btn-outline-primary {
  font-size: 14px;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  color: #fff;
  background-color:#b61f29;
  border-radius: 10px;
  border: 1px solid #b61f29;
}

.btn-primary:hover,
.btn-outline-primary:hover {
  color: #00305d;
  background-color: transparent;
  border-color: #b61f29;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #fff;
  background-color: #3b4efa;
  border-color: #3b4efa;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #fff;
  background-color: #969aa9;
  border-color: #969aa9;
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary {
  color: #51b800;
  background-color: #e2f0d6;
  border-color: #e2f0d6;
}

.btn-secondary:hover {
  color: #429700;
  background-color: #cdeab4;
  border-color: #cdeab4;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #969aa9;
  background-color: #e6e7eb;
  border-color: #e6e7eb;
}

.btn-success {
  font-weight: 700;
  border: none;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  color: #fff;
  background-color: #b61f29;
  border-color: #b61f29;
}

.btn-success:hover {
  color: #fff;
  background-color: #b61f29;
  border-color: #b61f29;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #b61f29;
  border-color: #b61f29;
  box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #b61f29;
  border-color: #b61f29;
}

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

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-warning {
  font-weight: 700;
  border: 1px solid #00305d;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  color: #00305d;
  background-color: #fff;
}

.btn-warning:hover {
  color: #00305d;
  background-color: #fff;
  border-color: #00305d
}

.btn-warning:focus, .btn-warning.focus {
  color: #326f02;
  background-color: #afd98d;
  border-color: #afd98d;
  box-shadow: none;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff;
  background-color: #cdcfd7;
  border-color: #cdcfd7;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #326f02;
  background-color: #afd98d;
  border-color: #afd98d;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-default {
  color: #050f35;
  background-color: #fff;
  border-color: #969aa9;
}

.btn-default:hover {
  color: #050f35;
  background-color: #f0f2ff;
  border-color: #3b4efa;
}

.btn-default:active,
.btn-default:focus {
  background-color: #f0f2ff;
  border-color: #b61f29;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #f0f2ff;
}

.input-group .btn-reveal-pw:hover, .input-group .btn-reveal-pw:active {
  background-color: #f0f2ff;
  color: #b61f29;
  border-color: #3b4efa;
}

.btn-reveal-pw:focus {
  box-shadow: none;
}

.btn-link {
  font-size: 1rem;
  font-weight: normal;
  color: #b61f29;
  text-decoration: none;
}

.btn-link:hover {
  color: #1428df;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: 0 0 0 2px rgb(225, 228, 255);
}

.btn-link:active {
  color: #0011ac;
}

.btn-link:disabled, .btn-link.disabled {
  color: #969aa9;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1rem;
  height: 48px;
}

.btn-group-sm>.btn, .btn-sm {
  min-width: 40px;
  padding: 0.5rem;
  border-radius: 10px;
}

a.btn.btn-sm.btn-success {
  padding: 0.75rem 1.5rem;
}
/*
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
*/

.input-group-append, .input-group-prepend {
  display: none;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


.home-domain-search .input-group-wrapper {
    border: 1px solid #969aa9;
    border-radius: 12px;
}

.home-domain-search .form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

.home-domain-search .input-group-wrapper .btn {
  border-radius: 10px !important;
}

body {
  display: flex;
  flex-direction: column;
}

section#main-body {
  flex: 1 0 auto;
}

/**
 * -------------------------
 * Colors
 * -------------------------
 */


.card-accent-teal,
.card-accent-pomegranate,
.card-accent-sun-flower,
.card-accent-asbestos,
.card-accent-green,
.card-accent-midnight-blue {
  border: 1px solid #cdcfd7;
}

.action-icon-btns a {
  margin: 0 0 10px 0;
  padding: 10px 0 15px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #51b800;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
}

.action-icon-btns a .ico-container i {
  color: #51b800;
}

.action-icon-btns a:hover {
  color: #429700;
  background-color: #f1ffe5;
}

.action-icon-btns a:hover .ico-container {
  font-size: 3.4em;
}

/* Form fields */

.login-form .card {
  background-color: inherit;
  border: none;
}

.login-form .card-footer {
  background-color: inherit;
}

.login-form h6.h3 {
  font-size: 24px;
  font-weight: 700;
  color: #4d5b7a;
}

.login-form .text-right label {
  font-size: 12px;
}

#registration .field,
#registration .form-control {
  border: 1px solid #969aa9;
  color: #969aa9;
  height: 48px;
  border-radius: 6px;
  font-size: 16px;
}

#registration .field:focus,
#registration .form-control:focus {
  border-color: #00305d;
}

#registration .prepend-icon .field-icon i {
  position: relative;
  top: 2px;
  font-size: 18px;
}

.fas {
  font-weight: 400;
}

#registration .prepend-icon .field-icon {
  width: 42px;
  height: 48px;
  line-height: 48px;
}

#registration .field-icon i {
  color: #00305d;
}

.intl-tel-input.separate-dial-code .flag-container .selected-flag {
  background-color: transparent;
}

.intl-tel-input ul.country-list {
  box-shadow: 0px 4px 10px rgba(5, 15, 53, 0.25);
  border: none;
  border-radius: 20px;
}

.intl-tel-input ul.country-list .country.highlight {
  background-color: #f0f2ff;
  border-radius: 100px;
}

button.btn.generate-password {
  font-weight: normal;
  
}

button.btn.generate-password:hover {
}

button.btn.generate-password:active {
}

.modal-content {
  border-radius: 0.75rem;
}

.modal-header {
  border-top-left-radius: calc(.75rem - 1px);
  border-top-right-radius: calc(.75rem - 1px);
}

.modal-header.bg-primary {
  background-color: #b61f29!important;
}

div.bootstrap-switch {
  border-radius: 27px;
}

div.bootstrap-switch.bootstrap-switch-on {
  background-color: #b61f29;
  border: 2px solid #b61f29;
}

div.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
div.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #050f35;
  background-color: #fff;
}

div.bootstrap-switch.bootstrap-switch-off {
  background-color: #cdcfd7;
  border: 2px solid #cdcfd7;
}

div.bootstrap-switch.bootstrap-switch-focused {
  box-shadow: 0 0 0 2px rgb(225, 228, 255);
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  border-radius: 27px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
}

.bootstrap-switch span.bootstrap-switch-handle-on.bootstrap-switch-success:hover,
.bootstrap-switch span.bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch span.bootstrap-switch-handle-off.bootstrap-switch-secondary,
.bootstrap-switch span.bootstrap-switch-handle-off.bootstrap-switch-secondary:hover,
.bootstrap-switch span.bootstrap-switch-handle-off.bootstrap-switch-secondary:active {
  color: #050f35;
  background-color: #fff; 
}

/*Shopping cart*/
#order-standard_cart #products .product {
  border-radius: 10px;
  border: 1px solid #00305d;
  border-top-width: 0px;
  padding: 0px;      
}

#order-standard_cart #products .product header {
  margin: 0px;
  background: #00305d;
  border-radius: 10px 10px 0 0;
  border-color: #00305d;
}

#order-standard_cart .products .product header span {
    color: #fff!important;
}

#order-standard_cart .captcha-container .default-captcha {
  background-color: #e6e7eb;
  border: 1px solid #969aa9;
  color: #050f35;
  border-radius: 10px;
  font-size: 1em;
  box-shadow: none;
}

 #order-standard_cart .cart-body .product-info  {
  border-radius: 10px;
  border: 1px solid #00305d;
  border-top-width: 0px;
  padding: 0px;   
  background-color: #fff;
}


#order-standard_cart .cart-body .product-info .product-title{
    background-color: #00305d;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

#order-standard_cart .cart-body .product-info p{
   padding: 10px 10px 10px 10px;  
}


div#order-standard_cart {
  font-size: 16px;
}

#order-standard_cart .form-group label {
  font-size: 16px;
  color: #050f35;
}

div#order-standard_cart .sub-heading span,
div#order-standard_cart .sub-heading-borderless span {
  color: #050f35;
  font-weight: 700;
}

div#order-standard_cart .prepend-icon .field-icon i {
  position: relative;
  top: 8px;
  font-size: 18px;
}

div#order-standard_cart .field-icon i {
  color: #51b800;
}

#order-standard_cart .form-group .form-control {
  border: 1px solid #969aa9;
  color: #969aa9;
  background-color: #fff;
  border-radius: 12px;
}

#order-standard_cart .form-group .form-control:focus {
  border: 1px solid #969aa9;
  color: #050f35;
}

#order-standard_cart div.input-group-lg>.form-control {
  font-size: 16px;
  border-radius: 10px;
}

#order-standard_cart .domain-promo-box {
  background-color: #ffffff;
  border: 1px solid #cdcfd7;
  color: #050f35;
  border-radius: 10px;
}

#order-standard_cart .domain-promo-box p {
  font-size: 1rem;
}  

#order-standard_cart .domain-promo-box .small {
  color: #050F35;
  font-size: 13px;
}

#order-standard_cart .domain-promo-box i.fas {
  font-weight: 300;
  color: #00305d;
  font-size: 3.4em;
}

#order-standard_cart div.view-cart-items-header {
  background-color: #00305d;
  color: #fff;
  font-size: 1em;
  border-radius: 10px 10px 0 0;
}

#order-standard_cart div.view-cart-items {
  border-bottom: 3px solid #00305d;
  border-left: 1px solid #00305d;
  border-right: 1px solid #00305d;
}

#order-standard_cart div.empty-cart .btn {
  background-color: #00305d;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

#order-standard_cart #orderSummary .order-summary,
#order-standard_cart div.order-summary {
  background-color: #00305d;
  border-bottom: 3px solid #00305d;
  border-left: 1px solid #00305d;
  border-right: 1px solid #00305d;
  border-radius: 10px;
}

#order-standard_cart .order-summary .summary-container {
  border-radius: 10px;
  background-color: #fff;
}

#order-standard_cart a.btn-checkout {
  margin-bottom: 5px;
  padding: 12px 24px;
  line-height: 1.5;
}

#order-standard_cart  #continueShopping {
  color: inherit;
  font-size: 13px;
}


/*Icons*/
i.fas.fa-arrow-circle-right,
i.fas.fa-arrow-right {
  font-weight: 500;
  margin-left: 10px;
}

i.fa-arrow-circle-right::before {
  content: "\f061";
}

i.fas.fa-arrow-circle-left,
i.fas.fa-arrow-left {
  font-weight: 500;
  margin-right: 10px;
}

i.fa-arrow-circle-left::before {
  content: "\f060";
}

/*Client area*/
.popover-user-notifications {
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(5, 15, 53, 0.25);
}

.tiles .tile i.fas {
  font-weight: 300;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: 1.75rem;
  font-size: .875rem;
}

.dataTables_wrapper table.table-list {
  border-radius: 12px;
  border: 1px solid #969aa9;
}

.dataTables_wrapper table.table-list thead th {
  border-bottom: 4px solid rgba(5, 15, 53, 0.2);
  border-top: none;
}

.dataTables_wrapper table.table-list thead th:first-child {
  border-radius: 12px 0 0 0;
}

.dataTables_wrapper table.table-list thead th:last-child {
  border-radius: 0 12px 0 0;
}

.dataTables_wrapper table.table-list thead th {
   vertical-align: middle;   
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: #e6e7eb;
}

.dataTables_wrapper table.table-list tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

.dataTables_wrapper table.table-list tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.dataTables_wrapper table.table-list tr:last-child td.dataTables_empty {
  border-radius: 0 0 12px 12px;
}

.product-details h4 {
  font-size: 18px;
  margin-top: 0.5rem;
  margin-bottom: 2px;
}

.sidebar .list-group-item .badge {
  border-radius: 10px;
}

/*Pagination*/
.page-link {
  color: #050f35;
  background-color: #fff;
  border: 1px solid transparent;
}

.page-link:hover {
  font-weight: 700;
  color: #1428df;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.page-link:active {
  font-weight: 700;
  color: #0011ac;
  background-color: #ffffff;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-item.active .page-link,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #b61f29;
  font-weight: 700;
  background-color: #f0f2ff;
  border-color: #f0f2ff;
  border-radius: 10px;
}

.page-item.disabled .page-link {
  color: #969aa9;
  font-weight: 700;
  background-color:#ffffff;
  border-color: #ffffff;
}

.pagination>li>a, .pagination>li>span {
  color: #050f35;
}

.pagination>li.next>a, .pagination>li.previous>a {
  color: #b61f29;
  font-weight: 700;
}

/*Submit Ticket*/
.md-editor {
  border: 1px solid #cdcfd7;
  border-radius: 10px;
}

.md-editor>.md-header.btn-toolbar {
  border-radius: 10px 10px 0 0;
}

.md-editor>.md-footer {
  border-radius: 0 0 10px 10px;
}

.md-editor .md-footer, .md-editor>.md-header {
  background: #ffffff;
}

.custom-file {
  height: calc(1.5em + .75rem + 4px);
}

label.custom-file-label.text-truncate {
  height: calc(1.5em + .75rem + 4px);
  border-radius: 10px;
}

label.custom-file-label::after {
  height: calc(1.5em + .75rem + 2px);
}


footer.footer {
  padding: 30px 0 30px;
  background-color: #00305d;
  color: #ffffff;
  font-size: 1rem;
}


.card-header.minimised:first-child  {
  border-radius: 10px;
}


.h5, h5 {
    font-size: 1rem; 
}

.container .primary-content > p[style="text-align:center;"]{
    visibility: hidden;
}

.client-home-cards .card-header .btn {
    color: #050f35;
    border: 1px solid  #969aa9;
}

.ssl-info img{
    display: none;
}

.iti-flag{
     display: none;
}